stolz1952
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change Navigation BarThanks for the reply tried that this morning and nothing happened.
Unfortunately being a newbie I am not at all familular with html
If I go to the header.php and cut this out the Navigation Bar vanishes altogether dont know if this is of any help
<div id=”pagemenucontainer”>
<ul id=”pagemenu”>
<li <?php if(is_home()) { ?> class=”current_page_item” <?php } ?>>/”>Home
<?php wp_list_pages(‘depth=1&sort_column=menu_order&title_li=’ ); ?>This is a copy of the style.css from Navigation Menus down to Content.
/* NAVIGATION MENUS */
#pagemenucontainer {
height: 30px;
margin-top: 25px;
background: url(images/pagemenu-left.png) top left no-repeat;
padding-left: 11px;
}#pagemenu {
height: 30px;
float: left;
background: #b3b58d url(images/pagemenu-right.png) top right no-repeat;
}#pagemenu, #pagemenu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#pagemenu {
}#pagemenu ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px
}#pagemenu li {
float: left;
list-style: none;
margin: 0px;
padding: 6px 6px;
}#pagemenu ul li {
list-style: none;
margin: 0px;
padding: 0px;
}#pagemenu li a, #pagemenu li a:link {
color: #fff;
display: block;
margin: 0;
padding: 8px 10px 0 0;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 1px 0 #88885a;
}#pagemenu li a:hover, #pagemenu li a:active{
color: #fff;
display: block;
text-decoration: underline;
}#pagemenu li.current_page_item a {
color:#fff;
}#pagemenu li:hover, #pagemenu li.sfhover {
position: static;
}.navcontainer {
height: 38px;
background: #fff;
border-bottom: 10px solid #bcbda5;
}#nav {
height: 38px;
}#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 2;
}
#nav {
padding-left: 10px;
}#nav ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}#nav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}#nav ul li {
list-style: none;
margin: 0px;
padding: 0px;
}#nav li a, #nav li a:link {
color: #4e4d4d;
display: block;
margin: 0px 3px 0px 3px;
padding: 8px 12px 8px 12px;
text-decoration: none;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}#nav li a:hover, #nav li a:active {
color: #fff;
display: block;
text-decoration: none;
background: #bcbda5;
-moz-border-radius: 8px 8px 0 0;
-khtml-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
text-shadow: 0 1px 0 #959679;
}#nav li.current-cat a {
color:#fff;
background: #bcbda5;
-moz-border-radius: 8px 8px 0 0;
-khtml-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
text-shadow: 0 1px 0 #959679;
}#nav li:hover, #nav li.sfhover {
position: static;
}Sorry I dont know if any of this is helpful
Thanks for your time
ShirleyForum: Themes and Templates
In reply to: Change Navigation BarThanks never thought of that
Forum: Themes and Templates
In reply to: Help With Estetica 1.0RESOLVED thanks for your Help
Forum: Fixing WordPress
In reply to: Help with Advertising ManagerThank you Scott
Shirley
Forum: Fixing WordPress
In reply to: Help with Advertising ManagerHi Scott,
Thanks for the reply have done what you said but now I am getting this message.Fatal error: Call to undefined method OX_Tools::display_ad() in /home3/onabudge/public_html/skincenteral/wp-content/plugins/advertising-manager/lib/Advman/Widget.php on line 26
Can you please explain what I have down wrong
Thank you
ShirleyForum: Themes and Templates
In reply to: Help With Estetica 1.0Sorry I am back again Thought following the instructions I would find it simple to add google adds to the right had side bar but have come unstuck.. Perhaps it is something newbies should not attempt.
Right Side Bar html has Tags, Archives,Calander, Links and Meta which I would like to replace with one 120 x 600 Google Adds and under a banner from one of the companies I deal with.
Is this at all possible
Present Html:–
<div class=”span-5 last”>
<div class=”sidebar sidebar-right”>
<div class=”sidebaradbox”>
<?php sidebar_ads_125(); ?>
</div>
<?php
if(get_theme_option(‘rssbox’) == ‘true’) {
?>
<div class=”rssbox”>
“><img src=”<?php bloginfo(‘template_url’); ?>/images/rss.png” alt=”RSS Feed” title=”RSS Feed” style=”vertical-align:middle; margin-right: 5px;” />“><?php echo get_theme_option(‘rssboxtext’); ?>
</div>
<?php
}
?><?php
if(get_theme_option(‘twitter’) != ”) {
?>
<div class=”twitterbox”>
“><img src=”<?php bloginfo(‘template_url’); ?>/images/twitter.png” alt=”<?php echo get_theme_option(‘twittertext’); ?>” title=”<?php echo get_theme_option(‘twittertext’); ?>” style=”vertical-align:middle; margin-right: 5px;” />“><?php echo get_theme_option(‘twittertext’); ?>
</div>
<?php
}
?>-
<?php
- <h2>Archives</h2>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Right Sidebar’) ) : ?><li id=”tag_cloud”><h2>Tags</h2>
<?php wp_tag_cloud(‘largest=16&format=flat&number=20’); ?>-
<?php wp_get_archives(‘type=monthly’); ?>
-
<h2>Calendar</h2>
<?php get_calendar(); ?> - <h2>Meta</h2>
<?php wp_list_bookmarks(); ?>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
<?php endif; ?>
<?php if(get_theme_option(‘ad_sidebar2_bottom’) != ”) {
?>
<div class=”sidebaradbox”>
<?php echo get_theme_option(‘ad_sidebar2_bottom’); ?>
</div>
<?php
}
?>
</div></div>
Thank you for your time
Forum: Themes and Templates
In reply to: Help With Estetica 1.0Thanks so much for your help have it sorted out now.
Have a nice Weekend
Forum: Themes and Templates
In reply to: Help With Estetica 1.0Thank you for your reply with your help which I greatly appreciate I have been able to change everything except the number of recent post for some reason. The html in the side bar folder is
<div class=”span-5″>
<div class=”sidebar sidebar-left”>-
<?php
- <h2><?php _e(‘Recent Posts’);?></h2>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Left Sidebar’) ) : ?>
<?php wp_list_categories(‘hide_empty=1&show_count=0&depth=1&title_li=<h2>Categories</h2>’); ?>-
<?php wp_get_archives(‘type=postbypost&limit=5’); ?>
<?php include (TEMPLATEPATH . ‘/recent-comments.php’); ?>
<?php if (function_exists(‘get_recent_comments’)) { get_recent_comments(); } ?><?php endif; ?>
<?php if(get_theme_option(‘ad_sidebar1_bottom’) != ”) {
?>
<div class=”sidebaradbox”>
<?php echo get_theme_option(‘ad_sidebar1_bottom’); ?>
</div>
<?php
}
?>
</div>
</div>
I have changed the 5 above to 25 but nothing happens.I also somehow seam to have created a problem with both my Home Pages
They show the same the first article The Importance of Caring for Your Skin but instead of only showing one post they show 8.
If I dont show all of these the full list does not show up under catagories like I wanted Perhaps you can tell me what I have done wrong to get thisKindest Regards