Home Forums WoodMart support forum BLOG COLUMNS ELEMENTOR

BLOG COLUMNS ELEMENTOR

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #395072

    Anne
    Participant

    Hello,

    A new problem has appeared here, the “blog” post widget in elementor worked perfectly until it suddenly has set the columns at 2 instead of 4, on the home page. In the settings of elementor, the columns are set at 4 but still appeared at 2 on the frontpage.

    Also when I want to change the “blog design” in the settings it shows a complete mess of the blog posts (full page, full post etc)

    Can you help please?

    #395111

    Anne
    Participant

    Please find the admin access below.

    After trying several things, it is the last function.php. code that you gave me for the category preset that is causing the issue (add_action( ‘loop_start’, ‘woodmart_reset_loop’, 10 );)

    But I need it, so how can I do please?

    #395377

    Hello,

    Did add any plugins or customization? Have you checked that without plugins not related to the theme and on the parent theme?

    Please check and let us know if the problem remains.

    Best Regards

    #395493

    Anne
    Participant

    Hello, yes I have checked, it is the code (up) that is causing the issue, how to do please?

    #395627

    Hello,

    Sorry, I am afraid I cannot catch up: did you change anything? What did you change?

    Best Regards

    #395667

    Anne
    Participant

    Like I said earlier I haven’t changed anything, it is the code that you gave me for the preset problem that is causing this issue, but I need this code to solve the other issue so why is your theme causing so many problems please? I spend my days trying to resolve them.
    So please can you help me to resolve this issue, while keeping the preset code.
    Thank you

    #395807

    Hello,

    Please provide FTP access. The access you provided earlier is not workable.

    Best Regards

    #395811

    Anne
    Participant

    Thank you for your patience, I have re activated the access.

    #395929

    Hello,

    I have submitted the case to our developers for double-checking.

    We will get back to you asap.

    Best Regards

    #396154

    Hello,

    We provied code to add to the functions.php of the child theme: add_action( 'loop_start', 'woodmart_reset_loop', 10 );

    Please replace the code with this one:

    use XTS\Presets;
    use XTS\Modules\Layouts\Main as Builder;
    
    if ( ! function_exists('woodmart_update_hover_presets') ) {
    
       function woodmart_update_hover_presets() {
          if ( ( is_post_type_archive( 'product' ) || is_tax( 'product_cat' ) ) && Presets::get_active_presets() && ! Builder::get_instance()->has_custom_layout( 'shop_archive' ) ) {
             woodmart_set_loop_prop( 'product_hover', woodmart_get_opt('products_hover') );
          }
       }
    
       add_action( 'wp', 'woodmart_update_hover_presets', 1000 );
    }

    Let us know if the problem remains.

    Best Regards

    #396162

    Anne
    Participant

    Thank you very much, it works well, thank you for your patience

    #396234

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘BLOG COLUMNS ELEMENTOR’ is closed to new replies.