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 - 11,521 through 11,540 (of 53,646 total)
  • Author
    Search Results
  • #228843

    I’ve been having this issue for at least a week, but I can’t remember exactly when it happened. I seem to remember noticing the “Custom Color” feature come up, and sometime after I added a custom color, I noticed this. But unsure if this was a new feature, or I just suddenly noticed it.

    Anyway, here is the issue. None of the preset color swatches are showing up on any edit screen on my site (see images).

    When I deactivate Kadence Blocks, colors become available again:

    Wordpress version: 5.2.2
    Kadence Installs: Kadence Blocks – Gutenberg Page Builder Toolkit (Version 1.5.11) & Kadence Blocks Pro (Version 1.2.1)

    #228828

    Hi Ben,

    Thank you for your kind assistance! It beautifully fixed the homepage issue and the position of the date on the blog sidebar. However, I also wanted to restrict the post titles on the blog sidebar in two lines like the way you did for homepage recent posts. Is it possible?

    Please let me know if anything can be done.


    Minhajul

    #228825

    Hi All,

    using the following shortcode to display posts in a pagebuilder row

    [blog_grid orderby=date items=3 columns=3 cat=news]

    can you tell me the actual template file that i can copy to my child theme, as i want to add a thin line under the titles and also a permanent read more button under each of the posts

    #228824

    In your Yoast settings are you setting the primary type is “butterflies” and not “Butterflies and Moths” in your single portfolio page?

    Ben

    #228820

    Hey, this should pull from your single product. The template is only the middle part of the page, it’s not affecting the header and footer of the page.

    I don’t know the Jupiter theme, can you send me a login if that isn’t making sense?

    Ben

    #228802

    Hannah thank you for advice now i know how to change view on mobile devices but it didn’t help me.
    Ben Ritner deactivating Jivo also didn’t help.
    But i noticed that in admin mode the page is full (all blocks are shown) but when I exit from admin bar part of block become invisible on my devices (Huawei mate 20 lite and Galaxy S7).

    #228794
    This reply has been marked as private.
    #228791

    So, i go to :

    Products > Woo Templates > Single Product Templates : Edit template > Edit with Elementor.

    Here is the edition with Elementor :
    image3

    And the render :
    image4

    When i edit a template, i haven’t any options for the page.
    When i edit a page, i have theses options (width, type of header, etc…)… but i think it’s normal.

    But the problem is : where i can change the options for the (which ?) page using the template of a single product… 😀

    (thanks for your help 😉 )

    #228785
    This reply has been marked as private.
    Anonymous
    #228784

    Hi there,

    I am building a website located here:

    I have an image that stretches across the bottom of every page. I would like to decrease the space between the image and the menu in the footer, so that the bottom petal points are just about a millimeter above the menu text. Is there a way to accomplish this?

    Thank you in advance for your help!

    Cheers!

    In forum: Ascend Theme

    In reply to: A few questions

    #228778

    Thanks, that worked great.

    Can you tell me how to reduce the space between the page title and the page content?
    I tried this but it doesn’t work

    #content {
    padding-top: 0px;
    }

    #228768

    Hey,
    You just need to set your front page as a static page. You can do this from Settings > Reading and just select the home page you have created with beaver builder. Then in Theme Options > Home Layout make sure Page Content is enabled in the homepage layout manager.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #228767

    You are only adding a “Dokan: Store Contact Form” widget into your primary sidebar. That widget is designed to not show on pages other than an individual seller store page. You just need to and a different widget one that is designed to either show all the time or to show on your shop page.

    The reason you do not see the sidebar on the product pages is because of your tab plugin, you are adding the cart as a tab but it’s not resetting the post after the tab so it makes WordPress think you are on the cart page. Since your cart page doesn’t have a sidebar it then doesn’t load the sidebar.

    I don’t suggest you load the cart as a tab, I really don’t suggest you do that given that your plugin isn’t clearing and resetting the post after.

    Ben

    #228766

    Hi,

    I would like to modify my Home page content by using Beaver Builder. How can I override Virtue Theme on Homepage content?

    Thanks
    Cecilia

    #228765

    I think it might be the CDN the image output isn’t being cropped to size and I bet it’s because the CDN is throwing it off.

    Add this css, I’ll look at updating that so the portfolio type images work with a cdn.

    .page-id-1391 .portfolio_item .imghoverclass a {
        padding-bottom: 100%;
        height: 0;
        position: relative;
    }
    
    .page-id-1391 .portfolio_item .imghoverclass a img {
        position: absolute;
        -o-object-fit: cover;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        object-fit: cover;
        width: 100%;
        left: 0;
        top:0;
    }
    In forum: Virtue Theme

    In reply to: AMP – Virtue Themes

    #228759

    no, because the whole output of the page, even the quantity button is nothing like the woocommerce output. It’s all amp code, amp driven. You can’t just force in javascript for woocommerce output, that won’t work at all. And you can’t just add custom javascript because that would break how the amp page calculates the link for the add to cart button.

    What I’m looking into is some filter checks to allow for a base quantity and changing the step amount. Even still it will be up to the plugin to verify this in the cart.

    Ben

    In forum: Virtue Theme
    #228755

    Ok I have tried activating the parent theme and still do not have sidebars visible.

    I have Primary sidebar set for shop page and sidebar1 set for product page.

    Dokan sidebar is set to the dokan vendor shop page.

    Thanks,

    Glenn

    #228753

    Try using this shortcode instead: [portfolio_types orderby=title showexcerpt=true columns=2 items=4 childof=0]
    How does that work?

    As for redirecting your portfolio type page, this plugin may work well for you: https://wordpress.org/plugins/safe-redirect-manager/

    Hannah

    #228752

    Hey Ulla,
    Sorry, I hope I’m following you.
    It looks like on this page: http://www.gentil.fi/saitti1/category/tapahtumat/ you’re using a blog template. Then on this one: http://www.gentil.fi/saitti1/valmennukset/ you’re using a sidebar template. Try changing the template of your second. http://docs.kadencethemes.com/virtue-free/templates/blog-page-template/

    If you want to add introductory text to an archive page you can simply add it into the content area of your page and it will display above the post archive.

    I’m not sure I understand what you’re asking in your first screenshot. Are you wanting the titles on the archives to be different from the actual titles?

    Hannah

    #228751

    Hey,
    What happens when you edit the page using Elementor? Your screenshot doesn’t show you using elementor.
    Can you post a link?

    Hannah

Viewing 20 results - 11,521 through 11,540 (of 53,646 total)