scShaw
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Formatting calculated field results on one lineThank you…really appreciate all your help in this.
Just to be certain…is that SPAM CLASS or SPAN CLASS?
Forum: Plugins
In reply to: [Calculated Fields Form] Formatting calculated field results on one lineThat does work.
And where do the words Total: fit into the process?
Understand…I misinterpreted what you said. This recent answer makes it clear what I need to do.
Thank you for clearing that up for me.
Do I need the variable name to have the asterisk?
filter*1
filter*2So, in the calculated field I set a function like this (based on having fieldname1 through fieldname6):
(function(){
var filter1 = fieldname1+fieldname6;
jQuery(‘.filter1-here’).html(filter1);
return filter1;
})()
(function(){
var filter2 = fieldname1+fieldname3+fieldname5;
jQuery(‘.filter2-here’).html(filter2);
return filter2;
})()I’m trying to create a branching method on the website whereby the user makes a choice on a page which then takes them to a page that contains a limited set of fieldnames from the CFF…a different choice on the branching page takes them to a different page that displays a different limited set of fieldnames from the same CFF. So, hard coding hiding some field names is not an option I want…I want to be able to use the CFF for any of the branching choices.
Forum: Plugins
In reply to: [Contact Form 7] ID number assigned by CF7That works! Thank you.
Forum: Plugins
In reply to: [WooCommerce] Cart quantity doesn't show on iPhone/AndroidTHIS IS NOT RESOLVED!!!!
Here is the unbelievable reply from the Theme developer. I think you, James, as a WordPress guru should be interested in this reply and how developers are using your plugin, which along with all the negative comments I’ve seen on this site they you may or may not deserve, you do not deserve this distortion of how someone else blows off a feature.
Here is their reply:
Hey there,
The reason for that is because there isn’t any space on the iphone screen to display that information.
The user can increment that on the buy page – but on mobile it was hidden to save space as the screen size is so much smaller.
So what’s a girl to do if she can’t adjust the total. Just buy it!
THIS IS NOT RESOLVED UNLESS YOU THINK THIS BLOW OFF ANSWER RESOLVES IT,DUDE!
Forum: Plugins
In reply to: [WooCommerce] Cart quantity doesn't show on iPhone/AndroidYes, you are correct. I have a support ticket entered now.
I downloaded a WooCommerce theme (wootique) and installed the same version plugin and it all works fine on an iPhone.
Let’s see what the guys a Mint Themes have to say.
Appreciate your input.
Forum: Fixing WordPress
In reply to: Can't add pagesesmi,
That’s what I eventually did (3.1), and am using a plain vanilla theme and the issue has not popped up again.
I was able to recreate the problem in the first reinstall (3.1.2). It seemed to go screwy when I removed the frame from around photos. Don’t know if this was exclusive to the theme I was using, but decided not to remove frames (LOL).
Will stick with 3.1 for now.
Forum: Themes and Templates
In reply to: Elegant Grunge Theme incompatibilityAnnemarie,
Did you find a solution with another host that works with Elegant Grunge.scShaw
[sig moderated as per the Forum Rules]