jpalumbo
Forum Replies Created
-
Forum: Plugins
In reply to: [Promotion Slider] Change the color of the Title Texthere is the link: http://www.letyourfoodbeyourmedicine.com/
Forum: Fixing WordPress
In reply to: Borders around postsIt shows in <art-post-inner art-article>…but that is not in the css anywhere.
Forum: Fixing WordPress
In reply to: Borders around postsoh…gotcha. Left off the ‘px’
It worked great….however now the title is in a box. Is there a way to make ONLy the post in a box?
Forum: Fixing WordPress
In reply to: Borders around postsThanks…
I tried that. I changed it back after it didn’t do anything. Here is what I have it set to now:
{
position: relative;
padding: 10px;
border: solid 3 #bebebe;
}Still no border show up.
Forum: Fixing WordPress
In reply to: Tags posting on specific pageOkay – just a quick update…
I believe that I just alter the index.php page to exclude the categories I don’t want posted on that page…so essentially I can avoid the coaches from being added to the “Blog”. The question now is how do I get each category to show up on it’s own page. So that it is like a directory of coaches based on their specialty. I assume I would need to create a page template for each “type” of coach, but I don’t see where I would put the category type for that page.Forum: Fixing WordPress
In reply to: Page ThemesTo be clear, I just want to be able to drag and drop 3 text widget boxes on the page, centered…not create new widgets.
Forum: Fixing WordPress
In reply to: Home Page won't show…sends me to a different pageAnswering my own question…problem plugin – Redirection. Deactivated it and now all is better.
Now…how can redirect? hmmm..
Forum: Fixing WordPress
In reply to: Add a Blank Page TemplateOkie dokie…figured it out 🙂
Forum: Fixing WordPress
In reply to: Add a Blank Page TemplateForum: Fixing WordPress
In reply to: Add a Blank Page TemplateI tried that. Still gives me a blank page.
Do I need anything else on the template page? <html>, <head>…any of that?
Forum: Fixing WordPress
In reply to: Strange looking /wp-admin login pageFound my own solution: Add this:
define(‘SCRIPT_DEBUG’, true);To the wp-config.php page
Weird.
Forum: Fixing WordPress
In reply to: Change Header CaseWOW…I can’t believe I couldn’t figure that out myself…DUH! Thanks so much…all fixed!
Forum: Fixing WordPress
In reply to: Remove the Page Name from the content of the blogThanks…
Forum: Fixing WordPress
In reply to: Remove the Page Name from the content of the blogYeah…figured it out! If there are other Artisteer template makers, do this:
page.php
Remove
<h2 class=”PostHeaderIcon-wrapper”>
<span class=”PostHeader”>” rel=”bookmark” title=”<?php printf(__(‘Permanent Link to %s’, ‘kubrick’), the_title_attribute(‘echo=0’)); ?>”>
<?php the_title(); ?>
</span>
</h2>Does this look like it won’t screw anything else up Samboll?
Forum: Fixing WordPress
In reply to: Remove the Page Name from the content of the blogIt is a theme I created with Artiseer. Maybe I should go back and see if there is a way to remove it before I export the theme. hmmm…
http://virtuallyachieved.com/clientwebdesigns/wp-content/themes/ellanew/ does that help?