Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #654584

    Hello!
    How could I change the “READ MORE” text that appears @the Featured Image Slider Button?
    Thanks a lot!
    Andrea

    #655361

    Please, ¿Can anybody help me? :/
    Thanks!

    #655966

    Hi,

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

    #658873

    Perfect!
    It works ok! Sorry for ‘replying to my own thread’.
    THANKS!!!
    Andy

    #659369

    Hi Andy,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #1247292

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

    #1247432

    Hi 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,
    Victoria

    #1247587

    Hi 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

    #1247673

    Hi manurimini,

    Unfortunately, some changes to the shortcode files cannot be made through the functions.php.

    Best regards,
    Victoria

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