tinggg
Forum Replies Created
-
Forum: Plugins
In reply to: [HungryFEED] HungryFEED Show wrong time?I’m having this issue as well. Mine is 12 hours out.
I’ve tried the feed (showing incorrect time/date in Hungryfeed) in Google reader and it displayed the time and date accurately so i’m wondering if its an issue with Hungryfeed?
Any ideas?
Thanks
Forum: Fixing WordPress
In reply to: Looking for a theme that accommodates a vertical logoMmmm, that’s a good idea billgoldberg, many thanks 🙂
Forum: Alpha/Beta/RC
In reply to: Image Sizing Radio Buttons Greyed outHi
I too am having this problem and it only jsut started of the past few days.
My ‘large’ option is greyed out.
I’ve disabled all plugins (I never has podpress installed) and it didn’t make any diffrence and i’ve confirmed with my host (hostgator) that GD is enabled.
This is really frustrating. Can anyone offer a plain english explaination and fix? Have now spent 5 hours on trying to fix this.
Thanks
Forum: Fixing WordPress
In reply to: Can login but cannot see dashboardHi
It was the simple-tags plugin. Once identified, I deleted it and installed the latest version and everything worked fine.
Thanks very much for your help.
Forum: Fixing WordPress
In reply to: Can login but cannot see dashboardHi
I tried steps 1-4 and I still couldn’t login.
However…when I disabled the plugins (by renaming the folder) I could login. I renamed plugins.hold back to plugins and again I could not login again.
Is this an issue with a plugin?
What should I do next?
Many thanks for your help.
Forum: Installing WordPress
In reply to: Logged in but cannot access dashboardAnyone find a solution to this? Same thing has just happened to me.
Thanks
Forum: Fixing WordPress
In reply to: [Plugin: Quote Rotator] Validation error in quote rotatorI’m also getting this validation error:
Line 409, char 8, no such element (“id”) in this document type .
Forum: Fixing WordPress
In reply to: WordPress database error after upgradeok,
i’ve removed the following code from the sidebar and the error has disappeared – so it must definately be this piece of code causing the error:
<?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; ?>"><h4><?php echo $link_cat->cat_name; ?></h4> <ul> <?php wp_get_links($link_cat->cat_id); ?> </ul> </li> <?php } ?>I’ve spent the last three hours trying out different tags from here http://codex.wordpress.org/Template_Tags but things just got worse. Can anyone help me update the above code replacing the depreciated tags?
Thanks
Forum: Fixing WordPress
In reply to: WordPress database error after upgradeWhat I don’t understand: why do you have that complicated code instead of using just the template tags that would display your links?
Any rational explanation?Please take into account that I do not have any knowledge of php or wordpress templates – I picked this template up a few years ago and as to the complicated code, well I can’t comment, that’s how it came, it all looks complicated to me. What should I replace it with? Template tags does not mean much to me – can I go somewhere and copy the necessary code?
Thanks
Forum: Fixing WordPress
In reply to: WordPress database error after upgradeccoup, I provided a link to the code in pastebin – this is the required practice on this forum. Giving incomplete feedback like
wp_list_cats? or something like that. Categories have changed for themes.
doesn’t really help at all.
Forum: Fixing WordPress
In reply to: WordPress database error after upgradewp_list_cats? or something like that. Categories have changed for themes.
…anyone else?
I’m not a coder so if I need to replace a line of code I would be grateful if you could provide the old code and the new code.
Many thanks