CFTech
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error after updating pluginsThank you Lorenzo. Will do.
Forum: Fixing WordPress
In reply to: My Home Page in Dashboard is Blank, but there is content??Thanks esmi. I’ll attempt to get the Control Panel credentials so I can get in and take a look for the custom page template.
Forum: Fixing WordPress
In reply to: My Home Page in Dashboard is Blank, but there is content??Yes, I see a theme there. It may be one that the developer customized, I’m not sure. Just says by Anonymous and Version is blank.
Forum: Fixing WordPress
In reply to: My Home Page in Dashboard is Blank, but there is content??I’m not the developer. I was asked to take a look at the wp-admin and let them know how things were setup. But, I’m a framwework user and not familiar with how a Home page shows content when viewed in a browser, but shows no content when in the Dashboard / Pages / Home.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Updated plugin and now errors!!! Please HelpThanks Marco — will look into the EVS plugin. Much appreciated.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Updated plugin and now errors!!! Please HelpAny help with this would be much appreciated … thanks much!
Forum: Fixing WordPress
In reply to: Text alignment and line spacing around an imageThanks WP Bum … not sure why I didn’t see that!
Thanks keesiemeijer … the ‘members’ plugin was a great addition to what I’m trying to accomplish.
Forum: Everything else WordPress
In reply to: Odd Behavior after changing nameservers for domainRegistrar nameservers were correct and whois were showing those, but the DNS Zone on my hosting account for some reason retained the old nameservers. This is most likely the problem. I’ll know in a few hours.
Thanks
Wow, can’t believe I missed that!! lol
I was so focused on odd characters in the non html areas, I totally missed the missing quotes!Thanks very much Tobias – much appreciated!
Forum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!Will do … thanks for the info.
Forum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!Chip … apologies … I was thinking of a different plugin (wp_table_reloaded).
however, I would have thought others who might use BackupBuddy could offer some insight on this forum.
Forum: Fixing WordPress
In reply to: Used BackupBuddy to Migrate Site to New Server — Lost Formatting!Hello Chip. The developer specifically asks that all support inquiries occur on the WP forum. Evidently, this is where he now responds since sometime in 2010 according to his site.
Forum: Fixing WordPress
In reply to: Deleted Admin User – pages goneUpdate: I eventually figured out how to address this issue. Since no one jumped in here, in case someone comes across this thread looking for a resolution … here is what I did:
Pages — Page content is stored in the db table wp-posts. Your pages may not show up in WordPress now, but they are still in the db. Simply use phpmyadmin to lookup each page (post_type = ‘page’) and change the post_status = ‘trash’ to post_status = ‘publish’. Your pages will then show up as expected in WordPress
Media/Gallery — unfortunately, the media is not stored in a db table. Instead it is located (via ftp) in your wp-content\uploads folder and appears to have been removed/deleted. So, you will have to upload your media files again. As long as you use the same file names as before, the URL/Link you used before will be ‘nearly’ the same and is still located in each of your pages. So, just upload them once again. Then, take notice to the upload folder name used by WP. Previously, it may have been something like wp-content\uploads\20119\filename.jpg. Now, it may be wp-content\uploads\2011\10\filename.jpg. The difference being the 09 and 10 which refers to the month the file was uploaded.
Hope this helps.
Thanks!
Forum: Fixing WordPress
In reply to: Markup, text, html, around Image Captions?Only because the images w/ caption are right on top of one another. Thus, if i wrap in <p></p> I can add some blank space and also be able to enter other text between them when desired. Better to handle this in the CSS then?
Thanks on note about wordpress.pastebin.com.