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 - 32,801 through 32,820 (of 53,646 total)
  • Author
    Search Results
  • #98078

    Yes I removed it. I will put it back on. I have only the Alexa verifying code in the CSS box. I originally set the theme’s content background color in white and When I placed the code Ben gave me in to advanced CSS it turned all of the pages as well as post background black.

    #98073

    Hello,

    Is there a setting where the Product Gallery Images would display as smaller thumbnails under the main product image until clicked on to enlarge or hovered over? I added 2 additional gallery images to a product (link below) and the images are displaying in in the same size (500×500 pixels) below as the main image and lengthening the page.

    Thank you,
    Gary

    In forum: Pinnacle Theme

    In reply to: Home Page Options

    #98069

    Check this out:

    https://www.kadencewp.com/home-page-pinnacle-premium/

    Ben

    In forum: Pinnacle Theme

    In reply to: Product Page

    #98063

    Ok inside your page that is set as the shop page do you have the show page title set?

    Ben

    #98062

    Hi there Kadence Themes,

    I just applied the premium theme to my website because of the page builder option that allows me to make nicer page layouts. I’m rebuilding the about page but have a few questions.

    I’m using virtue info boxes to display some services. Can I make them in such a way that the desciptions goes below the icon instead of on the side?

    I’m using virtue gallery to display some client logo’s on the bottom of the page. It’s a masonry 6 column layout, the images are 300×100. How can I make sure the thumbnails show the entire image and not just a portion? Also, is there a way to remove the border around the logo’s?

    In forum: Pinnacle Theme

    In reply to: Product Page

    #98061

    I have under “Choose a Head Content for your shop page” – Page Title. What do I need to chose instead?

    I do have the title area set up on the page itself.

    Calle

    #98060

    I suggest that rather than using the Image widgets, you create a custom gallery for each of those pages.

    All you need to do is go to each one of those pages’ edit screens, hit the “Add Media” button, and find “Create Gallery.”

    Then, you’ll want to select each image that will be a part of this gallery. After you’ve selected your images, click the blue create gallery button, and it will take you to the page where the settings for your gallery will be found.

    You’ll want to add your captions in this area. You will also have options to the right of the page for how your gallery will appear. In your case, you’ll probably want the size to be MEDIUM, Type set to DEFAULT, Show Captions to TRUE, and Masonry to be FALSE.

    Setting the Captions to true will give you the caption appearance on hover like you want.

    Let me know if this helps!

    In forum: Pinnacle Theme

    In reply to: Product Page

    #98058

    In your theme options > shop settings. Scrolling down to the bottom what do you have set for the product page?

    The inside the product page itself do you have the page title area set up?

    Ben

    #98054

    Hi.

    I’m having trouble getting a photo to stop appearing in my revolution slider. I’ve deleted the image from the slider and the website entirely, but somehow it keeps appearing right when a user opens up the blog, before the rest of the page has loaded.

    I’ve attached a picture of the image that pops up below — I only want the three images that follow and are part of the revolution slider to appear.

    Any thoughts on what I can do to fix this?

    Thanks!

    In forum: Pinnacle Theme

    Topic: Product Page

    #98048

    Hi. I’m trying to get my main product page to show the title, description, and a background header.

    I have this working on the category pages. For example:

    How do I get the main page to do this?

    Thank you,
    Calle

    #98044

    Hey,
    Right not the shipping details should be beside the billing details. Are you wanting to move that? Was there something specific you wanted changed on the cart page?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Home Page Options

    #98043

    Hey,
    You can do this two ways. You can set your page as a static page from Settings > Reading then use page builder to add content to your static page. Or you can use the home widget area (enabled in theme options > home layout) and use the layout builder widget (from appearance > widgets).
    Hope that helps!

    Hannah

    #98041

    Hi Hannah,

    Thank you so much for responding so quickly! I played around with both options and the pagebuilder one isn’t really to my liking. However, I’d like the the blog posts to display in the same way as the default blog template (if possible). I like the look with the image and the blog summary – it creates the look and feel I want for this page. Is there a way to do that as well? http://testenv.sbcchosting.com/cw2/blog/

    Kindest regards,

    Jennifer

    #98040

    Hi!

    I would love for the “Text/Caption” of the “Virtue: Image” widgets on my Collections pages to appear only when the mouse hovers over them. I would also love for this Text/Caption to appear over the bottom edge of the image, as opposed to below it, which lengthens the image box. I haven’t been able to find any code for this, and am wondering if it is possible.

    This is my site:
    (And this is what I’m going for:

    Thanks 🙂

    Jennie

    #98038

    Hi Linette,
    Have you cleared your page cache? In Theme Options > Shop Settings do you have Enable Product Image Aspect Ratio on Catalog pages set to Off? Also, ensure you are using the latest version of woocommerce and of the theme. Let me know if there’s no change.

    Hannah

    #98035

    Hey Jennifer,
    The sidebar is going to automatically start at the top. One option here would be to use the Feature page template. This will allow you to set the slider above the page content and title. Then you could add your blog posts through a shortcode like this: [kad_blog orderby=date items=4 fullpost=false]
    Or if you wanted to use the blog template you could choose not to show a sidebar and use pagebuilder to create a column on the right side that has the same effect as a sidebar.
    Hope that’s helpful!

    Hannah

    #98034

    The shortcode also isn’t generating a different random post from the category every time the shortcode page is triggered?

    I’m using this as the shortcodes for two different pages where a random post should show:

    [kad_blog items="1" orderby="rand" fullpost="true" cat=”RANDOM CARDS”]

    [kad_blog items="1" orderby="rand" fullpost="true" cat=”RANDOM OPEN FACE”]

    #98028

    If you validate the search form you get this error:
    The for attribute of the label element must refer to a non-hidden form control.
    It refers to this line of searchform.php
    <label class="hide" for="s"><?php _e('Search for:', 'virtue'); ?></label>
    You have to change this
    <input type="text" value="<?php if (is_search()) { echo get_search_query(); } ?>" name="s" class="search-query" placeholder="<?php echo $searchtext; ?>">
    to
    <input type="text" value="<?php if (is_search()) { echo get_search_query(); } ?>" id="s" name="s" class="search-query" placeholder="<?php echo $searchtext; ?>">
    This was the very last error to make my page 100% valid against validator.w3.org

    #98026

    hi
    I wanna change my cart and checkout page structure like Theme Storefront, for instance, “billing details” and “your order” in same level (2 rows),
    how can I do that?

    Thanks

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #98023
    This reply has been marked as private.
Viewing 20 results - 32,801 through 32,820 (of 53,646 total)