Home Forums WoodMart support forum Blog Page Layout Issue

Blog Page Layout Issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #536361

    a.barakji
    Participant

    Hello – I’m getting a weird issue on my blog archive page. It’s supposed to be 3 columns on the blog archive page. It initially loads 3 columns and turns into only 2 and leaves a gap on the right of the page. The sidebar is also removed for blog archive.

    Any idea what’s going on?

    Thanks!

    #536460

    Hello,

    There is an issue with the 3rd party plugins. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards.

    #536485

    a.barakji
    Participant

    The 3rd party plugins are essential to the purpose of my website. I only have Dokan along with the required plugins to run it along with the theme-required plugins. I did the plugin test and issue is still there.

    Are you able to investigate without deactivating the plugins? The plugins currently installed are only the required ones, so they’ll have to stay either way. It’s a new website that I’m still building.

    #536720

    Hello,

    Can you please share the WP admin login details or Product page URL of your site so I will check and give you a possible solution.

    Best Regards.

    #536732

    a.barakji
    Participant

    Thanks for the follow up! Yes I’ll share temp access.

    The layout issue can be seen on the masonry grid layout for blog archive. For now, I’m using the meta on image layout and using css to hide meta.

    #536924

    Hello,

    I have enabled the masonry grid for the blog archive and have not seen any issue. Check back your site after completely clearing the browser cache.

    Your sidebar issue has been resolved. Navigate to Appearance > Widgets > Check the main widget area for blog pages.

    Best Regards.

    #536958

    a.barakji
    Participant

    Looks good now – Thank you!

    Do you mind sharing with me the css needed to hide the date in blog archive and single post? Hiding meta from theme settings is not enough apparently. Would appreciate it!

    #537148

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-post-date {
    	display: none !important;
    }

    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)