consumedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Doesn’t work with WP 4.9.4Uninstalled and reinstalled still getting “Sorry, you are not allowed to access this page.” error when clicking the settings link from the plugins page. I’m using WooCommerce 3.3.1 on a subdomain for testing. Oh well, thanks for trying.
Forum: Plugins
In reply to: [Judge.me Product Reviews for WooCommerce] Doesn’t work with WP 4.9.4Evaluating review plugins now for a client and not a good start with this one.
Thanks. I figured it out, sort of… I added
define( 'AUTOSAVE_INTERVAL', 300 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'WP_CRON_LOCK_TIMEOUT', 120 );
To my wp-config.php and it popped back in. Not sure exactly why but it works?
Having the same issue, what did you edit and where? Thanks!
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] WooCommerce Mailchimp – Parse errorI updated php and it fixed the issue… I jumped the gun and should have waited for the server to do it’s update ha…
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] WooCommerce Mailchimp – Parse errorSorry that’s MYSQL version 5.1.xx we are on php 5.6.26.
Forum: Plugins
In reply to: [Stripe for WooCommerce] Error since updating to WordPress 4.4Having the same issue with the plug in from the woocommerce website if that’s what you’re using. I noticed if I turn off the save CCs option it works, barely.
Same for me…
Forum: Plugins
In reply to: [Adminimize] Moving site and get "do not have sufficient permissions" errorI figured it out… Took me a bit. The permissions where all off for some reason I just checked out a clean install and removed it.
Forum: Plugins
In reply to: [Custom Field Suite] Loading scripts on the front end?wp_dequeue_style('cfs-input'); wp_dequeue_style('jquery-powertip'); wp_dequeue_script('jquery-powertip'); wp_dequeue_script('cfs-validation');
Seems to load and work fine on the front and in the admin… with wp_enqueue_scripts. Wondering why the extra loads now?
Forum: Plugins
In reply to: [Custom Field Suite] Loading scripts on the front end?I’m also seeing jquery.powertip.min.js, validation.js, jquery.powertip.css as well.
Forum: Plugins
In reply to: [Custom Field Suite] Create a new postOh hm… if I edit the Field Group in the Admin the restriction under “Placement Rules” of “Post Types” [x order_form] the form shows. I would rather it only display on the custom post type if possible.
Forum: Plugins
In reply to: [Custom Field Suite] 'orderby' => 'menu_order' & form()I abandoned the idea and made it into one form. Have another issue in the forum. Thanks!
Forum: Plugins
In reply to: [Custom Field Suite] 'orderby' => 'menu_order' & form()Ya sorry… ok on the backend I created 3 field groups… G2, G1, G3 for example. I ordered them G1, G2, G3 using the “order” in the extras area (G1=0, G2=1, G3=2). It orders them correctly in the post area (G1, G2, G3), perfect… but now I am using the $cfs->form() function on the front end to allow users to enter in their own posts, and CFS info but it does not order them correctly like on the backend, ie showing up as G2, G1, G3. My question is how can I get them to order using $cfs->form() as G1, G2, G3 like in the backend?
Forum: Plugins
In reply to: [Mobile Detector] iPad 1 displaying as desktop using ChromeAh NM one of the kids hit Request Desktop Version in Chrome.