Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'Page'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 30,081 through 30,100 (of 53,646 total)
  • Author
    Search Results
  • #111508

    The background is for the page title area, so you can hide the text (css just post a link and I can help with that) that is your page title but there really isn’t a way to seperate them as one is the background for the other.

    Ben

    #111506

    So for pinnacle you would need a child theme to control the sidebar for events plugin.

    This would remove the sidebar from all events pages:

    function kad_sidebar_events($sidebar) {
      if (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' )) {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_events');

    this would turn off the page title on all events pages:

    
    function events_pagetitle($pagetitledisplay) {
      if (tribe_is_event() || tribe_is_event_category() || tribe_is_in_main_loop() || tribe_is_view() || 'tribe_events' == get_post_type() || is_singular( 'tribe_events' )) {
        return false;
      }
      return $pagetitledisplay;
    }
    add_filter('kadence_pagetitle_display', 'events_pagetitle');

    you can add both to the functions.php file of your child theme: https://www.kadencewp.com/child-themes/

    Ben

    #111500

    Is it possible to change the base of the woocommerce shop? right now it’s set to shop-2, and I want to customize that.

    And my 2nd question: is it possible in the virtue theme to change the links of the product categories? I’d like to have it this way: domain.com/shopname/categoryname

    EDIT: already found out about the 1st question.

    #111495

    I opened the store-listing page and you didn’t have the page template set to fullwidth? so I did that things seem fine?

    I added this for your shop pages.

    function kad_sidebar_off_dokan($sidebar) {
      if(preg_match_all('/store//', $_SERVER['REQUEST_URI'])) {
        return false;
      }
      return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_off_dokan');

    Ben

    #111492

    Hi Ben, Hi Hannah:

    So I also downloaded the events calendar for my Pinnacle Premium theme. I am using the default events template as you suggested to Jay above. However in my case the sidebar appears at the bottom of the page underneath the monthly view. In addition, to removing the sidebar completely I want to Hide the Page Title and there is no way of editing the page. – Hannah still has access to the site. The site is not published yet. Can you help with this?

    In forum: Virtue Theme

    In reply to: Virtue Theme Updates

    #111482

    Hey Joseph, can you post in your own topic? Thanks,

    You just go here and scroll to the bottom of the page to start a topic: https://www.kadencewp.com/support-forums/forum/virtue-theme/

    Ben

    #111480

    Hi Ben, Hi Hannah:

    So I also downloaded the events calendar for my Pinnacle Premium theme. I am using the default events template as you suggested to Jay above. However in my case the sidebar appears at the bottom of the page underneath the monthly view. In addition, to removing the sidebar completely I want to Hide the Page Title and there is no way of editing the page. http://www.correctionsdesisociety.org/events/ – Hannah still has access to the site. The site is not published yet. Can you help with this?

    In forum: Pinnacle Theme

    In reply to: Google map

    #111477

    yes, try now

    the START page map is set to TRUE and it shows – if i set Core scripts to FALSE as recommended both maps will not show

    Thanx,
    B.

    #111475

    Hello Hannah,
    Site in under maintenance right now and not accessible for a bit, however this would apply generally to any page or post.. Anyway i think i may have a way around this as i am using a plugin to add background video to the siteorigin page builder elements, -which was the objective to begin with. But i will let you know anyway as this is a very helpful feature.
    In the advanced styling section if you tick he option for Post and Page Content area Background to be transparent it does not really make them transparent unless you also chose the Main Content Background to be transparent as well. Is that the way it should be?

    #111473

    Hello Hannah,
    Thanks for your reply. OK i have figured the h1 settings but also please note that when you chose to hide the page title it disable both the text title AND the background image assigned to it, whereas i think it would be much more helpful if these two elements were considered separately to give you the option of removing the page title, if for example same in included in the post. but leave the background image intact. Otherwise, i find that i need to set up a slide for every post just tobe able to show the background image i want. 🙂 BTW i think that Pinnacle is the most versatile and customizable and flexible and amazing WP theme i have ever used, and i have pretty much used them all. Keep up the good work!

    #111469
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Google map

    #111460

    I don’t see a map on the contact page can you add it?
    Ben

    #111459
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Full Width Template

    #111457

    Oh, to answer your original question, the page template is fullwidth by default.

    Hannah

    #111450

    HI Ben, Hannah and Kevin

    Is there a way in CSS to hide the description tab on just this product?

    I just want to show reviews for this particular product page, no descriptions.

    I think there is a way to snag it and hide it with some css magic.

    #111449

    Hey Emilio,
    What page do you mean? Can you link to that page or else send a screenshot?
    Thanks.

    Hannah

    #111448

    Hey George,
    The font size pulls from your h1 settings (theme options > typography). In each of your edit pages you should see an option to hide the page title for that specific page.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #111447

    Ok for theme options for home page, I don’t need them in this case. All good, all set as I need.

    Thanks Ben!

    #111446

    Hey George,
    You just want a transparent background? You can do this with css. Can you post a link to the page you want this to effect?

    Hannah

    #111436

    Yes. I am assigning an image in every page, but it really doesn’t work.
    Open graph meta data is enabled.

    Enrico

Viewing 20 results - 30,081 through 30,100 (of 53,646 total)