This topic has 14 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #71783
     princessa
    Participant

    Hi, I’m having this issue with the theme, not quite sure if it’s a plugin issue or the theme.

    Is there a way to remove the “notification” above the header?

    Attachments:
    You must be logged in to view attached files.
    #71921
     Radu
    Moderator

    Hi,

    Just I’ve sign-up to your site http://www.sauceink.com/register/ and i don’t see that top header notification.

    Most probably that issue from your screenshot it’s caused by a plugin.

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #71923
     princessa
    Participant

    Hi, you’re in the wrong URL. It’s http://www.sauceink.com/marketplace/my-account/

    #71925
     Radu
    Moderator

    Can you please delete the raduaccount to create another as vendor ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #71998
     princessa
    Participant

    I actually need that… so it’s not possible to change some code somewhere to avoid the double notification?

    #71999
     Radu
    Moderator

    Can you provide me admin credentials ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72003
     princessa
    Participant
    This reply has been set as private.
    #72005
     princessa
    Participant
    This reply has been set as private.
    #72019
     Radu
    Moderator

    Hi,

    I think that top notification it’s generated by a plugin, i think the plugin is WC Vendor,

    I’ve made a little hack that hide that notification in that page

    COPY CODE
    
    body.page-id-7168 p:first-child{ display:none; }
    body.page-id-7168 br.clear { display: none; }
    

    Add that CSS snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS. or in kleo-child/style.css

    Let me know if it works.

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72030
     princessa
    Participant

    It managed to hide the first line but the rest of it still shows up…

    Attachments:
    You must be logged in to view attached files.
    #72124
     Radu
    Moderator

    Can you provide me, a screenshot that it shows me what do you want to hide ?

    Rdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72203
     princessa
    Participant

    Hi,

    I’m hoping to remove the double notification at the top.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #72449
     Radu
    Moderator

    Hi,

    I’ve tested again and the “Apply to become a vendor” text not appears on top, only bottom appears.

    Add this css to hide the “Your account has not been yet approved….” text from top

    COPY CODE
    
    body.page-id-7168 p:first-child{ display:none; }
    body.page-id-7168 br.clear { display: none; }
    body.page-id-7496 p:first-child { display:none; }
    body.page-id-7496 br.clear { display:none; }
    

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #73030
     princessa
    Participant

    For some reason, it still shows up…

    Attachments:
    You must be logged in to view attached files.
    #74322
     Radu
    Moderator

    Hi,

    You have changed the theme ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 15 posts - 1 through 15 (of 15 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?