Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1153826
    wal v
    Participant

    Hi X,

    I was checking out my website and i saw that 2 things stopped working as they should.
    Maybe you can help me fix it πŸ™‚
    – The one page navigation sliding jumps, instead of scrolling.
    – On the artist portfolio page it used to show a lightbox image slide when clicking on a image, now it just opens the image in a new page. (looks awful)

    Hopefully you have the time to check this out.
    http://www.bobson-ink.nl

    #1153829
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind testing first for plugin conflicts. 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.

    Let us know how it goes.

    Thanks.

    #1243622
    wal v
    Participant

    Hi,

    I tried what you mentioned but it didnt work.
    I also saw that i cant edit my pages no more, wich i made in visual composer.
    The only thing i can see is the revolution slider, i cant edit my texts or anything.
    It looks like the website is broken?

    #1243688
    Rue Nel
    Moderator

    Hello There,

    Would you mind providing us the url of your site with login credentials so we can take a closer look and fix the issue? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password
    – FTP Hostname
    – FTP Username
    – FTP Password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1244461
    wal v
    Participant
    This reply has been marked as private.
    #1244778
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. I found out that you are loading the iLightbox script but it doesn’t exist because you have inserted a wrong filepath. Please update your code and make use of this instead:

    add_action('wp_footer', 'enqueue_lightbox_script');
    function enqueue_lightbox_script() {
      echo '
        <script type="text/javascript" src="' . home_url() . '/wp-content/plugins/cornerstone/assets/dist/js/site/vendor-ilightbox.min.js"></script>
        <script>jQuery(document).ready(function($) {
           $(\'.page-template-template-layout-portfolio .entry-featured .entry-thumb\').click(function(e) {
              e.preventDefault();
           });
        });
        jQuery(document).ready(function(){jQuery(".x-portfolio a.entry-cover").iLightBox({skin: "light",linkId: "gallery-image",overlay: {opacity: 0.875,blur: true},styles: {prevScale: 0.75,prevOpacity: 0.75,nextScale: 0.75,nextOpacity: 0.75},path: "horizontal",controls: {thumbnail: false}});});
      </script>';
    }

    Hope this helps.

    #1244988
    wal v
    Participant

    Hi Thanks for your time but it didnt help.
    The biggest problem right now is that i cannot edit my pages in visual composer anymore, it only shows the revolution slider.
    You can see it if u try to edit page “Home”
    Any way this can be fixed without recreating the whole website?

    #1245480
    Rue Nel
    Moderator

    Hello There,

    Thank you for the updates!

    The code is a PHP code. You have inserted it in the wrong place. You were meant to insert it in your child theme’s functions.php file. Because you have inserted it in the customizer, it created more JS error. Please remove it and transfer it to the right place.

    Your home page is created with Cornerstone. You cannot simply edit it in Visual Composer because it is not created with Visual composer. This is the reason why you only see a slider when you try to edit it. Always keep in mind that a page can be edited by the editor you have used in creating the page.

    Hope this explains it.

    #1245873
    wal v
    Participant

    Heey!

    This solved it all :))
    And yes i made the page in cornerstone, so its fixed now πŸ™‚

    Thanks again!

    #1245904
    Thai
    Moderator

    If you need anything else please let us know.

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