Incredible Escape Rooms
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] register_block_script_handle was called incorrectlySame. The update was done overnight automatically on my site and it broke the whole thing. Customers were not even able to place orders on the site. Downgraded to previous version to fix.
hi, Just hoping to get an answer on this since.
Any news yet?
Ok that worked. I am able to restrict the APIs the key works for, but both IP based and URL based restrictions break it. I don’t like leaving the key open to any website / IP. Is this a known issue with the current version?
Forum: Plugins
In reply to: [WooCommerce] Bug in sorting categoriesqI was referring to the admin area. Under products > categories
When you are in there, you can normally sort product categories by different columns. One of them is by the number of products in each product category. But with 3.6.1 it doesn’t work. Sorting the same way by post categories does work though so that’s why I think it’s a Woocommerce bug.
We use this feature to delete empty product categories that are sometimes created during imports. We have a site we get products from that for some reason when we export products from it, they include product categories that don’t have any products, so we go to products > categories in admin and sort by number of products so we can easily delete the empty categories.
- This reply was modified 7 years ago by Incredible Escape Rooms.
Forum: Plugins
In reply to: [WC Fields Factory] Add label to each QTY of same itemHas this been developed yet? without it, the plugin isn’t going to be usable by me.
Forum: Plugins
In reply to: [Page Specific Menu Items] The plugin does not have a valid header.For anyone interested, I ran into this same problem when I installed the plugin and was able to fix it. Very simple change:
After installing the plugin and getting the error, go back to the installed plugins screen and you will see the plugin is installed but not activated.
Go to the plugin in the list of installed plugins and click the “Edit” link. It should now go to the edit screen for the plugin. In the top part of the file you will see this code:
<?php /** * Plugin Name: Page Specific Menu Items * Plugin URI: http://www.wordpress.org/plugins * Description: This plugin allows you to select menu items page wise. * Version: 1.6 * Author: Dharma Poudel (@rogercomred) * Author URI: https://www.twitter.com/rogercomred * Text Domain: page-specific-menu-items * Domain Path: /l10n */All you have to do is delete 1 of the asterisks on the 2nd line so it looks like this:
<?php /* * Plugin Name: Page Specific Menu Items * Plugin URI: http://www.wordpress.org/plugins * Description: This plugin allows you to select menu items page wise. * Version: 1.6 * Author: Dharma Poudel (@rogercomred) * Author URI: https://www.twitter.com/rogercomred * Text Domain: page-specific-menu-items * Domain Path: /l10n */Then click save, go back to plugins screen and click activate and you are good to go.
Forum: Plugins
In reply to: [Responsive Mobile-Friendly Tooltip] Tooltips goneAny comments? Has anyone else had this plugin work correctly with WP 3.6 or 3.6.1?
I didn’t get an email from you? But anyway, here is the link to my site you so you can try it. I have the site password protected while I work on it so you will need a password.
Site: http://designscheap.com
pass: secret1!
My site is not public yet. Email me at [ redacted, support is offereed via the forums and not e-mail ] and I will provide you a link and the password to see the site. (I’m using Hide My Site plugin currently while I develop the site.)
Forum: Plugins
In reply to: [SimpleModal Login] How to add SimpleModal in a link in the menuI’ll give it a shot in the morning and let you know. (It’s 12:30am here I’m brain dead…been on the computer for 14 hours.)
Thanks again for your help.
Forum: Plugins
In reply to: [SimpleModal Login] How to add SimpleModal in a link in the menuThanks Ron.
I tried its not working. I did update the menu slug since mine isn’t called primary-menu, and I removed a few bits like the /guidelines/ part since I don’t have that, but nothing shows up.
I’m not a coder so I’m not sure what I’m doing wrong. thanks though for trying.
Forum: Plugins
In reply to: [SimpleModal Login] How to add SimpleModal in a link in the menuTried this and it works…but what I really need is for it to show Login when they aren’t and “Logout” when they are logged in already.
With the solution above it still shows login after they are already logged in.
The default theme also has an issue with this. I just tried it. clicking outside the modal won’t get rid of it after unsuccessful login attempt. Only pressing ESC works. (which doesn’t work on the OSX theme)
Me too. I just intentionally used an email I knew I already used and the modal window now will not go away even clicking the X in the corner. Have to reload the page to get rid of it.