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

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme Modifying theme questions

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #10293
    Bashiachuki
    Support Expired

    Few more questions:

    2. How to get rid of this section on the whole website? https://imgur.com/a/U1TBD0v

    3. I can’t name page /price/. it renames to price-2 but I can’t find a page with /price/, maybe you are using it somewhere in the theme? https://imgur.com/a/1ISYzha
    and when going to https://tg2.weeee.cyou/price/ it redirects to /price-2/

    4. I like your theme menu design, but it has no arrow if the menu item has a dropdown. Can you help me add an icon there when it has a dropdown? – https://imgur.com/a/IQ5feoe

    5. How to put here location/destination taxonomy? https://imgur.com/a/48pLUNZ

    #10365

    Hi,

    #2. I fixed this issue.

    I have a problem while checking your website, please resend my hosting account or FTP account, I will check and fix the error

    #10369
    Bashiachuki
    Support Expired
    This reply has been marked as private.
    #10390

    Hi,

    #1. server slug: I fixed this issue

    #2. Header: done

    #3. We don’t use page /price/ on this theme, please delete all cache, file .htacess and recheck

    #4. Ok

    #5. You need to customwork this issue.

    #10653
    Bashiachuki
    Support Expired

    Thanks Billy, working now mostly on translation as ba_booking updated plugin with WPML support.

    I have a quesion for you, why I can’t change here booking category? I have few booking categories, but it shows only this one

    View post on imgur.com

    #10707

    Yes, on this version theme, we just support Tour category.

    But, I have just enabled select other category for your site, please recheck.

    #10752
    Bashiachuki
    Support Expired
    This reply has been marked as private.
    #10775

    Yes,

    I changed this code into:

    <i class="triply-icon-map-marker-alt"></i><span><?php echo get_the_term_list($post['ID'], 'ba_locations', '', ', '); ?></span>

    Please check and let me know if you need to help.

    #10799
    Bashiachuki
    Support Expired

    Can I some home make here 5 columns?

    Destinations in Georgia

    From Elementor it has only 4 columns option

    View post on imgur.com

    #10784
    Bashiachuki
    Support Expired

    Thanks a lot Billy, it works but I have a problem, it shows on only few tours, not on all of them

    These marked tours have locations, but not visible here: https://tg.weeee.cyou/tours/

    screenshot: https://imgur.com/a/PJuRiHO

    #10894

    Hi,

    #1. Please go to file theme: triply/inc/booking/widgets/taxonomies.php find code:

    $this->add_responsive_control(
                'column',
                [
                    'label'           => esc_html__('Columns', 'triply'),
                    'type'            => \Elementor\Controls_Manager::SELECT,
                    'desktop_default' => 2,
                    'tablet_default'  => 2,
                    'mobile_default'  => 1,
                    'options'         => [1 => 1, 2 => 2, 3 => 3, 4 => 4],
                ]
            );
    

    and edit into:

    $this->add_responsive_control(
                'column',
                [
                    'label'           => esc_html__('Columns', 'triply'),
                    'type'            => \Elementor\Controls_Manager::SELECT,
                    'desktop_default' => 2,
                    'tablet_default'  => 2,
                    'mobile_default'  => 1,
                    'options'         => [1 => 1, 2 => 2, 3 => 3, 4 => 4, 5 => 5],
                ]
            );
    

    #2. I see the location categories are still showing properly on your tour booking, please check again: https://prnt.sc/14if8gg

    #11026
    Bashiachuki
    Support Expired

    Thanks a lot for your help Billy!

    I am having problem with custom icons here: https://tg.weeee.cyou/tours/ check Entertainment booking category without icon

    I am Adding custom icon in “.svg” format here: https://imgur.com/a/3S21Uoe

    but it doesn’t work, what I am doing wrong?

    #11027
    Bashiachuki
    Support Expired

    And one more thing… I don’t know what I did but it doesn’t showing tours here, it says there are tours, but not showing: screen: https://imgur.com/a/rim5lTl

    It happens on these pages and similar ones

    https://tg.weeee.cyou/destinations/tbilisi/

    https://tg.weeee.cyou/types/adventure/

    #11064
    Bashiachuki
    Support Expired

    I noticed also that reviews disapeared from tours: https://tg.weeee.cyou/tours/tbilisi-city-tour/

    Screen: https://imgur.com/a/MzIyH3

    And another question is, how to delete/edit these labels “location” “Amenities” etc…

    #11142

    I can’t login your admin dashboard, please check and send for me again

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.