I would imagine if you were to open a fresh copy of your 2.0 project in 2.1 and then compare the unedited urls you should see a difference somewhere...?
Bootstrap 5 CSS Grid.
The difference is that RSD 2.1 is now loading jquery version 2.2.4 in the footer of the page (at the very end). This was not loaded at all in RSD 2.0. The rule is: "All js scripts must come after jquery is loaded". So you are loading three jquerys right now. One for VisualLB, one for menubuilder, and now the one for RSD 2.1 at the end. Anytime you reload a new jquery that is the same version, all the scripts that were loaded before it stop working because jquery has been reloaded.
So what Eric is saying, you need to delete the two jquerys that are loading in the headers and then cut and paste ONLY the scripts for the menu builder and VisualLB so they come after the RSD 2.1 jquery version 2.2.4 thats loading in the footer. Do not cut and paste anything else that is not a script. (Leave link rel's in the head for the stylesheets etc).
So what Eric is saying, you need to delete the two jquerys that are loading in the headers and then cut and paste ONLY the scripts for the menu builder and VisualLB so they come after the RSD 2.1 jquery version 2.2.4 thats loading in the footer. Do not cut and paste anything else that is not a script. (Leave link rel's in the head for the stylesheets etc).
Bootstrap 5 CSS Grid.
http://www.coffeecup.com/forums/respons … le/?page=1
Bootstrap 5 CSS Grid.
What is confusing to me is that ONLY the VisualLB is affected, and not Menu Builder, WOW Slider or VideoLB (on various other pages) - no matter where I put the header code - header or footer.
I tried doing what Eric suggested and deleted the jQuery scripts from these add-ins, tried it both ways (top & bottom), but it didn't solve the problem.
There's something else going on ONLY with VisualLB.
ZAny suggestions for a different photo gallery program that will work with RSD 2.1?
I tried doing what Eric suggested and deleted the jQuery scripts from these add-ins, tried it both ways (top & bottom), but it didn't solve the problem.
There's something else going on ONLY with VisualLB.
ZAny suggestions for a different photo gallery program that will work with RSD 2.1?
=Steve=
Here is a link to Visual LightBox working in RSD Coffeegrinder 2.1.
http://gluexp.coffeecup.com/index1.html
Also the project.
I noticed when setting this up I have an additional vlbdata1.js file that contains settings for the slideshow. I do not see that file in either your working site or nonworking site but thought it might be worth mentioning because without it.....it reacts the same way your non working site does. I did everything as Eric described. We are only using the jquery added on export to the footer by RSD.
http://gluexp.coffeecup.com/index1.html
Also the project.
I noticed when setting this up I have an additional vlbdata1.js file that contains settings for the slideshow. I do not see that file in either your working site or nonworking site but thought it might be worth mentioning because without it.....it reacts the same way your non working site does. I did everything as Eric described. We are only using the jquery added on export to the footer by RSD.
Bootstrap 5 CSS Grid.
Actually that file vlbdata1.js is in both your working and non working html.
It needs to be moved down to the footer also. The script for "vlbdata1.js" is buried in the body....right before the end of where it says <!-- End VisualLightBox.com Body section.
You need to cut and paste that file down below to the footer also. Or in your footer link to it in your resources which I assume contain all the files for Visual LightBox.
It needs to be moved down to the footer also. The script for "vlbdata1.js" is buried in the body....right before the end of where it says <!-- End VisualLightBox.com Body section.
You need to cut and paste that file down below to the footer also. Or in your footer link to it in your resources which I assume contain all the files for Visual LightBox.
Bootstrap 5 CSS Grid.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.