Tagged: x
-
AuthorPosts
-
March 7, 2017 at 1:09 am #1397296
kkarcParticipanthello!
I have three problems with a few similar pages I don’t know how to solve and I would like your assistant.
this page for example:1. On the bottom right I made a js button that makes the vertical thumbnail gallery(slider revolution) on the left visible. The problem is the one click doesn’t make the button to work – only a double click. what could be the problem?
2. When the vertical thumb gallery is visible it blocks the left navigation arrow. Is it possible to make the arrow to move when the vertical thumb gallery appears? and is it possible to make this vertical thumb gallery to disappear after the slide has changed?
3.The YouTube video (last slider revolution slide) doesn’t work in all computers. I attached a photo of the error “YouTube Api could not be loaded!”
Thanks!
March 7, 2017 at 1:12 am #1397298
kkarcParticipantMarch 7, 2017 at 4:19 am #1397491
ChristianModeratorHey there,
First, please try the solutions suggested at https://www.themepunch.com/faq/troubleshooting-tips-for-5-0/.
Then, try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Thanks.
March 12, 2017 at 4:37 am #1403667
kkarcParticipantbut if I deactivating all plugins the site won’t work… do you mean all plugins or only those that didn’t come with x?
also, can you suggest a js code that can solve my second question? I want the arrow to move when the “project gallery” is visible. the “project gallery” will be visible after double clicking the middle button on the bottom right.
here is one page with this problem
kkarc.com/?page_id=2073
http://www.kkarc.com/?page_id=2073March 12, 2017 at 6:06 am #1403709
ChristopherModeratorHi there,
Yes, we meant all plugins except those come with X.
want the arrow to move when the “project gallery” is visible. the “project gallery” will be visible after double clicking the middle button on the bottom right.
Please provide us with screen shot, I don’t find the button you’re referring to.
Thanks.
March 12, 2017 at 7:13 am #1403767
kkarcParticipanton this page
why do I need a double click and not one click?
how can the hidden arrow move when the gallery is displayed?
March 12, 2017 at 7:16 am #1403770
kkarcParticipanthere’s the screen shot
March 12, 2017 at 7:17 am #1403771
kkarcParticipantproblem adding the screen shot
March 12, 2017 at 6:28 pm #1404088
RadModeratorHi there,
It could be due to layer action, would you mind providing your admin login credentials in private reply?
Thanks!
March 15, 2017 at 1:33 am #1407625
kkarcParticipantThis reply has been marked as private.March 15, 2017 at 3:25 pm #1408547
RadModeratorHi there,
I’d like to transfer your javascript from cornerstone to slider’s custom javascript. It should be there since it’s slider related javascript. Can’t do that as I can’t edit cornerstone due to error caused by that javascript.
It should be converted to jQuery too for proper event handling.
Would you mind cloning your site to a staging? The hard part of this is recovering your page since getting to cornerstone builder isn’t doable. It needs to be trial and error which I don’t want to do on your live site.
Thanks!
March 16, 2017 at 4:23 am #1409314
kkarcParticipantHi,
I don’t know how to clone the site. How to clone my site to staging?If you prefer, and if it will affect only this one page and not the whole site, I don’t mind if you work on this page:
(same problem)I already transfered the JS from Cornerstone to Revolution Slider but it didn’t change anything.
and here is the JS:
//projet buttons: thumbnail
var button = document.getElementById(‘button’);button.onclick = function() {
var div = document.getElementsByClassName(‘tp-thumbs’)[0];
if (div.style.display != ‘none’) {
div.style.display = ‘none’;
}else {
div.style.display = ‘block’;
}
};//projet buttons: back history
document.getElementById(‘buttonback’).onclick = function(){window.history.back();
};Thanks again!
March 16, 2017 at 4:28 am #1409319
kkarcParticipantWhy my URL address does not appear properly?
http://www.kkarc.com/?page_id=2067March 16, 2017 at 3:31 pm #1410122
RadModeratorHi there,
Yes, it won’t work. I reverted the original javascript. Perhaps, it’s not really made to control thumbnail visibility through custom javascript. How about instead of using thumbnail navigation, create your own thumbnail through static global layers, then control it through slider’s built-in Action feature?
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1397296 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
