davidslager
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Fatal Error with CFFThat fixed it – thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Failed Security CheckI’ve input my email address into CFF’s registration box (and I’m 99% sure I’ve already done this – do you have to do it each time it updates?). The version still reads 5.0.226. Would it be possible to send a link to my email please? It’s the same email address used for my purchase: [email protected].
Forum: Plugins
In reply to: [Calculated Fields Form] Failed Security CheckVersion 5.0.226
Forum: Plugins
In reply to: [Calculated Fields Form] Creating Dynamic Image Sizes based on User InputThat works – just one more question related to this:
How would I change the image size the same way? So instead of changing the image container I want to change the size of the image dynamically in the image container?
What I’m trying to do is allow the user to stretch the image horizontally and vertically based on their inputs (so the image doesn’t automatically scale but gets distorted). The function you have above doesn’t quite achieve what I am hoping to do.
Thanks so much – I’m learning with your help!
Forum: Plugins
In reply to: [Calculated Fields Form] Creating Dynamic Image Sizes based on User InputWow, that works great! If I wanted to add dynamic height to it as well, could I do that in the same function or would I have to create a new function in a new hidden calculated field?
Forum: Plugins
In reply to: [Calculated Fields Form] CFF Not Loading about 1 in 3 times on WebsiteI disabled the “Optimize HTML Code” in Autoptimize, purged the CDN and browser cache, reloaded the site and it occurred 2 times in 17 reloads.
Any other suggestions?
Thank you for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] CFF Not Loading about 1 in 3 times on WebsiteIt seems to be working better, but still not perfectly. In Chrome it occasionally doesn’t load the CFF portion of the webpage about 1 in 10 times. I will purge the local cache and see if that helps later today when I return home to see if that has any effect. If that’s not it, I’m a bit lost.
Forum: Plugins
In reply to: [Calculated Fields Form] CFF Not Loading about 1 in 3 times on WebsiteI purged Autoptimize’s cache and have since also purged the cache from our CDN. After purging the cache on the CDN it seems to be working better but I’m not sure if it’s fixed. Would you mind opening the product pages several times to see if it’s working properly?
Thank you!
Forum: Themes and Templates
In reply to: [Shop Isle] Change Link in Button on Front PageNever mind – just had to delete all of the woocommerce pages and reload them through woocommerce. I guess the links got broken during the website transfer and just had to be replaced.
Forum: Themes and Templates
In reply to: [Shop Isle] Change Link in Button on Front PageI ended up creating an entirely-new front page to fix the button / link issues.
However, now I’m having issues with the Cart page; clicking the cart button from one of the product pages doesn’t take you to the cart. Also, clicking the “X” button from the cart page doesn’t remove the item from the cart.
You can find the site at http://www.rtcmade.com
Forum: Themes and Templates
In reply to: [Shop Isle] Change Link in Button on Front PageThe other main button on the front page directly under my company name is also not functioning (nothing happens when you click it). How do you change both of these? I can’t seem to find where the redirect boxes are for them.
On another note, is there a way to change the icon of the user’s mouse arrow? For some reason it shows up as a “no” sign (imagine the “no-smoking” sign minus the cigarette) whenever anyone hovers over anything interactive.
Forum: Plugins
In reply to: [Calculated Fields Form] Help with Conditional Images showing in same spotNever mind – I fixed it. I used a calculated field to add the values in both fieldnames and called out to the calculated field to get a unique identifier for each graphic.
Forum: Plugins
In reply to: [Calculated Fields Form] Help with Conditional Images showing in same spotLet me explain better:
The customer has a choice: Option A (fieldname2) or Option B (fieldname3; each in a different drop down menu based on a previous dropdown menu selection in fieldname1).
fieldname2 and fieldname3 both have 8 dropdown menu variants, but each one is distinct. I want only one graphic to show from fieldname2 or fieldname3 at any time so I’m using the same div image-container from above.
Should I use another image container and hide the image container 1 when Option B (fieldname3) is open? If so, how do I do that?
Forum: Plugins
In reply to: [Calculated Fields Form] Help with Conditional Images showing in same spotAnother question related to this:
How do I link 2 drop-down menus to the same image container such that the image container shows the first graphic choice to start? The graphics are the same size and it’s kind of working (it was prepopulating the image container when I had only 1 dropdown linked to it). The problem is that the container doesn’t auto-populate when you load the page – you have to click back and forth between the drop-downs before it populates the image container with the graphics. I want the page to load with the first choice prepopulated to show the first graphic.
Forum: Plugins
In reply to: [Calculated Fields Form] Help with Conditional Images showing in same spotThat helps a LOT – thank you!!!!