-
AuthorPosts
-
July 7, 2013 at 3:59 am #25833
Hi, could you help to advise how to change the font size of the caption and content of the easyslider as shown in the link below? I want to change the caption to H1 and content to H3, thanks in advance!
http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
July 7, 2013 at 6:46 am #128350Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($title) != "") $title = "<h2 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";with
if(trim($title) != "") $title = "<h1 class='avia-caption-title'>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";
if(trim($content) != "") $content = "<div class='avia-caption-content'><h3>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</h3></div>";July 7, 2013 at 10:42 am #128351thanks and how to disable/delete the layslider plugin?
July 7, 2013 at 11:28 am #128352and when I use the fullwidth slider in version 1.7.1, there is not the option to “Stretch image to fit the slideshow size?” and thus the result in the up and bottom blank space, you can find what it looks like in the link below, pls. advise how to recovery the option, thanks!
the problem in version 1.7.1
http://www.fujianshipbuilding.com/problem.png
the perfect effect in version 1.6
July 7, 2013 at 12:58 pm #128353sorry for a mistake and the problem for the fullwidth easyslider is now solved, pls. help to advise how to delete the layerslider, thanks!
July 8, 2013 at 6:20 am #128355Hi,
First, delete or remove all Layer Slider elements on the entire website.
Edit functions.php, find this code
require_once( 'config-layerslider/config.php' ); //layerslider plugin
Replace it with
//require_once( 'config-layerslider/config.php' ); //layerslider plugin
Then go to wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes > locate slideshow_layerslider.php and remove it.
Regards,
Ismael
July 9, 2013 at 1:35 am #128356thanks! also I would like suggest that the theme shall have the option to turn on/off such plugins as woocommerce and layerslider, even if I disable such plugins, still the css for them is still there, which isn’t good for the speed optimization.
July 9, 2013 at 4:53 am #128357Hi!
I’ll ask Kriesi to look into it.
Best regards,
Peter
-
AuthorPosts
- The topic ‘how to change font size of the easyslider’ is closed to new replies.