Fancybox not firing - Wordpress - javascript

I feel really dumb for not being able to see this but for some reason I can't even get the basic portion of fancybox to work on my website.
I would think it'd be a conflict but I stripped the other scripts out of it and it still wouldn't fire.I've double checked to make sure I only have jquery loading once because I've been guilty of that before so I'm not sure what the issue is.
Can someone point me in the right direction?
The site is http://southernjewlz.com and at the very bottom left under the footer is a link that says "test" that should be linked up to display the logo in a popup.

Related

Wordpress anchor from chil pages dont working

I need your expertise on a problem I encounter on wordpress:
I have a main menu that has links with anchors like:
Custom page + #IDANCHOR
Everything works very well on the homepage and on the children's pages like :
https://nomdemonsite/pagex
But as soon as I'm on a page one level down, the links don't work as soon as they have an anchor:
https://nomdemonsite/pagex/subpage
If I remove the anchor ( #IDANCHOR) from the url the links work everywhere...
Does anyone have any idea why, please?
I tried to load all the js on the site on this page which is different since it brings up a 'portfolio'.
Here is the site in question:
on this url everything works
https://dev.cinqsixproduction.com
The problem appears here:
https://dev.cinqsixproduction.com/cases/reportages/
I tried to dig around, tried to force the bonds, but I couldn't help it.
Would you have an idea before I try to tamper with the theme code please? :)
Thank you all for your help,
Have a nice day!
gl hf !

Wordpress posts having odd issue all of a sudden

I'm running into an odd problem on my Wordpress site ( www.ez007.net). My most recent posts don't finish loading properly. The last two pieces that usually load on my page is the green vote buttons and the text in the right sidebar. But for some reason the page stops loading and these elements stay unloaded. Images below to explain
An older good post, you can see the red and green vote buttons are working and the text in the right hand sidebars looks clean:
One of the newer posts with issues, see the red and green vote button are not showing and the text in the right hand sidebar is all ski-whiff:
This only occurs on the last 10 or so posts on my website, and I made no changes to code or anything else when this started occurring.
It's really hard to explain and I can't even begin to understand how I can start troubleshooting this issue.
Any help would be amazing, I'll add the HTML output from both pages. Please let me know what else is needed? Thanks.
I realize there are errors in the code but I'm in the process of working those out, and the theme was working fine for a number of weeks before this issue started occurring.
The problem lies in a missing CSS file on the templates with the issue - on the home page the following CSS file is referenced :
http://www.ez007.net/FreeSamplesAustraliaByMailOnly/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.4
The link tag for this CSS file is missing on this page:
You've probably got to fix that wherever your wp_enqueue_style() calls for that particular template are made.
The reason the issue is occuring:
The wpp.css file contains the rules for the class wpp-thumbnail this class applies display: inline and float: left to the thumbnail image which is what lets the description text sit to the right of the image.

How this site shows a neat HTML box before you leave

On this site: http://shirtjs.com/product-category/collections/zeptojs/
when you move your cursor out of the html page (about to go close the tab) they show a "Wait Before You Leave!" modal centered div.
TLDR:
This doesn't occur if you 'leave' the HTML page through the sides or bottom of your browser window.
Is it a common JS library, custom made, ...
There's like 2,000,000 libraries loaded on their site! Haven't been able to trace their JS code effectively to get to the bottom of this.
Any idea how they do it?
Found it:
ouibounce lib.
https://github.com/carlsednaoui/ouibounce
Thanks for your efforts :)

Clearbox JS "messages"

I am currently running Clearbox JS on my site so that users may view a larger version of an image once they have visited the images page. Now, I just recently implemented this and I have noticed that on every single page at the top of the page Clearbox JS echos the command that it is doing. Whether it be initializing, or viewing an image, or event rotating an image. I really do not want this message popping up at all. I would much rather being required to put a link somewhere on the website to the developers website then having to deal with this. If anybody knows how to remove this, please answer. I am providing a link to the website so that you know what I am doing as well as a pastebin link to the clearbox.js file which is the config file.
website: www.dsdwebdesign.net/bootstrap_apgnew/index.php
pastebin: http://pastebin.com/NgBgc34X
Try this somewhere in your page, or the cb_style.css file (but make sure you read their conditions, I am not sure if you are allowed to do this with this piece of software):
#CB_OSD{
display:none!important;
}
It should hide the box at the top.

jQuery 1.7.1 slider not working except on homepage

I have tried to place the slider on every page on this website: http://atripathi.com
It works on the homepage, but doesn't work on any of the other pages (About, Services, etc.)
I know it's probably an easy fix, but I can't get it at the moment.
Thank you for any help or suggestions!
Looks like the original suggestion above is correct. I'm seeing slider javascript includes at the top of your homepage that aren't on the other pages.
Generally, a good way of troubleshooting is to make copies of both pages, index-c.php and about-c.php perhaps, and start removing everything that isn't pertinent to the trouble you're having (other HTML, css includes, etc.) until you get down to only the slider on the page. Once you've done that, you might notice that the one page is slightly different than the other, making it work. You can copy back and forth until it does.
The other possibility is that there's a relative path problem somewhere, because your one page is inside a folder (though I'm guessing you have a .htaccess redirect to a root folder page)? So if all else fails, move the reduced about-c.php to the root folder and see if that then works. If so, you know it's a path problem.
Hope these suggestions help.
I see that jQuery is being included on all your pages but the cycle plugin is only included on the home page. You should be able to update your template(s) to fix this.

Categories

Resources