ifcstudios
Forum Replies Created
-
@vmarko can you please re-share the syntax you wrote in these instructions above?
Select the SQL tab and add?this syntax?and click Go
I am running into the same problem and need to get these tables deleted. It seems the syntax was removed. Thanks!You are the best @yordansoares!! Everything works as it should. Thanks so much!
Do we just need to remove the underscore?!? Maybe stupid question ??
I see it! It is in the hidden fields under
_wcpdf_document_link
It also has a value that links correctly. Now… how do we get this to appear as a visible field? It’s totally okay if you aren’t comfortable helping with this process. I really appreciate all your help so far! ??
Thanks for your help @yordansoares. Yes we’ve tried to delete the document and regenerate it as well, but still no luck. The _wcpdf_document_link field does not appear in the order meta. Appreciate you trying anyways! We’ll try to figure something else out.
Shoot. Snippet is active and we’ve placed a few test orders but still no luck. Screenshot here of our set up just in case you notice anything we missed. Thanks again for your help!
Hmmm, we are adding it using the plugin “Code Snippets”.
Thank you so much for the response! I just tested out the snippet (we’re on v3.6.1) and still doesn’t seem to add the URL to the custom meta. If we can get this to work, we will be purchasing the premium version so really appreciate your help!
Forum: Plugins
In reply to: [Code Snippets] Could not create snippet. Request failed with status code 500I also see the following error under Inspect >> Console
/wp-json/code-snippets/v1/snippets:1
Failed to load resource: the server responded with a status of 500 ()Forum: Plugins
In reply to: [Code Snippets] Could not create snippet. Request failed with status code 500I’m getting the same error but only when attempting to create a global snippet. Creating the same exact snippet on a child site does not cause an error, but attempting to create the snippet from the Network Admin dashboard and checking the box “Allow this snippet to be activated on individual sites on the network” always results in the following error message: Could not create snippet. Request failed with status code 500
If anyone is still interested in getting this to work, we achieved a work-around with CSS and box-shadows.
Example here: https://cfpl.wpengine.com/programs-and-events/
CSS we used:
#homepage-events .cat_adult.cat_teens-tweens h3, #events-page-events .cat_adult.cat_teens-tweens h3{ box-shadow: -4px 0 0 0 #45b97c, -8px 0 0 0 #7f3f98; border-left:none; } #homepage-events .cat_teens-tweens.cat_adult.cat_youth-department h3, #events-page-events .cat_teens-tweens.cat_adult.cat_youth-department h3{ box-shadow: -4px 0 0 0 #007dc5, -8px 0 0 0 #45b97c, -12px 0 0 0 #7f3f98; border-left:none; } #homepage-events .cat_youth-department.cat_teens-tweens h3, #events-page-events .cat_youth-department.cat_teens-tweens h3{ box-shadow: -4px 0 0 0 #007dc5, -8px 0 0 0 #7f3f98; border-left:none; } #homepage-events .cat_youth-department.cat_adult h3 #events-page-events .cat_youth-department.cat_adult h3{ box-shadow: -4px 0 0 0 #007dc5, -8px 0 0 0 #45b97c; border-left:none; }