Duke
Forum Replies Created
-
Done! Thank you!!!! ??
I tried, but there are some differences I can’t figure them out unfortunately ??
I think it would take you probably only a few min to spot those differences.I understand you might not have time for it now, but it would be awesome if you could help out, whenever you can ??
You can see that it’s possible, from their plugin screenshots and descriptions.
Would you be able to test it and see yourself?
In my example there was only 1 product in order.@msaari worked like a charm! Thank you! ??
Here’s the setup screenshot.
I completely disabled the AdBlock extension and things work fine (no console issues).
So there is a bug in the plugin, because I have the site in a whitelist in the AdBlock, so it doesn’t run on any page (and I do see the ads on frontend), but the plugin still thinks it’s active and doesn’t load properly some needed css (posted the console errors in previous post).
Yep.
Here’s the link (at the bottom of post, you’ll see a quote).
I have hid it with CSS for now, so just F12 into it.PS = there’s also a couple of persistent JS issues in console on frontend, if you want to have a look at those too:
(index):1 Refused to apply style from '/wp-content/plugins/quick-adsense-reloaded/includes/gutenberg/dist/blocks.style.build.css?ver=2.0.11.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (index):1 Refused to execute script from '/wp-content/plugins/quick-adsense-reloaded/assets/js/ads.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
PPS = in backend, it keeps saying to disable the AdBlock, but it is disabled, for the whole site… Also more JS issues in console:
Refused to apply style from '/wp-content/plugins/quick-adsense-reloaded/assets/css/quads-admin.min.css?ver=2.0.11.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. options-general.php?page=quads-settings:1 Refused to apply style from '/wp-content/plugins/quick-adsense-reloaded/assets/css/chosen.min.css?ver=2.0.11.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. options-general.php?page=quads-settings:1 Refused to apply style from '/wp-content/plugins/quick-adsense-reloaded/assets/css/quads-admin-all.css?ver=2.0.11.1' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Ok thank you, it’s ok if I have to remove the whole thing I guess.
Can you please assist with the reg expression?This is how the shortcode is built in full (an example):
[vc_custom_heading text="Some text here." font_container="tag:h6|font_size:16px|text_align:left" use_theme_fonts="yes" css_animation="fadeIn"]
Yeah it would be great if the user could choose the table they want, for that day/hour slot booking, from a floorplan image, that we would upload and map from backend (assign table number/area to to the image).
So if a table is booked for x day/hour, other users can’t book it too.Like in this plugin (but this plugin is a WooCommerce addon, which we don’t want to use, it makes things too complicated and we dont need any payment, a simple way to change booking or cancel is enough – maybe through a unique url the user gets as booking confirmation, no accounts needed).
WPE support (after running the query on their end) says:
It did fail with error: ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query .
This can indicate that there is not enough memory available to run the query. This appears to be potentially related to the servers innodb buffer size but this is not something that we can increase on the server as it’s a set value. The only situations this value would increase would be if you were on a dedicated server and we upgraded to a larger server with a larger innodb buffer pool.
In this case it appears to be failing because the number of changes that are needed (large site, about 1600 products) is too much for the current server memory to handle. Due to this, Yoast may be able to offer a workable solution that could break the query up into smaller parts. However, of course, if you have a WP Cli command you’d like me to try I can absolutely give that a go!
That being said, the best way to approach this would likely be to reach out to Yoast to see if there is another manner in which this can be done or if there is a way that this query can be written to do this process in batches rather than all at once.
Clearly I’m not getting a VPS just to run a single query (pretty sure no one would)… so do you think you could maybe help out, by looking into this? (also considering you list them among your vetted hosting providers ?? )
- This reply was modified 4 years, 9 months ago by Duke.
Hey @mattdallan, I disable cloudflare and empty all caches when I updated plugins, so that’s not possible.
Also no other plugin using Paypal.
Thank you for looking into the issue, will be waiting for the next release to update.Yep I rolled back too. Will wait for the next update.
- This reply was modified 4 years, 9 months ago by Duke.
Forum: Plugins
In reply to: [Taxonomy Term List Visual Composer Addon] Compatible with VC 6.1+ ?For anyone having the same issue…
In
taxonomy-listing-vc-addon.php
replaceif ( defined( 'WPB_VC_VERSION' ) ) { require_once 'taxonomy-listing.php'; }
with
function custom_load_taxonomy_listing_addons() { require_once( 'taxonomy-listing.php' ) ; } add_action( 'plugins_loaded', 'custom_load_taxonomy_listing_addons', 9 );
- This reply was modified 4 years, 10 months ago by Duke.
Same error with Bookly 18.1 and Bookly Pro 2.5 ………..
Forum: Plugins
In reply to: [Per Form Confirmations for GiveWP] Please rename the plugin using “Give -“Understood. Thank you! ??
Forum: Plugins
In reply to: [Geolocation IP Detection] Functions returning NULLNo, but I did try with the other function (where you can lookup an arbitrary IP).
However, after switching to Ipstack Web-API it worked fine… maybe the API for HostIP.info changed?