Home Forums WoodMart support forum Remove page title from theme settings is not working

Remove page title from theme settings is not working

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #140281

    dimitris-pil
    Participant

    Hello,

    I have two issues:

    1)I try to remove the page title from my shop. I turn off the shop title and I also disable page title from the Page Title menu. Still the theme is not responding to these actions.

    2)When I open a product page, if the page contains more than 36 products, if I switch to the 2nd page, the website is loading with ajax the products and exactly after this the page is reloading again. So 2 reloads are happening which is not functional.

    Could you help me?

    #140311

    Eric Watson
    Participant

    Hello,

    1) As we see on your shop page, there are currently no page title http://prntscr.com/oxihuq

    2) We can increase the waiting time for a response from AJAX so that the page does not reload.
    Add this code to functions.php in your child theme

    add_filter( 'woodmart_pjax_timeout', function(){
    	return 20000;
    } );

    Kind Regards
    XTemos Studio

    #140496

    dimitris-pil
    Participant

    Hello,

    Thank you for the 2nd answer. For the 1st I identified that page title was disabled from the shop page. I enabled it and now I see it. The problem is that I want to see the subcategories of each category and it’s not working. It shows only the parent categories.
    Do you know why?

    #140517

    Hello,

    You can enable this option in the Theme Settings > Shop Page > Sidebars and Page Title > “Show current category ancestors” allows to show sub-categories and category in the page title.

    Best Regards

    #140757

    dimitris-pil
    Participant

    Hello,

    it is already setup like this but still it’s not working.
    check the attachment.

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

    Eric Watson
    Participant

    Hello,

    As we see the sub-categories are shown in your page title
    https://gyazo.com/051dc91e9888e5a43a2f6308f9491c2f

    Kind Regards
    XTemos Studio

    #140815

    dimitris-pil
    Participant

    Hello,

    These categories are not the “Children” of the category that I navigated.
    We are supposed to see the children of each category that we pick, correct?

    Thank you

    #140828

    Eric Watson
    Participant

    Hello,

    Starting from now, these plugins are no longer required: Redux Framework, CMB2, please delete them and check the issue.

    Best Regards

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