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

    #215104

    Hi 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!
    Yigit

    #215220

    Hi 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

    #215280

    Hi!

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

    #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

    #754559

    Hi,

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

    #755220

    Thanks, Yigit !

    Yes I’m going to ! Have a nice one

    Cheers

    #755221

    Hi!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change H-tags of iconlist-title’ is closed to new replies.