Home Forums WoodMart support forum How to display breadcrumbs, homepage, categories, tags, etc. in English

How to display breadcrumbs, homepage, categories, tags, etc. in English

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #477868

    doudoucao7
    Participant

    Thank you. I put the information in a private file.

    #478180

    Luke Nielsen
    Keymaster

    Hello,

    Please confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back.

    I await your response.

    Kind Regards

    #478219

    doudoucao7
    Participant

    Hi, dear team support, thank you for your help.

    I create a staging, please help me check in it. I type account information in pravite content.

    If the fixed is successful, please tell me how to fix the bugs. Thank you very much.

    #478507

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to Theme Settings -> Performance -> Plugins -> turn off the “Load Elementor optimized CSS” option.

    https://prnt.sc/OFRJfC-AB6Ji

    Result: https://prnt.sc/iK8ahRgxukHZ

    Kind Regards

    #484668

    doudoucao7
    Participant

    Hello.
    How to remove the “category”, “author”, “comment” and other content of each article in the blog page.
    At the same time, how to not display the content of the article on this page?
    As shown in the blue box: https://ibb.co/ns4p1Rv

    Thank you so much.

    #484764

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you with it, please enter it in Theme Settings -> Custom CSS.

    .blog-post-loop .meta-categories-wrapp,
    .blog-post-loop .wd-entry-meta,
    .blog-post-loop .hovered-social-icons,
    .blog-post-loop .wd-entry-content {
        display: none;
    }

    Kind Regards

    #484940

    doudoucao7
    Participant

    Hello, thanks.
    In each article, I also want to hide the category and author, how to set it. https://ibb.co/yFX52S5
    Thanks.

    • This reply was modified 9 months, 1 week ago by doudoucao7.
    #485308

    Luke Nielsen
    Keymaster

    Hello,

    Ok, enter that code to Theme Settings -> Custom CSS to hide it.

    .single-post .wd-post-cat,
    .single-post .entry-meta {
        display: none;
    }

    Kind Regards

    #486868

    doudoucao7
    Participant

    Hi, how to hide sidebar: “Date” and “No Comments” for RECENT POSTS? The content of the red box in the screenshot: https://ibb.co/FmLts77
    Thanks.

    #487075

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help.

    .woodmart-recent-posts .woodmart-recent-posts-list .recent-posts-time,
    .woodmart-recent-posts .woodmart-recent-posts-list .recent-posts-comment {
        display: none;
    }

    If you have more questions then please create a new topic to avoid any confusion.

    Kind Regards

    #494740

    doudoucao7
    Participant

    Hello dear support team.
    I would like to ask how to change the content of the sidebar on the blog page. Thanks.

    #494849

    Luke Nielsen
    Keymaster

    Hello,

    You can change it via Appearance -> Widgets -> Main Widget area: https://take.ms/B1Egy

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

Viewing 12 posts - 31 through 42 (of 42 total)