annieaan
Forum Replies Created
-
Never mind ??
Found that I could remove
“if (isset($_POST[‘rt_send_alert_for_selected_post’])) {”
In the alertme-notification.php and that did the trick ??Great plugin, thanks!
Anyone?
Hi, ok. But what about the curl error?
I haven’t tried with 2, because I have a very large site and I have to make the proloads as fast as possible.
I have it set at 6 at the moment, but I have a VPS server so that shouldn’t be the issue? (I would actually increase it, 12 at a time would be best.)
My server guys says I could extend the curl time out in the curl call like this:
https://ec.haxx.se/usingcurl/usingcurl-timeoutsDo you know anything about it, or what could be done to make as many as possible at a time?
Thanks for helping.
Kind regards, Annie
Oh, and another question. Is there any way to make the preload prioritize the home page and all the woocommerce categories before it preloads the products (the site is based on a WooCommerce shop, for affiliate products). Thanks! / Annie
Hi I haven’t seen the reply til now.
I haven’t tried with 2, because I have a very large site and I have to make the proloads as fast as possible.I have it set at 6 at the moment, but I have a VPS server so that shouldn’t be the issue? (I would actually increase it, 12 at a time would be best.)
My server guys says I could extend the curl time out in the curl call like this:
https://ec.haxx.se/usingcurl/usingcurl-timeoutsDo you know anything about it, or what could be done to make as many as possible at a time?
Thanks for helping.
Kind regards, Annie
Forum: Themes and Templates
In reply to: [Oria] Elementor doesn’t work with this themeHi!
I don’t know if you solved it. But here’s the fix.
Disable the preloader and it works fine. You disable the preloader in appearance -> customize -> genera, check the box for disable preloader ??
Forum: Plugins
In reply to: [WooCommerce] Edit WooCommerce category page templateForum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode breaks mysql databaseHi @jessepearson,
The shortcode is this:
[product id=”232324″]
And the database has around 20 000 products.
But when this is happening I am using the plugin Visual Composer -> Add Element -> Woo product (show a single product based on post id).
I also use WooCommerce shortcodes to show product categories and this works without breaking the site, but the pages with WooCommerce shortcodes is slower than other pages.
Also to be able to show the woocommerce categories with shortcodes our host had do increase memory limit – before they did that all pages with woocommerce short code only showed a blank white page.
Thanks!
Kind regards Annie
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode breaks mysql databaseHello @ryanr14
When I add the shortcode to a page or post immediately (before I press update) everything stopps working in the admin area.
Then all the pages that use the database (all the pages that are not cached – I use the plugin fastest cache) stop working.
When visiting the pages that need the database it shows the message “Error establishing a database connection”. All the database info is correct, username, password etc.
One page also showed a longer mesage:“Error establishing a database connection.
This either means that the username or password in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your database server is down.*Are you sure you have the correct username and password?
*Are you sure you have typed the correct host name?
*Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you could always visit the WordPress Support Forums.”
We have to reboot the server for it to start working again – this probably cancels the process that is causing the issue.
My host says what is happening is the server runs out of RAM and the MySQL process gets stuck.
Thanks for the help! ??
Kind regards Annie
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode breaks mysql database@shellbeezy – I got a reply from my host, they are wondering if I want them to activate the database error log? They say it is different error logs depending on if the error is a PHP error or a MySQL error. Do you know which one I need to look at?
Thank you!Forum: Plugins
In reply to: [WooCommerce] Woocommerce shortcode breaks mysql databaseHi,
Thanks for the reply.
I am checking the servers error logs with my host and will get back ASAP.
Thanks!Kind regards Annie
You could use a JavaScript plugin and use a form to input the emailadress, then check it with JavaScript and a regular expression.
Do something like this:
if (*text in form* == *regex*) {
*show something*
}
else {
*don’t show it*
}Read more here:
https://www.w3resource.com/javascript/form/email-validation.php/ Annie ??
Forum: Fixing WordPress
In reply to: 503 Service UnavailableRead here:
https://www.lifewire.com/503-service-unavailable-explained-2622940You should probably contact your host.
/ Annie ??
Forum: Fixing WordPress
In reply to: Page Not Updating for MobileAre you sure it’s not just cached in you phone?
Empty cache in your phones browser or try a different phone/browser.
Or are you usig a caching plugin on your site?/ Annie ??
Forum: Plugins
In reply to: [WooCommerce] Login before adding to cartHi!
This may help?
https://businessbloomer.com/woocommerce-hide-price-add-cart-logged-users/
/ Annie