Top

perawima on "how to modify theme like bsocial theme (5 $ for thx)"

February 28, 2010 by David Olsen · Leave a Comment 

hello people

i have the bsocial theme but i dont know how can i modify some things like:

The Latest
Video of the week
button “search”
about….
navigation

this words i want modify in spanish.. if exist an idea please tell me

and other problem : if u look in mi web site http://www.metropolitanevents.co.cc/empresa/ you see : a link “generics” that redirect to the site http://www.hfpharm.com how can i disappear it ? sorry for my bad english… i hope somebody can help me PLEASE … i would spent some money with paypal it is very important for me..

nemci7v on "[Plugin: Advertising Manager] Completely at a loss"

February 28, 2010 by David Olsen · Leave a Comment 

Are you referring to this plugin? http://wordpress.org/extend/plugins/advertising-manager/

I used it on a site without any issues. You go to Ads – create new, paste your code, save and then you can add the new ads from appearance- widgets, and drag the new ad you created onto your sidebar – make sure you select it form the drop-down,

You don;t have to load any images.. just paste the entire add code. If you’re using another plugin I recommend you use the one I posted.

Chris_K on "Login Password confusion."

February 28, 2010 by David Olsen · Leave a Comment 

The only place your password lives is in your site’s database. Nobody at WordPress has any sort of access to it. I can tell you, however, that it need not have any direct relationship to your Media Temple account unless you’re in the [bad] habit of using the same password multiple services.

Have a look at Resetting_Your_Password in the Docs section of this site and see if it’ll help?

EternalSkyChaz on "sidebar drops below comment form, above footer"

February 28, 2010 by David Olsen · Leave a Comment 

Okay … I never got that complete error, like you did.

oldbag66 on "[Plugin: WP-Polls] Open answer in a poll"

February 28, 2010 by David Olsen · Leave a Comment 

ah this is what i need, an open answer, did you get anywhere with it?

samboll on "Links in sidebar showing a zero after them"

February 28, 2010 by David Olsen · Leave a Comment 

are these categories actually populated with posts?

MichaelH on "Categories Not Listed"

February 28, 2010 by David Olsen · Leave a Comment 

Might try repairing your database tables. Also, I thought I remember another user with this problem and they dropped the tabels and reimported. Ugly, I know.

txsigma on "All in One SEO not working with theme"

February 28, 2010 by David Olsen · Leave a Comment 

Hey Team,
I am using the inove theme and I am having problems getting the All in one seo pack to write meta tags, and to replace the title of the web page. I have been told to put <?php wp_head(); ?> somewhere before the ‘</head>’ tag, but I dont see one in the header.php

Here is the code, what do I need to do??

<!-- header START -->
<div id="header">

	<!-- banner START -->
	<?php if( $options['banner_content'] && (
		($options['banner_registered'] && $user_ID) ||
		($options['banner_commentator'] && !$user_ID && isset($_COOKIE['comment_author_'.COOKIEHASH])) ||
		($options['banner_visitor'] && !$user_ID && !isset($_COOKIE['comment_author_'.COOKIEHASH]))
	) ) : ?>
		<div class="banner">
			<?php echo($options['banner_content']); ?>
		</div>
	<?php endif; ?>
	<!-- banner END -->

	<?php wp_head(); ?>
	<div class="fixed"></div>
</div>
<!-- header END -->

<!-- navigation START -->
<div id="navigation">
	<!-- menus START -->
	<ul id="menus">
		<li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li>
		<?php
			if($options['menu_type'] == 'categories') {
				wp_list_categories('title_li=0&orderby=name&show_count=0');
			} else {
				wp_list_pages('title_li=0&sort_column=menu_order');
			}
		?>
		<li><a class="lastmenu" href="javascript:void(0);"></a></li>
	</ul>
	<!-- menus END -->

	<!-- searchbox START -->
	<div id="searchbox">
		<?php if($options['google_cse'] && $options['google_cse_cx']) : ?>
			<form action="http://www.google.com/cse" method="get">
				<div class="content">
					<input type="text" class="textfield" name="q" size="24" />
					<input type="submit" class="button" name="sa" value="" />
					<input type="hidden" name="cx" value="<?php echo $options['google_cse_cx']; ?>" />
					<input type="hidden" name="ie" value="UTF-8" />
				</div>
			</form>
		<?php else : ?>
			<form action="<?php bloginfo('home'); ?>" method="get">
				<div class="content">
					<input type="text" class="textfield" name="s" size="24" value="<?php echo wp_specialchars($s, 1); ?>" />
					<input type="submit" class="button" value="" />
				</div>
			</form>
		<?php endif; ?>
	</div>
<script type="text/javascript">
//<![CDATA[
	var searchbox = MGJS.$("searchbox");
	var searchtxt = MGJS.getElementsByClassName("textfield", "input", searchbox)[0];
	var searchbtn = MGJS.getElementsByClassName("button", "input", searchbox)[0];
	var tiptext = "<?php _e('Type text to search here...', 'inove'); ?>";
	if(searchtxt.value == "" || searchtxt.value == tiptext) {
		searchtxt.className += " searchtip";
		searchtxt.value = tiptext;
	}
	searchtxt.onfocus = function(e) {
		if(searchtxt.value == tiptext) {
			searchtxt.value = "";
			searchtxt.className = searchtxt.className.replace(" searchtip", "");
		}
	}
	searchtxt.onblur = function(e) {
		if(searchtxt.value == "") {
			searchtxt.className += " searchtip";
			searchtxt.value = tiptext;
		}
	}
	searchbtn.onclick = function(e) {
		if(searchtxt.value == "" || searchtxt.value == tiptext) {
			return false;
		}
	}
//]]>
<?php wp_head(); ?>
</script>
	<!-- searchbox END -->

	<div class="fixed"></div>

</div>
<!-- navigation END -->

rhmercer on "Cannot see posts in dashboard"

February 28, 2010 by David Olsen · Leave a Comment 

Owing to illness and computer problems I did not post since last September. Now I find that although all my posts are in the database and appear on my site only the last one appears in the dashboard. The “at a glance” area shows 1 post and 71 comments which is somewhat ludicrous!
I have checked all of my settings and changed only one in the ‘General’ area as it referred my blog address to a previous folder.
I can access the ‘add new’ area but haven’t yet posted.
My URL is rhmercer.com if it is of any help.
I trust someone out there has a solution for my problem.

AntonShevchuk on "Links dotted underline?"

February 28, 2010 by David Olsen · Leave a Comment 

@goodsprite
Надо будет подумать…

cache/style1.css?ver=2.9.1 – это закешированный кастомный файл стилей, при изменении любых настроек он переписывается…

Next Page »

Bottom