Lou Sparx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving Function to Header..I want the output in the header at the top.
Any suggestions?
Forum: Themes and Templates
In reply to: Remove white space between body and content?I can’t find your problem? Take a screen-shot or explain exactly where the problem is and I’ll try and sort it for you.
Lou
**EDIT**
I see the space only in IE. hmmForum: Themes and Templates
In reply to: Remove white space between body and content?I can’t find your problem? Take a screen-shot or explain exactly where the problem is and I’ll try and sort it for you.
Lou
Forum: Themes and Templates
In reply to: Themes With Plugins INTERGRATED..Cheers James you said what I tried to explain lol. The php file that came with the plugin is quite basic so I mite try a copy/paste the code direct into my functions.php.
Probably wont work but I’m on the right track, hopefully.
Thanks
Forum: Themes and Templates
In reply to: Themes With Plugins INTERGRATED..Thanks but that would still require the user to install X-plugin.
It’s a tough subject but I’m sure I’ve seen themes come with pre-installed plugins.
Forum: Themes and Templates
In reply to: Changing 'Modern Style' post widthCheck media in your admin for max-embed-size as I recall seeing a certain setting there?
Forum: Themes and Templates
In reply to: Default CSS class for image in postHi,
Find out what your posts are wrapped in (should be content or something similar) Then maybe….
./#content img {
>YOUR STYLE<
}Let me know if it worked please or post the url (not sure if wordpress allows this) and I’ll have a look.
Lou
**EDIT**
Just noticed you didn’t want the class for ALL images so just define a div class with styling in your stylesheet and then wrap each picture in the that div class individualy.Forum: Themes and Templates
In reply to: Border around my sidebar?OK go to your style sheet in admin and look for #sidebar.
Add border: 2px solid #EEE; and change the width of the sidebar to 296px.
So it looks like this:….
#sidebar{
border: 2px solid #EEE;
float: right;
width: 296px;
}Change 2px to 1px or the size you need and #eee to the color you want but I think that looks quite good.
Lou
Forum: Themes and Templates
In reply to: Border around my sidebar?I’m gonna take a look and I’ll report back with the correct CSS but I think you should check your theme in internet explorer 7 as it doesn’t look good :/
Speak soon,
Lou
Forum: Plugins
In reply to: [Plugin: Wp-Thumbie] Posts text and title gets messed up – HELP!(in setting) try raw style as your ul/list styling is messing it up.
or use your own css style under the plugin settings.
Forum: Plugins
In reply to: [Plugin: Wp-Thumbie] Thumbnails do not show up on WP-ThumbiePlugin is very badly coded and relies on too many other scripts to work! If you hotlink an image it fails, if you use gif it fails, and the support EVEN over at blogdna fails.
Can’t we just avoid timthumb and call our own thumbnails????
Wow EMG that was very kind of you my friend.
Thanks on behalf of us noobs 😀
Lou Sparx http://www.socfx.com
Forum: Requests and Feedback
In reply to: [Plugin: autokeyword] Inappropriate AppendingNow thas a review 🙂 Cheers Mythender
Forum: Requests and Feedback
In reply to: New Default WordPress Theme?I’m all for moving forward but can you imagine if we ended up like Joomla were you have to have a degree in php and computer physics just to use the default theme?
Forum: Fixing WordPress
In reply to: Simple (anything) block?..Thanks, so really what I need is more text widgets with the ability to move them. Hmm,.
STill open to all suggestions please..