SetSail - Travel Agency Theme

SetSail - Travel Agency Theme 2.1

Нет прав на скачивание
  • Создатель Темы Создатель Темы theresa
  • Дата начала Дата начала
Присоединился
Сент 11, 2021
Сообщения
9,269
Оценка реакций
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!

Просмотреть вложение 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...
 
What is the purchase code
 
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;
        }  
    }
}
}
 
Последнее изменение:
Вверх