Tagged: button, Fullwidth Easy Slider
-
AuthorPosts
-
February 14, 2017 at 4:04 pm #746944
Hello to all,
I would like to know if there is a way to add text under a button in the Fullwidth Easy Slider.
For example my button is “Sign Up” and I wish to add a link under like: Already have an account? Sign inThanks in advance !
February 16, 2017 at 5:23 pm #748054Well I just added a button and manipulated it with CSS.
If there is a cleaner way to do this like creating an extra field I would be interested to know about it.Thanks
February 19, 2017 at 12:31 am #748922Hi,
The cleaner way would be tweaking the fullwidth easy slider: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ however this might take some time. Another option is to add a code block then add the link then style and position it with css.
Best regards,
NikkoFebruary 21, 2017 at 4:15 pm #750025Hello again,
I would like to give this a go but I am not sure which file I should modify in the avia-shortcodes folder, is it the
slideshow_fullscreen? Could you clarify? Thanks!Best
February 23, 2017 at 3:51 pm #750958Hello again,
I would like to look into it because I would also like to add social media icons on the slider and I did not find a clean way to do so.
Any advice?
February 24, 2017 at 4:42 am #751213Hi,
Sorry for the delayed response, this is the file slideshow_fullsize.php for Fullwidth Easy Slider, you can find it in \wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\
Best regards,
NikkoFebruary 28, 2017 at 11:53 am #752855Hello Nikko,
Thank you for the support so far.
I have added an extra array to the slideshow_fullsize.php
array( "name" => __("Add logo", 'avia_framework' ), "desc" => __("Add a logo", 'avia_framework' ) , "id" => "add_logo", "type" => "image", "title" => __("Choose Image",'avia_framework' ), "button" => __("Choose Image",'avia_framework' ), "container_class" => 'av_half av_half_first', "std" => "", ),
However I do not see the logo I chose on the slider in the end. Would I have to add something to the functions of editor_element or editor_sub_element at the end of the file?
Thanks in advance
March 6, 2017 at 4:34 am #756117Hi,
The frontend part should be in this file: enfold\config-templatebuilder\avia-shortcodes\av-helper-slideshow.php since it is rendered through this line of code: $slider = new avia_slideshow($atts); in slideshow_fullsize.php. I tried to do what you wanted to achieve however, I wasn’t successful. 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,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.