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,201 through 30,220 (of 53,646 total)
  • Author
    Search Results
  • #110781

    Hey,
    Unfortunately this isn’t possible. The javascript that runs this isn’t set up to work like that.

    So you could build your own javascript to shrink a header that much then add it in your footer scripts but you would still need to use a child theme to effectively remove the themes shrinking options.

    What I suggest though is not to shrink the same header. I would suggest leaving your normal header as not sticky and not shrinking. Then build a header that just shows when you’ve scrolled down the page some. This would actually be much easier to create with custom code.

    Ben

    #110776

    css would change a little with two column:

    
    .shopcolumn2 .product_item .kad_add_to_cart {
    display:none;
    }

    If the button is a variable product select options would be default.

    You can change the text of a simple product using the Kadence woo extras but that would not change the link. The link would still add to cart not lead to product page.

    Ben

    #110775

    Hi Ben & Hannah,

    Currently, we’re using the Primary Sidebar as the default for all other pages. It’s only the blog posts that we were hoping to set a separate default sidebar for (similar to category/archives). We do have the Yes, Show set in the options – we just have editors forgetting to choose the “News” sidebar when they add a new blog post. If it’s doable, that would be awesome. If not, no big deal. Just thought I’d ask. 🙂

    #110772

    Hey Brandy,
    In Theme Options > Blog Options you can set Blog Post Sidebar Default to Yes, Show. Just ensure you’re not overriding it in the individual post edit pages. Does that work for you?

    Hannah

    #110771

    There isn’t, could be something I look into adding. Currently it would default to primary which you can use as default and change your other pages away from primary.

    That or in a child theme you can define which sidebar would be used but that would override your options not set a default.

    Ben

    In forum: Virtue Theme

    In reply to: Font Color Footer Navi

    #110759

    I nearly finished re-layouting my page. But I find no solution for the fact the company name in the contact widget in footer column 3 isn’t dispayed unless I mark it.

    Actual custom CSS is:

    .topbarmenu ul li a {
    color: #ffffff;
    } 
    #nav-main .sf-menu a {
    	color: white;
    }
    #nav-main .sf-menu .sf-dropdown-menu a {
    	color:white;
    }
    #containerfooter .menu li a {
    max-width: 90%;
    }
    #containerfooter .menu li a {
    	color:#fff;
    }
    #containerfooter {
        color: #fff;
    }
    }
    .footerclass h3 {
    font-size: 18px;
    }
    #containerfooter h3, #containerfooter {
        color: #fff;
    }
    .footerclass {
    font-size: 14px;
    }
    .footerclass ul li a {
        color: #fff;
    }
    @media (min-width: 300px){
    .product-img-case {
        float: right;
    }
    }
    

    Does anyone know what’s missing/wrong?

    Furthermore, I’d like to change the color of the background box that’s displayed whe I hover over the link. Hoe does that work?

    Thanks a lot!

    Chris

    #110757

    Just one thing though…

    When I change my:
    Theme Options >Shop Settings > Shop Archive Page Settings >Shop Product Column Layout > two columns

    the “Add to cart” button re-appears again

    when I go back to One Column it dissapears

    ??

    Costa

    #110755

    Hello! I’m wondering if there is a way to have a default blog sidebar in the options? I see the one for the category/archive pages which is great but is there a way to set one for all the parts of the blog? Thank you.

    In forum: Virtue Theme

    In reply to: Category description

    #110749

    Can you link to the page that you want this to happen on?

    -Kevin

    #110748

    Hello. I’m looking to put a single image on my homepage. Please reference this example:

    I tried using sliders and even putting a background on the Homepage itself, but none of this works.

    Can someone please give me guidance?

    Thanks!

    In forum: Virtue Theme
    #110746

    On my latest project I have a layout that required the contents to be contained to a width of 950px.

    The menu background is to extend to the full with of the page as well as the slideshow on the homepage. However I am having trouble figuring out the css in keeping the logo and the header widget to stay within the 950px page width.

    #110741

    Actually, nevermind. I believe I’ve figured it out. New page – template > staff grid. Just how I created the page I have.

    #110740

    What I’d like to do is, essentially, have 3 staff grids, each in a separate section of the website and able to be managed independently. For example, one my site I have one staff grid for wives, one for team, and one for friends. So, my question is, since there seems to be only one staff grid, is it possible to duplicate it?

    If duplication isn’t an option, is there a way to set categories within the staff grid, then perhaps call out the category in a shortcode that could be added to a different section?

    I added the page link in my earlier post, but it apparently didn’t make it through for some reason. You’ll see I have a test grid set up under the Wives section, but I would like to do the same thing under Team and Friends.

    imarriedthewar.com

    #110731

    Hello Kenneth,

    I’m not sure I’m fully understanding here, so let me ask a few questions. Are you trying to use the staff grid template on the staff groups? If so, I don’t think that this is possible, since the staff page is controlled with the template, and you can’t change the template of the group pages.

    Am I understanding correctly?

    Also, can you show a link to your page so I can take a look?

    Thanks,
    Kevin

    #110708

    Thanks for the reply Kevin and Ben. Ben – that is exactly what I was looking for. One last thing, is there a way to increase the margin on the blog homepage without affecting the header padding? It seems a bit close.

    Thanks!
    Brad

    #110698

    Hello

    I would like to have a high header (480px) on the site opening and when the page is scrolled down have it reduced to 12.5% (60px). At the moment the header when scrolling down is reduced to 50%.

    Also, if possible, I would like to be able to have the header on all other pages at 240px.

    Thank you very much

    #110694

    Hi
    In our webshop (wooCommerce) stromsnesgull.no suddenly a lot of product images are no longer displayed.
    Yes – they were displaying fine before the summer.

    For example in this categorypage almost all the images now only display the text tag both in Firefox, Chrome and Safari.

    Screenshot:

    Do you have any idea why this bug has suddenly appeared?

    Thank you for any tips you may have.

    #110689

    It’s like it removes page builder and the settings?

    #110686

    WP 4.6
    Virtue Premium 3.8.6
    Woocommerce free version

    Hi

    I’m trying to remove the “Add to cart” button on the Woocommerce shop summary page.
    I’d like customers to click through, and read more about a single product before purchasing.

    I’ve seen this code:
    .product_item .add_to_cart_button, .product_item a.button {
    display: none;
    }

    I’ve added it to the custom CSS, but it doesn’t work.

    I’ve also see this code:

    function remove_loop_button(){
    remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’, 10 );
    }
    add_action(‘init’,’remove_loop_button’);

    but can’t access the .php file from my dashboard.

    I’d ideally like the “Add to Cart” button on the product summary page to say: “Read More” and the “Add to Cart” button to only be on the single product image(s).

    Can you assist?

    Thanks

    #110681
    This reply has been marked as private.
Viewing 20 results - 30,201 through 30,220 (of 53,646 total)