Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 8,657 total)
  • Author
    Posts
  • in reply to: Replacing the header image randomisation with slider #89602
    wensolutions
    Keymaster

    Hello,

    Removing the header image will simply display the title with the grey background.

    So if you want to remove the header image completely then add below-given CSS.

    div#page-site-header {
        display: none;
    }

    If you just want to reduce the size then please provide your site URL so that we can provide the precise fix?

    Thank you.

    Regards!!

    in reply to: slider stopped working #89601
    wensolutions
    Keymaster

    Hello @roomaromas,

    We would like to apologize for the trouble.

    When we check both pro and free theme, the slider is working fine as you can see in the demo as well.

    Pro demo: http://demo.wenthemes.com/construction-base-pro/
    Free demo: http://demo.wenthemes.com/construction-base/

    Since you have enabled the slider, the slider may not have worked due to conflict with the third party plugin. So if you have installed any third party plugin then please disable them and verify the issue.

    Also, make sure you have uploaded the image in the feature image section of the page that you selected to display in the slider.

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    in reply to: Disable hyperlink on featured images on first static page #89600
    wensolutions
    Keymaster

    Hello @eppikyw,

    To disable the hyperlink at the title and the image of the feature image section add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    h2.entry-title a {
        pointer-events: none;
    }
    
    #featured-content a img {
        pointer-events: none;
    }

    As for your query #2 and #3, currently, there is no such feature in the theme.

    Hope this helps.

    Best Regards!!

    in reply to: Background image of footer widget area #89599
    wensolutions
    Keymaster

    Hello @simsdesign,

    Currently, there is no option in the theme to change the background but it can be changed adding the CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    div#footer-widgets {
        background-image: url(YOUR Image URL);
    }

    Here add your image URL in place of “YOUR Image URL”.

    Hope this helps.

    Best Regards!!

    in reply to: Changing font color in gallery #89546
    wensolutions
    Keymaster

    Hello @artlicht

    Glad we could help you.

    Regards!!

    in reply to: Logo Size #89458
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with your site URL so that we can inspect your issue further and provide you with a precise fix.

    Hope to hear from you soon,

    Regards!!

    in reply to: Replacing the header image randomisation with slider #89457
    wensolutions
    Keymaster

    Hello,

    Actually, your query is not quite clear. Can you please provide us with the screenshot highlighting your issue and also the site URL so that we can inspect the issue further?

    Hoping for your kind co-operation,

    Regards!!

    in reply to: slider stopped working #89452
    wensolutions
    Keymaster

    Hello,

    The issue might have raised because the slider section in your theme has been disabled.

    To enable the slider, please go to, Admin Panel > Appearance > Customize > Featured Slider > Slider Type and enable the slider.

    Hope this helps,

    Regards!!

    in reply to: How to remove the overlay from the hero Image #89449
    wensolutions
    Keymaster

    Hello,

    We pasted the same CSS in your site URL and inspected the issue. With the same CSS, the changes that you want is working perfectly fine. Please refer to the screen record below :

    https://www.useloom.com/share/69741fa2aa4443c4b07d5029d3b9b121

    Please be sure to publish (Top Right button) the changes after you have placed the code in the Additional CSS box. You can get to Additional CSS block from, Admin Panel > Appearance > Customize > Additional CSS

    Please once verify the issue after publishing the CSS again. If the issue still persists, Kindly provide us with the login credentials of your site so that we can work on the problem that you are facing. Provide the credentials in the address given below :

    wensolution@gmail.com

    Hope this helps,

    Regards!!

    in reply to: incompatible with the plugin Reading Position Indicator #89408
    wensolutions
    Keymaster

    Hello,

    When we tested the compatibility issue that you reported, everything seems to work fine in our side. Can you please provide us with the screenshot of your issue so that we can inspect the issue further?

    Hope to hear from you soon,

    Regards!!

    in reply to: How to remove the overlay from the hero Image #89406
    wensolutions
    Keymaster

    Hello,

    The site URL which you have provided seems to be under maintenance and hence we are unable to view your site.

    As much as we would love to help you, kindly provide us with the login credentials of your site so that we can provide you with a clear fix. Please provide your credentials in the address given below :

    wensolution@gmail.com

    Hope to hear from you soon,

    Regards!

    in reply to: Missing some images from demo import #89405
    wensolutions
    Keymaster

    Hello,

    Your query is not quite clear. Can you please provide us with the screenshot of the part of the section you want to remove/ alter so that we can provide you with a clear fix?

    Hoping for your kind co-operation,

    Regards!!

    in reply to: Hide catagory from blog? #89387
    wensolutions
    Keymaster

    Hello,

    To stop the slider from appearing on your homepage, you have to disable the slider section, To disable the slider, please go to Admin Panel > Appearance > Customize > Featured Slider > Slider Type and disable the slider.

    Hope this helps,

    Let us know if you have any issue further,

    Regards!!

    in reply to: Images larger than suggested size? #89386
    wensolutions
    Keymaster

    Hello,

    When we inspected your site URL, we found that the thumbnail images width is set to 100% which is the reason why the images are large and blurry.

    To fix the issue, please add the below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    article img {
        border: 5px solid #fff;
        border-radius: 50px;
    }

    Hope this helps,

    Regards!!

    wensolutions
    Keymaster

    Hello,

    The issue that you have reported requires further inspection. Can you please provide us with your site URL so that we can further inspect the issue?

    Regards!!

Viewing 15 posts - 2,986 through 3,000 (of 8,657 total)