-
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/
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 solutionOctober 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 solutionOctober 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 solutionOctober 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 solutionOctober 26, 2015 at 19:14 #84329MaxArts
ParticipantI did that too. Or maybe do you know where is “Theme customisations are done here. Make sure to Import Demo Content first” text located?
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 solutionOctober 26, 2015 at 21:53 #84369MaxArts
ParticipantI’m afraid I cant give you the credentials. But I can go through by my self if you cold just let me know the text located please?
Many Thanks.
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 solutionOctober 26, 2015 at 22:29 #84378MaxArts
Participant/*
Theme Name: kleo child
Description: Child theme for kleo
Template: kleo
Version: 2.0
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*//*
* Please add your custom styles below
*/.pagination-sticky {
display: none;
}#item-header-content span.activity {
display: none;
}#item-meta{
height:120px;
}$(document).bind(“contextmenu”,function(e) {
e.preventDefault();
});#item-header-avatar {
margin-top: -50px !important;}
#buddypress #whats-new-options {height: 40px;}
.wrong {
margin-top: 5px;
padding: 5px;
background-color:#F00;
border: 2px solid #666;
width:auto;
color: #000000;
}.bp-custom-header-container #item-header-content {
float: left;
margin:0 auto;
text-align:left;
max-width: 100%;padding-left: 50px;
}
.bp-custom-header-container .bp-custom-to-left {
margin:0 auto;
text-align:center;
float: left;
}.bp-custom-header-container {
margin: 0 auto !important;
display: inline-block;
}.bp-custom-header-container h4.user-nicename { color:#EFEFEF !important; }
.bp-custom-header-container h4.user-nicename {
color: #777777 !important;
font-weight: bold;}.buddypress div#item-header { background: none;
background-color: #FFFFFF;}.buddypress .activity-timeline { display: none;}
.item-header-content.latest-update {
display: none;
}.header-color.social-header {
background-color: #ffffff;
}.social-buttons a {
color: #00bbf2;
}#redux-intro-text {
display:none !important;
}Here is my css file.
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 solutionOctober 26, 2015 at 22:42 #84384MaxArts
Participantand what should I do with the jquery code? replace it with the code that you gave to me? and where is the .js file located?
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 solutionOctober 26, 2015 at 22:49 #84386MaxArts
ParticipantOh sorry, I didnt see it well :). I tried to delete the jquery code on css and put your css code on the top. Still not working. 🙁
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 solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.