energymv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: inserting picturesif the text does not wrap click on the image and make sure you drag it and drop it in a different line. that has worked for me. you need to insert it in the correct spot for text to wrap.
Forum: Fixing WordPress
In reply to: inserting pictures2.6 makes it easier for me to insert, align, and scale images and make margins. use the new image icon when you hover over the picture inserted in post to style it.
Forum: Themes and Templates
In reply to: reliable theme searchthanks — do you know any reliable theme-makers — people who make reliable widget-ready wordpress themes that consistently perform well, are fairly well-supported and not too difficult to modify theme code.
how about the themes at https://www.briangardner.com? they look really nice…. does anyone have any experience playing with them?
Forum: Fixing WordPress
In reply to: horizontal white line in footer – how to get rid of it?i don’t know what the incorrect code source is. do you think that i should just find a simpler theme? or does this kind of crap happen regardless of what theme you use?
Forum: Fixing WordPress
In reply to: horizontal white line in footer – how to get rid of it?the big horizontal white line is in Firefox, but in IE the footer widgets are completely disoriented. it is kind of frustrating when two different browsers give me two completely different problems with this theme. can anyone make a suggestion. i will try anything now.
Forum: Fixing WordPress
In reply to: inserting picturesyou should probably upgrade to 2.6 because that seems work better at inserting images. use the automatic upgrade plugin available on this website.
Forum: Fixing WordPress
In reply to: How to include only 1 link category in a sidebar widget…After 10 or 12 more trials and errors i have success:
<?php wp_list_bookmarks(‘title_li= &categorize=0&category=2’);
and everything is fixed, not sure why…but it works.
Forum: Fixing WordPress
In reply to: How to include only 1 link category in a sidebar widget…Ok I solved the first part of the problem by changing the bold code to this:
<?php wp_list_bookmarks(‘title_li=0&categorize=1&category=2’); ?>
Don’t ask me why it is category=2 but i got luck and picked the right one (it’s actually like my defualt link category so i thought it would be category=1 but whatever).
the only problem i have now is the redundant link category title (or header whatever you want to call it). How do I remove one of them??
Forum: Fixing WordPress
In reply to: How to include only 1 link category in a sidebar widget…Will someone please take a SWAG at this code and tell me what I need to change in order to only show the link category “Energy Analysis Approved Sites” (as opposed to all 4 of my link categories) in the sidebar footer, at https://www.energyanalysis.org
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer Sidebar’) ) : else : ?>
<h2>Energy Analysis Approved Sites</h2>-
<?php wp_list_bookmarks(‘title_li=0&categorize=1’); ?>
<?php endif; ?>
I suspect that the bold line needs to be changed but how? I would also like to not show the title of the link category “Energy Analysis Approved Sites” (would be redundant) above the links in that category. I just want to show the links for that category.
Forum: Fixing WordPress
In reply to: How to insert, align, & space images in postsI clecked on HTML to see the html of the post, and then this is what i put in the post to fix an image in the top-left corner of the post:
style=”margin: 10px 15px 10px 0px”
That did the trick for me.
Forum: Fixing WordPress
In reply to: Is this the code (in my style.css) for stuff in the top left panel?Nice! Thank you very much. I took your suggestion and then did a bit more playing with the padding and margins and width.
Forum: Your WordPress
In reply to: RSS Feed URLi don’t know, but did you find the answer on your own (i have same problem)?
Forum: Fixing WordPress
In reply to: Site hijacked – Has this happened to your site?how do i protect my site settings?
Forum: Fixing WordPress
In reply to: homepage looks fine in firefox, but not in internet explorer…thanks ??
Forum: Themes and Templates
In reply to: Help with adding image header to Photopress templateWell it doesn’t look like help is on the way, but i have a suggestion for you. It worked for me anyway. Try switching to the new UBD Moneymaker theme which you can download from the unique blog design website. The theme includes a logo.png image in the images folder which you can simply replace with a new logo image of your liking. It worked for me, and this new theme has a lot of nice built-in features and it looks fine in both IE and FF.