kopyrite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: all link as relative pathI too was surprised by this…
(and am also a WP newbie)
I have been researching at have not yet found a simple, straightforward solution.
There seem to be plugins to help, but they seem to have their own set of issues.
Really seems primitive.
From what I can tell, when you do try to setup relative addressing using whatever bandage you choose, you should be sure to do ROOT RELATIVE addressing.
Forum: Plugins
In reply to: [Drop Shadow Boxes] Effects disappearI did a bit more investigating,and learned that when a box is created (and remains!) in the WordPress Editor, the following line is added to the source code:
<link rel=’stylesheet’ id=’dropshadowboxes_css-css’ href=’http://[domain]/wp-content/plugins/drop-shadow-boxes/css/dropshadowboxes.css?ver=3.5.1′ type=’text/css’ media=’all’ />
But it DOES NOT appear in the source if the code is used in any of the theme PAGE OPTIONS widgets (or whatever they are called).
If I paste that line into one of the widgets, the nice effects show.
Any suggestions on how I can make sure that this link CSS is included in the page? (I barely understand the surface Word Press stuff, and certainly don’t know what happens behind curtain as the page code is generated by Word Press).
Thanks again for any suggestions…
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Title below ThumbnailGreat suggestion, @my2ndlove. Even a newbie like me was able to make it work!