Reece
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Blank Add New Product PageMike,
So it turns out WordPress has a separate memory limit for the admin side of things. I boosted it to 4GB and the blank pages have stopped. However, it still takes 6 seconds for TTFB on the add a product page.
I ran a query monitor and none of the database queries were even close to a full second. So I can’t really imagine why this is happening.
Here is the next bit of code:
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="stylesheet" href="https://[].com/wp-includes/js/thickbox/thickbox.css" type="text/css" media="screen" /> <script type="text/javascript"> var tb_pathToImage = "https://[].com/wp-includes/js/thickbox/loadingAnimation.gif"; var tb_closeImage = "https://[].com/wp-includes/js/thickbox/tb-close.png"; </script>
Thank you, your help is greatly appreciated.
Forum: Plugins
In reply to: [WooCommerce] Blank Add New Product PageMike,
I tried your suggestion but came up empty handed.
No errors, no out of memory notifications.I had the server admin check the out of memory logs, he said nothing there.
I disabled all plugins 1 by 1 and it still loads VERY slow (6 second TTFB) but only on the Add new product page.
It’s either slow, or blank. Which is getting to be a pain in the butt.
All other pages for the woocommerce plugin load extremely fast.
We are running on 6GB of RAM just for the WordPress installation.Any ideas?
Thank you
-ReeceForum: Plugins
In reply to: [WooCommerce] Automatically calculate order total .Mike,
Thanks for the reply. I just removed the if window.confirm function in the minified admin JS.
Noted it in a changes to Woocore text file I have going.
Thanks for the reply and have a super day!
Forum: Plugins
In reply to: [WooCommerce] Blank Add New Product PageWhen it does start working again here is the next line of code:
<link rel="stylesheet" href="https://[REDACTED].com/wp-includes/js/thickbox/thickbox.css" type="text/css" media="screen" />
Forum: Plugins
In reply to: [WooCommerce] Automatically calculate order total .While you do have a point there, is there anyway we can temporarily disable it?
I tried searching through GitHub and I was unable to find the line where it asks you to confirm. Found the text… found the function.. Not sure how to disable it for now.
Thank you, and I look forward to the updated version of the admin order screen ??
Forum: Plugins
In reply to: [WooCommerce] Automatically calculate order total .Can we disable the alert that forces you to confirm the total calculation? If we click the button we clearly wanted to calculate the totals.
Thank You!
I agree, looks awful on client’s web sites. Like I’m not doing my job to protect them. I love your product, but this notice is obscene.
Forum: Plugins
In reply to: [Campaign Monitor Synchronization] Importing Registration DateCarlo,
Thank you for the reply. I will send you an email.
The site is visited frequently by myself and the owner. So I can’t see that as an issue since I am working on it daily and it did not update for over 3 days.
-Reece
Forum: Plugins
In reply to: [Campaign Monitor Synchronization] Importing Registration DateTo top it off, it is not syncing every 15 minutes either. I am having to manually save and sync.
Forum: Plugins
In reply to: [Campaign Monitor Synchronization] Importing Registration DateI tried creating a custom user meta, but this plugin only imports it as a text field, not a date field. How can we import this as a date field?
Forum: Plugins
In reply to: [WooCommerce] Manually Adding Order – Only Search Product Titles & SKU'sMike,
Thanks for the reply. I actually just solved this by removing like post_content on line 1783 of /woocommerce/includes/class-wc-ajax.php.
However, I need to figure out how to make it upgrade proof…
Forum: Plugins
In reply to: [JSON API] It not work with wordpress 4.4I can confirm too. Custom taxonomies are broken.
Forum: Plugins
In reply to: [W3 Total Cache] Cache homepage only?Anyone?
Forum: Plugins
In reply to: [WooCommerce Products Carousel all in one] Images Not Showing Up[woocommerce_products_carousel_all_in_one template=”light.css” all_items=”100″? products=”” ordering=”asc” categories=”42″ tags=”” show_title=”true” show_description=”false” allow_shortcodes=”false” show_price=”true” show_category=”false” show_tags=”false” show_add_to_cart_button=”false” show_more_button=”false” show_more_items_button=”false” show_featured_image=”true” image_source=”thumbnail” image_height=”100″ image_width=”100″ items_to_show_mobiles=”1″ items_to_show_tablets=”2″ items_to_show=”5″ slide_by=”1″ margin=”5″ loop=”true” auto_play=”true” stop_on_hover=”true” auto_play_timeout=”1200″ nav=”true” nav_speed=”800″ dots=”true” dots_speed=”800″ lazy_load=”false” mouse_drag=”true” mouse_wheel=”true” touch_drag=”true” easing=”linear”]
Forum: Plugins
In reply to: [WooCommerce Products Carousel all in one] Images Not Showing UpHello,
Yes, in the shortcode I put “use featured image”. Even though that was never there before and it worked fine.
Tried creating a widget using the same specs and still no images show up.
Thanks