Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #231661

    Hi there :)

    I set up enflod theme on my website few monthes ago : http://handball-formation.fr
    It perferctly works. Receive all my congrat’s…again !

    I have two requests for you :

    1. Is it possible to make the iconbox entirely clikable ?
    I’d like my visitor could click everywhere in the iconbox to access at the linked page, including the square with text but also the litte icon at the top of the box.

    2. Is it possible to make a real breadcrumb in the header ?
    Just over the pages/posts, you put the path of the content with “You are here : home / blog / etc.”
    I’d like the path elements could be clicked to access at the concerned page/subpage.

    Thank’s for you help.
    Best regards,

    Guillaume

    #231838

    Hey giraudg!

    1- Please update Enfold to the latest version 2.5.4 ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) then edit icon box and choose to apply link to both icon and icon title http://i.imgur.com/vUWLUsE.jpg
    2- Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container { z-index: 999; }

    Best regards,
    Yigit

    #232726

    Hi !

    Thank’s for your instructions. However, there’s now a z-index issue between breadcrumb and the submenu items. They appear behind the breadcrumb and it’s impossible to click on it.

    Do you think you could fix it ?

    Regards,

    Guillaume

    #232738

    Hey!

    Please remove the code i have posted in my previous post and add following code to Quick CSS instead

    .main_menu { height: 21%; }

    That should do it

    Cheers!
    Yigit

    #468318

    Hi Yigit,

    I tried the above solution you suggested. Title and image are clickable, however, content texts are not clickable. Website link included below.

    #468664

    Hey!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #468679

    Hi Rikard,

    please find it included below:

    #468938

    Hi!

    Please add following code to Enfold/functions.php file

    function add_custom_div(){
    ?>
    <script>
    jQuery(".iconbox_content").click(function(){
            window.location = jQuery(this).find("a:first").attr("href");
            return false;
        });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_div');

    I wanted to add it in Appearance > Editor but file is not writable

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.