Premium23
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Bing Ads UET Conversion Variable Price Script?Also, how would one add this code with the php element to it.
Forum: Fixing WordPress
In reply to: Image Caption Not Passed To Media LibraryHey Joy,
1. Whatever the latest version is.
2. here is a video https://youtu.be/H3xFnUW5jPk
3. Plugins that might have something to do with the gallery:
– Imagify (image optimization)
– Default media uploader view4. https://youtu.be/H3xFnUW5jPk
Thanks again Joy
Forum: Fixing WordPress
In reply to: WP admin, even 3.3, incredibly slow.Since I’m on a hosted server, I did:
define(‘WP_MEMORY_LIMIT’, ’64M’); in your ‘wp-config.php’ file would increase your PHP Memory Limit to 64 MB.”
But changed it to 1024 MB for my main blog.
Took my site from an 10-second load time, to ~2.5s.
Also tried 4096 MB, but the site stopped working ??
Forum: Fixing WordPress
In reply to: WP admin, even 3.3, incredibly slow.I believe I solved the issue for my blog: https://www.premium23.com
Solution
“#2 Changing the Memory Limit via wp-config.phpIf you don’t want to mess with the PHP.ini file, then you can go for this method. In this you won’t be needing to create any extra file in your Directory. Just Adding define(‘WP_MEMORY_LIMIT’, ’64M’); in your ‘wp-config.php’ file would increase your PHP Memory Limit to 64 MB.”
Note: I changed mine to 128 MB
Source
https://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/Forum: Fixing WordPress
In reply to: WP admin, even 3.3, incredibly slow.My sites are with a host (ipage). How do I apply this?
“nano /etc/php5/conf.d/apc.ini
You should see:
extension=apc.so
paste in the below lines:
apc.shm_size=”196″
apc.ttl=0
apc.max_file_size=”10M””
Forum: Plugins
In reply to: [ViperBar] ViperBar & Mailchimp, Success but Not ReallyI’m having a similar issue, yet 30m later, there is still no subscription.
Mailchimp recognizes a call to their API to subscribe, yet nothing is performed.
I have tried various email addresses, and none of them work.
I have also tried other mailchimp opt-in plugins, and they work perfectly fine.
So this is evidently a Viperbar issue.
Any solutions?