I’ve found this code for a mu plugin. I loaded (changing the character count and field ID for my page) but there is no error when completing the field with less than the minimum.
This is the code:
<?php
function min_forminator_input_length() {
?>
<script type="text/javascript">
jQuery(function($) {
$('#forminator-field-text-4').attr('minlength', '24');
});
$('#forminator-field-name-1').attr('minlength', '14');
});
</script>
<?php
}
add_action( 'wp_footer', 'min_forminator_input_lenght' );
]]>After updating to the newer version, Yoast SEO is no longer counting characters correctly as well as not recognizing outbound and internal links.
For example, the article I’m working on has a word count of 423, 2 outbound and one internal links. However, SEO is stating:
“Outbound links: No outbound links appear in this page. Add some!
Internal links: No internal links appear in this page, make sure to add some!
Text length: The text contains 63 words. This is far below the recommended minimum of 300 words. Add more content.”
WP Current version is 6.0.1 and Yoast SEO Version 19.3
Thank you for your support!
]]>I am trying to automate Mailchimp with my Blog posts. Basicly when i publish a new post all members will be informed. On MailChimp side i’ve set up everything. But beacuse of i have no description in my post it pushes the full content of my blog to the mail body.
My question; is there any way to fill description with character count option. For example just write 300 characters of my post to the mail body?
Or is there any way to manually set the description for each blog post?
Thanks from now.
]]>The default setting includes the spaces between words as a character. How would I discount those from the price.
ALSO The price is being rounded up/down per character. I would like to keep it exactly as the price I’ve entered per letter
Thanks
]]>I am workingon my website offiline at present.
We sell letter blocks for children so we’re considering the amount x character count option.
Before parting with any money, I am looking for an example of this on your demo store. I have looked for some time but cannot find a good example.
Please could you advise or set up a test product so I can analyse?
Thanks in advance.
]]>I have used some html / bootstrap to style the form. Here is the code from the contact 7 form:
<div class=”row” id=”odd-row”>
<div class=”col-sm-4″>
</div>
<div class=”col-sm-8″>
<h1>Safety Best Practice</h1>
<p>Fill out the form below to be emailed as a printable PDF.</p>
<h3>Your email address:</h3>
[email* your-email]
</div>
</div class=”col-sm-12″>
<h2>Item:</h2>
</div>
</div>
<div class=”row” id=”even-row”>
<div class=”col-md-9″>
<h2>Communication:</h2>
[textarea* CommunicationText maxlength:500]
<p>Character limit:[count CommunicationText down] </p>
</div>
<div class=”col-md-3″>
[file CommunicationImage]
<h3>Notes:</h3>
<p>Character limit:[count CommunicationNote down] </p>
</div>
</div>
<div class=”row” id=”odd-row”>
<div class=”col-md-9″>
<h2>Information:</h2>
[textarea* InformationText maxlength:500]
<p>Character limit: [count InformationText down] </p>
</div>
<div class=”col-md-3″>
[file InformationImage]
<h3>Notes:</h3>
<p>Character limit: [count InformationNote down] </p>
</div>
</div>
<div class=”row” id=”even-row”>
<div class=”col-md-9″>
<h2>Practice Implimentation:</h2>
[textarea* PracticeText maxlength:500]
<p>Character limit: [count PracticeText down] </p>
</div>
<div class=”col-md-3″>
[file PracticeImage]
<h3>Notes:</h3>
<p>Character limit: [count PracticeNote down] </p>
</div>
</div>
<div class=”row” id=”odd-row”>
<div class=”col-md-9″>
<h2>Advantages / Improvements:</h2>
[textarea* AdvantageText maxlength:500]
<p>Character limit: [count AdvantageText down] </p>
</div>
<div class=”col-md-3″>
[file AdvantageImage]
<h3>Notes:</h3>
<p>Character limit: [count AdvantageNote down] </p>
</div>
</div>
<div class=”row”>
<div class=”col-md-12″>
[submit class:btn-block class:btn class:btn-primary class:btn-lg “Send” ]
</div>
</div>
When we add any text into this SEO title field box, it counts it as an addition to the title.
For example, if the original post title was 30 characters, that is the count shown in grey color. If I add any text character into the SEO title field box provided by the SEO plugin, that character is added to the count, making it more than 30 characters.
Checking the documentation per the “?”, it does not explain about this count method. I would think that if we insert any text into the SEO title box, it replaces the title for the page, not adds to it.
So please explain how this works for the title. Does it add to the page/post title, which explains adding to the character count, or does it replace it, which then the count in the SEO title box should be corrected to match.
Please explain it.
Thanks
]]>