caleb1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Looking for a map plugin.Thanks for the response. I do not see if it has an option to zoom into the marker when clicked…. which is a very important feature for my application
Forum: Plugins
In reply to: [Flip Cards Module For Divi] Flip on button click not hoverThanks for the reply. If you were to develop a custom module, would there be a charge, or would it be free? Thanks.
Forum: Plugins
In reply to: [WooCommerce] javascript code in settings?Thanks for your help. I decided to get a plugin that creates a modal but that uses a shortcode and you cant even insert a shortcode in the woocommerce settings.
I think I am spending too much time on such a small detail, I think I will decide to live with letting it open in a new tab.Thanks again.
Forum: Plugins
In reply to: [WooCommerce] javascript code in settings?Thanks for the response.
Sorry to keep asking dumb questions, but I add the code to custom header and footer, but how do I tell it to use that code on the items with a class?
Every time I try to find an answer by googling I can find lots of details on how to add js to a page or site but not to a specific item with an class. I figured out that I can add a function in script and then call it with onclick=”function()”, but the function() is also apparently not allowed in the woocommerce settings.Does anyone know how I can tell it to run this code when the item with said class is clicked?
Thanks again.
Forum: Plugins
In reply to: [WooCommerce] javascript code in settings?Thanks for the reply @serafinnyc .
I am not an expert with code and programming, especially js.Do you know where I could find the exact code to use and where to insert it to do what you are suggesting? I tried googling, but I could not find anything specific….
Really appreciate your help.
Forum: Plugins
In reply to: [WooCommerce] Change “order” to something elseThanks for the reply. That sounds like a neat way to do it. But like you said orders is used in many places so it would require alot of string replacements, some of which I would not know the exact strings to replace.
Looks like the say what premium version has wildcard string replacements to replace segments and individual words, which would be ideal.Thanks again, your tip really helped!
Forum: Plugins
In reply to: [WooCommerce] Changing category slugThanks for the reply.
Funny that simply changing the cateugory base slug does not work for me.It is not a big deal really, its just a URL.
Thanks for the plugin recommendation, might try that if I have a real reason to change it.
Thanks again for the help.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce paypal not workingI just verified my email for the paypal account since i just created it now it is working now.
Forum: Plugins
In reply to: [WooCommerce] Changing shop linksThat worked!
Thanks.Forum: Plugins
In reply to: [WooCommerce] Changing shop linksThanks for the reply. Do you think you might be able to provide me with some more detail as to what function.php file you are referring to.
There are multiple files I found that filenames ended in “functions.php” under the woo commerce folder but I am not sure which one to add this to.
Thanks.
Forum: Fixing WordPress
In reply to: Call to undefined function wp_recovery_mode()Yes I did,
The solution was to follow these instructions exactly:
https://codex.www.ads-software.com/Updating_WordPress#Manual_Update
- This reply was modified 5 years, 1 month ago by caleb1.
Forum: Plugins
In reply to: [WooCommerce] Gift a product to someoneI will look into that. Many thanks!
Forum: Plugins
In reply to: [WooCommerce] Gift a product to someoneIf it were a physical product that would make sense, but being downloadable I am looking for a way to just add it to their account so they can download next time they log in.
Forum: Fixing WordPress
In reply to: Call to undefined function wp_recovery_mode()Check out this one.
https://www.ads-software.com/support/topic/manually-updating-the-database/
Forum: Fixing WordPress
In reply to: Manually updating the databaseOk doing the update based on those instructions fixed the problem. I thought I did that before but I might have missed something.
Everything works fine now. Thanks for your help everyone.