dsbacon
Member
Posted 2 months ago #
I'm trying to to edit the classes for Twitter for Wordpress so I can add a line break between entries (now they are all jumbled together).
The plugin site says:
The plug in provides the following CSS classes:
ul.twitter: the main ul (if list is activated)
li.twitter-item: the ul items (if list is activated)
p.twitter-message: each one of the paragraphs (if msgs > 1)
.twitter-timestamp: the timestamp span class
a.twitter-link: the tweet link class
a.twitter-user: the @username reply link class
Can anyone tell me where I might find and edit the classes? They aren't in any files in the plugin directory.
Thank you!
dsbacon
Member
Posted 2 months ago #
Solution: I looked for where the styles are set for hours but never found them. I did find a workaround however:
In twitter.php, find the line:
if ($list) echo '<li class="twitter-item">';
And replace it with the follwing to format the entries:
if ($list) echo '<li class="twitter-item" style="padding:4px 0px;">';
Dave333
Member
Posted 2 months ago #
I am struggling to figure out how to style this widget also.
I can't find any referrence to the styles in the code of the plug in.
It is so frustrating when plug in creators don't think to tell us how to use the plug in that they've created. If you are not going to make the plug in all wiziwig then please include some documentation so that we can understand how to use the plug in.
consumedsoul
Member
Posted 1 month ago #
I contacted the developer, hopefully he'll get back to me w/ specific instructions. I want to be able to open any new links as _blank in a new window.