Jump to content

(NB41) Top Stories


newbie LAC

Recommended Posts

  • 1 month later...
Posted

@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. :unsure: Any ideas Newbie?

-Edit-

Please ignore, I edited the template to centre the link. ^_^

Posted
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. :unsure: Any ideas Newbie?

-Edit-

Please ignore, I edited the template to centre the link. ^_^

Hello,

.ipsWidget[data-blockid*="_nbTopStoriesWidget_"] .nbTopStoriesViewAll {
    text-align: center;
}

 

  • 2 months later...
  • 2 years later...
Posted

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

ts_settings.png.fac16ca23cd815b3612818ba

On front-end click on Arrow

mblocks.jpg.3ee743e190289f8a805094841a6895a9.jpg

Select the widget

tstories.jpg.083f3ebbad18a170f2009f6e72cbe51d.jpg

Move it on sidebar area

Click on Edit button

tstories2.jpg.f304428bfec1fd832ab9f265aafe52f5.jpg

Posted
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";

 

Posted
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;
}

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...