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,741 through 11,760 (of 53,646 total)
  • Author
    Search Results
  • #227252

    Thank you, Ben! That did it for the columns.

    Since Elementor showed it as a grid while I was editing, I actually thought that the widget could load as a grid, which I prefer. So that’s why I chose not to show arrows, pagination or auto scroll, to kind of force it into a grid. Now I know that’s not possible, so I’ll see if I’ll use it as a Carousel indeed or if I’ll try something different. I want to show Latest Posts in a grid format, so maybe I’ll just enable the Latest Posts module at the Home Page Layout. It messes the layout I bit since I’ll have to choose if I want the module before or after the Page Content (the Carousel I can simply add wherever I want it), but it’s an option. If you have any other suggestion on how to add Latest Posts as a grid format inside the Page Content I’m building using Elementor, I’ll be glad to hear.

    There’s one more thing, though. Both the Carousel widget and the Latest Posts module are not respecting the number of posts I choose to show. Take the Carousel, for example. I set it to show 6 itens, but when it’s published it shows all 12 posts. The same thing happens with the Latest Posts module. I’ve added it to the homepage to see how it would look like and set it to 3 columns, 6 posts, but it’s also showing all 12 posts. It seems every functionality regarding Latest Posts is having that problem. If I go to Theme Options – Home Page Header Content and choose the Post Carousel at the home page header settings, it also pulls every post instead of only the 4 I’ve set as Home Post Carousel max items.

    Could you please take a look at what might be causing that?
    Thanks a lot!

    Carolina

    #227242

    Additional information:

    The booking site tell me that “the script must be entered outside the user interface for it to be included on the page”. I don’t understand what that means.

    #227219

    On my site if I try to load a child page such as I get a sorry page not found link. I can view the page from the wp-admin section but if I click preview page it wont load either. Thanks

    Sorry I guess this was more of a WordPress issue. Fixed with link below.

    #227214
    This reply has been marked as private.
    #227213

    Ben,

    Weird issue here. If you hover over one of the social icons in the topbar, the kad-banner-sticky-wrapper section changes it height from 220px to 154px and causes the rest of the page content to shift up.

    Any Ideas?

    Jeremy

    #227209

    Just to provide a little reason for “archive” those settings effect archives for products, meaning the shop page, category pages, tag pages etc. They don’t just apply to the shop page but all product archive pages.

    #227207

    Hey,
    The columns within Ascend are set up to be responsive. The base is for standard desktop and laptop screens. If your sites max width is larger then 1140px (yours is, it’s set to 1440 theme options > layout) then the columns can increase just like they will decrease on smaller screens. This keeps your columns from getting unruly on really large screens.

    There is a way to override this through right in the carousel settings if you scroll down to “Above 1500px screen width columns:” and “1200px – 1500px screen width columns:” you can set that to 3 columns and make it three for all larger screens.

    In terms of showing all your content, while the widget is added or being edited it won’t’ load the carousel in Elementor, it falls back to a grid because the init carousel function runs on page load, so if you are in Elementor you can reload the page and it will load that carousel as a carousel, not a grid.

    In your widget settings, you have said for the carousel to not show arrows, not show pagination and not auto scroll, effectively making it not function as a carousel.

    You just need to turn on the arrows or the pagination or the auto scroll and then you would see the other items in your carousel.

    Ben

    #227199

    When I click on the hamburg menu, the menu opens/drops down. But then it closes back up on it’s own. The page also drops down and follows back up in sync.

    #227164

    The issue is that there is never even spacing between the top and bottom

    Your plugin is adding a margin on the bottom of 50px, this provides space for the caption of the video to show when you hover over the thumbnails.

    In your pagebuilder widget, you can add a top margin of 50px to make the spacing appear more centered in the row.

    Ben

    #227160

    thank you Ben. I already found that snippet but that is “only” changing the title of the page… i need to change the white text in the green background

    https://pasteboard.co/Ih7PxLI.png

    is that possible?

    thanks
    ANgeo

    #227156
    add_filter( 'the_title', 'woo_title_order_received', 10, 2 );
    function woo_title_order_received( $title, $id ) {
    	if ( function_exists( 'is_order_received_page' ) && 
    	     is_order_received_page() && get_the_ID() === $id ) {
    		$title = "Thank you for your order! :)";
    	}
    	return $title;
    }

    Ben

    #227148

    If you can’t see metabox options can you send me a login, I can inspect to see why your posts meta options are not there.

    There has not ever been an option to assign sidebars for individual archive pages.

    Ben

    #227143

    For what it’s worth – I used to be able to do this. I don’t know what happened…maybe there was a theme update or something. In fact, the way I was alerted to the change was that I randomly noticed the other day that all of my widget content had been mixed up, so I had to spend an hour or two rebuilding all of my widget content, only to discover that I could no longer assign custom sidebars to specific posts and post category archive pages. For example, I have some custom fields that I build out in my Events category posts, which then display in the sidebar when looking at the post (time, date, locations, etc.) I used to have this built out, but somehow it went away. I’m just looking for the right way to rebuild that.

    #227141

    For your single posts you can define the sidebar you want right in the post edit page.

    If you need some php way to override that and assign a sidebar based on the category of the post you could do this:

    add_filter( 'kadence_sidebar_id', 'custom_sidebar_by_category' );
    function custom_sidebar_by_category( $sidebar ) {
    if ( is_single() ) {
    if (has_category('Category_slug')) {
     $sidebar = 'sidebar1';
    } else if(has_category('Category_slug_2')) {
     $sidebar = 'sidebar2';
    }
    }
    return $sidebar;
    }

    For archives where you want different sidebars for different archive pages then it would look like this:

    add_filter( 'kadence_sidebar_id', 'custom_sidebar_for_category' );
    function custom_sidebar_for_category( $sidebar ) {
    if ( is_category() ) {
    if (is_category('Category_slug')) {
     $sidebar = 'sidebar1';
    } else if(is_category('Category_slug_2')) {
     $sidebar = 'sidebar2';
    }
    }
    return $sidebar;
    }

    Let me know if that helps

    Ben

    #227135

    Hi guys!

    I’m having a problem with the Ascend Carousel widget. Here’s what it is: I’m building the homepage using Elementor. I’ve added the carousel widget with the following configuration: blog posts photo output, 3 columns, 6 itens, scroll setting 1 item. While I’m editing, Elementor shows as if everything’s working fine, as you can see on the printscreen I’m sending. But when I publish the page, the Carousel expands to 4 columns, instead of 3, and doesn’t display all 6 itens (see the other printscreen). I tried changing it to a different number of columns, just for testing, but it’s always adding one extra column and not displaying all the itens. I’ve cleared the cache, updated all plugins, and tried opening the website on different browsers, but the problem continues.

    I’m currently using Elementor’s maintenance mode, so only the admin can view the website. I’m sending a temporary login information on a private reply so you guys can take a look.

    Thank you,
    Carolina

    #227132

    Hey Anita,
    From Theme Options > Home Page Header try setting a max height for your carousel. Does that help?

    Hannah

    #227129

    Hey Beata,

    You are adding this css:

    
    .col-md-6 {
        display: none;
    }

    It’s hiding your products when the default woocommerce template it used. I have no idea why you would add that css perhaps you were trying to hide something somewhere else but that is a core css class and you should never set that to display none.

    So this has nothing to do with our plugin.

    You can see the css here: https://www.norma.edu.pl/wp-admin/themes.php?page=so_custom_css

    Just remove:

    
    .col-md-6 {
        display: none;
    }

    and you will be set.

    #227125

    The problem with the snippet, the widgets on footer are still executed.

    I need to make the woocommerce pages lighter.

    Do I have to override the template or is there a function snippet?

    #227117

    Hey,
    Based on that output I think it’s outputing because of the page not because of the blog post loop or your reusable block.

    If you edit that page do you see the option to turn off the sharing on your edit screen?

    Ben

    #227098

    Hey,
    There isn’t a built-in function for that. This post explains how to create this if you’re using a child theme: https://aceplugins.com/how-to-add-a-quantity-field-to-shop-pages-in-woocommerce/

    Hannah

Viewing 20 results - 11,741 through 11,760 (of 53,646 total)