Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Prisna

    (@prisna)

    Hello,

    I’ll have to check your website, but most likely you’re using a cache plugin. Is this the case?

    If so, please flush the cache and it should show up.

    Also, you could place a simple Text widget with a dummy text next by the translator, and see if it shows up.

    Regards

    Thread Starter daubed

    (@daubed)

    Clearing cache didn’t work, unfortunately. Made a test page for what you asked.

    http://joacel.net/test-2/

    Thank you!

    Plugin Author Prisna

    (@prisna)

    Thanks for the test page.

    The problem is a script/plugin/theme inserting custom CSS rules affecting the translator. Specifically, the problem is with this one:

    #google_language_translator { display:none; }
    

    The translator is there on the page, but it’s being hidden by this rule.

    Do you think you can locate this rule and remove it?

    If not, then you can override it, go to:

    Advanced > General > Custom CSS
    

    Use:

    #google_language_translator { display: block !important; }
    

    This will override the problematic CSS rule and show the translator.

    Regards

    Thread Starter daubed

    (@daubed)

    I was able to remove the CSS rule and now it’s working perfectly! Thank you for the support!

    Plugin Author Prisna

    (@prisna)

    No problem, good to know the plugin it’s working fine.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin won't show up’ is closed to new replies.