SetSail - Travel Agency Theme

SetSail - Travel Agency Theme 2.1

没有下载权限
已加入
2021/09/11
消息
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...
 
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;
        }  
    }
}
}
 
上次编辑:
顶部