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 - 10,901 through 10,920 (of 53,646 total)
  • Author
    Search Results
  • #233846

    Ok thank you for the clarification. Do you mean like in the image attached? It is our current options selected on the page in question.

    Capture

    #233844

    So really you can just set up the header with the normal logo, then ether filter in a different one of the home page or use css.

    The text below the logo can be added in your home page content using Blocks or a page builder.

    Ben

    #233841

    OK – let’s put a pin in this one for now. I tried disabling all extensions, close all browser sessions, and only opened a single tab for editing the WP page. The font family setting appears to be responsive now. I’ll have to dig in to what other app might be affecting this.

    #233837

    Hey Milla,
    Unfortunately, there isn’t a simple way to do that. One option would be to enable your primary menu in the header and use the custom links menu items, linking them to your social pages. Then you can add icons to your menu items using the css class and then use css to remove the titles, so only the icons show. It’s a bit of a workaround, but would something like this work for you?

    Hannah

    #233824

    Ok I will wait for the update, then test and respond. I will also say that on our development site I did a test and copied the code from the page.php file exactly and only changed the endpoint, then on the endpoint copied the code exactly from content-page.php and the sidebar is still not showing. So I think it may be an issue with settings not the override.

    #233822

    Yes, there was a change, the code for it was rewritten and was optimized.

    I’m about to push an update, this should get it back then if your template was supposed to pull from the meta settings in the page.

    Ben

    #233814

    Hey Luke,
    Sorry for the delay! You can have a different image for just the homepage using css. Can you link to the logo you want to use for the homepage?

    Hannah

    #233807

    We do have an override for this specific page template in our child theme, but it was a copy of the page.php template that led to a different endpoint.

    That would still change how the sidebar is calculated. You have to use filters to setup your sidebar if you’re going to create a custom template.

    For example in your child theme:

    function kad_sidebar_on_custom_page_template( $sidebar ) {
    if ( is_page_template( 'page-copy.php' ) ) {
       return true;
    }
    return $sidebar;
    }
    add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page_template');
    #233806

    Hey,
    In your theme options > blog options you have set the post excerpt length to be smaller (22 words) then your settings for the home page, this throws everything off. The home page is a sub setting of your main post excerpt setting so I just lowered that for you as well. Theme options > home layout > latest posts settings for reference.

    Ben

    #233805

    For the past week or so we cannot get the sidebar to show on this page I double checked the Page Options and they are set to show the sidebar. The odd part is that pages with the same settings are still showing the sidebar like here We do have an override for this specific page template in our child theme, but it was a copy of the page.php template that led to a different endpoint.

    #233800

    Hey Petra,
    There isn’t a built-in function for this as the menu is part of the header. You could add a row of buttons into the content area of your site, below your slider. You would just have to duplicate this across all your pages.

    Hannah

    #233799

    EDIT: Just tried this again just in case and seems to now work. Was this added back in a recent update?
    Thanks for you help as always. Peter

    Hi Ben,

    We used to be able to do that within the row settings specific for a page but now it won’t accept a negative margin. Think it stopped 2 months or more ago.

    Sorry,
    Peter

    #233777

    Hey,
    In your product edit page(s) do you have “Reviews” enabled from the Screen Options tab on the top right of the page? Have you added reviews in the backend?

    Hannah

    #233746

    Hello,
    I’m not sure what has happened but when I click on any of my blog posts they all appear differently. Some have the full page header across the top with the content centred underneath and large grey space on either side of the content. Whilst others look like a screenshot has been taken and loaded in the centre with grey background all around the article. My other site which I use the same theme displays normally so I’m not sure what has happened to this one and would like if fixed, so any help is most welcome. I’ve gone through the settings comparing each site and cant find where the problem is.

    http://www.sarahgypsyharding.com is the site not working properly whereas http://www.wildfeminineearth.com is displaying properly

    thanks for your help

    love and hugs
    Sarah

    #233736

    Hi all. I have virtue premium + woocommerce. When I first started the site, people were able to leave reviews + they would show up on the product pages. They aren’t visible anymore but I didn’t change any settings in regards to them and all the woocommerce settings for them are turned on! my website is luckoftuck.com! Thanks in advance!

    #233705

    Hello there,

    Maybe you had found the solution in the meantime, but there is an option to select some post ids (so pages, posts, products…) for which to display the dock widget: “Choose basis for Target pages: Show only on” then “These custom ids:” and insert your product ids.

    I’m a little surprised by the answers because this option already existed when this topic was created (unless I didn’t understand the question correctly…).


    @Ben
    : Too bad you don’t have enough time to keep evolving this great plugin. I’m sure that this would be of interest to many of customers, me too 😉!

    Kind Regards,
    Sylvain

    #233640

    The page only shows 3 columns when it is set to 4 columns. What am I missing here?

    In forum: Membership Forums

    In reply to: Member Suggestions

    #233637

    Hey guys, I am so very happy with the Kadence themes and plugins. I’m in the process of building two new sites for clients using nothing but your themes. So here is my suggestion: a navigation or menu bar block.

    I am using Info Boxes, nested in a row, to create complex (and fun) navigation menus. For instance, one of my clients had an old site that used images of post-it notes that were at the top of the pages and were the navigation links. We wanted to keep this style so I made a navigation bar using info boxes – now the post-it images flip when hovered over (and change text color) and then I made it a reusable block so it is easy to incorporate into each page. My client is delighted with this! But on another site, trying to accomplish the same thing using info boxes but no image, the spacing is off and I can’t make it small enough.

    So, using the info box technology with the hover, link and image potential, I’d like one that was already set up (sort of like the advanced buttons). I even started one using advanced buttons, but wanted the bar to be vertical and it didn’t seem to be working as well. Maybe I just needed to play with it more …

    Anyway, thanks for great products and support.
    Doris

    I was planning to send you the link to the first client site when it launches in a week or two. Entirely built with Kadence themes and plugins!

    #233619

    Thank you Ben! That’s awesome. Pages other than the home page will only have the logo (a different one, see attached) and not the text box below that. Can you have a different logo on the home page or should I build that first logo into that box only?

    I don’t know but I’m assuming this is a child theme thing where the php will change or something? Php is my next hurdle.

    Thank you,

    Luke

    #233602

    Ah – I just remembered where this is an issue. To reproduce:

    – Add a row layout block full width with 6 columns
    – Add an info box to the first column on the left
    – Try to access the move navigation for the info box block

    The move nav is not accessible as it’s positioned to the left of the block instead of above it. Having it above the block would interfere with the block toolbar anyway.

    I wouldn’t mind if there was an option on the Kadence settings page to include a left buffer in the editor to accommodate moving blocks that are in full-width containers. This is an issue with a number of full-width layout blocks from various plugin devs.

    If you’re making suggestions to WP dev, making the blocks so you can move them by left clicking or tapping and holding and then dragging and dropping would be nice. Also an option to minimize and maximize a block would help when you’re trying to move these around on a long page. Another feature that would really help is an option to cut/copy/paste blocks. So you could cut a block and paste it in a new location on the page.

Viewing 20 results - 10,901 through 10,920 (of 53,646 total)