Joey_M Posted June 1, 2016 Share Posted June 1, 2016 @newbie LAC: I've purchased this for my other site but when I add the code you gave me to centre 'View all', it doesn't work. .ipsWidget[data-blockid*="_nbTopStoriesWidget_"] #nbTopStoriesViewAll { text-align: center ; } I've tried adding !important but still it's not aligning it to the centre. Any ideas Newbie?-Edit- Please ignore, I edited the template to centre the link. Link to comment
newbie LAC Posted June 2, 2016 Author Share Posted June 2, 2016 12 hours ago, Joey_M said: @newbie LAC: I've purchased this for my other site but when I add the code you gave me to centre 'View all', it doesn't work. .ipsWidget[data-blockid*="_nbTopStoriesWidget_"] #nbTopStoriesViewAll { text-align: center ; } I've tried adding !important but still it's not aligning it to the centre. Any ideas Newbie?-Edit- Please ignore, I edited the template to centre the link. Hello, .ipsWidget[data-blockid*="_nbTopStoriesWidget_"] .nbTopStoriesViewAll { text-align: center; } Link to comment
sunnmagic Posted August 2, 2016 Share Posted August 2, 2016 Hello, Maybe a dumb question, but I have to ask : can we use it on the forum sections, or only the pages section ? Link to comment
newbie LAC Posted August 3, 2016 Author Share Posted August 3, 2016 Hello, 14 hours ago, sunnmagic said: can we use it on the forum sections, Yes. Link to comment
kefalo Posted September 23, 2018 Share Posted September 23, 2018 Under plugins i dont have edit button to edit setting on plugin. Why that? Link to comment
Adriano Faria Posted September 23, 2018 Share Posted September 23, 2018 1 minute ago, kefalo said: Under plugins i dont have edit button to edit setting on plugin. Why that? I never used but seeing the screenshots, I see it is a widget, so the configuration it's in the block itself. Link to comment
kefalo Posted September 23, 2018 Share Posted September 23, 2018 I wont to change setting like image size. And that is not possible on block... Link to comment
newbie LAC Posted September 23, 2018 Author Share Posted September 23, 2018 Hello, 1 hour ago, kefalo said: Under plugins i dont have edit button to edit setting on plugin. Why that? The plugin hasn't settings. On the screenshot you can see widget settings On front-end click on Arrow Select the widget Move it on sidebar area Click on Edit button Link to comment
kefalo Posted September 23, 2018 Share Posted September 23, 2018 Ok, ty. Is it possible to add random news? Link to comment
newbie LAC Posted September 24, 2018 Author Share Posted September 24, 2018 15 hours ago, kefalo said: Is it possible to add random news? You can open plugins/nb41topstories/hooks/nbTopStoriesAjax.php If you want random ordering find $order = "record_views DESC"; $order = "record_views DESC"; $order = "record_comments DESC"; change to $order = "_rand"; Link to comment
kefalo Posted September 30, 2018 Share Posted September 30, 2018 Hello, is it possible to change text and image size? Link to comment
newbie LAC Posted September 30, 2018 Author Share Posted September 30, 2018 2 minutes ago, kefalo said: Hello, is it possible to change text and image size? Hello, Yes. What do you want to change for text? Size? Color? And which text? 10 minutes ago, kefalo said: image size? Example div[id^="ipsTabs_elNbTopStories"] .ipsImage { max-width: 100px; max-height: 100px; } div[id^="ipsTabs_elNbTopStories"] .ipsDataItem_icon { min-width: 100px; width: 100px; max-width: 100px; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.