Plugin Author
Allen
(@amweiss98)
Then choose to have the links open in the lightbox
Thread Starter
Syndex
(@syndex)
i did that .. it still follows url
Plugin Author
Allen
(@amweiss98)
I just tried it, clicked on read more, and it opened up in the lightbox..not sure why it’s not working for you.
Thread Starter
Syndex
(@syndex)
Thanks ..theres a delay when i make changes from when the posts take effect .. Is there any way i can change the read more text to white so that it becomes invisable?I can see the lightbox now …
Plugin Author
Allen
(@amweiss98)
you’ll need to change the template.css file to change the color of the read more. If you know how to use firebug, you can easily find the selector to change.
Thread Starter
Syndex
(@syndex)
I will try that .. do u sell a pro version and what the diff? I wouldnt mind buying it as you guys rock so hard !
π
Plugin Author
Allen
(@amweiss98)
Thanks..no pro version…all we ask is a nice 5 star rating π
Thread Starter
Syndex
(@syndex)
will do …the template.css file is that in the plug ins folder or part of the theme… just looking around on my server…wondering?
Plugin Author
Allen
(@amweiss98)
the template.css file that is in the templates folder inside the plugin folder (not the theme folder)
Thread Starter
Syndex
(@syndex)
It says to look for colorbox but i cant find it the the code? im using clean seperated?
[Excessive CSS moderated. Please just post a link to your site.]
Plugin Author
Allen
(@amweiss98)
did you fix this….just went to your site and didn’t see the read more, so can’t give you the css to change the link to white unless I can see it.
Thread Starter
Syndex
(@syndex)
I changed it to Sponsored by PNPUSAWEB.COM instead of click here…
i would love to make it invisible by making it white or tell the plugin to forward to http://www.pnpusaweb.com anytime its says Sponsored by PNPUSAWEB.COM bypassing source link …
Either will do the second would be most awsome!
Thanks
http://goo.gl/7ZKT6
Plugin Author
Allen
(@amweiss98)
go into the templates folder in the plugin, then to templates.css and add this
#rssmore {
color: white;
}
that will turn it white…to do it the other way requires custom coding (which, if you know php, you can do yourself).
Thread Starter
Syndex
(@syndex)
#rssmore {
color: white;
}
does it go in a specific area or just paste it along bottom ?
Plugin Author
Allen
(@amweiss98)
put it anywhere in the templates.css file