Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1397296
    kkarc
    Participant

    hello!

    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:

    Israel Pavilion – Expo 2015 Milan

    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!

    #1397298
    kkarc
    Participant

    Sorry! Problem with the link I provided.

    Try this one:

    Israel Pavilion – Expo 2015 Milan

    #1397491
    Christian
    Moderator

    Hey 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.

    #1403667
    kkarc
    Participant

    but 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=2073

    #1403709
    Christopher
    Moderator

    Hi 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.

    #1403767
    kkarc
    Participant

    on this page

    Israel Pavilion – Expo 2015 Milan

    why do I need a double click and not one click?

    how can the hidden arrow move when the gallery is displayed?

    #1403770
    kkarc
    Participant

    here’s the screen shot

    #1403771
    kkarc
    Participant

    problem adding the screen shot

    #1404088
    Rad
    Moderator

    Hi there,

    It could be due to layer action, would you mind providing your admin login credentials in private reply?

    Thanks!

    #1407625
    kkarc
    Participant
    This reply has been marked as private.
    #1408547
    Rad
    Moderator

    Hi 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!

    #1409314
    kkarc
    Participant

    Hi,
    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)

    Israel Pavilion – Expo 2010 Shanghai

    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!

    #1409319
    kkarc
    Participant

    Why my URL address does not appear properly?

    http://www.kkarc.com/?page_id=2067

    #1410122
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1397296 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>