Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 8,657 total)
  • Author
    Posts
  • wensolutions
    Keymaster

    Hello,

    Regarding your query related to the contact section, everything is working fine on our side and there is no design issue showing. The issue might have raised due to third-party plugin, so once you deactivate the plugins one by one and inspect that which plugin has created the issue.

    Also in the skill section, after you added categories you need to assign posts in the categories. This will help appear the post as per the requirement.

    If you have further queries, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .entry-meta span {
            display: none;
    }

    This will help you remove the slash from the site.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Change Image at Top of Demo Site #117749
    wensolutions
    Keymaster

    Hello,

    Regarding your query to add the image as the demo, you can follow the path Admin Panel > Appearance > FrontPage > Header and choose the content type.

    Make sure to add feature image in the post and page you add in the content type.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Theme Thumbnail #117748
    wensolutions
    Keymaster

    Hello,

    Actually, we are not quite clear about the issue. Please send us the screenshot marking the issue so that we can be clear and provide you with the precise fix.

    Also, can you please send us the admin login detail at wensolution[at]gmail.com to inspect further.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Please send us the screenshot of the section marking the issue you are facing so that we can be clear and provide you with the precise fix.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your issue related to the mobile view not working, when we inspected your site the theme has nothing to do with the issue.

    The issue might have raised due to third party plugin conflict. Once deactivate the plugins one by one and check which plugin has created the issue.

    Regards.

    in reply to: removing search form from the header #117741
    wensolutions
    Keymaster

    Hello,

    Actually, the screen record we sent is recorded from the free version of the theme. The free version of the theme gives the feature to disable search from the header section.

    Once, follow the same path as above screen record and verify the issue.

    Regards.

    wensolutions
    Keymaster

    Hello,

    To record the screenshot, You can download light shot and send the screenshot.

    https://app.prntscr.com/en/download.html

    Regards.

    wensolutions
    Keymaster

    Hello,

    Actually, we are not quite clear about your query. Please provide a screenshot or screen record marking the issue so that we can inspect further and provide you with the precise fix.

    Regards.

    wensolutions
    Keymaster

    Hello,

    You can follow path Admin Panel > Appearance > Widgets and then add widgets in the Front Page Widget Area. That will help widgets to appear that you add on the main page.

    You can follow path Theme Options > Homepage Options and disable ‘show home content’ which will help you disable the sidebar from the home page. Otherwise, the sidebar displays on the other pages, on the product pages as well.

    Hope this helps.

    Regards.

    in reply to: Testimonials #117611
    wensolutions
    Keymaster

    Hello,

    Yes please provide your login detail at ‘ wensolution[at]gmail.com ‘ so that we can access your admin dashboard and inspect the issue.

    Regards.

    in reply to: Change currency location #117608
    wensolutions
    Keymaster

    Hello @SVIRDA,

    To change the font to Open Sans in page title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    #page-site-header .page-title{
          font-family: open Sans, sans-serif;
    }

    Hope this helps.

    Regards.

    in reply to: Date in post #117605
    wensolutions
    Keymaster

    Hello,

    To remove the date next to the post, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .latest-news-meta span{
                display: none;
    }
    
    .recent-posts-meta span{
                display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Change currency location #117540
    wensolutions
    Keymaster

    Hello,

    Please find answers to your queries below:

    Query 1) How can I change all fonts to sans-serif?

    Response: Regarding your query about changing the font, all fonts are managed by the theme and comes with the theme settings.

    Query 2) Is it possible to have Overview, Trip Includes, Trip Excludes, Gallery… on one single page?

    Response: The feature you are requesting requires code customization, and is beyond support. You can consider hiring a freelancer or our professional developer.

    Query 3) How can I change the design of the trips from the front page to this?

    Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to get the front page as per your requirement

    .entry-container .wp-travel-trip-time span {
        display: inline;
    }
    
    .wp-travel-trip-time.trip-fixed-departure{
        width:100% !important;
        float:l
    
    }
    #recommended-packages .price-meta{
        margin-top: 5px;
        width:100%;
        Padding:10px;
    }

    Query 4) How can I add to my menu social buttons?

    Response: To add social menu is possible from the customizer, you can follow the path Admin Panel > Appearance > Customize > Menus and you can add social links and assign them to locate either to footer or header position. You can refer to the below given screen record to be more clear.

    https://www.loom.com/share/ea86b8447e0a421e981eb0ecdd5a3ccf

    Query 5) How can I delete “HOME / GALERIE, TÝM, BLOG…”?

    Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS which will remove the breadcrumb.

    #breadcrumb-list {
        display: none;
    }

    Query 6) How can I hide a standart shadow filter of the main photo on the page “galerie / tým / blog…”?

    Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the shadow in the image of the page.

    #page-site-header .overlay {
         opacity: 0;
    }

    Hope this helps.

    Regards.

    in reply to: Change currency location #117522
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the change in the currency location on the front page, the position changing issue has been resolved in the recent version of the theme. Once update your site to the latest version.

    Regards.

Viewing 15 posts - 1,276 through 1,290 (of 8,657 total)