• Resolved Guillaume Dutilh

    (@photoxplorer)


    Hello,

    I’d like to use photonic but every time I activate the plugin, the browser tab title gets replaced by the page URL. I searched for a solution and modified the coding in the photonic.js file but the issue persists. Right now, the plugin is deactivated.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Please try the fix here.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    That is the fix I tried… I just verified the file in my FTP and this is the code in it:

    $(document).tooltip({
    items: ‘.title-display-tooltip a, .photonic-slideshow.title-display-tooltip img’,
    track: true,
    show: false,
    selector: ‘.title-display-tooltip a, .photonic-slideshow.title-display-tooltip img’,
    hide: false
    });

    Plugin Author Sayontan Sinha

    (@sayontan)

    Please activate the plugin so that I might see the error message and troubleshoot.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    Plugin is now active. Thank you!

    Plugin Author Sayontan Sinha

    (@sayontan)

    I am not seeing it active at https://www.photoxplorer.com. When I search the source code, I don’t see any “photonic” over there.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    Ha, weird! The Photonic plugin is definitely displayed as active in my plugin page. The only option I displayed is to deactivate it

    Plugin Author Sayontan Sinha

    (@sayontan)

    You might need to refresh your caches, in that case. As in, it is likely that your caching plugin has not rebuilt the pages after you reactivated the plugin.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    Ok, that should be done now

    Plugin Author Sayontan Sinha

    (@sayontan)

    OK – it looks like the minified file generated by your caching plugin does not have your changes. Take a look at https://www.photoxplorer.com/wp-content/cache/minify/8784d.js, which seems to be the minification of Photonic, and search for “tooltip” there. You will not see the changes you made.

    So, either try to regenerate the minified version of the script, or turn off the minification for photonic.js.

    Thread Starter Guillaume Dutilh

    (@photoxplorer)

    I use W3 Total Cache and I deactivated the minification feature. It fixed the problem! Good job on the diagnostic.
    I look forward to using this plugin, thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘URL displayed in browser tab’ is closed to new replies.