sbscheema
Forum Replies Created
-
Forum: Plugins
In reply to: Quick Question – About Google Anlalytics Pluginsany one??????????????
Forum: Fixing WordPress
In reply to: Looses content format for new SidebarNo worries…I figured it out…I had declared wrong div class in sidebar_4.php
Resolved.
Forum: Fixing WordPress
In reply to: Looses content format for new SidebarAlso please tell me about the template ( format) hierarchy for sidebars..because I dont see any format declared for sidebar_c in my style.css…
Forum: Fixing WordPress
In reply to: Looses content format for new SidebarThis is partial code for my style.css for you guys reference..
Content Layout */ #content { width: 1000px; background: #eee; padding-bottom: 10px; } #content #column { float: left; width: 575px; margin-left: 5px; margin-right: 0px; display: inline; } #content #sidebar { float: left; width: 388px; margin-right: 5px; margin-left: 5px; display: inline; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; background: #fff; margin-top: 10px; } /* Sidebar Widgets */ #sidebar h2 { font-size: 0.75em; font-weight: bold; font-family: arial, tahoma; line-height: 1.8em; color: #a52a2a; margin-top: 20px; padding-left: 15px; background: url(images/h.gif) no-repeat left 0px; padding-left: 25px; } #sidebar p { margin: 0px 0px 7px 0px; } #sidebar .box { margin-top: 5px; font-size: 0.75em; line-height: 1.4em; color: #aaa; } .videobox { border: 4px solid #ddddd4; width: 380px; height: 214px; } .center { text-align: center; margin-right: auto; margin-left: auto; } #sidebar a { color: #444; } #sidebar a:hover { color: #e11919; } .sidebar1 { width: 388px; } .sidebar2 { width: 190px; float: left; display: inline; } .sidebar1 ul ul, .sidebar2 ul ul { font-size: 0.75em; color: #999; line-height: 1.4em; } .sidebar1 ul div, .sidebar2 ul div { font-size: 0.75em; color: #999; line-height: 1.4em; } .sidebar1 ul div div, .sidebar2 ul div div { font-size: 1em; } .sidebar1 li li { background: url(images/bullet.gif) no-repeat; background-position: left 8px; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; border-bottom: 1px dotted #ddd; } .sidebar2 li li { background: url(images/bullet.gif) no-repeat; background-position: left 8px; padding-top: 3px; padding-bottom: 3px; padding-left: 15px; border-bottom: 1px dotted #ddd; } .sidebar1 li li li { font-size: 1.2em; background: none; background-position: none; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; border-bottom: 0; } .sidebar2 li li li { font-size: 1.2em; background: none; background-position: none; padding-top: 3px; padding-bottom: 3px; padding-left: 10px; border-bottom: 0; }
Forum: Fixing WordPress
In reply to: Fatal ErrorOhh…
Its description says “it allows you to move things (widgets) around, in and out of your sidebar.”
How I move my widgets in & out of sidebar with current wordpress version?( 2.7)
Forum: Fixing WordPress
In reply to: Moving Widgets from SidebarThats right but I want to know how I do it..I have all the widgets functions and I just need to know how I have them display in a different position that sidebar? What holds them to go to sidebar?
Regards
PS:Why I need to edit Sidebar? I will just disable widgets from it.Forum: Fixing WordPress
In reply to: Moving Widgets from SidebarPlease help, I really need it.
Forum: Fixing WordPress
In reply to: Moving Widgets from SidebarPlease Guide…
I think its part of the code provided my Max Banner. You might have to edit that code to wipe off this text and link below it.
You search source code to find text “max Banner ads” or link “https://www.maxblogpress.com”
**I am not an expert. Just trying to help you.
Forum: Plugins
In reply to: Quick Question – About Google Anlalytics Plugins?
Forum: Plugins
In reply to: Which Plugins are these?No its not Tabbed Widgets. Thanks
Anyone else?
If not, nny other widget which show me POPULAR POSTS?
Forum: Plugins
In reply to: Is there any plugin which shows popular posts?I found this one…have not tried it yet though
Forum: Plugins
In reply to: Is there any plugin which shows popular posts?any one?
Forum: Fixing WordPress
In reply to: Multiple Authors – How I enable this?Thanks You. That was easy….Is their any kind of security threat if I make all of my logins as authors? Just little scared that someone might takeover my blog…
Forum: Fixing WordPress
In reply to: error in line <? foreach($postimg as $image)Are you saying insert the line you gave me between line 10 & 11… like this
10. <? $postimg = get_post_meta($post->ID, “pre_image”, false); ?>
<?php print_r($postimg);?>
11. <? foreach($postimg as $image) {Sorry for double posting ( in threads)