Border causing sidebar spacing issues

Posted in: Newsmag
Post count: 9

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?

Post count: 45

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/

Post count: 45

Curious to see if you have solved the issue?

Post count: 7909

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!

Post count: 9

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.

Post count: 7909

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!

Post count: 9

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?

Post count: 6600

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

Post count: 9

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!

Post count: 6600

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

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newsmag’ is closed to new topics and replies.