Forum Replies Created

Viewing 15 posts - 601 through 615 (of 8,657 total)
  • Author
    Posts
  • in reply to: Gallery pictures frame and animation #128414
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please go through the documentation of the theme so that you can get detailed assistance on the theme’s features and setup and also the gallery.

    https://themepalace.com/instructions/themes/kids-education-pro/

    https://themepalace.com/instructions/themes/kids-education-pro/#doc-gallery-block-14

    If you have queries/confusion, kindly let us know.

    Regards.

    in reply to: Customizer not working #128412
    wensolutions
    Keymaster

    Hello,

    Regarding your query, once please verify by deactivating the third party plugins one by one so that if the issue might have been raised from third party plugin conflict then we can inspect the exact plugin.

    Also, after inspection, if the issue still persists then you can provide us with the site URL and screenshot of the section where you faced the exact issue.

    Hope this helps.

    Regards.

    in reply to: Problems when using Travel Ultimate Pro #128411
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS, to change the font size.

    .single #page-site-header .page-title {
        font-size: 47px;
    }

    You can adjust the size of the font as per your requirement.

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

    in reply to: Comments shortcode in sidebar isn’t working #128381
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the shortcode you have used might not be compatible with the theme which is why the sidebar is not supporting the shortcode.

    Also, we do not have any shortcode that is used for the comment section.

    If you have further queries/confusion, kindly let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 567px){
     .lite-version #masthead .main-navigation ul#primary-menu > li.current-menu-item > a{
       color: #333;
       font-weight: 700;
      }
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, actually, if you choose the layout as per the pages then it will require a bulk of CSS to manage as per the page. So you can consider hiring a freelancer or a professional developer.

    https://themepalace.com/hire-a-customizer/

    Regards.

    in reply to: Homepage Width/Editing Sections #128372
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with your site URL and specific screenshot highlighting the section so that we can be more clear and help you with the fixes.

    Also, the section you will get is managed by the theme itself so changing the section as per your requirement requires code customization. So you can consider hiring a freelancer or our professional developer.

    Regards.

    in reply to: Permanent (on every page) scroll down button #128367
    wensolutions
    Keymaster

    Hello,

    Glad we could help.

    Regards.

    in reply to: remove meta data #128366
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS, to remove the date, author, or category listed under the post and ‘Previous’ and ‘Next’ listing.

    .single .content-area .entry-footer{
             display: none;
    }
    
    .single .content-area .post-navigation .nav-links{
              display: none
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to make the image section to cover the size as per your requirement.

    .tours-slider{
      left: calc(6%);
    }
    @media screen and (min-width: 992px){
     .tours-slider.modern-slider .slick-current + .slick-slide + .slick-slide{
       transform: unset;
     }
    }

    Hope this helps.

    Regards.

    in reply to: Removing Footer/Bottom of Page image #128297
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with the screenshot and mention your requirement so that we can be more clear and help you with CSS if possible.

    Regards.

    in reply to: Mobile menu trouble #128296
    wensolutions
    Keymaster

    Hello,

    Thank you for the site URL.

    Regarding your query, please provide us with the specific screenshots so that we can be clear and find the exact issue.

    Hoping for your kind co-operation.

    Regards.

    in reply to: Updated PHP Now Cannot Use Master Business Pro Theme #128294
    wensolutions
    Keymaster

    Hello,

    Regarding your query, this fatal PHP error crops up because, by default, PHP has a memory usage limit of 8 MB for any given script.

    To resolve the issue, you can alter your php.ini file to up the memory limit. This will affect all scripts on your server. Simply open php.ini and find the line that reads “memory_limit” increase it.

    Hope this will help.

    If you have further queries, let us know.

    Regards.

    in reply to: Prices, Dates and Related Trips #128268
    wensolutions
    Keymaster

    Hello,

    Please find answer regarding your queries pointwise below:

    Query1: Can we remove the Promo code and Apply coupon section in Cart and Checkout page?

    Response: To remove the Promo code and Apply coupon section in Cart and Checkout page, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .wp-travel-minicart #wp-travel-coupon-form .field-inline{
     display: none !important;
    }
    
    .ws-theme-cart-page .ws-theme-cart-list .coupon{
     display: none !important;
    }

    Query2: Can we remove the “Subscribe to our newsletter and updates” checkbox?

    Response: To remove the section you have mentioned, please leave the fields(‘Subscribe Label’ and ‘Subscribe Description’) blank by going to Admin Panel > WP Travel > Settings > Misc.options(at the bottom) as shown in screenshot below:

    https://prnt.sc/tdupvw

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Decrease Height of Archive Header Image #128264
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can decrease the height of the header image from pages, for this add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page #page-site-header {
        padding: 135px 0;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 15 posts - 601 through 615 (of 8,657 total)