Home › Forums › WoodMart support forum › Attributes Page Second Language Page Dublicates Content
Attributes Page Second Language Page Dublicates Content
- This topic has 17 replies, 4 voices, and was last updated 1 year, 6 months ago by Artem Temos.
-
AuthorPosts
-
June 10, 2023 at 12:51 pm #473954
UMParticipantHello,
We created the layout for the WooCommerce archive pages through the theme and everything works smoothly in the main language of the site. But when switching to the 2nd language page, it copies and shows the page contents again at the bottom of the page?
When we disable the Layout, it displays properly. We looked at all the settings related to Layout but could not solve it, we also checked the topics in the forum but could not find a solution. I also sent the links in private.
June 10, 2023 at 12:55 pm #473955
UMParticipantSorry, u can check the links in the private
June 10, 2023 at 1:41 pm #473966
UMParticipantIs anyone there??
June 10, 2023 at 3:23 pm #473990
Aizaz Imtiaz AwanKeymasterHello,
Sorry, I did not see the issue on the pages, can you please share the screenshot of the issue for a better understanding?
Also, share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
June 10, 2023 at 3:59 pm #473996
UMParticipantYou can find details below
June 10, 2023 at 7:25 pm #474025
UMParticipantWill someone check the issue?
June 11, 2023 at 3:56 pm #474123
UMParticipantWill someone check the issue????
June 12, 2023 at 12:24 am #474171
Elise NoromitMemberHello,
If you check this link https://****4ow bottom of the page. You can see the problem, duplicated contents.
I am checking the page, I do not see duplicate content: https://gyazo.com/5ceda9a2d49cae02eb8d88c0b1071d8a
When you create a translation, it shows the initial content by default, you need to translate all the products, categories, attributes and attribute items, and then the page will show the translated content.
If you have any questions please feel free to contact us.
Best Regards
June 12, 2023 at 12:31 am #474173
UMParticipantYou can find the details below with screenshot
Attachments:
You must be logged in to view attached files.June 12, 2023 at 12:32 am #474175
UMParticipantYou are looking normal content area, please check bottom of page, below the footer
June 12, 2023 at 12:51 am #474178
UMParticipantIf you check your screen video scroll bar, you check only middle of page, please check below footer
June 12, 2023 at 10:52 am #474255
UMParticipantCan someone properly check the error?
June 12, 2023 at 7:49 pm #474401
UMParticipantCan someone properly check the error? Please!!!!
June 13, 2023 at 1:27 am #474433
Elise NoromitMemberHello,
I have submitted the case to our developers. I will get back to you as soon as I get the feedback.
Best Regards
June 13, 2023 at 10:30 am #474505
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
use XTS\Modules\Layouts\Shop_Archive; add_action( 'init', function () { remove_filter( 'template_include', array( Shop_Archive::get_instance(), 'override_template' ), 20 ); add_filter( 'template_include', array( Shop_Archive::get_instance(), 'override_template' ), 1000 ); }, 100);
June 13, 2023 at 10:39 am #474510
UMParticipantThanks much, but we are not using child theme. Can we do this update on the actual theme files? If we update the theme, the same code will be repeated after theme update?
June 13, 2023 at 10:47 am #474512
UMParticipantAdditionally what is causing this issue? Did we do something wrong?
June 13, 2023 at 11:22 am #474527
Artem TemosKeymasterHello,
You need to install the child theme to be able to apply such fixes in the future. Here is an article that should help you https://xtemos.com/docs-topic/setup-child-theme/
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register