clawdogs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unhide admin bar..wow, i feel dumb. it was a plugin. apparently WP Custom Admin Bar includes this option but i didn’t read the fine print.. The solution was also to clear cookies as I did. Funny coincidence. Thanks..
Forum: Fixing WordPress
In reply to: unhide admin bar..well it’s there and I have it on single install. I re-ticked the option to “Show Toolbar When Viewing Site” as suggested by Dynamic Design Firm and the option re-appears to “Hide Site Wide” when viewing the live site while logged in as admin.. It shows up under the Admin Bar menu
Forum: Fixing WordPress
In reply to: unhide admin bar..in 3.8 there’s a new feature to hide site wide when logged in as admin and viewing the live site..
Forum: Fixing WordPress
In reply to: unhide admin bar..never mind. i cleared cache/cookies then exited my browser. once i logged back in the option was there. it’s likely a bug.. thanks for pointing me in the right direction..
Forum: Fixing WordPress
In reply to: unhide admin bar..Hi. Thanks for the quick response but that option seems to be missing. I see two tickers in my profile 1. Disable the visual editor when writing and 2. Enable keyboard shortcuts for comment moderation.
Forum: Plugins
In reply to: [Jquery Validation For Contact Form 7] Uncaught Error causes problems in IEHi Christos312. I just ran into this same error and figured out a fix. Find the file jquery.jvcf7_validation.js in the plugin directory (in my directory it was under /plugins/jquery-validation-for-contact-form-7/js/jquery.jvcf7_validation.js Now find the line form.wpcf7-form” and remove the double quotes which seems to be a typo in the script. It should now show as:
jQuery('form.wpcf7-form').each(function(){
NOT
jQuery('form.wpcf7-form"').each(function(){
I found the issue on line 507. Be sure to save your file and refresh your site. Also delete your cache if you’re using a buggy browser..
Forum: Plugins
In reply to: [Contact Form DB] Filter on user and Show only certain columnresolved