-
Author
-
August 5, 2015 at 22:02 #71783princessaParticipant
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.August 6, 2015 at 13:35 #71921RaduModeratorHi,
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 solutionAugust 6, 2015 at 13:36 #71923princessaParticipantHi, you’re in the wrong URL. It’s http://www.sauceink.com/marketplace/my-account/
August 6, 2015 at 13:40 #71925RaduModeratorCan 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 solutionAugust 6, 2015 at 17:45 #71998princessaParticipantI actually need that… so it’s not possible to change some code somewhere to avoid the double notification?
August 6, 2015 at 17:47 #71999RaduModeratorCan 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 solutionAugust 6, 2015 at 18:19 #72019RaduModeratorHi,
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 CODEbody.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 solutionAugust 6, 2015 at 19:16 #72030princessaParticipantIt managed to hide the first line but the rest of it still shows up…
Attachments:
You must be logged in to view attached files.August 7, 2015 at 11:57 #72124RaduModeratorCan 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 solutionAugust 7, 2015 at 20:02 #72203princessaParticipantHi,
I’m hoping to remove the double notification at the top.
Thanks!
Attachments:
You must be logged in to view attached files.August 10, 2015 at 18:01 #72449RaduModeratorHi,
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 CODEbody.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 solutionAugust 14, 2015 at 23:18 #73030princessaParticipantFor some reason, it still shows up…
Attachments:
You must be logged in to view attached files.August 24, 2015 at 13:19 #74322RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.