Smart List

Posted in: Newsmag
Post count: 6

Hi.

I have a problem about Smart List.
I tried to use Smart List Style 2 like this

<h3> ~~~~</h3>
Picture1
<p>~~~~</p>
<p>~~~</p>

<h3> ~~~~</h3>
Picture2
<p>~~~~</p>
<p>~~~</p>

Then
post page display like this

<h3>~~~~</h3>
Picture1
Picture1
<p>~~~~</p>
<p>~~~</p>

<h3>~~~~</h3>
Picture2
Picture2
<p>~~~~</p>
<p>~~~</p>

I have no idea why twice display pictures?

  • This topic was modified 11 years by eins.
Post count: 6600

Hi,

Please make sure you check this without any plugins active and that you use the latest theme version (1.2) as I have also tested this and haven’t this issues so check this without any plugins active, also empty cache and let me know if you still have this issues and also send your site’s URL so I can inspect this.

Thanks

Post count: 6

Thank you for replay.

I tried to turn off Jetpack plugin, then no display twice picture!
So this mean I cannot use Jetpack plugin?

And I have another question about More Articles / Stories Box.

I tried it then PC desplay’s More Articles is really good!
However when I use smartphone,I cannot read main contents because More Articles covers all screen.

Can I turn off More Articles when using smartphone?
or can I read More Articles after the contents.

Thank you

Post count: 95

yes, I think more article in smartphone is not a good idea, it coverd all content, user must close the box in order to read the content

Post count: 6600

Hi,

Please try this custom css to remove the more article box on mobile only:

@media (max-width: 767px) {
.td-more-articles-box{
display:none;}
}
}

Thanks

Post count: 31

eloo pls how can i use the smart list tag with the next and previous list

Post count: 6600

Hi,

Please follow this guide: https://forum.tagdiv.com/smart-list/

Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.