-
AuthorPosts
-
January 26, 2014 at 5:44 pm #215034
Hi,
thank you very much for your fine work!
Is there a way to change the H-tags of the iconlist_title? I found Iconlist Headings & SEO to change for all but I need to change each heading separately.Regards,
Cai
January 27, 2014 at 12:39 am #215104Hi caip!
Plase go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open iconlist.php file and find
$output .= "<h4 class='iconlist_title' $markup>".$atts['title']."</h4>";
and change it. You can find shortcode files in that folder and make changes
Cheers!
YigitJanuary 27, 2014 at 9:18 am #215220Hi Yigit,
thank you for reply. But this is what I found in the link in my first post.
Changing the output-class in iconlist.php will affect to ALL titles in the iconlist. How can I change each title in an inconlist for different h-tags?Regards,
Cai
January 27, 2014 at 11:02 am #215280Hi!
This is currently not possible – I’m sorry. You would need to create a new shortcode based on the existing iconlist shortcode and then add some new options to your custom iconbox shortcode which helps you to change the headline type. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer wo can create the custom shortcode for you. I guess it can be done with 1 – 1,5 hours of work (including testing, custom css code, etc.).
Regards,
PeterMarch 2, 2017 at 12:58 pm #754317“Plase go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open iconlist.php file and find:
$output .= “<h4 class=’iconlist_title’ $markup>”.$atts[‘title’].”</h4>”;
Is it still in the same place (inconlist.php ?) because I can’t find it…
Thanks
March 2, 2017 at 8:50 pm #754559Hi,
File and path are still the same however now you should find and change following line
$title_el = "h4";
We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move the element to your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ to avoid having to apply it each time you update the theme
Best regards,
YigitMarch 3, 2017 at 5:24 pm #755220Thanks, Yigit !
Yes I’m going to ! Have a nice one
Cheers
March 3, 2017 at 5:25 pm #755221 -
AuthorPosts
- The topic ‘Change H-tags of iconlist-title’ is closed to new replies.