Daiv Mowbray
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Makng a category a pagetry this plugin,
then create a page named cars,
add the appropriate shortcode,
add the page to your menu.
Done as dinner 😉Forum: Fixing WordPress
In reply to: Stray text above headeryep that’s in your header:
<meta name="description" content="<p style="text-align: justify;">
if it’s not your header file it could be a plugin.
first do what WPyogi says, then,
do the deactivation of plugins to test.Forum: Fixing WordPress
In reply to: All my widgets have disappearedYep,
you now have two data bases, the old and the new.
I could spend all morning writing a walk through for you on how to fix this,
but like you said, what a mess.
If you’d like to contact me directly via my user name link, I could fix this up for you quicker with a skype call, talk you through it.Forum: Fixing WordPress
In reply to: Need to take over a blog by a dead authorYou should contact the domain registrar, and the domain hosting service to access those accounts. There is no easy way to hack into your friends site. You will need to follow legal procedures and do this right. Once you have legal access to the server and domain accounts, hire a WordPress developer to lock and secure the site.
Forum: Fixing WordPress
In reply to: WP 3.5 Media Manager user interface not showingHi Norm,
This could be a cache issue,
Is it still an issue for you?
Have you tried a manual over write of the Wp system files:
folders wp-includes, wp-admin ?Forum: Fixing WordPress
In reply to: IMP shortcode applying twiceIs this still an issue?
“shortcodes are displaying twice”
do you mean on the front side?
does this happen with a specific shortcode or any and all shortcodes?
do you have a link to demonstrate?Forum: Everything else WordPress
In reply to: How to Make a QUICK TransitionIf you need it asap, I recommend that you hire a WP developer.
Of course you can do it yourself, but as a newby, you will have a steeper learning curve.
There are plugins to import content.
And there maybe tools to pull your site into WordPress, non come to mind.Forum: Plugins
In reply to: Plugin Banner Not ShowingThat’s supposed to be a png file if I recall correctly:
banner-772×250.pngForum: Plugins
In reply to: Widget "Add new Category"try this plugin here.
HTHForum: Plugins
In reply to: [Widget Logic] Widget Logic locks admin widget access with WP 3.5There are more than one conditional widget placement plugins available, try one of the others.
Forum: Plugins
In reply to: [Nofollow Links in Posts] Broken on WordPress 3.5This plugin: Last Updated: 2008-12-13
you might want to find a newer version, or likely a different plugin with the same type of functionality, look for wp seo.Forum: Fixing WordPress
In reply to: All my widgets have disappearedHello colectiv,
I didn’t suggest a re-install.
Perhaps I should have been more detailed in my suggestion.
It sounds like your knowledge of using WordPress is novice.
I presumed that you had a higher knowledge of your system.
I do hope that your host can do a backup install for you.If you did a new install over top of the original, via a cpanel script installer, you may have created a new data base, which would mean that your old data base would still be there.
I could help solve this issue, but I’d need more information.
If you can, give a detailed description of what steps you’ve taken to get to where you are. I may be able to talk you through to a solution.Sometimes it’s best to hire a professional to set up your system.
Forum: Fixing WordPress
In reply to: All my widgets have disappearedYes that was my suggestion.
with a clean WP 3.5 and a clean Twenty Eleven theme.
There should be no issue with the function dynamic_sidebar()
Since you still have issues, one of two causes.
1) Your WordPress (WP) install is missing a file or two, (this can happen from time to time) solution download new (WP) erase from your server via ftp the system files, (not your config nor wp-content folder), re upload all WP system files.
2) you have a plugin which is interfering with the function dynamic_sidebar(), deactivate all of them test, activate one at a time, test, find the culprit.your sidebar.php file looks to be fine. that is not the issue.
HTH
Forum: Plugins
In reply to: [Watu Quiz] Changing font color from gray to black?your theme css file:
http://healthconstellations.com/wp-content/themes/Chameleon/style.css
has this:
body {
color: #929292;just change it to:
body {
color: #000000;You can empty your htaccess file via ftp.
this will remove the hide login security feature.
It will also remove many other security features.
save the htaccess, then re-apply the security features one a t a time.
HTH.