Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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)?

    #197124
    This reply has been marked as private.
    #197182

    Hi!

    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,
    Ismael

    #198087

    I 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, 5 months ago by 123456.
    #198088

    Also, 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, 5 months ago by 123456.
    #198099

    .

    • This reply was modified 10 years, 5 months ago by 123456.
    #198114

    .

    • This reply was modified 10 years, 5 months ago by 123456.
    #198403

    Hey!

    Thank you so much for the kinds words. We really appreciate it. :)

    Best regards,
    Ismael

    #203342

    Is 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.

    #203610

    Hi!

    We’ll add such an option to the next update (php based). I already sent the patch to Kriesi.

    Regards,
    Peter

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Linking the Iconbox’ is closed to new replies.