Your account expired support, please renew to get your support.
Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • #12799
    Technoclick Tanzania
    Support Expired

    Can Additional Information be Text and Not Accordions…. check on the pricing tab https://www.naturehorizonstours.com/trip/4-days-game-drive-safari-tarangire-serengeti-ngorongoro/

    #12858
    This reply has been marked as private.
    #13427
    Technoclick Tanzania
    Support Expired

    Hey @Billy Nguyen can I add Custom Field in Tour..??

    #13443

    Hi,

    Yes, of course, but you have to read and understand the code written in the theme, we support filter hooks so you can insert optional fields for tour booking.

    Ex: add field video link for booking object

    add_action('cmb2_booking_obj_after_av_dates', 'triply_booking_add_custom_field', 10);
    
           function triply_booking_add_custom_field($cmb) {
    
                $cmb->add_field(array(
                    'name'     => esc_html__('Video link', 'triply'),
                    'id'       => 'triply_video_link',
                    'type'     => 'oembed',
                    'desc'     => sprintf(
    
                        esc_html__('Enter a youtube, twitter, or instagram URL. Supports services listed at %s.', 'triply'),
                        '<a href="https://wordpress.org/support/article/embeds/">codex.wordpress.org/Embeds</a>'
                    ),
                    'sortable' => true, // beta
                ));
    }
    #13445
    Technoclick Tanzania
    Support Expired

    I Already find out but now my tour search filter in the home page doesn’t show select options

    #13448

    Hi again,

    Please check your site: https://prnt.sc/1kbsjlx

    #14890
    Technoclick Tanzania
    Support Expired

    Hello Billy i have one question sometimes i got few css errors like elements are changing without me changing them

    #14920

    Hi,

    Recently, we have updated a lot of issues related to the theme, so if you update the theme it may lose css or cause some minor errors. Please let me know the exact problem you are having, I will look into it and assist you

    #15523
    Technoclick Tanzania
    Support Expired
    This reply has been marked as private.
    #15537
    Technoclick Tanzania
    Support Expired
    This reply has been marked as private.
    #15553

    Hi you,

    I have just imported demo for you, please recheck and let me know if you need to help.

    #15561
    Technoclick Tanzania
    Support Expired

    Thank you Brother can you just teach me how to do it..so i can do it by my self the next days

    #15567

    Hi,

    The problem is that your hosting is slow to respond and disconnects when importing data. I had to use the WordPress Import tool to import the demo data for you.

    Follow guide import data at: How to import data xml – WordPress Import Tool

    #16217
    Technoclick Tanzania
    Support Expired

    hello how can i change the orange color

    #16254

    Hi again,

    Please follow guide at Setup Color

Viewing 15 posts - 16 through 30 (of 35 total)

You must be logged in to reply to this topic.