Forum Replies Created

Viewing 15 posts - 391 through 405 (of 8,657 total)
  • Author
    Posts
  • in reply to: Homepage Section Multi Languages Problem #131556
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround.

    Regards.

    wensolutions
    Keymaster

    Hello,

    The issue you have mentioned is the known issue and we have already informed the theme author.

    We will get back back to you when the new update is released fixing the issue.

    Hoping for your kind co-operation.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to align the text of slider to right.

    @media(min-width: 767px){
        .featured-slider .entry-container{
            float: right;
            text-align: right;
        }
    }
    

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Change colour of Header/Footer #131381
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to change the background color of the header and footer.

    .home div#tophead {
        background-color: #25eaff !important;
    }
    
    .home div#footer-widgets {
        background-color: #25eaff !important;
    }

    You can use the color code as per your requirement.

    Regards

    in reply to: How to set Featured Slider to show posts, instead of pages? #131380
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can get the option to select the post for the slider from either category or from post option from the dropdown as shown in the screenshot below:

    https://prnt.sc/tzcenw

    You can follow the path Admmin Panel > Appearance > Customize > Featured Slider > Slider Type > Select Slider type and select the dropdown.

    Regards.

    in reply to: Slider Title not the proper font wieght #131321
    wensolutions
    Keymaster

    Hello,

    Actually the features in the free version and pro version have slight differences.

    However, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to make the slider title the same as the free version.

    .home .featured-content-wrapper .entry-title a {
        color: #fff;
        opacity: 0.7;
        font-weight: 900;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Trip Options Not Showing in Editor! #131315
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can refer to the below-given screen record for detailed assistance on trip options.

    loom.com/share/fb680b6213e847808b526d2bd394345e

    Regards.

    in reply to: Modifying categories in Services #131313
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can change the category name to branding, Business, Concept, Fashion, etc as per your requirement directly from the individual post and ‘add category’ and name it.

    Further, provide us with your site URL and specific screenshots of the section where you want to change the text so that we can inspect and help you if possible.

    Regards.

    in reply to: Services Icon choice not showing up #131310
    wensolutions
    Keymaster

    Hello,

    Please update to the latest version of the theme and verify the issue. We’ve released the update with fixes.

    Regards.

    in reply to: How to hide post’s author on the Front Page? #131307
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any queries further, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    We are inspecting from our side. We’ll get back to you ASAP.

    Hoping for your kind co-operation.

    Regards.

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

    Hello @toroblanco,

    We would like to apologize for the delay in response.

    Regarding your query, the issue has raised due to the image that you have added. The main logo “Image” is at the bottom so the issue appears.

    So please once change the image and verify.

    Thank you.

    in reply to: Slider Title not the proper font wieght #131240
    wensolutions
    Keymaster

    Hello,

    Actually the demo page of the Travel Master Pro theme is given below.

    https://themepalacedemo.com/travel-master-pro/

    The one in the screenshot of the demo you have sent is of the front page design of the Travel Master Pro theme and not in the feature.

    Regards.

    in reply to: Services Icon choice not showing up #131238
    wensolutions
    Keymaster

    Hello,

    The issue you have mentioned is the known issue and we have informed the theme author about the issue.

    We will get back to you when the issue is resolved.

    Hoping for your kind co-operation.

    Regards.

    in reply to: No menu icon in mobile #131237
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the Admin Panel > Appearance > Customize > Additional CSS, to show the menu in the mobile and tablets.

    @media only screen and (max-width: 1000px){
    .site-header div#main-nav {
        display: inherit;
    }}

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 15 posts - 391 through 405 (of 8,657 total)