AJD
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Ecommerce tracking stopepd on 1.4.10Hello,
There is no clear way on your link to download the 1.4.9 version.People who need to revert should go here: https://wordpress.org/plugins/woocommerce-google-analytics-integration/advanced/
Forum: Plugins
In reply to: [Gutenberg] Why is every paragraph a seperate block?Good writing and enjoyable writing is about long thoughts, stretching out and then revising. Try. To. Read. Everything. Like. This. Not. Very. Enjoyable. Or. Easy. To Edit.
Forum: Plugins
In reply to: [QuadMenu - Mega Menu] Mega Menu Sub menu items are behind youtube iframeThere was a video on the home page that was showing in front of the quadmenu dropdowns and blocking access to them. I sorted it out with css.
Forum: Plugins
In reply to: [WooCommerce] Uncaught Error for get_cart() function?I found a simple solution. It seems that get_cart() causes problems if it is executed in the admin area so wrap everything in conditional:
if( ! is_admin() ) { }This fixes the issue with the menu.Forum: Plugins
In reply to: [WooCommerce] Unable to insert download log entry in database.I have some help for people experiencing this issue, the problem is simple, but unless you are familiar with mySQL you may have to hire a database expert to fix it.
My issue occurred when migrating Woocommerce to a new domain name and in the error logs I saw this error:
16-Nov-2018 05:20:54 UTC] WordPress database error Cannot add or update a child row: a foreign key constraint fails
(
livesite_wp522.wplive_wc_download_log,CONSTRAINT
fk_wc_download_log_permission_idFOREIGN KEY (permission_id)REFERENCES
wpdev_woocommerce_downloadable_product_permissions(permission_id) for query INSERT INTOwp01_wc_download_log`The clue is that the table prefix in the REFERENCED database tables did not get updated to the new prefix. So when it tries to pull data into the wc_download_log it is attempting to do it from a non-existent table. Triggering the error: Cannot add or update a child row: a foreign key constraint fails.
You can see the prefix for REFERENCES ‘wpdev_woocommerce_downloadable_product_permissions’ has not been updated to reflect the new new table prefix which is: ‘wplive_’
The solution is to update that table prefix in the REFERENCE call.
I can’t tell you how to do this, because I hired a developer to do it, but it took him about 10 minutes…
Forum: Plugins
In reply to: [WooCommerce] Unable to insert download log entry in database.I am having the same issue as well, but I do see the table in the database:
wc_download_log
The strange thing is that it was working fine while under development on a subdomain and after launching to the main domain, now it doesn’t work. It still works on the development site. I’m trying to figure out what is different.
Hi,
Sorry I wasn’t more clear. We already do allow users to publish events with that setting. However if an admin creates an event for a user and sets it to pending, there is no way for the user to switch it from pending to published.Hi,
I am already using several template overrides, however this one doesn’t work. The Using Template Files help file seems to say that template overrides only work for files in the ‘Templates’ folder. Any thoughts on that?Thanks.
Forum: Plugins
In reply to: [Gravity PDF] Pre-Install Question – Bulk Print or Send PDFs?Okay, great thanks!
Forum: Plugins
In reply to: [Genesis Overlay Widget] Is it possible to scroll?I think all it needs is to insert a couple of classes when the overlay is active:
overflow: hidden; on the body overflow: scroll; on .overlay.overlay-scale.openForum: Plugins
In reply to: [Testimonial Rotator] Randomizer not workingI was having this same issue and realized it was the cache plugin.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Move Archive Description below Page TitlePerfect, thanks!
- This reply was modified 8 years, 12 months ago by AJD.
Interesting, that does return a filtered list on the page, however it places the filtered results list at the top of the page but also leaves the list generated by the original shortcode below it. Is there a way to make that work with the current events list shortcode: I [events_list_grouped scope=”future” limit=40 pagination=1 country=”GB” category=”623,622,116,118,119″]
I just deleted that one location that was ignoring the scope=”future” which seems to be the best solution.
Interesting, the scope=”future” helped. It looks like a single event, near Brighton on the link I shared above, that isn’t working.