Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme How can I customize widget design of “Book this tour”

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19461
    ckmsol
    Support Expired

    I want modify widget design of “Book this tour”.

    Caño Cristales River Trip

    What I want to do
    – Removing current buttons and text, label
    – Adding another button and adding link for other page

    Can I modify the widget with coding?
    Do I need to use “elementor” plugin?

    #19474

    Hi you,

    You need to rewrite the file triply/template-parts/booking/single/booking_form.php into the child theme, then edit the code in this file.

    #19698
    ckmsol
    Support Expired

    Hi Billy,
    Thank you for your quick response.
    I’ll try it. Thanks!

    #19707

    Ok, let me know if you need to help.

    #20062
    ckmsol
    Support Expired

    I’ve rewrited “triply/template-parts/booking/single/booking_form.php” and put into under “triply-child” folder.
    How can I use it?
    I updated my child theme and using it as current WP theme.
    Do I need to modify “functions.php” file?
    Or do I need to use same folder structure of parent theme?

    • This reply was modified 2 years, 2 months ago by ckmsol.
    #20063
    ckmsol
    Support Expired

    I’ve rewrited “triply/template-parts/booking/single/booking_form.php” and put into under “triply-child” folder.
    How can I use it?
    I updated my child theme and using it as current WP theme.
    Do I need to modify “functions.php” file?
    Or do I need to use same folder structure of parent theme?

    #20074

    Hi,

    The purpose of creating a child-theme and adding customizations here is to avoid losing code when updating the main theme.
    When there is a new version of the theme, you just need to update the main theme without updating the child-theme (updating the child-theme will lose all your custom code).
    – All custom functions please add functions.php file in child-theme
    – All custom template files please overwrite the main theme’s path

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.