drmarksmith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search results irrelevantI see. Thank you for your quick response.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Contact Submit Button BrokenThank you for your quick response. It appears there was a problem with the width of one of my div tags and the contents of the sidebar was extending out over the button. It’s resolved now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Contact Submit Button BrokenIs there a way to check this or attempt a fix without deactivating cashie? Last time I did that I spent an entire day resetting everything.
Forum: Fixing WordPress
In reply to: Dashboard brokenI don’t know if this will help anyone, but I got a second response from the developer of this plugin with this message:
“It is due to a conflict with jQuery UI.
Go to file dcwp_admin.php line 476 and change the code from:
wp_enqueue_script('jqueryui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js');
Change to:
wp_enqueue_script('jquery-ui-core'); wp_enqueue_script('jquery-ui-sortable');
"
This seems to have corrected the issue.
Forum: Fixing WordPress
In reply to: Dashboard brokenYes Mike that’s the one. I contacted the developer and this was his response:
“It has been tested with WordPress 3.5 and is compatible.Check your wordpress admin using firebug to see if there are any other javascript errors causing the problem.”
Not sure what is going on then. This is the only plugin I have deactivated right now and the dashboard is working fine from what I can tell.
Forum: Fixing WordPress
In reply to: Dashboard brokenWill do. Thanks for your speedy response.
Forum: Fixing WordPress
In reply to: Dashboard brokenIt seems that this problem is coming from my WordPress Social Share Button plugin. Now that I have identified it, what can I do? Is there a way to still use this plugin or do I need to contact the developer?
Forum: Fixing WordPress
In reply to: Both WP sites gone wiggyI only took out the error it pointed out….the > after javascript, but I am not familiar enough with programming to do this myself.
I am noticing that some onf my inner pages are centered, but both homepages are pushed to the left. Wouldn’t the problem be somewhere in a WordPress file since both sites had the same problem at the same time?
This is just weird.
Forum: Fixing WordPress
In reply to: Both WP sites gone wiggyThanks for the response. A reload of WP fixed the loading issues for humansarestoopid.com.
Everything is still pushed to the left on both sites, so I thought I would start with the 75 markup errors. I took care of the first one:
<script language=”javascript”>function simplesocial(t,w,h){
And my site stopped loading completely. I am too much of a novice to take care of this with confidence. Can you reference a service or tutorial to help me?