Hi,
See here for example: http://shughal.staging.wpengine.com/testpage/
Just installed NewsMag, and I seem to be having issues with the sidebar getting bumped down. I thought it was the layout I was using, but I created the above test page and used one of the sample templates from the theme, and it’s still causing issues. I have tried both the default page and the latest articles + pagination.
Thoughts here on fixes?
I had the same issue as well – could not really figure it out..
The issue seem to have went away when I started adjusting the borders and margins.
I haven’t seen the issue since I’ve adjusted those settings.
examples found in this thread here
https://forum.tagdiv.com/topic/problem-with-removing-white-space-between-vc-elements-in-frontpage/
Hi,
@thirdharbor I have tried to access your link but it doesn’t work(it give me a blank page) – http://screencast.com/t/whF9X6g4M
Please provide more details about your issue and if is something similar with @pslice issue please verify block’s margin/padding as well.
Thanks!
Hi,
Sorry for the confusion. Here’s another example: http://shughaldev.wpengine.com/20437-2/
I’ve tried adjusting the margin and padding down to zero, I’ve tried removing the top border from things, and nothing seems to be working.
I’m not sure why some of the blocks are able to go full width as a single element, while others in a two-column are not. I’ve also checked to make sure that I don’t have rows-inside-rows.
So far the only way I am able to use a sidebar is on the latest articles template.
Hi,
I have checked your site and noticed that a class required class is missing form your html structure: http://screencast.com/t/vCMiaV76
The row-fluid class you have in you html structure should be replaced with the td-pb-row class here: http://screencast.com/t/i1uJlmpEa
Try to re-install the theme and to do it connect via FTP remove theme’s folder then upload the theme’s files (don’t overwrite it). Use this guide – FTP method – https://forum.tagdiv.com/how-to-update-theme/
Also make sure you do a backup of your current installation in case something goes wrong.
Let me know how it goes.
Thanks!
Hi,
We deleted the theme and reuploaded via FTP. Did the same with all of the plugins. Recreated the page (see here: http://shughaldev.wpengine.com/test-3/ ) and still have the same issues.
Thoughts?
Hi,
As Alin also wrote above the row-fluid class you have in you html structure should be replaced with the td-pb-row class here: http://screencast.com/t/i1uJlmpEa
Please edit the td_wp_booster_functions.php file and add the condition below like this: http://screencast.com/t/yyUqP1iBpB
if ($tag == 'vc_row' || $tag == 'vc_row_inner') {
$class_string = str_replace('row-fluid', 'td-pb-row', $class_string);
}
After this check again and let us know how it goes.
Thanks
Hi,
I think we may have had some issues with our install. Started over with a blank site and everything with the theme was behaving much better.
Thanks!
Hi,
This should not happen in the first place. The theme automatically replaces those row classes with theme’s classes and if those classes aren’t changed the theme’s style isn’t working right therefore generating issues.
Are you saying that you’ve managed to solve this..? Please let me know!
Thanks