• mamad

    (@mrghasemi1047gmailcom)


    Good support and great plugins

    • This topic was modified 6 years, 8 months ago by mamad.
    • This topic was modified 6 years, 8 months ago by mamad.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Instead of leaving a negative review with a generic “not work for me”, you can open a support thread with a description of your issue and I’ll be happy to help you.

    Thread Starter mamad

    (@mrghasemi1047gmailcom)

    Hi. I want change style of pages. But not working. I test on several site.
    For example: default top of the pages show a banner with class . top-bannner. I want for special page remove this banner. With use of your plugin i add custom css below page like:
    . top-bannner {
    Display:none;
    }
    After save banner show and code not work.
    Can help me???

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Have you inspected your front-end code to see if there’s the custom css you’ve added?
    This doesn’t seem to be a plugin issue, probably some css rules in your theme are overriding your code.

    Have you tried with !important?

    . top-bannner {
    Display:none !important;
    }

    Could you provide a link where I can see what’s happening?

    Thanks,
    Daniele

    Thread Starter mamad

    (@mrghasemi1047gmailcom)

    If i send you admin info you can check issue?

    Plugin Author Daniele De Santis

    (@danieledesantis)

    I’m sorry, in the wp support forum we are not allowed to request your credentials, can you paste a link to one of the pages where your css rules are not working?
    It should be enough to check your issue.

    Thread Starter mamad

    (@mrghasemi1047gmailcom)

    my css
    .home #mvp-site-main {
    margin-top: 0 !important;
    }

    link: https://zoxnews.wpressi.space/typography/
    https://s8.picofile.com/file/8322128568/Capture.PNG

    Plugin Author Daniele De Santis

    (@danieledesantis)

    I’ve inspected your code, please note that the plugin works perfectly, your css is in the document head, and everything is working.
    You are using wrong css rules, and that’s the only issue.

    In your page https://zoxnews.wpressi.space/typography/ the body element doesn’t have a home class, what you need in this page is

     #mvp-site-main {
    margin-top: 0 !important;
    }

    Since it is not a plugin issue, could you please change your review?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Good support and great plugins’ is closed to new replies.