How to UnLink Heading from Smart List

Posted in: Newsmag
Post count: 71

Setup Newsmag theme on Blogrope.com, takes hours to customised. But after long time work.
I need to adjust something in this theme that is (Smart List) “Heading” I want to unLink the Number Heading & Unable the Italian font.

For more information check out this post
1. Top 15 Best Vacation Spots Every Wanderlust Needs to visit
2. https://docs.google.com/file/d/0BxSOwvChlpjQdmt0bV83elplSm8/edit

Post count: 71

Anyone help please

Post count: 7909

Hi,

Sorry for delay, we don’t work on weekends and yesterday it was day off in our country!
You can remove the link for smartlist that you use – http://screencast.com/t/4RzQILAv Also you can use this custom css in Theme Panel > Custom Css to change the italic style – http://screencast.com/t/cSrXZjWlbn0

.td_smart_list_2 .td-sml2-current-item-title {
font-style: inherit;
}

Thanks!

Post count: 71

Well i added your code in Custom Css working fine.
And about smart list heading links, can you exactly tell me folder in theme editor WP

Post count: 7909

Hi,

You can find that file in wp-content > themes > newsmag – http://screencast.com/t/qq6RpwWj This file cannot be edited from wordpress editor if this is what you mean – http://screencast.com/t/tBTs8gFg5D

Thanks!

Post count: 71

Thankx I did 🙂
Now one more thing, I want to increase the Font size of below pictures content only in smart list 2
http://blogrope.com/top-15-best-vacation-spots-every-wanderlust-needs-to-visit/

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option to change to font for smartlist content(description), but you can use custom css to change it: http://screencast.com/t/JgrG1FqT

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
}

Thanks!

Post count: 71

Fantastic!!! Thanks Alin For Helped Me

There are lots of Header Styles in Theme Panel, I’m using Style-3 but I want full width header in same style, Like you giving in Style-6 in top bar.

And Also Full-Width Footer
For Example – http://www.hongkiat.com/blog/

  • This reply was modified 11 years by Sid.
Post count: 7909

Hi,

You can achieve this using style 6, but you have to make a change in file template – http://screencast.com/t/x1w5V0IqBvt
Result – http://screencast.com/t/rIwo3pcKK

Also for footer please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ACbsrNMxB

.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

Thanks!

Post count: 71

Thanks,
I’m facing another problem… In smart list 2 ads not showing in content page

SmartList 2 Post:
http://blogrope.com/top-10-best-free-responsive-wordpress-templates-2015/

Normal Post:
http://blogrope.com/maddie-the-dog-is-back-with-a-new-adventure/

I use smart list 2 now in every post, So please tell me how to enable ads on smartlist 2 ?

Post count: 7909

Hi,

The smartlists content isn’t supposed to show the ads as its handled different as in case the post’s content isn’t using smartlists so this is the right behavior.
You can use ad spot’s shortcodes to place ads inside smart lists content if you like. We also have this on our requests lists and we will consider trying another approach on this in future updates.

Thanks!

Post count: 71

So now.. how can i show ads in smart list 2 ? Because my every post is having list.
Please this is very important

Post count: 71

Solved!!! I’m using Quick adsense plugin…. Woooooo I’m glad

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