Edward Caissie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I create optional sidebar to postsThis would be a theme dependent issue to address … a link to your web site and your active theme would be very useful in providing suggestions.
As it is, I would consider reviewing the following:
http://codex.wordpress.org/Function_Reference/is_single (for the posts)
http://codex.wordpress.org/Function_Reference/get_sidebar (display a specific sidebar)http://codex.wordpress.org/Customizing_Your_Sidebar
Hope that gets you looking in the direction you want to go …
Forum: Fixing WordPress
In reply to: Moving SidebarsHere is a suggestion for changes to your style.css file:
Around line 230:
#content { left:300px; position:absolute; top:140px; width:760px; }… and, around line 248:
#navigation { position:absolute; right:330px; top:185px; width:210px; }Remember to make a backup of the style.css file first, just in case this is not what you are looking for.
Forum: Themes and Templates
In reply to: Editing the Arjuna theme CSSI typically use Firebug (a Firefox add-on) to review the CSS of a web site, similar tools are available for other browsers.
Also, more often than not, using the ‘right-click | view source’ method you can see the HTML code of a web page … and where I was able to provide the link I posted above to the
a.cssfile.Forum: Themes and Templates
In reply to: Editing the Arjuna theme CSSIt appears the
a.cssstyle sheet causing the issues is being called by one of your plugins. Here is the reference as found in your site’s page source: http://www.scotchpotch.com/wp-content/plugins/matrix-gallery/inc/a.cssForum: Fixing WordPress
In reply to: widget code insert ??‘Line 2’ goes right after
<div id="sidebar">
‘Line 39’ goes right before</div><!-- ======= sidebar END ======= -->Forum: Fixing WordPress
In reply to: trying to remove the bullets from my sidebarIt may be easier if you were to address the validation errors your site is giving, see this “report“
Once those are addressed you will likely be better able to address the CSS controlling the “white bullets” of the
<li>element.Forum: Fixing WordPress
In reply to: widget code insert ??From the theme’s (as mentioned in another thread) unedited
sidebar.phptemplate file I would suggest:- Line 2:
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?> - Line 39:
<?php endif; ?>
See if that will work for you …
Forum: Themes and Templates
In reply to: Editing the Arjuna theme CSSYour
<a>links are being styled from thea.cssfile, is the above from that stylesheet or thestyle.cssone?Forum: Fixing WordPress
In reply to: Side bar helpAlthough the theme has the basic requirements for widget areas there are no widget areas defined in the sidebar of version I reviewed.
Forum: Fixing WordPress
In reply to: change home text to “welcome”Your theme appears to be a “premium” one, have you tried the author’s support forums on their website?
Forum: Fixing WordPress
In reply to: can’t fix css problemShort of @songdogtech’s recommendation to correct the “code errors”, eliminating padding (and margin) has often pointed to the issue in similar cases as yours.
Forum: Fixing WordPress
In reply to: How to exclude some categories from my new Page Template?You’re welcome … I’m glad you sorted it out on your own.
Forum: Fixing WordPress
In reply to: How to exclude some categories from my new Page Template?It looks like you missed identifying
cat=14in your$my_query = new WP_Query($args);…Forum: Fixing WordPress
In reply to: Author’s bio on bottom of postHave a look at this page in the codex: http://codex.wordpress.org/Function_Reference/get_userdata
Forum: Fixing WordPress
In reply to: Can’t remember how to change my sidebar! Help?Another common “About the Author” text area is under the user profile in the bio box.
- Line 2: