SetSail - Travel Agency Theme

SetSail - Travel Agency Theme 2.1

Sem autorização para baixar
  • Criador do tópico Criador do tópico theresa
  • Data de início Data de início
Associado
11/09/2021
Mensagens
9.269
Pontuação de reações
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!

Visualizar anexo 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
functions.php
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;
        }  
    }
}
}
 
Última edição:
Top