husbandman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jQuery not loading in installI was not running a child theme. I already considered that. Because of what you said I created a child theme and enqueue jQuery and now we are good. I never had to do this before. It is the free version of Astra, but you said Twenty Twenty needs jQuery. This is all rather curious.
- This reply was modified 6 months, 2 weeks ago by husbandman.
Forum: Fixing WordPress
In reply to: drop down price menuIf I understand you right what you need to do is create an attribute under the products attributes and name it whatever you want. Then expand the attribute and create the attribute terms: pair, trio, and baby pack.
Now when you create your product (it needs to be a variable product) you go to the Attributes tab and select the attribute you created and click add, then select the terms and check Used for variations.
Now under variations, you will add the ones you want. Click on the variation and then change the price for that item.
Forum: Fixing WordPress
In reply to: Images not renderingHave you gone to your web host CP and cleared the cache?
Forum: Fixing WordPress
In reply to: When texting WordPress website how do I add a preview image?Usually, the feature image or product image that is included in links.
Actually there is a way to do this.
jQuery(".jetpack-lazy-image").on("load", function() { //do whatever you want. jQuery(this).on("click",function() {}); });
- This reply was modified 1 year, 3 months ago by husbandman.
Forum: Plugins
In reply to: [Custom Contact Forms] An Unknown error occuredI had two contact section in the Email Notifications in the form. One I used for testing and the other was for live. When I turn off the live one and switch to the testing one. The form worked. So just deleted the live Email Notification and am using the one I had setup for testing at the live one.
Forum: Plugins
In reply to: Access Denied in svn commitThe problem was I got the plugin approval sent to an email account and from that email I determined that was the account my plugin was associated with. However it was under another WordPress account I had. So once Is used the correct username and password it worked.
Forum: Hacks
In reply to: SVN check in failureIf someone else runs into this I found the answer. I know I am not to bright, but I thought the username was the what I used to login in with, so I was using my email address for that .