SetSail - Travel Agency Theme

SetSail - Travel Agency Theme 2.1

Vous n'avez pas l'autorisation de télécharger
  • Auteur du fil de discussion Auteur du fil de discussion theresa
  • Date de début Date de début
Inscrit(e) le
Sep 11, 2021
Messages
9,269
Score de réaction
2,997
Credits
$11,903
thanks to dear member @theresa submitted a new resource:

SetSail - Travel Agency Theme - It’s time to bring your travel business up a notch!

Afficher la pièce jointe 51690
It’s time to bring your travel business up a notch!


We have made just the perfect theme for travel agency websites with astonishing features that are great for showcasing your tourism and traveler projects! You can present your tours & destinations in great detail and have people book trips online thanks to the powerful online booking system that comes included with the theme. SetSail comes with a collection of stunning predesigned homepages...

Read more about this resource...
 
this theme was not request purchase key.if you want to disable message like
Your copy of the theme has not been activated.
you need to edit
from
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return setsail_core_is_theme_registered();
        } else {
            return false;
        }
    }
}
to
PHP:
if( ! function_exists( 'setsail_select_is_theme_registered' ) ) {
    function setsail_select_is_theme_registered() {
        if( function_exists( 'setsail_core_is_theme_registered' ) ){
            return true;
        }  
    }
}
}
 
Dernière modification:
Haut