altstatten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostOh, you are a steeley-eyed missile man!! That worked perfectly. Nothing like clear instructions to get the job done.
I’m inserting these pics via wp and inserting the “title” using that insertion option. If you could tell me how to get the title to line up underneat each pic I’d be beside myself with happiness! (Thanks again for the previous fix.)
Picture Picture Picture
Title Title TitleForum: Fixing WordPress
In reply to: Horizontal Images in a Post<img style=”float:left; margin: 2px;”
I used this in the page and got the three pics to line up horizontally. How do I insert a “break” in the page to get the 4th pic to begin a new row of pics?
I appreciate the help. And please SHOW me the text I need to use. Thanks!
Forum: Fixing WordPress
In reply to: Weird post page behavior with “return”Okay, I had the rich visual editor checked “On”. Turned it off and all is well.
So why does the rve make it behave like that?
Forum: Themes and Templates
In reply to: Separate Post and Page Files??That did the trick for the Pages. I applied this:
The files defining each Page Template are found in your Themes directory. To create a new Template for a Page you must create a file. Let’s call our first Page Template for our Page snarfer.php. At the top of the snarfer.php file, put the following:
<?php
/*
Template Name: Snarfer
*/
?>Is there an equivalent procedure for POSTS??
Forum: Themes and Templates
In reply to: Footer Won’t BudgeYes, that seems to have done the trick.
Mind telling me why it worked?? (We changed something in the HEADER file relating to HEIGHT??? Sounds logical to me!! ??
I’m greatful, just gotta know why that worked or I won’t sleep! Thanks for your help.
Forum: Themes and Templates
In reply to: CSS and Cross-Browser Compatibilty ChecksThank you. And they said it couldn’t be done! ??
Forum: Themes and Templates
In reply to: CSS and Cross-Browser Compatibilty ChecksIt exists. Been alluded to elsewhere in the forum but I don’t have a name for it.
Forum: Themes and Templates
In reply to: Showing Wrong Number of PostsYou’re right. Copied and pasted the correctly written code from your aforementioned file into mine and it worked perfectly.
Now if I could just get these kool-aid stains out of the carpet….
Forum: Themes and Templates
In reply to: How do I get Page Level 1 ONLY to Bold?Any takers??
Forum: Fixing WordPress
In reply to: Post Categories and Link Categories ExplainedAnybody???
Forum: Plugins
In reply to: Category Post CountsYes, I know. But I haven’t been able to get any combination to work. I’ve tried:
This: #l_sidebar li.Categories li a { display: inline }
This: li.Categories li a { display: inline }
This: #l_sidebar ul li a {
display: block;
color: #000000;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #C0C0C0;
}This: #l_sidebar li.Categories li a {
display: block;
color: #000000;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #C0C0C0;
}This: #l_sidebar li.Categories li a {
display: inline;
color: #000000;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #C0C0C0;
}Nothing works. Please advise.
Forum: Plugins
In reply to: Category Post CountsLet’s try this again……..
Problem: Category post counts defaulting to the next line.
My function line: <?php wp_list_categories(‘show_count=1&title_li=&sort_column=name’); ?>
My relevant CSS:
/************************************************
* Left Sidebar *
************************************************/#l_sidebar {
float: left;
width: 225px;
margin: 25px 0px 0px 20px;
padding: 0px 0px 20px 0px;
border-top: 2px solid #000000;
}#l_sidebar ul {
list-style: inline;
margin: 0px;
padding: 0px;
}#l_sidebar ul li {
display: inline;
padding: 0px;
margin: 0px;
}#l_sidebar ul li a {
display: block;
color: #000000;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #C0C0C0;
}#l_sidebar ul li a:hover {
background: #EFEFEF;
color: #910156;
}#l_sidebar p{
padding: 3px 0px 0px 0px;
margin: 0px;
line-height: 20px;
}Can someone please tell me with some authority where the error is? Please.
Forum: Plugins
In reply to: Category Post Counts?? Wanna share with the rest of us what that code was??
Forum: Plugins
In reply to: Category Post CountsTheme is Vertigo Enhanced.
And I DID give my entire css file in a previous post but my query was ignored so I didn’t want to give it again.My url is https://marketingmeasure.com.
Be happy to post my css again if you like. Thanks for your help!
Forum: Plugins
In reply to: Category Post CountsSame here. Here’s my line of code:
<?php wp_list_categories(‘title_li=&sort_column=name&show_count=1’); ?>