Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #296704
    donaldscho
    Participant

    Hi Support,

    May i know how to remove the author name and date in Free Audioman themes in wordpress?

    I tried used some plugin can hidden the author name and date but still keep display “|” symbol, please advise.

    Regards

    Donald

     

    #296709
    Skandha
    Participant

    @donaldscho: Hello Donald,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .posted-on, .sep, .byline {
    display: none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #296718
    donaldscho
    Participant

    Hi Skandha,

    I add your script, should be ok now.

    One more question, i add the woocommerce plug in the wordpress, but i cant add the background image in the product page, please advise.

     

    Regards

    Donald

    #296719
    Skandha
    Participant

    @donaldscho: Hello Donald,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #296722
    donaldscho
    Participant

    Hi skandha,

    the link as below

    https://j-arie.com/ < that link can show the background image

    https://j-arie.com/onlineshop < that link cant show the background image.

    One more question, may i know how to hidden prev post and next post in the wordpress?

    Regards

    Donald

     

     

    #296723
    donaldscho
    Participant

    Hi Skandha,

    Sorry, the link should be

    https://j-arie.com/product/perfectly-guilty-cap-limited/ < cant show the background image

    https://j-arie.com/onlineshop/ < can show the background image.

     

    Regards

    Donald

    #297009
    donaldscho
    Participant

    Hi Skandha,

    May i have any advise for my issue?

    Regards

    Donald

     

    #297117
    Skandha
    Participant

    @donaldscho: Hello Donald,

    Sorry for the late reply. I must have missed your email.

    To hide previous and next post

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .post-navigation {
    display: none;
    }

    Regarding the single product page header image issue. Do you want the header image that is shown on reset of the pages to show on single product page as well?

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #297124
    donaldscho
    Participant

    Hi Skandha,

     

    i would like to show the header image on single product page as well.

     

    Regards

    Donald

    #297127
    Skandha
    Participant

    @donaldscho: Hello Donald,

    You seem to be using an older version of the theme. Can you please try updating the theme to the latest version and check if the issue is resolved?

    Let me know if the issue persists!

    Kind Regards,
    Skandha

    #297129
    donaldscho
    Participant

    Hi Skandha,

     

    I updated the theme to last version, but problem still, please advise.

     

    Regards

    Donald

    #297126
    donaldscho
    Participant

    Hi skandha,

     

    i tried you provide that CSS code, but the post-navigation still show on, please advise.

    .single-post .post-navigation { display: none; }

    #297133
    Skandha
    Participant

    @donaldscho: Hello Donald,

    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Also let me know which prev post and next post you are trying to hide. Maybe a screenshot could help

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How can i remove author name and date in themes’ is closed to new replies.