Home Forums WoodMart support forum SEO RELATED ISSUES

SEO RELATED ISSUES

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #720561

    tarun87654321
    Participant

    Hello,
    My website is currently using the defualt Product archive layout category Marketplace 2 — Elementor layout for category page. This is a common layout used for all the categories. I have about 15 categories that i want to proceed with SEO. My agency says that for Category A, they want to add sections for that specific category page like televisions. But, currently, any changes made in layout reflect in Categories A,B, C all of them.

    I tried duplicating and assigning design to specific categories but that gives me an error when trying to edit the original category with elementor (Image 1) . How am i supposed to added seperate FAQ’s for each products archive.
    Same issue when i duplicate single product layout as well.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #720753

    tarun87654321
    Participant

    Hi, I have figured out a workaround by using dynamic tags instead. Thanks anyway.

    can u assist me with changing ajax search function for min 3 letters to 2 chacracters

    $(‘.wd-search-form input[type=”text”]’).attr(‘minlength’, ‘2’);

    i tried this jss but its not working

    Thanks

    #720783

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this.

    add_filter( 'woodmart_ajax_search_symbols_count', function (){
    	return 2;
    } );

    Best Regards

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