-
AuthorPosts
-
January 24, 2018 at 5:19 pm #902231
Hi,
How to got the choice to have h1 to h6 on fullScreen Slider using parent theme.
January 25, 2018 at 7:01 am #902644Hey allen,
That is not possible by default unfortunately, but you can set the font size for the caption and caption text in the element options.
Best regards,
RikardJanuary 25, 2018 at 10:25 am #902715Hi,
how can I make some changes to be able to add list of choice (h1,h2, … h6) for all element .Best regards
January 25, 2018 at 11:04 am #902753Hi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoJanuary 25, 2018 at 12:28 pm #902786i did that for enfold 4.1 and there seems to be no changes on 4.2 for those shortcodes.
But a child-theme is mandatory! you can overwrite the files in enfold/config-templatebuilder/avia-shortcodes. folder – but than on updating the parent-theme the things will get lost
see here in action: https://webers-testseite.de/weber/blog/
there are three files to change
you can download all files needed here: https://webers-testseite.de/slideshows_with_h-tag_since_Enfold41.zip1) create a folder on your child-theme directory called : shortcodes
2) put in those three files in that shortcodes folder
3) insert this to your functions.php of your child theme:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
now you have the opportunity to make a choice which tag should be placed !
But think of that a h1 should only be placed once on a page at the same time.so if you only have one h1 per slider and only one slider on that page it is ok to have for each slide a h1
January 25, 2018 at 12:32 pm #902790Hi,
how can I make some changes to be able to add list of choice (h1,h2, … h6) for all element .
Best regards: learn how to read the code. :lol. ;)
January 25, 2018 at 4:48 pm #902893But please do not do this with older enfold versions – this is an edited version 4.1 and later – since screenoptions are added !
January 29, 2018 at 11:47 am #904180Hi,
Always on topic and quick! :D
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.