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 - 33,241 through 33,260 (of 53,646 total)
  • Author
    Search Results
  • #96193

    I’m not super familiar with EDD.

    Using a child theme though the theme has a function where you can filter the sidebar id using any conditional.

    For example:

    add_filter('kadence_sidebar_id', 'kt_custom_page_sidebar_id');
    function kt_custom_page_sidebar_id($sidebar) {
     if(is_page('IDGOESHERE') ) {
              $sidebar = 'SIDEBARSLUGHERE';
     }
    return $sidebar;
    }

    Ben

    In forum: Pinnacle Theme

    In reply to: Size slider shop

    #96187

    You need to turn off transparent header for your shop page if you don’t want a line where the header ends.

    Ben

    #96178

    Depending on the template that you’re using, you should be able to assign any sidebar that you want to any page that you want.

    Are the sidebars that you’re wanting on those pages already created?

    If not, I can walk you through the steps of creating them and adding them to the pages you’re wanting.

    #96175

    You have this error:

    Mixed Content: The page at 'https://soulfully-connecting.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://soulfully-connecting.com/?action=display_custom_css_code'. This request has been blocked; the content must be served over HTTPS.
    

    Meaning you need to make sure your site is loading with https correctly. In your settings > general have you made sure to set https for the site urls.

    Ben

    #96171

    Hey so h1 is a tag not a class so don’t add a period before it.

    Also since the page id class is in the body tag you would need to have a space between each selector:

    .page-id-5123 h1.entry-title {
    display: none;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Sidebar create

    #96170

    You can only have one sidebar per page.

    If you need something more then you would need to use pagebuilder: https://www.kadencewp.com/using-page-builder-virtue-premium/

    You can create more sidebar options in the theme options > misc settings

    Ben

    In forum: Virtue Theme

    In reply to: Contact Page Question

    #96160

    Hi Hannah,

    I was trying to make the footer only 1 column with the above CSS. I’ve since changed my mind and removed that CSS and now the Contact Page works great. Sorry about the confusion and thank you for getting back to me so quickly!

    Kindest regards,

    Jennifer

    #96150
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Blog Posts Per Page

    #96147

    Hey Allan,
    You can set this from your blog edit page (the page using the blog template). Under Blog List Options theres an option to set How Many Posts Per Page. Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: A Couple of Issues

    #96144

    Hi Vince,

    1. How are you adding your products to the home page? Can you post a link?

    2. Have you set the correct email in Theme Options > Misc Settings? Also, ensure the emails are not being sent to your junk folder.

    Hannah

    #96141

    I have been trying this out

    .page-id-5123.h1.entry-title {
    display: none;
    }

    and I cannot get my page title hidden! What am I doing that is really stupid?

    Cally

    In forum: Virtue Theme
    #96138

    Hi,
    I see it is possible to create multiple sidebar , but how where can we insert them in our pages? Have you a tutorial for this?
    Thanks !

    #96136

    Plus, the image of cart on home page is not visible.

    I think it is related with the problem that is not showing options of variable products function.

    Thanks.

    #96122

    Hello, I was using the free virtue theme and it had back to category on the product page but I’m able to get that back in the premium version of the theme. The best I could do is utilize breadcrumbs but I liked the original back to category better.

    Please advise how I can get back the “Back To Category”….Thank you!

    Regards,
    James

    #96120

    Sorry, Hannah – what I meant was ‘what is the syntax for including the page id in the css for hiding the title?’ Do I just replace ‘h1’ with ‘page-id-x.h1’?

    Thanks

    Cally

    #96119

    Hello,

    i would show on the home page or on a single page, the “woocommerce products” with Slider Revolution. Need I an other plugins? Or I can do this only with Silder Revolution?

    #96118

    Hello again,
    I use the icon menu to design my home page using the theme options > Home Layout menu. My images on the homepage are the same size and nicely aligned. I would like to get the headings and descriptions for each menu to be set at the same height. Take a look here http://www.tbws.co.uk.
    Is there some CSS that would do this?

    Cheers,
    Paul

    #96108

    Hi There
    I see that I have all my posts on one page at:
    I have checked WordPress’s Settings>Reading and that is set to 10 posts per page. There is no page selected under WP blog page setting.
    Under the theme’s blog settings the remove navigation from the blog and blog navigation is off.
    Anyone got any ideas where else there might be a setting overriding everything else?
    Cheers
    Allan

    #96105

    Hi guys! I was just wondering if there’s any CSS or settings you could tell me that would allow my EDD /downloads/ pages to use a specific sidebar? Right now those pages are pulling in the primary sidebar and as I can’t use the page builder with those pages, I can’t set them to use the simplified shop sidebar instead. I realize Pinnacle is a WC-compatible theme, but I actually purchased an expensive EDD-theme recently only to find out that Pinnacle’s functionality is still far superior despite the issues with EDD. That’s the only thing I’m really having any issues with, everything else I’ve figured out workarounds for.

    Thanks very much!

    Dana

    In forum: Virtue Theme
    #96104

    Hi Support,
    “How many products per page” is set to 24 and only 12 products are showing on the home page. PLUS there is no way to view the other products.

    “Contact Form Email” – I’m using a gmail address and it’s not sending emails to the gmail address.

Viewing 20 results - 33,241 through 33,260 (of 53,646 total)