Home Forums Pro Themes Education Hub Pro Hi my website not showing future content properly

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38675
    sunny
    Participant

    Hi
    My website http://www.urbanetechbd.com not showing future content properly, how to fix it,
    always right side content jump below and keep right side empty.
    How to fix it?

    Thanks
    Sunny

    #38714
    wensolutions
    Keymaster

    Hello @sunny,

    Although your query is not clear enough, we are assuming you are referring to the footer widget area by “future content”.

    The widget in the right is dropping to bottom in the footer as the extra margin that the gallery used in footer widget 1. For the fix of the issue you can add in the following CSS code in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #footer-widgets .footer-active-2.footer-widget-area {
        width: 45%;
    }

    Hope this helps,

    Best Regards !!

    #38715
    sunny
    Participant

    Hi,

    Actually I wanted to mention about Featured Content, As example I put 3 featured content the last one auto go down and keep empty space in 1st row, same happen when I put 2 even, the last one auto go down to 2nd row, where there have lot of space on 1st row how to fix it?

    Thanks
    Sunny

    #38717
    wensolutions
    Keymaster

    Hello @sunny,

    As we have inspected your website, it looks like you have disabled the “Featured Area” in the static front page.

    Also, as we have tested the theme on our side the issue regarding the featured block was not found.

    Please setup the featured section in the front page so that we could better visualize the issue and debug for some precise fix.

    Best Regards !!

    #38718
    sunny
    Participant

    Hi,

    Please check now. I have open 4 featured content but keep content over 3 featured page.

    Thanks
    Sunny

    #38720
    wensolutions
    Keymaster

    Hello @sunny,

    While we have inspected your website it is seen that the CSS code defined for overall site container is missing in your site.

    As you are using the caching for the CSS in your site, it is highly likely that the caching has caused the CSS to be commented while rendering the site.

    Please check the issue by disabling the caching / css minify plugin that you are using in the site and check if the issue is resolved.

    You can also try adding the below missing CSS again manually via your Additional CSS field in customizer :

    *, *:before, *:after {
        box-sizing: inherit;
    }

    Hope this Helps,

    Best Regards !!

    #38721
    sunny
    Participant

    Hi,

    Its solved the issue and I am very much impressed its working proper way now.
    Moreover I can not use cache service at all? if can which plugin best fit with your themes?

    Thanks
    Sunny

    #38722
    wensolutions
    Keymaster

    Hello @sunny,

    Glad to know your issue has been resolved. If you have any further issues / queries, please feel free to post them here.

    Regarding your query with the caching plugin, as the theme itself has not bee tested with any of the caching plugins, we cannot specifically recommend plugins to use for the site.

    Also, it is also possible that the settings in the caching plugin might have caused the issue in the site. Our suggestion would be that if you wish to use the caching plugin, and run into issues, you can take help from the plugin’s support to configure settings and avoid conflicts.

    Hope this helps,

    Best Regards !!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.