• Resolved kamilkus83

    (@kamilkus83)


    Hello Guys,

    We love your plugin is aweeeeeeeeeesome!

    We have also noticed that your plugin is not working when Gravity Forms are installed.
    The problem in the code is your Google chart API snippet.


    jQuery.wsko_init_core = function ()
    {
    //Load necessaries
    if ((typeof google === ‘undefined’) || (typeof google.visualization === ‘undefined’))
    google.charts.load(‘current’, {‘packages’:[‘corechart’, ‘geochart’], ‘mapsApiKey’: wsko_data.mapsApiKey}); ”

    Any chance you could have a look at this. As the Gravity Form is the most popular and reliable contact forms for WP We think that your aweeeeesome plugin should work well with it.

    While Gravity form and BAVOKO SEO Tools are installed all pages and posts are not editable as the charts which are displayed while editing pages/posts etc are causing and massive bubu.

    Hope to hear from you soon.

    Kind Regards,
    CKdesign

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bavoko.tools

    (@bavokoservices)

    Hello kamilkus83,

    thank you veeeeeery much, it means alot to us ??

    We are having a look into your error and are working on a Hotfix. It can take up to a few days, but we will get this sorted out. Stay tuned!

    [ Signature deleted ]

    • This reply was modified 6 years, 5 months ago by Jan Dembowski.
    Plugin Author bavoko.tools

    (@bavokoservices)

    As it turns out, a little tweak in that line will solve the error. We are working on the next update, which will include this fix but the (also included) reporting functionality has not been finished yet. If you don’t want to wait till next week you can just change the snippet (as provided) in “core.min.js” from

    jQuery.wsko_init_core = function ()
    {
    //Load necessaries
    if ((typeof google === ‘undefined’) || (typeof google.visualization === ‘undefined’))
    google.charts.load(‘current’, {‘packages’:[‘corechart’, ‘geochart’], ‘mapsApiKey’: wsko_data.mapsApiKey}); ”

    to

    jQuery.wsko_init_core = function ()
    {
    //Load necessaries
    if ((typeof google !== ‘undefined’) && (typeof google.charts !== ‘undefined’))
    google.charts.load(‘current’, {‘packages’:[‘corechart’, ‘geochart’], ‘mapsApiKey’: wsko_data.mapsApiKey}); ”

    and you should be good to go.

    [ Signature deleted ]

    • This reply was modified 6 years, 5 months ago by Jan Dembowski.
    Plugin Author bavoko.tools

    (@bavokoservices)

    Hey kamilkus83,

    yesterdays update has been shiped with the proposed fix. I will mark the topic as resolved for now. If you still need support feel free to use the new builtin live chat ??

    [ Signature deleted ]

    • This reply was modified 6 years, 5 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravity Form’ is closed to new replies.