• Resolved julievsjulien.com

    (@thuyishere)


    Hi,
    I have two questions:
    1. Why cannot I use both tabbed sidebar and right sidebar? I now just can use one of them on my website.
    2. When I put google translate (jetpack) on tabbed sidebar it worked but when I use right sidebar like now, the widget only shows the title I set for it, but not the selections for languages (the drop-down menu of languages as i shows on the tabbed sidebar) for people to choose.
    How can I solve this error? Thank you!
    Btw, Merry Christmas! You are a great wp theme creator!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this customizer->general->custom css
    .widget .goog-te-gadget-simple {float:left;}
    merry xmas to you too..

    Thread Starter julievsjulien.com

    (@thuyishere)

    I did and it worked for a while but now the whole widget disappeared, even the title I set for the widget!
    Can you help? Thank you ??

    Thread Starter julievsjulien.com

    (@thuyishere)

    It works again now after I deleted and added it again. Thanks. ??

    Btw, I have another question how to place google adsense to the website? I have read some of your guidance to others and you said that i can disable the script code block in the author theme page and find faq but I cannot find it.
    And how to disable it if I find it? Thank you!

    Theme Author Richie KS

    (@rkcorp)

    add this to functions.php

    function meso_allow_scripts() { return 'meso_sanitize_null'; }
    add_filter('meso_textarea_settings_filter','meso_allow_scripts');

    clear cache, and enter the script code in customizer ad setting.

    Thread Starter julievsjulien.com

    (@thuyishere)

    I got this after I put it in the function and the site doesn’t show up anymore.

    Parse error: syntax error, unexpected ‘&’ in /hermes/bosnaweb24a/b1025/ipg.foodworldchannelcom/Filmmakersinnorway/wp-content/themes/mesocolumn/functions.php on line 32

    I removed it but it still doesn’t work! How to solve this?

    Thread Starter julievsjulien.com

    (@thuyishere)

    I have accessed the file manager and removed it so it works again. By mistake, I added the code at the middle of the file so i think it was the reason of the problem. I tried to add it at the end but all the code appears on the top of the homepage when viewing the site. Now i have to remove it to make the site come back to the old state.

    i still cannot fix the adsense problem. how to make the adsense show up ? Thanks

    Theme Author Richie KS

    (@rkcorp)

    open functions.php add the code before bottom end ?>

    after adding the code in functions.php
    you’ll need to re-enter the script code in customizer advertisement setting.
    preview might not work but when save customizer and view site it will.

    • This reply was modified 8 years, 3 months ago by Richie KS.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Google translate (jetpack) doesn’t work’ is closed to new replies.