This topic has 16 replies, 3 voices, and was last updated 9 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/

    Attachments:
    You must be logged in to view attached files.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84289
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84310
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This 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.
    #84329
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84369
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84378
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84384
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #84386
     MaxArts
    Participant
    This reply has been set as private.
    #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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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?