-
AuthorPosts
-
April 15, 2016 at 4:02 am #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,
JakeApril 18, 2016 at 7:34 am #616125Hi 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,
IsmaelApril 20, 2016 at 4:41 am #617961Hi 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 ManuallyOn 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,
JakeApril 22, 2016 at 1:02 am #619445All good. Followed the instructions to install theme update via FTP.
-
AuthorPosts
- The topic ‘Applying a link to an entire column’ is closed to new replies.