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

    Thanks in advance !

    #748054

    Well 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

    #748922

    Hi,

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

    #750025

    Hello 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

    #750958

    Hello 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?

    #751213

    Hi,

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

    #752855

    Hello 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

    #756117

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.