xonnext
Forum Replies Created
-
Dag krachtmakers, ben jij nog wat wijzer geworden over de NL vertaling..?
Forum: Plugins
In reply to: [Simple Download Monitor] Download mp4 physicallySorry, in Google Chrome there is a download arrow in the right bottom corner. I cannot change theme because I use Divi and that is from another planet… and I don′t want to ′destroy′ my website. Thanks for you time…
Forum: Plugins
In reply to: [Simple Download Monitor] Download mp4 physicallyYes, to be precise my question is not about the downloading. Downloading works fine by opening the mp4 video. But saving it on my computer my question is about.
In Chrome there is a download arrow on te bottom of the video. But not in Firefox (right arrow beside the video) and in Edge (right arrow IN the video). And my question is if there is an option in your plugin that presents the arrow in all browsers. Or is that a browser issue..?
Forum: Plugins
In reply to: [Simple Download Monitor] Showing WordPress Error on browser tabTry this: I did it my way.
1. Create a page ‘not-found’
2. Replace in includes/sdm-download-request-handler.php (line 51):– – – – –
$error_msg = __(‘Error! This download requires a password.’, ‘simple-download-monitor’);
$error_msg .= ‘<p>’;
$error_msg .= ‘‘ . __(‘Click here’, ‘simple-download-monitor’) . ‘‘;
$error_msg .= __(‘ and enter a valid password for this item’, ‘simple-download-monitor’);
$error_msg .= ‘</p>’;
wp_die($error_msg);
}
– – – – –
By:
– – – – –
header(‘Location: /not-found’);
exit; }– – – – –
3. And replace (line 69):
– – – – –
wp_die(__(‘Error! Incorrect password. This download requires a valid password.’, ‘simple-download-monitor’));
– – – – –
By the same lines:
– – – – –
header(‘Location: /not-found’);
exit;– – – – –
It redirects to a page you designed and you can tell there about the reasons, all in one window. Not difficult to implement in the plugin, I think.
Good luck…
(See https://cgid.nl/niet-gevonden/)
- This reply was modified 6 years, 11 months ago by xonnext.
Forum: Plugins
In reply to: [Simple Download Monitor] Error page redirectFor now I hacked the file ‘sdm-download-request-handler.php’ and it seems to work.
Thanks for your reactions and I wait for the better solution in the update…Forum: Plugins
In reply to: [Simple Download Monitor] Error page redirect“Error! This download requires a password.” = message appearing in a grey WordPress window. Is nicer when I can redirect this message to a designed page in my theme. The same for: “Error! Incorrect password. This download requires a valid password.”
Select button [Bekijk]: https://cgid.nl/presentaties/Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingHi Mike Jolley (@mikejolley),
Today I tried it again with WooCommerce 3.0.2 and it works fine now. No disappearing Variations and no idea why, but it does work. Thanks for your cooperation.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingWebsite: https://ergorest-armsteunen.nl, product exemple https://www.ergorest-armsteunen.nl/winkel/330-serie/kleine-schaal/. If you want to look inside, please sent me an e-mail.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingI will try to do the job again in a few days, when I have time over… Thanks for your explanation.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingThanks Mike,
but I now run 3.0.0 and it works fine. The disappearing product variation are the result of updating to 3.0.1.
In the shop it warns me:
Sorry, this product is unavailable. Please choose a different combination.
And in WordPress Admin no product variations are shown, but they do exist.Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingThanks Mike,
but I now run 3.0.0 and it works fine. The disappearing product variation are the result of updating to 3.0.1.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Variation No WorkingHi, lookes like my problem.
I updated everything including WooCommerce from 2.6.14 to 3.0.0. And all worked fine. But after updating to 3.0.1 ALL Variation were gone. No Variation in the Admin part and a warning in the webshop that the product does not exist.
Now I restored my latest backup to situation 3.0.0.
What went wrong or what am I doing wrong..?
Best regards…
- This reply was modified 7 years, 7 months ago by xonnext.
Forum: Plugins
In reply to: [WooCommerce] Add to cart and uncached pages load EXTREMELY slow after 2.6.0I followed the advice of another user. Disable all the plugins and update WordPress and WooCommerce. Then activate the plugins again. And it looked like the problems were solved. My site is running normaly now. I cannot give you a proper explanation. It just worked again… Probably the first updates were not good and later updates were good..?
Forum: Plugins
In reply to: [WooCommerce] Add to cart and uncached pages load EXTREMELY slow after 2.6.0Problem is solved…
Forum: Plugins
In reply to: [WooCommerce] Add to cart and uncached pages load EXTREMELY slow after 2.6.0Hi Mike,
I am searching for many days (weeks) now, but I cannot find anything that causes my problem. I have a website https://www.ergorest-armsteunen.nl. It runs now on Woocommerce 2.5.2.
After the big upgrade to 2.6 it immediately went very slow and I put back the backup.I created a test site https://www.ergorest-armsteunen.nl/wp-test and copied the whole content. And updated all the other software and plugins to the latest state. I tried everything that I could Google, but nothing works…
I could have build many more complete new shops during the time I spent on this issue, but it should not be necessary to do so, I think.
Some parts of the site work well (https://www.ergorest-armsteunen.nl/wp-test/winkel/331-serie/kleine-schaal-in-hoogte-verstelbaar-met-esd/) but most of the side does not (https://www.ergorest-armsteunen.nl/wp-test/winkel/330-serie/kleine-schaal/).
I have to decide whether to build a complete new shop or not… Do you have ANY idea where to look..? My provider is One.com.
Best regards,
Xonnext
- This reply was modified 7 years, 9 months ago by xonnext.