Tagged: breadcrumb
-
AuthorPosts
-
March 3, 2014 at 5:26 pm #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
March 3, 2014 at 9:36 pm #231838Hey 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,
YigitMarch 5, 2014 at 3:37 pm #232726Hi !
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
March 5, 2014 at 3:46 pm #232738Hey!
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!
YigitJuly 4, 2015 at 7:13 am #468318Hi Yigit,
I tried the above solution you suggested. Title and image are clickable, however, content texts are not clickable. Website link included below.
July 6, 2015 at 6:04 am #468664Hey!
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,
RikardJuly 6, 2015 at 6:44 am #468679Hi Rikard,
please find it included below:
July 6, 2015 at 2:32 pm #468938Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.