Button Help
-
Sry guys if its an easy problem, I’m beginner in WordPress so I need little help
I’m using Travel Agency theme
I would like to this “search form” change for the normal button which gonna redirect on the link.
Is this possible? I found place of this “search form” in the theme editor but I don’t know to change it
banner.php
if( $ed_search ){ echo '<div class="banner-form">'; travel_agency_get_banner_search(); echo '</div>'; }search.php
<?php /** * Search Section * * @package Travel_Agency */ $ed_search = get_theme_mod( 'ed_search_bar', true ); if( travel_agency_is_wte_advanced_search_active() && $ed_search ){ ?> <div id="trip_search" class="trip-search"> <div class="container"> <?php echo do_shortcode( '[Wte_Advanced_Search_Form]' ); ?> </div> </div> <?php }Thanks for your help in advance
-
Hi there,
We don’t offer any theme called Travel Agency on WordPress.com, and your account doesn’t own any sites with us. This means your site is not hosted on WordPress.com, but using the open source WordPress.org software at another hosting provider.
Please contact support for the theme you’re using directly for help with this.
For general help with the version of WordPress you’re using, you can ask the WordPress.org community over at https://wordpress.org/support/forums/
- The topic ‘Button Help’ is closed to new replies.