Hi TagDiv Team,
Thanks for bringing the new smart lists in the Newmag theme! Really love it! I have one quirk though, once I’ve set a post to be a smart list, the text becomes smaller (as seen here: http://demo.tagdiv.com/newsmag/6-facts-about-france/)
I want to have the default size for the post body to be applied on the lists’ text. I tried looking at the theme’s panel but couldn’t find the exact setting.
Also, how do I make the Back and Next more prominent?
HI
To increase the font size for text in smart-lists use this css:
.td_smart_list_8 .td-sml-description p {
font-size: 15px;
}
This code will work only for smart list 8 but you can use it fro other lists, just adjust the class with smart-list’s number.
I am not sure what you mean by Back and Next more prominent so please provide more specific detail about what you’re trying to do so I can inspect it closer and ge bck to you with a more specific answer.
Smart-lists were not intent to display article to ad bu you can achieve that by editing the file which generate each of theme and add this code here: http://screencast.com/t/uSLAiBwXmL
$buffy .= td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'content_top'));
The above example is for smart list 8 but you can do it for each smart list, just edit the corresponding file. For example the required file for smart list 5 is td_smart_list_5.php
Thanks!
Hi!
The CSS code worked. 🙂 Thanks!
For the Back and Next, I was referring to the Back and Next links near the dropdown box.
<img src=”http://i.imgur.com/fSSPzRe.png
” alt=”null” />
They’re kinda invisible for now, is there a way to make them look more visible?
For the ads, it worked, but I have a problem, it’s not in the original location of the Top post ad. It would be best to have it put there. Please, thanks.
HI
Try this css to make for smart-list buttons: http://screencast.com/t/OEgRqQ3nl7W
.td-smart-list-dropdown-wrap .td-smart-back {
opacity: 1;
}
You can move the line here and the ad will be displayed inside each slide.
Thanks!
