lioyeo on "Home link not working"
Hi, I recently moved from a Wordpress.com hosted blog to a self-hosted blog. The URL is http://www.cheerfulegg.com Everything seems to be working fine except for my Home link. When I click on it, it...
View Articlebruffin on "easiest way to redirect the whole site to new url?"
No, I just want an automatic redirect to new site at new domain. The situation is that I am evidently the latest tech on this site and am trying to clean it all up. I've created a google site and have...
View ArticleJamilla on "Memory Size Exhausted"
Help! I logged in and got this message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/jamillad/public_html/wp-admin/includes/menu.php on line 38...
View ArticlePrek on "Removing Category Archives"
@Josh I did create a new post. I'm not sure if you saw it. Thank You for your help.
View ArticleWPyogi on "Site title & Tagline in general settings are not changing."
Try deactivating all your plugins. Then try resetting the plugins folder - http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F
View ArticleWPyogi on "Site title & Tagline in general settings are not changing."
Might also be related to this: <!-Wordpress footer code ends here–><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed!...
View ArticleWPyogi on "Home link not working"
I get the same site/page for your home button. Make sure you've cleared your browser cache and cookies. Try another browser and/or computer if you can.
View Articleaarron81 on "Help with code"
Hi All I am just working on my first wordpress website and got into a little trouble. I am using custom post types for media releases and a custom archive page to call the media release title and...
View Articlelioyeo on "Home link not working"
Hi WPyogi, Thanks, but I tried clearing the cache and other browsers (Chrome, Safari, Firefox) but the problem still persists. To clarify: When I click on the "cheerful.egg" title at the top, it brings...
View Articlemasooda on "How to insert slide show in home page header only in 2011 theme"
I am trying to put a meteor (Plugin) slide show in the home page header only and do not want this slide show to appear on other pages. Also I want to keep the other pages headers with their own static...
View ArticleBill on "Moving individual elements / still trying to get logo thru menu bar"
That's a handful, and I'm definitely no css whiz. But I would try to use some positioning like position: relative; top: 240px; or whatever it takes to align to your needs. I think it will be tricky to...
View ArticleWPyogi on "How to Make Logo Overlap Menu Bar"
John - from what I can see, you may have better luck putting the tree graphic as a background image in the wrapper div - and then positioning the page elements around that image.
View ArticleWPyogi on "Moving individual elements / still trying to get logo thru menu bar"
John, this really should be posted in the same thread as your earlier one - as it's still the same question and having multiple threads on the same question makes it much harder for people to help. Per...
View ArticleWPyogi on "Missing toolbar"
Try clicking on the right-hand-most icon on the toolbar that is visible - the second toolbar should drop down.
View Articlehelpmehelpme on "Pagination not creating additonal pages of posts"
Hi Alchmyth thanks for your help. Your suggestions got me reading and I came up with a solution that works - although it may not be the prettiest code (see below) <div id="content"> <div...
View Articlefreeace00 on "How to get only parent category and specific categories."
<?php $sel = 0; if (isset($posted['location_province']) && $posted['location_province']>0) $sel = $posted['location_province']; global $featured_job_cat_id; $args = array( 'orderby' =>...
View ArticleAkhil Abraham on "Fatal error: Call to undefined method WP_User::exists()"
Fatal error: Call to undefined method WP_User::exists() in /home/burundip/public_html/wp-content/themes/Buzzler/write-review.php on line 7 This error appearing on my web page...can any one please tell...
View Articlelaks.deen on "How to download Images from single.php"
Hi, How to download images from single.php page, I have added the function "single_content" for downloaded images from page but could not opened its showing (No Preview available). kindly help to fixed...
View Article