Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 8,657 total)
  • Author
    Posts
  • in reply to: Set categories of posts to show, not 'all' #108949
    wensolutions
    Keymaster

    Hello,

    To show the posts in ‘older posts’ which belong to same category of the posts that appear in front page, please add following given code in functions.php file of your child theme.

    function sbt_exclude_category($query){
           if ( $query->is_home() && $query->is_main_query() && ! is_admin() ) {
               $query->set( 'category_name', 'your-category-name-here' );
           }
       }
       add_action('pre_get_posts','sbt_exclude_category');

    Please replace ‘your-category-name-here’ with your category name.

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Set categories of posts to show, not 'all' #108902
    wensolutions
    Keymaster

    Hello,

    Actually, we are not quite clear with your query. Can you please provide us with your site URL so that we can help you?

    Regards.

    in reply to: Persianization of the template #108898
    wensolutions
    Keymaster

    Hello,

    Actually, we are not quite clear with your query so can you please explain in detail?

    Regards.

    in reply to: Nº pax avalible #108862
    wensolutions
    Keymaster

    Hello,

    Actually, you can reduce the available pax when people reserve a date by enabling the ‘Enable Trip Inventory’ and ‘Status Column’ options in single trip page in dashboard. You can enable ‘Enable Trip Inventory’ and ‘Status Column’ options by going to Admin Panel > Trips > Single Trip page > Inventory Options

    Screenshot: http://prntscr.com/pt6i7x

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: I want the price stated is not 'From'. #108860
    wensolutions
    Keymaster

    Hello,

    Actually, the price set by the plugin to be displayed is the minimum price not the children’s price. The price displayed can be the price of any category like adult, child, infant etc. However, we will note it as requested feature and will work on it.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Theme Update 1.0.6 Breaks Site #108853
    wensolutions
    Keymaster

    Hello,

    Once you experiment after returning from Nepal, if you face any issue then kindly let us know.

    Regards.

    in reply to: Theme Update 1.0.6 Breaks Site #108818
    wensolutions
    Keymaster

    Hello,

    Actually, the issue has raised due to old version of WP Travel plugin as it wouldn’t be compatible with new version of theme. So, please once update the WP Travel plugin and then update the latest version of theme.

    If issue still persist, kindly let us know.

    Thank you.

    in reply to: Home page #108817
    wensolutions
    Keymaster

    Hello,

    As for now, the feature to show wide image in front page as in other page is not available as front page comes with slider. However, you can show wide image in front page as in other page by selecting single post in slider section.

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Team section #108811
    wensolutions
    Keymaster

    Hello,

    Actually, options like posts, category will be available in drop down menu only if TP-Education plugin is installed. So make sure you have installed required plugin.

    For detail assistance, please refer below given link:

    https://themepalace.com/instructions/themes/kids-education-pro/#doc-team-block-13

    If you have any queries further, let us know.

    Thank you.

    in reply to: Zoom in main slider #108810
    wensolutions
    Keymaster

    Hello,

    As for now, the feature you have requested regarding uploading images instead of posts is not available. However you can remove hyperlink by removing the text for link by going to Admin Panel > Appearance > Customize > Sections > Main Slider

    Screenshot:http://prntscr.com/psjsdh

    For detail assistance, please refer to below given link:

    https://themepalace.com/instructions/themes/kids-education-pro/#doc-main-slider-block-7

    If you have any queries further, let us know.

    Thank you.

    in reply to: Zoom in main slider #108786
    wensolutions
    Keymaster

    Hello,

    Actually, the issue has raised due to smaller size of the image you have uploaded. So, please upload the image of recommended size.

    Also, to resolve the issue, you can add following given CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    #main-slider .slider-item{
      background-repeat: no-repeat;
      background-size: contain;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: I need to add an RTL option #108781
    wensolutions
    Keymaster

    Hello,

    Currently, the feature you have requested is not available in our theme.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Travel Base Pro: Request for Change Log #108779
    wensolutions
    Keymaster

    Hello,

    As for now, you can view the changes made in the update in readme.txt file of the theme. But to view the change log, first you have to update the latest version of theme.

    If you have any queries further, let us know.

    Thank you.

    in reply to: activate plugin WP Travel Pro #108778
    wensolutions
    Keymaster

    Hello,

    Can you please explain the issue in detail so that we can help you?

    Regards.

    in reply to: Corpopress Pro #108776
    wensolutions
    Keymaster

    Hello,

    We would like to apologize for misunderstandings. Actually, all our premium themes comes with initial 1 year of Subscription. This means that you can download the updates and get private support forum access till 1 year of purchase date.

    Also, please post your query in premium forum of corpopress pro theme as it will help us locate the version of the theme that you are using.

    If you have any queries further, let us know.

    Thank you.

Viewing 15 posts - 1,756 through 1,770 (of 8,657 total)