Jose Pardilla
Forum Replies Created
-
Not yet. In future releases there will be a section to add your own custom fancybox calls, that way you can use the plugins options for images etc, and add your custom calls for individual links where you want iframes or different settings applied.
goldenimage the options is in the TroubleShooting tab in the plugin’s options page.
This should be updated now. ??
The update is out, this should be resolved now.
Hi,
Thanks for taking the time to point that out.
Since the next big version is going to require more testing than i would like, i’m going to put together a little update to 2.7.3 with this and a few other little fixes.
It might also be another plugin interfering witn WP Minify and breaking all JS.
Have you tried disabling WP Minify plugin? The minified js doesn’t seem to be loading correctly, but thee minified CSS does work.
This is in the TODO list, working on it for the next version.
Sorry for this bug, it will be addressed in the next version soon to be released.
Without a lin to your blog i can’t really tell what would the problem be, but in the next days a new version of the plugin will probably be released and that might help.
Can you share a link to your site so i can take a look, the ad links should not be affected by fancybox for wordpress if they point to a website (and not an specific image file).
You cant have two instances of jquery loaded that’s why it doesn’t work, maybe in other browsers loading has a different order but first of all make sure you fix this.
See how is the other jquery call is made – in wordpress jquery and other scripts have to be called with a wp function called wp_enqueue_script()
This function avoids scripts like jquery from loading twice. Mre info here: https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script
If that doesnt help leave a link to your blog.
Hi,
jQuery is loaded twice in your blog.
The problem seems to come from the mailchimp subscribe by mail widget in the sidebar.
Look the code where that widget is added and try to find the line
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
and remove it.I will look into this for future releases.
Check if jquery is manually loaded from header.php, that’s the most common issue. other than that i would need a link if you have the theme online to see what is interfering.