Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #614535

    Hello,
    I have followed this older post to achieve this https://kriesi.at/support/topic/apply-link-to-column-box/
    Everything is working except I don’t know where to set the actual href link.
    I have added the custom css class, added this to the functions.php file.

    function add_custom_div(){
    ?>
    <script>
    jQuery(“.apm-link-one”).click(function(){
    window.location = jQuery(this).find(“a:first”).attr(“href”);
    return false;
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_div’);

    I have several different links which will apply to several columns. I have tried my best to figure this out myself but when I click the column I get http://abbottbuildingsystems.com/undefined and the 404 page.

    Any assistance will be appreciated!
    Cheers,
    Jake

    #616125

    Hi jakejauhari!

    Thank you for using Enfold.

    Please review the previous post.

    There should be a link inside your column box.

    Set the url or href in the link tag inside the column.

    Regards,
    Ismael

    #617961

    Hi Ismael,
    I’ve added a link to the image which is the first element inside the column and the link has been applied to the entire column.
    Is this correct?
    I can’t see anywhere in the column settings to add a link. Just want to be sure I have done this correctly.

    Also, I am having issues with the accordion short-code. When clicked the accordion does not expand.
    Images with hot-spots are not displaying at all.
    And icons are not displaying at all.
    I have been looking through the forums and see that there have been some issues with updating to WP 4.5.
    I’ve checked the Enfold theme update and it’s saying I am up to date with…

    Theme Updates
    No Updates available. You are running the latest version! (3.5.1)
    Check Manually

    On the forums I see that there was a 3.5.2 version released. Should this fix the issues I’m experiencing?
    If so, why can’t I update to 3.5.2?

    Thanks so much for all your help!
    Cheers,
    Jake

    #619445

    All good. Followed the instructions to install theme update via FTP.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Applying a link to an entire column’ is closed to new replies.