-
Author
-
July 3, 2015 at 01:06 #66278
btheme
ParticipantLatest update now shows this message every time I opn THEME OPTIONS
Theme customisations are done here. Make sure to Import Demo Content firstHow do I remove this from appearing? in the header every time I open Theme Options/
Attachments:
You must be logged in to view attached files.July 3, 2015 at 16:38 #66326sharmstr
ModeratorPut this in your quick css
#redux-intro-text {
display: none;
}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
October 26, 2015 at 17:28 #84304sharmstr
ModeratorTry this instead
#redux-intro-text {
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
October 26, 2015 at 17:28 #84305sharmstr
ModeratorTry this instead
#redux-intro-text {
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
October 26, 2015 at 17:57 #84316sharmstr
ModeratorThen maybe you haven’t closed out a comment higher up in your quick css code.
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.October 26, 2015 at 20:00 #84352sharmstr
ModeratorRespond privately with a link and credentials.
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
October 26, 2015 at 21:56 #84370sharmstr
ModeratorI wanted to check your css. Search the install files to find it. It wont be upgrade safe.
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
October 26, 2015 at 22:38 #84379sharmstr
ModeratorYou have non css in that file. Move what I gave you to the top of the file, just above pagination and see if it works.
This is what I think it causing the problem
COPY CODE$(document).bind(“contextmenu”,function(e) { e.preventDefault(); });
That’s jquery code, not css
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
October 26, 2015 at 22:46 #84385sharmstr
ModeratorReplace it? I didnt give you that code. I’m telling you that jquery code you’ve put in your css file is breaking your css file half way through. CSS files can only contain css. You can put jquery code in Theme Options > General > javascript code
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
October 26, 2015 at 22:55 #84387sharmstr
ModeratorI cant help any further unless you give me access. Sorry.
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 ‘KLEO’ is closed to new topics and replies.