doakh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jet Pack CarouselForum: Fixing WordPress
In reply to: Disappearing WidgetFYI,
I also found a plugin ‘wpppm’ that did not show up in the Dashboard. It accessed her .htaccess and hijacked the 404 error page.
Forum: Fixing WordPress
In reply to: Disappearing WidgetSorry, I should have posted the code in pastebin. She is an elderly women ( not tech savvy ) and unfortunately hosts at GoDaddy. I did notice though they changed the db prefix ( after they found out she was hacked ) before I had a chance to.
Forum: Fixing WordPress
In reply to: Disappearing WidgetThanks, It is nice to have all the resources in one place. I fixed her site. The intruder has set up a user as ‘sysadmin’ which I gather is common.
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] custom post type categoryI got it working after deleting & recreating categories.
Forum: Themes and Templates
In reply to: Upgrading from Twenty Ten v1.2 to Twenty Ten v1.4Thanks, that is easy.
Forum: Themes and Templates
In reply to: Upgrading from Twenty Ten v1.2 to Twenty Ten v1.4Thanks, I think I will create a ‘child’ theme. So, I will need to create a functions.php file and input ‘add_theme_support( ‘custom-header’ ); to keep their custom header correct.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Comparison with Advanced Code EditorWP Editor shows all the files/folders in the plugin, while ACE only shows the the first folder. I wish their was an ‘UNDO’ feature. That is what is really needed (like Synchi).
Forum: Fixing WordPress
In reply to: Archive.php troubleOh, I think I get it…the loop was not done and a wrench had been thrown in it.
Thank you so much. This is why I love WordPress and it’s community for helping out young developers. I will return the favor as my expertise grows.
Forum: Fixing WordPress
In reply to: Archive.php troubleThank You. Here is Archives.php. It looks fine. I will have to check elsewhere.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Drop Down MenuCaching plugin problem
Resolved. please close.Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] Automatic backups not happeningI really like this plugin. I have a weekly backup that is working, but it is not being emailed. I get the following message:
‘BackUpWordPress has detected a problem. The last backup email failed to send. It’s likely that the file is too large.’
The file size is ~ 71MB. My email account has a 250MB limit. I can manually download the file. It is stored in the default wp-contents/backups folder.
My .backup_warnings is:
{"php":{"c3bc7aab087d04b54f85b396a6c9b0ad":[8,"Undefined index: ws_plugin__qcache_menu_pages_css","\/home\/doak4812\/public_html\/wp-content\/plugins\/quick-cache\/includes\/classes\/admin-css-js.inc.php",20],"acda65b1ca8090f6bd4cb9cfdaa1366e":[8,"Undefined index: ws_plugin__qcache_menu_pages_js","\/home\/doak4812\/public_html\/wp-content\/plugins\/quick-cache\/includes\/classes\/admin-css-js.inc.php",28]}}
So, is appears Quick Cache is interferring with the email?
Thanks,
Doak
Forum: Everything else WordPress
In reply to: URLOk, thanks
Forum: Themes and Templates
In reply to: New wordpress user – how do I upload a customised themeI uploaded the the theme folder and my home page does not carry it’s theme. I had two home pages on my menu and one had an ‘id’ and one did not have an id’. It appears a home page is included without adding a page. I put an “&eclude=” in the “id_menu” div and it got rid of the of the one with the ‘id’. When I previewed on my local server it looked fine. So why does my local server show what I want and the real server does not??
Forum: Themes and Templates
In reply to: New wordpress user – how do I upload a customised themeSame Here. I edoted a WordPress theme using Expression Web 4 on my my computer (local server) and I want to upload to my hosting server. I am having trouble figuring out which files to actually update.