wuno
Forum Replies Created
-
I am having this same problem. For me the carousel does not show up on the page. But anywhere I click on the page which launches the black box with a small X in the top right corner of the page. I can not click the X and in order to break out of the black box I must refresh the page.
Uncaught TypeError: $(...).swipebox is not a function at HTMLDocument.<anonymous> ((index):334) at c (jquery-1.10.1.min.js:4) at Object.fireWith [as resolveWith] (jquery-1.10.1.min.js:4) at Function.ready (jquery-1.10.1.min.js:4) at HTMLDocument.q (jquery-1.10.1.min.js:4) (anonymous) @ (index):334 c @ jquery-1.10.1.min.js:4 fireWith @ jquery-1.10.1.min.js:4 ready @ jquery-1.10.1.min.js:4 q @ jquery-1.10.1.min.js:4
Also I have tried updating jquery with the jQuery Updater plugin. When I do that is when I get the box.
When I remove the plugin to update jquery, The short code does not show any data on page and the click problem does not exist?
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] What about multiple images?Each time you create a new image post in the parallax scroll section you go to the admin page and it shows you the short code for each image.
Then jut drop the short code in whichever page you want.
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Mobile: Image Size=400 White GapYou need to add a media query for the mobile device.
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Wide gap after first parallax imageI had a problem like this,
It had a huge gap around it. It was defaulting the heading with a padding 20. So I did this,
.parallax-header { padding: 0px !important; }
Problem was fixed.