Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #370626

    on this site listed below
    I suddenly lost all my quick css customization!
    No idea what is going on… please help!
    I just put a maintenance page on the frontpage of the site.
    thank you
    Nancy

    • This topic was modified 9 years, 3 months ago by Munford.
    #370630

    Hi Munford!

    Have you tried de-activating all active plugins and check if that helps?
    If not, please create a temporary admin login and post it here privately so we can look into it

    Regards,
    Yigit

    #370633

    Hi Munford!

    Thank you for coming back.

    Check the QuickCSS field. If it is empty, it had been overwritten (probably by mistake).

    If you do not have a backup of this field, you only can ask your provider for a fallback to an earlier stage, when it worked.

    Best regards,
    Günter

    #370651
    This reply has been marked as private.
    #370661

    Hey!

    Can you please review your website? Was following the last code you have added to the top of Quick CSS field? If so, it was missing a closing curly bracket

    /*norad disable captions mobile*/
    @media only screen and (max-width: 767px) {
    #norad .main_color .container .av-inner-masonry-content {
    display: none;
    }}

    Regards,
    Yigit

    #370668

    thanks – I’m pretty sure the W3 total cache was the issue.
    Regarding that last code – thanks for the tip = I’m actually trying to display only the titles on the masonry gallery on the mobile (ID #norad),
    but that code disables both the title and caption. Is there a way to do that? Is there also a way to have
    the masonry on the mobile display with a perfect grid instead of the auto masonry I am
    using here? I asked this on another thread but have not gotten a response.
    I will delete the other thread.

    #371119

    Hi!

    could you please provide us screenshots showing what you want to achieve? Do you want to disable the titles under these images?:

    If so, you can do so using this:

    .grid-entry-title.entry-title {
    display: none;
    }
    

    Regards,
    Andy

    #373143

    Thanks Andy I figured out another way to do what I wanted.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘URGENT help! quick css customization not working’ is closed to new replies.