merchantprince
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar aligns to bottom in IE, but not FirefoxCan anyone viewing this page advise which code I might edit to resolve the display errors in Internet Explorer?
Forum: Themes and Templates
In reply to: Sidebar aligns to bottom in IE, but not FirefoxHmmm, I pulled this out of the style sheet:
/**********************************************
* Structure: Content, Sidebar, etc. *
***********************************************/#outline {
width: 855px;
margin: 0 auto;
padding: 0;
background: #fff;
font-size: 1.3em;
}Is there an “align to top” code I can insert here?
Forum: Fixing WordPress
In reply to: “Mr” automatically placed in title of every post draft?(bump) No ideas? Anyone?
Forum: Installing WordPress
In reply to: Easy way to upgrade 2.0 to 2.2 on GoDaddy?OK, GoDaddy just got back to me this morning with the following reply:
Thank you for contacting Online Support. You will need to import the database as it is sitting in your hosting accounts root directory in the _DB_Backups folder. Please export it to your local computer and the import it into your hosting account. I apologize for any inconvenience this may cause. Please let us know if you have any further questions, comments, or concerns. Our service departments and telephone lines are open 24 hours a day, 365 days a year to accommodate your needs anytime.
Am I just thick here or is this lacking in explanation? I’ve already downloaded the copy they made for me. But where am I to upload “into my hosting account” so that it becomes the active database for WP?
Thanks for all the replies so far, I’m appreciating everyone’s assistance. YOU guys should be running GoDaddy.
Forum: Installing WordPress
In reply to: Easy way to upgrade 2.0 to 2.2 on GoDaddy?Michael when I do open up the backup files created by the plugin and read it in Notepad, it looks like this:
“„fÊË”í¢=³VÚ™ƒÚV€F2´jÜΊr<PÉb[gæå´YãS~ ß.(꺳4¦ª<“U—y̼“½:S€:JÈðH9uÒHdΊÂäÛm3E5å<Uº½à3¹tº˜ºF]k EM¤%?Cn·¿}q~þnÛVì™\h/â˜
í<“,O„‚Îô?ÿí¿þ÷ÿÝïñÙ!3tÉçðãÌJÎdÍÙ¥Õ¸¤!?_9)†P¦ð4;°ð“Rã?PNZ(ÎáÖ9•œÉªóŠ:æSKŽseLB)hÈ8ê$ª~;K¦4t®$Ñd®Í‹*͹ÆK„÷³ÛÒâåNjT¾µkŠ:wÖf×n¿ñ’4´Þþô¶‡g‚ â>*m;îØíUNm=ÏóGä’–¥]³ÁõÀõ]ÏÌ©5Pç¶¿òhKW\6MýŸ|C“å<̨ :è¹”|¹
ñw¢AY¹Ëm²îN:]×ó=×AóºµÛþÄL:ƒãÏÃýç†{Iém†ù¤Ní««{A‘d)™ªwUkç:XÒLˆ0u<EÀÙaëë+°«StÏ.Ù^¤Úré,ÁwdÔ‹C!è¿Av¢ô”ÞÒ8¦PzÑJ‹ÆŽã`Forum: Installing WordPress
In reply to: Easy way to upgrade 2.0 to 2.2 on GoDaddy?I emailed GoDaddy support after their telephone rep offered no answers. This was the reply I received this morning:
Dear Sir/Madam,
Thank you for contacting Customer Support.
We have provided a backup of the database in question, it is now located in the _DB_Backups on the root of your account.
Regards,
Advanced Hosting SupportI sent a reply of my own asking why I could not view my own WP database or use phpMyAdmin.
Although I suppose I could just save their backup and proceed with the 2.2 upgrade.
I’ve also been making database backups using the Database Backup 1.7 plugin for some time, but they seem kinda small. I’ve been blogging for just under a year now and these backups from the plugin are only about 485kbs. I know the content itself isn’t being saved, just the DB, but it still seems kinda small. Am I off-base? The SQL database GoDaddy just mentioned doing for me is 10.59 MB.
Forum: Installing WordPress
In reply to: Easy way to upgrade 2.0 to 2.2 on GoDaddy?It has taken me sometime to get this underway, but today I tried implementing Otto’s instructions (great job, by the way!) and I have encountered a problem with my WP installation on GoDaddy.
Namely, I have NO MySQL databases installed.
My WP blog obviously uses one, but none are listed in the Hosting Control Center (it says “Number of MySQL Databases Used: 0 of 25. No databases have been created.”) and I do not know how to configure phpMyAdmin to backup the database.
Can I get by using the plugin WordPress Database Backup 1.7? Will it restore everything if my db is overwritten?
Forum: Fixing WordPress
In reply to: Comments from Page vanish upon theme changeActually, we did create this page, as it did not exist in the prior template, either. We just added another ‘Page’ as normal and her comments have been recorded there. Now they are gone.
I’ll try and find that code, but I don’t know if I can locate the comments in the db.
Forum: Fixing WordPress
In reply to: Disabled Trackbacks, still getting Spam TrackbacksI tried installing BB, but when I went to activate it, it began DE-activating other plugins! Strange, but it turned off Image Manager, Akismet, then my audio plugin. After turning off BB, I could reactivate the other plugins; but it happened again when I gave BB another try.
In any event, I installed Spam Karma 2 and it worked perfectly. Seems like a great plugin and ought to thin the herd of spam that Akismet keeps having to deal with everyday.
Forum: Fixing WordPress
In reply to: Disabled Trackbacks, still getting Spam TrackbacksThanks, guys. I have Akismet, which stops about 600 spam posts per day. Which other plugin is best suited to complement Akismet?
Forum: Fixing WordPress
In reply to: Little RSS buttons missing from sidebar ..and nothing elseWhat’s weird is that Freshy has two different sidebar settings in the Options menu, an Auto and a Normal, and they both have the same sidebar.php code listed above. Auto is the default setting and is the option pointing to the wrong (non-existent) directory for the buttons. When I switch the option to Normal, I get the RSS buttons back! Guess I may just end up keeping it there.
Thanks for all your help, anyway.
Forum: Fixing WordPress
In reply to: Little RSS buttons missing from sidebar ..and nothing elsemanstraw, I’d happily allow access to the site. Is there a way to create a temporary admin account for someone to do so?
aadil, I’ve done what you suggest several times now and I don’t think the problem is with the sidebar.php. Here it is, copied exactly from the Theme Editor:
<?php global $freshy_options; ?><div id="sidebar">
<div>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>
<?php if(function_exists('yy_menu')) : ?>
<h2><?php _e('Navigation',TEMPLATE_DOMAIN); ?></h2>
<ul>
<?php yy_menu('sort_column=menu_order&title_li=',
'hide_empty=0&sort_column=name&optioncount=1&title_li=&hierarchical=1&feed=RSS&feed_image='.get_bloginfo('stylesheet_directory').'/images/icons/feed-icon-10x10.gif'); ?>
</ul><?php elseif (function_exists('freshy_menu')) :
freshy_menu($freshy_options['args_pages'],$freshy_options['args_cats']);
endif; ?><h2><?php _e('Search',TEMPLATE_DOMAIN); ?></h2>
<?php include (TEMPLATEPATH . '/searchform.php'); ?><h2><?php _e('Links',TEMPLATE_DOMAIN); ?></h2>
<ul>
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
?>
<li id="linkcat-<?php echo $link_cat->cat_id; ?>"><?php echo $link_cat->cat_name; ?>
<ul>
<?php wp_get_links($link_cat->cat_id); ?>
</ul>
</li>
<?php } ?>
</ul>
<?php endif; ?>
</div>
</div>I think there is another issue with how the template is calling to a different sidebar.php, somewhere. As you can see, the sidebar.php in the Theme Editor has the correct code.
Forum: Fixing WordPress
In reply to: Little RSS buttons missing from sidebar ..and nothing elseI’ve tried everything suggested, but don’t have an answer to my cache question or how I might delete any given theme completely to start over. Clearly just deleting the theme’s folder does not remove it altogether.
Forum: Fixing WordPress
In reply to: Little RSS buttons missing from sidebar ..and nothing elseI guess this is one that can’t be solved…
Forum: Fixing WordPress
In reply to: Little RSS buttons missing from sidebar ..and nothing elseNot sure, are those the same as plugins? Here is what I have installed and activated:
Audio player 1.2.3
Exec-PHP 3.0
Smart Update Pinger 2.0
WPvideo 1.00
WordPress Database Backup 1.7