Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 8,657 total)
  • Author
    Posts
  • in reply to: Problems with Front Page Slider Image #84912
    wensolutions
    Keymaster

    Hello @baugli,

    Please add below given CSS to resolve the issue.

    .custom-logo-link img {
        max-width: 150px;
    }
    
    #main-slider img {
        max-width: 100% !important;
    }

    Hope this helps.

    Regards!!

    in reply to: Problem with Header removal and featured Images #84871
    wensolutions
    Keymaster

    Hello @baugli,

    Please add below given CSS to resolve your issue.

    body.category section#banner-image {
    	display: none;
    }
    
    body.single-post #page {
    	max-width: 100%;
    }

    If this does not meet your requirement then please provide the video links explaining your issue or the screenshots making us clear on what you exactly want.

    Thank you.

    Regards!!

    in reply to: Padding #84847
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS to reduce the padding.

    .home #features {
    	padding-bottom: 0;
    }
    
    .cloud-background.page-section {
    	padding-top: 0;
    }

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @jaytapp-me-uk,

    Thank you for letting us know about the issue.

    We will check for the issue and let you know.

    Thank you.

    Regards!!

    in reply to: Add to Cart Button #84841
    wensolutions
    Keymaster

    Hello @jaytapp-me-uk,

    We would like to apologize for the trouble.

    We have informed the developer about the issue you have posted. Once the issue is verified and fixed, we will let you know.

    Hoping for your co-operations.

    Thank you.

    Regards!!

    in reply to: Problem with Header removal and featured Images #84837
    wensolutions
    Keymaster

    Hello @baugli,

    Please find the answers to your query below:

    Query #1

    Response: To remove the banner image even in the pages you have mentioned please add below given CSS.

    body:not(.home) section#banner-image {
    	display: none;
    }

    Query #2

    Response: When we inspected your site we found that the image is displayed to its 100% width i.e. its full width. So we hope there is n any issue here.

    Query #3:

    Response: This request actually contrasts to the previous one as you have requested previously to delete the banner image. The banner image is even disabled in the post page so nothing will be displayed in the header section.

    Further as for your query related to the header image in the post, once you create the new post you need to go to individual post and assign manage the setting for the image in the header.

    Screenshot:

    https://wordpress.org/support/plugin/wp-travel/reviews/

    Hope this clears the confusion.

    Thank you.

    Regards!!

    in reply to: Problems with Front Page Slider Image #84834
    wensolutions
    Keymaster

    Hello,

    First of all thank you very much for using the Master Business Pro theme.

    The image in the featured slider section will adjust its height according to the original height of the image.

    What it exactly meant is if you want to increase the height of the slider then upload the image of bigger size. Similarly, if you want the image of a smaller size then upload the image of decreased size in the featured image section of post/page.

    Hope this clears the confusion.

    If you still have the queries related to the theme then kindly let us know.

    Thank you.

    Regards!!

    in reply to: Features Section #84832
    wensolutions
    Keymaster

    Hello @vsgreen829,

    Please replace the CSS:

    #features .container {
        pointer-events: none;
    }

    With the CSS given below:

    .featured-item .title a{
    	pointer-events: none;
    }

    Hope this helps.

    Regards!!

    in reply to: Features Section #84803
    wensolutions
    Keymaster

    Hello @vsgreen829,

    To make the Featured section unclickable please add below given CSS.

    #features .container {
        pointer-events: none;
    }

    Also, as for the category, when we tested the feature, when selected none, nothing is displayed as you see in the screenshots below:

    http://prntscr.com/lhrdym
    http://prntscr.com/lhrecd

    Now as for your last query add below given CSS.

    #features .featured-item p {
    	padding: 0 15px;
    }

    Hope this helps.

    Regards!!

    in reply to: Images not showing #84768
    wensolutions
    Keymaster

    Hello,

    Thank you very much for using the theme.

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    img {
    	max-width: 100%;
    }

    Hope this helps.

    Regards!!

    in reply to: change the with for the template #84756
    wensolutions
    Keymaster

    Hello @unaimartinastorkia,

    The image is still broken.

    So can you please provide the mention the template name so that we can help you and also do not forget to post your site URL.

    Thank you.

    Regards!!

    in reply to: Hide author, coments, views, publication date #84755
    wensolutions
    Keymaster

    Hello @vsgreen829,

    To remove it in the team member page please add below given CSS.

     .tp-team .blog-post-wrap .entry-header {
     	display: none;
     }

    Hope this helps.

    Regards!!

    in reply to: Student Links not updating #84753
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    in reply to: change the with for the template #84491
    wensolutions
    Keymaster

    Hello @unaimartinastorkia,

    The screenshot that you have posted could not be seen.

    So can you please repost it so that we can help you further.

    Thank you.

    Regards!!

    in reply to: Team post #84469
    wensolutions
    Keymaster

    Hello,

    We would like to apologize for the confusion.

    Please remove the above provided custom code from the theme’s style.css file and place it in your child theme functions.php file.

    It will remove the “team category” and only display the title.

    Hope this helps.

    Thank you.

    Regards!!

Viewing 15 posts - 3,271 through 3,285 (of 8,657 total)