citeewurkor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing color of backgroundin your CSS file under body, change the background color which is currently this:
background-color: #212121;change #212121 to whatever color value you want.
Forum: Themes and Templates
In reply to: Font size in commentsThink I figured it out. It should look like this
ol#commentlist li p {font-size: NNN%;}and you put in whatever for NNN
It appears your theme uses the id “commentlist” instead of “comments”. I tried it out with FF webdeveloper and was able to change it successfully using the above.
Forum: Themes and Templates
In reply to: Font size in commentsIn your CSS file for your theme, find this:
ol#comments li p {
font-size: 100%;
}
Change the value for “font-size” to what you want it to be.
You’re using the classic wp theme, so go to “Presentation” tab, and click “theme editor”. The file you need to edit is “style.css”. It’s usually the first one to come up.Forum: Fixing WordPress
In reply to: Curly quoteshttps://www.coffee2code.com/wp-plugins/#preservecodeformatting
I’ve used this one for awhile. I’m pretty sure it still works with 2.0.
Forum: Themes and Templates
In reply to: Help w/ Regulus sidebarglad it worked for you.
Nothing better than the Firefox extension, webdeveloper:
https://addons.mozilla.org/firefox/60/Helps immensely in troubleshooting CSS and layout issues.
??Forum: Themes and Templates
In reply to: Help w/ Regulus sidebarOf course,it’s possible that just adjusting the width value alone would fix the problem for most browsers, but the clear: left; simply forces each .col div to be set below the preceding one.
Forum: Themes and Templates
In reply to: Help w/ Regulus sidebarin your CSS stylesheet, add the following entry to your #sidebar .col ::
clear: left;
That fixes the weird side by side action there.
You may want to fiddle with the width value if that leaves the columns to skinny for your tastes.currently the width for .col is set at 100px. 200px looks like it would fill in your sidebar better.
don’t forget to backup your stylesheet before editing it!
Forum: Your WordPress
In reply to: wpSites.com – WordPress Directory, please reviewwhen I try to add my site, it wants me to log in. May want to add an easier way for people to add sites?
Forum: Themes and Templates
In reply to: Images shown in pages alongside Adsense and BlogAds…how?Looks like they made a page template called photo.php on the popoholic site.
I’m not very experienced in making page templates.
But this should help you out.Forum: Everything else WordPress
In reply to: Where is my www.ads-software.com profile page?lol.. yeah. my bad…
Forum: Everything else WordPress
In reply to: Where is my www.ads-software.com profile page?I suppose if I clicked “member” underneath my name, that it would show up, eh? ??
and I just installed a version of bbpress yesterday… you’d think I’d have known this…
Forum: Fixing WordPress
In reply to: Trouble uploading photos for my entries.looks like your server is unable to write to your uploads folder. Mine is set to writable by owner. You can set permissions for that folder via an ftp client or your host probably has this feature via your control panel.
Forum: Installing WordPress
In reply to: Plugin admin panel missingdid you get all the files properly uploaded? I’ve seen instances where one or more menu items will be missing and it’s because this or that file was missing.
Forum: Fixing WordPress
In reply to: Page title showing up in sidebarTry looking in your sidebar.php or whatever it may be named with that theme. Right after the h3 heading there is a line item li with “page” in it.
try simply removing that one word “page”.
Should get rid of it.Forum: Fixing WordPress
In reply to: error passwordyou can try resetting it via email.