whatif6000
Forum Replies Created
-
Yes, that has fixed it and thank you again for providing this plugin.
Thanks for making this plugin.
I have just upgraded to 2.0 and yes have the same error message.Forum: Plugins
In reply to: [bbPress Genesis Extend] Forum disappears with Genesis 2.1.0I think you meant your version 1.1.0 and thank you Jared it did fix it.
However when I logged in to my WordPress dashboard there was already an update 2.1.1 to the Genesis framework since the update yesterday 2.1.0.
I ran the Genesis 2.1.1 first then your plugin update 1.1.0 and the forums are back.Thank you for your help and swift response.
Forum: Plugins
In reply to: [Simple Lightbox] slow to load after 3.6.1Apologies for the delay.
The problem I am having is on a Windows 8 PC with IE10,9 & 8. It is still happening now after daily use of cCleaner and after using IE’s own ‘Delete browsing history’, with a few reboots as well.I have tested it on a Windows 7 PC with IE10 and that works ok.
I do not have another Win 8 Pc to try it on I am afraid.
It is great to see you want to get to the bottom of this though and again thank you for the plugin.Thanks Richard
No it is ‘out of the box’. I know it gets a cell to mimic a row but I mean that the row is then only 20% of the available page width.
Here is the link: http://dev.devongolfcaptains.org.uk/cookies-privacy-policy/Forum: Plugins
In reply to: [Contact Form 7] bbpress subscribers can edit contact form 7Thank you
I did find on a forum somewhere this code below for functions.php.
It worked fine for me and is of course better to stop being overwritten in updates./* start remove contact 7 form from user menu*/ function remove_contact_menu () { global $menu; $restricted = array(__('Contact')); end ($menu); while (prev($menu)){ $value = explode(' ',$menu[key($menu)][0]); if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);} } } add_action('admin_menu', 'remove_contact_menu'); if(!current_user_can('level_10')) { add_action('admin_menu', 'remove_contact_menu'); } /* end remove contact 7 form from user menu*/Forum: Plugins
In reply to: [Simple Lightbox] slow to load after 3.6.1Thanks for looking
Another page on the same site: http://dev.devongolfcaptains.org.uk/devon-golf-captains-v-gloucester-golf-captains/
This morning, with cCleaner applied and after using IE’s own ‘Delete browsing history, then a reboot, straight to the site and page and it happens. It is not until I click say the scroll bar that the image appears.Forum: Plugins
In reply to: [Easy Photo Album] Activating casued 404 errorDear TV Productions
Thank you for such a speedy reponse and for providing the plugin in the first place.