-
AuthorPosts
-
December 6, 2013 at 10:07 pm #197123
In reference to Josue’s solution implemented here:
https://kriesi.at/support/topic/linking-the-icon-box-icon/#post-183786
How would I do that for BOTH the homepage and one other specific page (but NOT all pages)?
December 6, 2013 at 10:08 pm #197124This reply has been marked as private.December 7, 2013 at 2:12 am #197182Hi!
Please edit js > avia.js, find this code on line 5:
$(document).ready(function() {
Below, add Josue’s code with a few modifications:
jQuery(".home article.iconbox, .page-id-2378 article.iconbox").each(function(){ var theLink = jQuery(this).find("a").attr("href"); jQuery(this).on("click", function(){ window.location.href = theLink; }); });
Add this on your custom.css or Quick CSS:
.page-id-2378 .iconbox_icon, .home .iconbox_icon { cursor: pointer; }
Regards,
IsmaelDecember 9, 2013 at 5:29 pm #198087I had to modify your CSS edits to instead be:
.page-id-2378 .iconbox_content, .home .iconbox_content { cursor: pointer; }
Everything seems to be working 100% now.
Thank you so much for your help, Ismael!
- This reply was modified 10 years, 11 months ago by 123456.
December 9, 2013 at 5:30 pm #198088Also, some feedback for you…
This site was previously built with Avisio. I though Avisio was good and I felt like you had pretty solid support when I built that site. This is the reason why I decided to use a Kreisi theme again when rebuilding the site.
I have to say after rebuilding my Avisio site with Enfold, that your team is BY FAR a step above the overwhelming majority of WP developers out there.
As a WP website builder, who uses themes from numerous companies, I can only think of a handful that I’ve used that have theme development and support which I feel confident in using for clients.
And even parsing that group, this Enfold theme and the support I’ve seen on this board really feels unrivaled at this point. Please, keep up the good work!
- This reply was modified 10 years, 11 months ago by 123456.
December 9, 2013 at 5:44 pm #198099.
- This reply was modified 10 years, 11 months ago by 123456.
December 9, 2013 at 5:57 pm #198114.
- This reply was modified 10 years, 11 months ago by 123456.
December 10, 2013 at 5:04 am #198403Hey!
Thank you so much for the kinds words. We really appreciate it. :)
Best regards,
IsmaelDecember 23, 2013 at 6:45 pm #203342Is there a modification that needs to be made for Enfold v 2.4.3?
I tried to implement the code again in the same location and it doesn’t appear to be working?
Also, I know there’s a wish list of items people would like to see in future releases. The ability to link the full iconbox would be a great one. I’ve already seen big improvements in user engagement since utilizing this mod. I think it is their natural inclination to want to click on the entire box.
December 26, 2013 at 12:22 pm #203610Hi!
We’ll add such an option to the next update (php based). I already sent the patch to Kriesi.
Regards,
Peter -
AuthorPosts
- The topic ‘Linking the Iconbox’ is closed to new replies.