-
AuthorPosts
-
June 29, 2016 at 4:54 am #654584
Hello!
How could I change the “READ MORE” text that appears @the Featured Image Slider Button?
Thanks a lot!
AndreaJune 30, 2016 at 4:26 pm #655361Please, ¿Can anybody help me? :/
Thanks!July 2, 2016 at 3:25 am #655966Hi,
Thank you for using Enfold.
Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Modify the config-templatebuilder > avia-shortcodes > slideshow_featured_image.php file. Look for this code around line 561:
$caption .= ' <a href="'.$link.'" class="avia-slideshow-button avia-button avia-color-light " data-duration="800" data-easing="easeInOutQuad">'.__('Read more', 'avia_framework').'</a>';
Note that you cannot do this modification in a child theme so you have to do this every time you update the theme. Please create a change log or a note about the modification.
Best regards,
IsmaelJuly 9, 2016 at 11:47 pm #658873Perfect!
It works ok! Sorry for ‘replying to my own thread’.
THANKS!!!
AndyJuly 11, 2016 at 3:55 pm #659369Hi Andy,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Thanks,
RikardSeptember 21, 2020 at 10:11 am #1247292Hello
Is there a function to put in functions.php to do that so that we don’t have to change the file in every update?
Thank youSeptember 21, 2020 at 6:30 pm #1247432Hi manurimini,
You can copy this file to the child theme slideshow_featured_image.php and make your changes there. You will still need to check for the changes in that file with every update.
Best regards,
VictoriaSeptember 22, 2020 at 11:42 am #1247587Hi Victoria
Since we have to check the file for the changes with every update is easer to modify it before before uploading the updated theme. Everytime I update the theme I have to change some php files. A script to put in functions.php would help to save a lot of time.
Thank you anyway
September 22, 2020 at 5:28 pm #1247673Hi manurimini,
Unfortunately, some changes to the shortcode files cannot be made through the functions.php.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.