Home › Forums › WoodMart support forum › BLOG COLUMNS ELEMENTOR
BLOG COLUMNS ELEMENTOR
- This topic has 11 replies, 2 voices, and was last updated 2 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
August 2, 2022 at 4:23 pm #395072
AnneParticipantHello,
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?
August 2, 2022 at 9:32 pm #395111
AnneParticipantPlease 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?
August 4, 2022 at 1:44 am #395377
Elise NoromitMemberHello,
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
August 4, 2022 at 12:31 pm #395493
AnneParticipantHello, yes I have checked, it is the code (up) that is causing the issue, how to do please?
August 5, 2022 at 3:27 am #395627
Elise NoromitMemberHello,
Sorry, I am afraid I cannot catch up: did you change anything? What did you change?
Best Regards
August 5, 2022 at 9:22 am #395667
AnneParticipantLike 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 youAugust 5, 2022 at 5:43 pm #395807
Elise NoromitMemberHello,
Please provide FTP access. The access you provided earlier is not workable.
Best Regards
August 5, 2022 at 5:54 pm #395811
AnneParticipantThank you for your patience, I have re activated the access.
August 7, 2022 at 12:23 am #395929
Elise NoromitMemberHello,
I have submitted the case to our developers for double-checking.
We will get back to you asap.
Best Regards
August 8, 2022 at 4:31 pm #396154
Elise NoromitMemberHello,
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
August 8, 2022 at 5:21 pm #396162
AnneParticipantThank you very much, it works well, thank you for your patience
August 9, 2022 at 3:58 am #396234
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘BLOG COLUMNS ELEMENTOR’ is closed to new replies.
- You must be logged in to create new topics. Login / Register