Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
alexandreminem
tagDiv Member

I managed to fix it with some bad CSS.

.vc_pageable-slide-wrapper p {
margin: 0;
clear: both!important;
display: none;
}
.vc_grid-item p {
display: block!important;
}

This is a temporary fix for me. If you know how to remove those <p> please tell me, thanks.

alexandreminem
tagDiv Member

I found a piece of the solution!
This happens because of 2 reasons :
.vc_grid.vc_row.vc_grid-gutter-30px {
margin-right: -30px;
}
(which I don’t know why this is happening)
So I added on custom CSS :
.vc_grid.vc_row.vc_grid-gutter-30px {
margin-right: 0!important;
}

AND
the <p></p> that is adding itself after each block.
I don’t know how to remove them. Do you know how?
Thanks

alexandreminem
tagDiv Member

Hi Simion!

Thanks for your reply and help.
I think I didn’t explain properly, I try again.

Yes thos grid items have the float left property set because I edited the js_composer file.
Check that, now i put it right like it was before : https://i.imgur.com/veMkXoX.png
See the float:none?
It overwrites the float:left property.

So to “fix it” I edited js_composer.min.css and put /* float:none; */ on it.
But we all know that this won’t fix it forever.

I don’t find any relation between the font and this float property.
Can you help me on this plz? Thanks

alexandreminem
tagDiv Member

I figured out !

That was my fault actually.
The .htaccess got a line with www. in it

Then one file was missing for the sidebar when i uploaded the theme.
So this is resolved.

alexandreminem
tagDiv Member

Hi there! thanks for your reply.

So here is the checklist you gave me :
Requirements for Newspaper : got all, CHECK
System status parameters : checked, and everything was set
Install theme via FTP : actually I installed a fresh updated theme before i wrote.
Deactivated all plugins : CHECK
And these errors were still here.

As for the SSL transition : the console errors says that an ad is not working properly and the others are about the fonts that can’t be loaded in https, thanks to this theme settings.

Guys i’m stuck here, do you have any other clue about what causes these 2 errors?
Thanks

alexandreminem
tagDiv Member

I’d like to thank you for your quick answer.
And with the informations you gave me, I fixed the bug!
Thank you very much!

alexandreminem
tagDiv Member

Hey paolom,

I deactivated the sidebar, and it did the trick. I was surprised.
I now have 3 columns on the website.

alexandreminem
tagDiv Member

Thank you for your answer, i’ll edit those files, thanks.

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