dov777
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Submit button positioningHello,
thank you very much for the answer.
Sorry I didnt know I will contact directly in future.
All the best
Thank you for this, the getField has a lot of possibilities.
All the best.Thank you so much your support and calculator its amazing.
I have done this successfully but as the calculations shown are irrelevant when the final calculation is greater than 3M, I am trying to hide the calculations aswell. I tried nesting if statements to display 0 in previous fields but as the final calculation depends on previous fields that doesn’t work.
So I am just trying to hide the text inside the field with css if that’s possible. My css (which is wrong obviously) looks something like this:
#fbuilder .hide-two .cff-calculated-field input[type=”number”] {display:none;}
Then I have an auxiliary calculated field with this:
jQuery(‘.exceeded’)[IF(fieldname31 ==’0′, ‘addClass’, ‘removeClass’)](‘hide-two’);With exceeded hide-two in the css of the calculated fields I’d like to hide. I don’t want to hide the whole box just the number.
@codepeople That’s so simple, thank you so much ??
Forum: Plugins
In reply to: [Yoast SEO] Canonical showing dev url@devnihil Thank you so much!
That worked like a dream, your a star, I’m very grateful for your help.
Dov
Forum: Plugins
In reply to: [Yoast SEO] Canonical showing dev urlHi,
I’ve turned Yoast back on if anyone could take a look please I’d be so grateful.
These are the options I can think of:
Do a find and replace in the database.
Try hard coding the canonical with the plugin link in the last post.
In Admin – Permalinks, my structure is “post name”. Switch it to custom /%postname%/ hopefully Yoast will notice the whole correct url when this is doneMany thanks
Forum: Plugins
In reply to: [Yoast SEO] Canonical showing dev urlHi,
just to let you know if you check the site, I have turned Yoast off as I’m concerned about having the wrong canonical for too long.
I found a plugin that might be able to hard code the canonical, do you think it will still work, the post is 6 yrs ago.
https://wordpress.stackexchange.com/questions/144926/hard-code-a-domain-into-yoast-seo-canonical-urlsThanks
DovForum: Plugins
In reply to: [Per page add to head] Whitespace at the top of websiteIt must be the template Im using that creates the whitespace with certain plugins that effect the head. The better wordpress xml sitemap plugin was doing the same thing.
I have added a top margin -23px to the css to remove the top whitespace. It only happens on pages where I add per page facebook and adwords tracking, the overall analytics trackng is fine.
Cool plugin thanks