Joey_M Posted June 1, 2016 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.
newbie LAC Posted June 2, 2016 Author 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; }
sunnmagic Posted August 2, 2016 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 ?
newbie LAC Posted August 3, 2016 Author Posted August 3, 2016 Hello, 14 hours ago, sunnmagic said: can we use it on the forum sections, Yes.
kefalo Posted September 23, 2018 Posted September 23, 2018 Under plugins i dont have edit button to edit setting on plugin. Why that?
Adriano Faria Posted September 23, 2018 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.
kefalo Posted September 23, 2018 Posted September 23, 2018 I wont to change setting like image size. And that is not possible on block...
newbie LAC Posted September 23, 2018 Author 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
kefalo Posted September 23, 2018 Posted September 23, 2018 Ok, ty. Is it possible to add random news?
newbie LAC Posted September 24, 2018 Author 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";
kefalo Posted September 30, 2018 Posted September 30, 2018 Hello, is it possible to change text and image size?
newbie LAC Posted September 30, 2018 Author 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.