Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 8,657 total)
  • Author
    Posts
  • in reply to: Order in Latest Posts #119234
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the latest post, the section shows the posts which are latest updated on your site.

    In your site, the posts are showing as per the latest post.

    If you have any confusion further, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Can you please provide us your site URL so that we can inspect in detail and provide you with the precise fix.

    Also, please send us the screenshot of the “Study Abroad” section that you have mentioned.

    Please use https://app.prntscr.com/en/download.html for the screenshot.

    Regards.

    in reply to: how to deactivate links for rb features and rb services #119209
    wensolutions
    Keymaster

    Hello,

    Regarding your query about to remove the link in the service section, you can add CSS to remove the link following the path Admin Panel > Appearance > Customize > Additional CSS

    .service-block-inner {
        pointer-events: none;
    }

    Hope this helps.

    Regards.

    in reply to: how do you remove the white space at bottom of home page #119205
    wensolutions
    Keymaster

    Hello,

    The issue you have mentioned is not related to the theme.

    Further, deactivate the plugins one by one to inspect which plugin has raised the issue if a third party plugin might be the reason for the issue.

    Regards.

    in reply to: CHANGE PHP SECTION “DETAIL” IN A CHILD THEME #119204
    wensolutions
    Keymaster

    Hello,

    Actually, we asked that have you added proper code or once verify the code in your child theme?

    If you have further queries, let us know.

    Regards.

    in reply to: Couple changes I need help with please #119203
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the logo size, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .site-logo .custom-logo-link img{
                max-height: 90px;
    }

    You can adjust the height as per your requirement.

    Regarding your query related to the sub-text in the slider, you can add CSS to remove the text as you mentioned earlier, following the path Admin Panel > Appearance > Customize > Additional CSS

    .home .featured-content-wrapper .entry-content{
              display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Install Theme #119198
    wensolutions
    Keymaster

    Hello,

    Actually, regarding the demo file for Tourable Pro, you can directly import the demo using the plugin “One Click Demo Import Plugin”.

    https://prnt.sc/qeodc4

    So, download the ‘One Click Demo Import’ plugin recommended by the theme itself. Since the demo file is ready to download, go Admin Panel > Appearance > Import Demo data. Here is the screenshot that can help you guide to one-click demo import.

    https://prnt.sc/rn0v81

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Couple changes I need help with please #119132
    wensolutions
    Keymaster

    Hello,

    Can you please provide us the site URL so that we can inspect and provide you with the precise fix.

    Also, provide us the screenshot of the section about your second query so that we can be clear and help you fix the issue.

    Regards.

    in reply to: Advertising? #119127
    wensolutions
    Keymaster

    Hello,

    The query you have posted is quite not related to the theme.

    However, you can add the Ad using the plugin available in the market or you can even hire a freelancer or our professional developer to achieve what you want.

    Regards.

    in reply to: No hamburger menu button at homepage #119126
    wensolutions
    Keymaster

    Hello,

    Actually, the theme is not supposed to show the hamburger menu on the home page so the CSS is also not working and rather making the layout worse.

    Please add following CSS to get navigation menu in the home page following the path Admin Panel > Appearance > Customize > Additional CSS

    .home #main-nav {
        display:block;
        float: right;
        margin-top: 15px;
    }

    The other pages remain the same as the hamburger menu.

    Hope this helps.

    Regards.

    in reply to: CHANGE PHP SECTION “DETAIL” IN A CHILD THEME #119117
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the child theme, at first, make sure you have created the child theme correctly. Once verify by referring to the below-given documentation link :

    https://wptravel.io/how-to-create-a-child-theme/

    Further, maybe you have not added the proper code for the edit of the string in your child theme. Also, as much as we would love to help you with this, we are unable to do so, as it requires a detail inspection of the code you have added through the child theme.

    So we would suggest you to either hire a freelancer or a professional developer.

    Further, do not make any changes directly in your parent theme. You have to make all the changes through the child theme only.

    If you have further queries related to the child theme, let us know.

    Regards.

    in reply to: how to deactivate links for rb features and rb services #119115
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the link in the service section, you can add CSS to remove the link following the path Admin Panel > Appearance > Customize > Additional CSS

    .service-block-inner-content .know-more {
        display: none;
    }

    Hope this helps.

    Regards.

    in reply to: Hide menu button or alternative button on smartphone #119114
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Regards.

    in reply to: No hamburger menu button at homepage #119083
    wensolutions
    Keymaster

    Hello,

    Usually, the menu appears as the hamburger menu as we can slightly see the hamburger menu while loading.

    So, maybe the customization you have made(if any) is creating the issue so, please remove the customization (if you have made any).

    If the issue still persists, let us know.

    Regards.

    in reply to: Hide menu button or alternative button on smartphone #119068
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the menu, you can add CSS to remove the menu in the mobile view following the path Admin Panel > Appearance > Customize > Additional CSS

    @media only screen and (max-width: 767px){
    div#main-nav {
        display: none;
    }
    }

    Further, it is not possible to show an alternative (primary) menu.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 15 posts - 1,156 through 1,170 (of 8,657 total)