Home Forums WoodMart support forum how to hide feature image in the article?

how to hide feature image in the article?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #357090

    wormholetattooeu
    Participant

    Hi, I am wondering how can I hide feature images, after i click on one of the blog pages? and the important thing is that I only want to hide one of categories for my blog. For example, I have two categories, they are blog and video, in blog page, the feature image is showing. However, in my video page, the feature image is not showing after opened page.

    #357093

    wormholetattooeu
    Participant

    Also, how to hide post-text in my only VIDEO categories?

    #357166

    Hello,

    Please provide the URL of the blog to check it myself and help you out accordingly.

    Best Regards

    #357318

    wormholetattooeu
    Participant

    Hi, here is the links

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

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .archive .category-video .entry-content.wd-entry-content.woodmart-entry-content {
        display: none;
    }

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-format-video .back-to-archive {
        display: none;
    }
    
    .single-format-video .post-single-page.has-post-thumbnail .article-inner>.entry-header {
        display: none;
    }

    Best Regards

    #357536

    wormholetattooeu
    Participant

    Thank you, it’s solved at all. However, I’ve got another question for you.

    How can I hide other categories in my “BLOG” page? because when I opened my “BLOG” page, It shows all categories’ posts, I want my “BLOG” page only shows “BLOG”.

    #357564

    Hello,

    You are Most Welcome.

    If you want to display posts of a specific category then you can try using the blog element of the theme and add it to any page.

    Screenshot for Clarification: https://gyazo.com/f2fbf0e674a951b00b6f074aa82fc4b2

    Best Regards

    #358240

    wormholetattooeu
    Participant

    Hi, i’ve tried these 3 links to my live version, and it looks like it is not working. I’ve cleared my cache as well.
    .archive .category-video .entry-content.wd-entry-content.woodmart-entry-content {
    display: none;
    }
    .single-format-video .back-to-archive {
    display: none;
    }

    .single-format-video .post-single-page.has-post-thumbnail .article-inner>.entry-header {
    display: none;
    }

    Please try to check my link.

    #358282

    wormholetattooeu
    Participant

    So I’ve solved it by the theme setting. I just make 0 for the Excerpt length.

    For the display posts of a specific category, my blog page is the post page, when i open it, the BLOG page is nothing inside. However, after i added “blog” element, my blog page is getting messed up.

    Is there any way to solve it?

    #358309

    Hello,

    We are Glad that one of your issues has been Resolved.

    The default blog page is not editable. You have to create a new page and add the blog element to it.

    Then check back.

    Best Regards

    #365063

    wormholetattooeu
    Participant

    HI Aizaz Imtiaz Awan,

    Sorry for bothering you again!

    I’ve created new blog page and change the old blog page to “blog1” slug. The result is the ULR is correct, when i clicked the blog page, the url is showing /blog/. However, after i selected one of post page, the page title is showing “blog1″.

    I’ve tried to pick up the Posts page option in Reading Settings, and It looks like when i picked up my new blog page as priority, my blog page is going to my old blog page directly.

    Could you please help me to solve the ” after i selected one of post page, the page title is showing “blog1″ problem”?

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

    Hello,

    Please delete the previous blog page and set the new page you created as the posts page then check back.

    Note: Please create new topics for each issue in the support system to avoid any confusions.

    Best Regards

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