Comment count = 0 with Visual Composer

Posted in: Newspaper
Post count: 4

Hello,

I have a little problem with the comment count on my homepage.

My first posts, managed by Visual Composer, are in a Slide + Block 21 configuration. All posts show O comment. This is not the right comment count.

The other posts, managed by Newspaper, are in a Block 21 configuration. They have the right comment count.

Image

I noticed the following thing :
=> With Visual Composer, the comment count’s adress is http://exemple#respond.
=> With Newspaper, the comment coun’ts adress is http://exemple#comments.

What should I do to solve this problem?

Thank you in advance.

Post count: 23312

Hello LTH,

Please ensure that you are using the latest version of the theme which comes bundled with the latest version of required plugins. Also, if you are using some untested plugins, try to disable all of them and install only tested plugins and rule out any conflicting plugins. Clear all your caches and check the results. If your problem is still there, please provide your website URL so I can inspect it closer and provide a more accurate response.

Thanks for the message!

Post count: 4

Bingo, it was a conflicting plugins prolem ! Thanks.

One more question, very simple… How to remove the blank space between the logos in my sidebar ?

imagee

In my actual theme, there is no blank space. It’s strange.

  • This reply was modified 9 years by LTH.
  • This reply was modified 9 years by LTH.
  • This reply was modified 9 years by LTH.
  • This reply was modified 9 years by LTH.
Post count: 22421

Hi,
This seems to be a css padding or margin. please provide a link to your site and I will provide the css needed to remove this blank space.
Thank you!

Post count: 4

Here it is :

LTH

User : test
Password : test

🙂

Post count: 22421

Hello,

You can try to add this css to the theme panel->custom css box:

.textwidget .alignnone{
margin-top:-5px!important;
}

It will affect all images that have the alignnone class and are inside a text widget.

Thank you!

Post count: 4

It’s… perfect ! Thank you.

I have one more question (the last one !)

Imagee

When my homepage loads, there is a gray bar for a few moments under the slider. The slider then adopts its final size. Is it possible to suppress the appearance of this gray bar during the loading?

  • This reply was modified 9 years by LTH.
Post count: 22421

Hi,

It can be removed with this css:
.td_block_slide .td-image-gradient:before {
display:none!important;
}

Add it in the theme panel->custom css box.

Thank you!

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