peterbisset
Forum Replies Created
-
I tried contacting them, unfortunately they said you guys need to sort this out as it is not within their scope.
Hi, do you have any updates on this?
Thanks, I reached out to them previously but they said that I needed to ask you guys as they weren’t sure how your plugin is saving the data in the backend.
OK, sorry slight mistake on my behalf, the count isn’t counting the calculated field it was counting something else.
So, in fact the calculated field isn’t saving to the database at all, I confirmed this by checking phpmyadmin.
Any other suggestions how I can get this to calculate automatically?
Thanks for the quick response.
I’ve actually tried both of these suggestions however they do not update the field in the front end.
I know the field is populated with a value because separately I am using a count field that uses the value of the calculated field:
`$value = get_field( ‘field1_calculated’,$post_id );
if ( $value ) {// if value is present
$total += $value;// Add value.
$count++;// Increase count by one
}Any other suggestions as to how I could get this to populate on the front end?
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] HTML & “name”Hi, is there any update on this?
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] HTML & “name”Sorry, I don’t use Twitter.
It’s with shortcode in classic editor and MultipleFAQ.
Forum: Plugins
In reply to: [Structured Content (JSON-LD) #wpsc] Multisite CompatibilityAmazing! Thanks for your quick response
Forum: Plugins
In reply to: [Multisite Language Switcher] “Alternate” tags missing on homepageAmazing thank you!
Forum: Plugins
In reply to: [Multisite Language Switcher] “Alternate” tags missing on homepageThanks danneniko, I put that in my functions.php but it didn’t seem to work?
Forum: Plugins
In reply to: [Multisite Language Switcher] “Alternate” tags missing on homepageOk thank you I will take a look at where this is being generated from.
With regard to the “alternate” tags, I am more than happy to pay if this is difficult to develop as a feature.
Forum: Plugins
In reply to: [Multisite Language Switcher] “Alternate” tags missing on homepageI’ve updated the plugin and the alternate tags now appear… thank you!
On the other issue with the tags; I tried placing both of these suggestions in my functions.php but neither had an affect on changing “de” to “de-DE”. I have quite a few of these like “ch-FR”, “lu-FR”, “fr-FR” etc. etc. so it’s important that this is correct from an SEO perspective.
While I was checking I also noticed that the default <html class=”no-js” lang=”cs” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”> and
<meta http-equiv=”Content-Language” content=”cs”> were set to the admin website for the multisite setup (Czech). Are these generated by this plugin or will this be a seperate issue?Forum: Plugins
In reply to: [Multisite Language Switcher] “Alternate” tags missing on homepageThanks that worked, there is obviously a bug in the latest versions?
There is still an issue however; I have independent websites for Austria and Germany and the alternate tags both display hreflang=”de” where as they should be hreflang=”de-AT” hreflang=”de-DE” respectively. They are both configured in the language settings that way.
Forum: Plugins
In reply to: [Multisite Language Switcher] Blog language can’t handle fr-FR vs fr-CAHello, is it possible to have hreflang as hreflang=”ca_fr” hreflang=”be_fr” etc. rather than just hreflang=”fr”?
Forum: Plugins
In reply to: [Multisite Language Switcher] Blog language can’t handle fr-FR vs fr-CAYes, I totally agree with this, in addition it would be nice to have hreflang as hreflang=”ca_fr” hreflang=”be_fr” etc. rather than just hreflang=”fr” is this possible? Overall the plugin is absolutely fantastic though!