TOTM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a certain template styleGary Allan Get Off On The Pain theme is a commercially designed template. Developed by http://www.countrywired.com
As songdogtech indicated the base style is located at:
http://www1.garyallan.com/pain/wp-content/themes/pain/style.css
In addition to that there are styles included by plugins.
The page uses:Good Luck with your project.
Forum: Themes and Templates
In reply to: how to exclude a page from navigationFrom viewing the source and the css I can see you are using F8 Lite. It supports Custom Menus.
Forum: Themes and Templates
In reply to: How do you change the font?If you want Palatino to be selected first of available fonts for everything in the theme you can replace all of the above (all 4 chunks) with :
/* =Fonts -------------------------------------------------------------- */ * {font-family: Palatino, Georgia, "Bitstream Charter", serif;}If someone is viewing your page and they have Palatino installed on their computer the page will display with that font. If not it will select the next in the list.
Forum: Themes and Templates
In reply to: How do you change the font?Open and Edit wp-content/themes/twentyten/style.css
Find “/* =Fonts”
Beneath that comment will be the rules for font styling for this theme.
The fonts are segregated into 4 groups dependent on the uses.
In general font-family is used because not everyone has the same fonts installed by default. It varies from OS to OS.
Some help for selecting a font family can be found here:
Forum: Themes and Templates
In reply to: horiztonal scrollbar for 800×600 usersThis will extend only the brown menu area out past and above your sidebar, preventing the wrap of the menu items when the screen is smaller than 1000px or so.
It’s functional as long as you don’t add any additional menu items.
Edit your style.css begining on line 106
div#menu div {
background: #503a2c;
margin-right:292px;
margin-left:265px;
min-width:390px;
height:37px;
}It’s possible to tailor some rules specifically for smaller resolutions, like mobile devices, via media queries.
Additional info:
Forum: Themes and Templates
In reply to: Can't find tag cloud HTMP in sandboxThe array to format the Sandbox widgets and insert tags before/after the widget header and each widget is located in functions.php lines 455-461.
Editing this rather than each individual widget seems easier. Whatever div you insert is inserted into all the widgets, I believe.
Forum: Themes and Templates
In reply to: Twenty Ten No Comments QuestionI viewed your site.
I can tell that you have comments turned off, and from what I understand you do not want it to print the messages and links which indicate such.
It’s not your pages but actually your posts that show:
Posted in Uncategorized | Comments Off
I know where to find what you would like to change but I’m not knowledgeable enough to change the php.
Theres two possible routes that I can see.
#1 Edit style.css
Add the following to the end of it:.cat-links, .comments-link, .meta-sep { display:none;}
or
#2 Edit loop.php
Lines 143-161 can be edited to not print the messages.Forum: Requests and Feedback
In reply to: Request – Media Library ( Remove attachment w/o forced delete )@spacechannel – Theres a few things I would recommend improve with the plugin but mostly trivial.
You’re correct, though, the author and his theme/plugins are not registered in the directory here.
I’ve tested that plugin with 3.0.1 and it’s exactly the functionality that I was looking for.
Thank you.