This topic has 16 replies, 3 voices, and was last updated 10 years by sharmstr.

  • Author
  • #66278
     btheme
    Participant

    Latest update now shows this message every time I opn THEME OPTIONS
    Theme customisations are done here. Make sure to Import Demo Content first

    How do I remove this from appearing? in the header every time I open Theme Options/

    #66326
     sharmstr
    Moderator

    Put 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 solution
    #84289
     MaxArts
    Participant

    Hi, i tried to put this but wont work…any idea?

    #84304
     sharmstr
    Moderator

    Try 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 solution
    #84305
     sharmstr
    Moderator

    Try 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 solution
    #84310
     MaxArts
    Participant

    still not working..

    #84316
     sharmstr
    Moderator

    Then 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 solution
    #84329
     MaxArts
    Participant

    I did that too. Or maybe do you know where is “Theme customisations are done here. Make sure to Import Demo Content first” text located?

    #84352
     sharmstr
    Moderator

    Respond 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 solution
    #84369
     MaxArts
    Participant

    I’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.

    #84370
     sharmstr
    Moderator

    I 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 solution
    #84378
     MaxArts
    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.

    #84379
     sharmstr
    Moderator

    You 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 solution
    #84384
     MaxArts
    Participant

    and 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?

    #84385
     sharmstr
    Moderator

    Replace 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 solution
    #84386
     MaxArts
    Participant

    Oh 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. 🙁

    #84387
     sharmstr
    Moderator

    I 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
Viewing 17 posts - 1 through 17 (of 17 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?