Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #318868
    Pamela
    Participant

    Hi!

    I have some images in my revolution slider that I am trying to link to other pages. The first image links just fine to ” http://384.5f8.myftpupload.com/what-we-do/hvac/”

    The second image needs to go to same page but down half way so I added anchor text like this:

    http://384.5f8.myftpupload.com/what-we-do/hvac/#x-section-6

    This doesn’t work. When I click on the image it just takes me further down the existing page. What am I doing wrong?

    The slider I am referring to is here: http://384.5f8.myftpupload.com

    Thank you,
    Pam

    #318869
    Pamela
    Participant
    This reply has been marked as private.
    #319100
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    Can you confirm that you are fully updated? (Theme and Plugins)

    Our latest versions are:
    X Theme: 4.0.4
    Cornerstone: 1.0.3
    Visual Composer: 4.5.3
    Revolution slider: 4.6.93

    You can find the latest version numbers here: (http://theme.co/x/member/changelog/)
    Then you can compare them to what’s installed on your site.

    If you find anything to be out of date, you can review our update guide.

    Thank you.

    #319458
    Pamela
    Participant

    I just updated the X theme to 4.04. I don’t have VC installed. Cornerstone and Rev slider are current versions and it’s still not working.

    Thanks!
    Pam

    #319809
    Lely
    Moderator

    Hello Pam,

    There’s a known bug for linking to specific area of a different page. I’ve added the following Javascript fix in Appearance > Customize > Custom > Javascript::

    jQuery( function ( $ ) {
    
    $('.enable_linking').on('click', function() {
    
    window.location = $(this).attr('href');
    
    } );
    
    } );

    Then added class enable_linking on the image link.
    Please check on you end, it is working now.

    Cheers!
    X

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