Home Forums WoodMart support forum Attributes Page Second Language Page Dublicates Content

Attributes Page Second Language Page Dublicates Content

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #473954

    UM
    Participant

    Hello,

    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.

    #473955

    UM
    Participant

    Sorry, u can check the links in the private

    #473966

    UM
    Participant

    Is anyone there??

    #473990

    Hello,

    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.

    #473996

    UM
    Participant

    You can find details below

    #474025

    UM
    Participant

    Will someone check the issue?

    #474123

    UM
    Participant

    Will someone check the issue????

    #474171

    Hello,

    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

    #474173

    UM
    Participant

    You can find the details below with screenshot

    Attachments:
    You must be logged in to view attached files.
    #474175

    UM
    Participant

    You are looking normal content area, please check bottom of page, below the footer

    #474178

    UM
    Participant

    If you check your screen video scroll bar, you check only middle of page, please check below footer

    #474255

    UM
    Participant

    Can someone properly check the error?

    #474401

    UM
    Participant

    Can someone properly check the error? Please!!!!

    #474433

    Hello,

    I have submitted the case to our developers. I will get back to you as soon as I get the feedback.

    Best Regards

    #474505

    Artem Temos
    Keymaster

    Try 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);
    #474510

    UM
    Participant

    Thanks 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?

    #474512

    UM
    Participant

    Additionally what is causing this issue? Did we do something wrong?

    #474527

    Artem Temos
    Keymaster

    Hello,

    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

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