qpop
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Skin color change problemsHi, that has fixed the active page area.
The slider highlight is still red, as are the “pips” next to the recent news items on the sidebar. Any ideas?
How would I go about doing that?
Forum: Plugins
In reply to: [Calculated Fields Form] Help with tiered fees formulaI have also tried just using the in-built Excel-esque if statements, as follows:
IF(fieldname2<=20833, 625, IF(20833<fieldname2<=50000,fieldname2*0.03,IF(50000<fieldname2<=100000,(fieldname2-50000)*0.03+1500)))
and so onHowever, I still have the same issue – it can deal with values up to 50,0000 but above that it still gives a 3% answer
Forum: Themes and Templates
In reply to: [Customizr] Update has broken child theme color schemeHi nikeo, d4z_conf – It worked brilliantly, thanks.
I first checked the website/plugin page for a changelog but had no luck – is there somewhere I should be looking for this?
D’oh! Looks like I did.
I actually much prefer the idea of only changing the file (as recommended by you in the post) so that there is the least amount of data in the child theme as possible.
Thanks for your help!