-
Author
-
February 4, 2015 at 11:55 #44664
mlennox10
ParticipantHi there, I’d like to remove two messages that automatically appear when a user successfully activates their email. See screenshot below.
https://www.diigo.com/item/image/55mss/dbyu?size=o
Could you please let me know where I can remove these messages. And also how? i.e. is it best practice to comment out (if so how please), or just delete.
Thank you very much in advance
February 4, 2015 at 18:24 #44712Radu
ModeratorYou can do it via CSS by adding this code to your kleo-child style.css
COPY CODE#activate-page .bp-template-notice {display:none;} #activate-page .error {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 4, 2015 at 19:14 #44718mlennox10
ParticipantHi thanks for trying. I did that but it didn’t make any difference (see screenshot)
https://www.diigo.com/item/image/55mss/m20i?size=o
Any other ideas please?
Thank you
February 5, 2015 at 13:31 #44787Radu
ModeratorTry to add with !important declaration
COPY CODE#activate-page .bp-template-notice {display:none !important;} #activate-page .error {display:none !important;}
If not work, you can send me ftp details and i will take a look closer.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 5, 2015 at 14:05 #44799mlennox10
Participant@Radu Thanks for your efforts. I think we’re getting closer as two of the messages have been removed – one of them is one I wanted to keep though. Here’s what it looks like now: https://www.diigo.com/item/image/55mss/mqnc?size=o
To be absolutely clear, the message upon activation I would like to keep is the one in the red box at the bottom of this screenshot: https://www.diigo.com/item/image/55mss/dbyu?size=o
I’ll send you a private reply with my FTP details as it might help you to see what’s going on.
Thanks again
February 5, 2015 at 14:09 #44804sharmstr
Moderator@radu I’ve been working with him. I’ll handle it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 14:14 #44807mlennox10
ParticipantAnd so you know I added this to both the kelo child stylesheet AND the one you created..
February 5, 2015 at 14:23 #44810sharmstr
ModeratorCOPY CODE#activate-page > p { display: none !important; } #activate-page .bp-template-notice {display:none !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 15:52 #44825mlennox10
Participant@sharmstr thanks but that has now removed all the messages. I need the message in the red box please.
February 5, 2015 at 16:22 #44827sharmstr
ModeratorDid you remove the .error one that radu gave you? You should only have what I posted. Nothing else.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 16:33 #44829sharmstr
ModeratorIts worked on the test site.
The issue is that second message doesnt have a css class associated with it so its hard to target it. Arrrrg. Hold on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 16:47 #44830sharmstr
ModeratorJust so you know I’m not crazy. This is from that test site I set up for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.February 5, 2015 at 16:53 #44832mlennox10
ParticipantI don’t think you’re crazy ;-). Is it anything to do with the second CSS file you setup? Sorry I’m guessing and not sure why it’s not working.
February 5, 2015 at 16:58 #44833sharmstr
ModeratorNope.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 17:05 #44834sharmstr
ModeratorIts because you upgraded BP to 2.2. Early on I warned you about setting up a test site to make sure everything works before upgrading your production site. There are several things that don’t work in Kleo as well.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 17:06 #44835sharmstr
Moderatorbtw – you can set up a test site using sitegrounds staging feature.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 17:16 #44837sharmstr
ModeratorIt appears that BP Custom Reg is not working with BP 2.2. As far as injecting the message. Try removing all of the css and see if the BP Custom Reg message even shows up anymore.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 5, 2015 at 17:17 #44838sharmstr
ModeratorAlso, lets take this offline. Email me the results.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.