-
AuthorPosts
-
May 6, 2015 at 6:36 pm #267634
Hi.
I have set the demo theme to be intregrity 1. In your demo (http://theme.co/x/demo/integrity/1/) you have a parallax image under the bit thats says ‘incredible shortcuts’.
However when i place my own image here, it is ONLY parallax in ie and not chrome.
Whats going on? Cant be a chrome issue, because chrome shows the parallax fine in your demo.May 6, 2015 at 6:41 pm #267637This reply has been marked as private.May 6, 2015 at 10:14 pm #267782Hi there,
Thanks for writing in.
There is a javascript error that causes your parallax not working. Please change your responsive text shortcode’s selector from
.x-counter > span
to.x-counter span
.And as I can seee, you just started to develop your site. Then please disable your caching plugin, it’s not advisable to use it on development stage. Caching will hold your content for specific time which means your changes will not reflect on real time. It should be use on production mode only.
Thanks.
May 7, 2015 at 12:31 pm #268315Okay ive turned off caching. How exactly do I do the bit with changing the responsive text shortcode selector?
May 7, 2015 at 5:29 pm #268523Hi There,
The parallax background on “INCREDIBLE SHORTCODES” section, both on your site and our demo is working fine on our end. What version of chrome do you have? For the responsive text please watch our [responsive_text] walkthrough.
Cheers!
May 7, 2015 at 9:12 pm #268679Im using the very latest version of chrome.
I dont understand why altering the responsive text will make a difference – the responsive text is at the bottom of that site. Or is there somewhere else i should be altering it? ie – in your first answer, which bit should i be changing?May 7, 2015 at 11:30 pm #268764Hi there,
Sorry for the confusion. The responsive text shortcode is added along with your content. And yes at the bottom, you will just need to change the selector via text editing, or by visual composer editing capability.
From :
[responsive_text selector=".x-counter > span"]
to :
[responsive_text selector=".x-counter span"]
It should be as easy as editing texts :), which I think you already did since I can’t find any issue anymore. And your site works okay and parallax works too.
Thanks!
May 8, 2015 at 12:24 am #268797This reply has been marked as private.May 8, 2015 at 1:17 am #268826Hi,
Upon checking again, I no longer see a javascript error and your parallax is now working.
I tested it on three different browsers on two computers to be sure.
Please try to clear your browser cache and plugin cache then try again.
Thanks
May 8, 2015 at 1:42 am #268837Same problem. What I dont understand is why you saw a javascript error at first and now you dont, even though i have changed nothing!
I am still not getting parallax. I have cleared browser cache. What plugin cache do you want me to clear?
May 8, 2015 at 2:13 am #268851Hi,
Not really sure what happened too but I don’t see any javascript errors anymore.
The plugin cache is wp super cache
Please refer to the link below(scroll down to Clear WordPress cache with WP Super Cache)
Here is a video showing your parallax is working on my end.
http://screencast.com/t/r7cXo1Rz3r
Thanks
May 8, 2015 at 8:21 pm #269410This reply has been marked as private.May 8, 2015 at 10:28 pm #269476Hello There,
Can you create a screencast of your site. The parallax in your site is working perfectly in our end.
Please see our screencast http://screencast.com/t/ayy3kOtdiUpPlease let us know how it goes.
May 8, 2015 at 10:34 pm #269480well it works perfectly on my wifes computer also..its just my computer (and just on chrome)…but like i said, I CAN get parallax on chrome because http://theme.co/x/demo/integrity/1/ DOES work on my computer.
of course i worry that if it doenst show on my computer..then it may not show on clients computer also.May 8, 2015 at 10:38 pm #269483Hello Again,
Please try to clean your Chrome browser’s cache or test your site using Chrome’s incognito window (Chrome, File > New Incognito Window)
Please let us know how it goes.
-
AuthorPosts