WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Pagination not work on static pageHi @curtisnew
In the shortcode you sent the pagination is not activated.
pagination="yes"needs to be added.Full shortcode would then be:
[authors_list style="1" columns="3" amount="3" show_link="no" show_bio="yes" bio_word_trim="25" roles="author" skip_empty="no" after_title="{alf:social} {al:phone}" before_bio="{al:zipcode} {al:adresse_ville}" orderby ="registered" pagination="yes"]Hi @catuyen
It doesn’t work with Gutenberg (block editor). Only on the WordPress WYSIWYG editor.
Gutengerg Note: At the moment it’s not possible to add the functionality to Gutenberg, it’s a different system from the classic editor and it does not have a hook/filter which allows adding custom settings. As soon as it becomes possible to add the functionality to Gutenberg we will update the plugin.
Forum: Plugins
In reply to: [Cool Tag Cloud] increase line distanceHi @impulsivia
Thanks, happy to hear that.
Try this:
body .cool-tag-cloud .ctcleft a, body .cool-tag-cloud .ctcleft .tag-cloud-link { line-height: 1.6 !important; }It reports elements with smaller font size than 16px (not a definite rule, but that should be the most common number that can be used as reference)
<p>[cool_tag_cloud smallest=’20′<br> largest=’40’ number=’15’ order_by=’count’]</p>You have it set to 20 but I still see it as 10 on the site. Might be due to that
<br>tag you have in there or because of the different quote character used for the value of smallest (so WP does not recognize the value correctly). Use this:<p>[cool_tag_cloud smallest="20" largest="40" number="15" order_by="count"]</p>As for the spacing, try adding this in WP admin > Appearance > Customize > Additional CSS:
body .cool-tag-cloud .ctcleft a, body .cool-tag-cloud .ctcleft .tag-cloud-link { margin: 0 10px 10px 0 !important; }- This reply was modified 3 years, 7 months ago by WPKube.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] BCC admin on NotificationsYou’re welcome @reedlambert
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] BCC admin on NotificationsHi @reedlambert
Shouldn’t happen unless the admin’s email address is also registered as a regular subscriber to the comments.
Can you install WP Mail Logging and check if he’s set as the BCC to the notification email or if the email is directed to him. Let me know about that and we’ll figure out how to proceed.
Note: The logging does not show emails previous to activation, only new emails will be logged.
Forum: Plugins
In reply to: [Authors List] Authors list link to wrong linkI see it, something is wrong with the links, they all take to
?author_name(at the end of the URL). You don’t have WordPress pretty permalinks enabled so those URLs should look like?author=5(different number for every author).What is the full shortcode you are using for the authors list?
The plugin uses the WordPress function get_author_posts_url() to get the URL to the posts archive for the author. So there shouldn’t be any bugs with that URL.
Do you maybe use any other authors related plugins?
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingHi,
Got the message and answered, we can continue over there.
Forum: Plugins
In reply to: [Authors List] Include OrderAdd
orderby="include"to the shortcode. This is what the full shortcode should be:[authors_list include="39,37,47,41,48,49,9,10,59,18,17,28,15,21,30,13,31,34,16,45,46,33,20,38,29,42,12,43,24,26,25,50,11,58,36,56,53" orderby="include"]Forum: Plugins
In reply to: [Advanced Excerpt] Read more link to excerpt translationHi @bondweb
There is a shortcode that shows text based on the language of the site which is used for multilanguage sites.
This goes in the field for the read more text:
[advanced_excerpt_text lang="en_US"]English Text[/advanced_excerpt_text]That text would then only show up if the language is English (en_US).
For English and Italian you can use:
[advanced_excerpt_text lang="en_US"]English Text[/advanced_excerpt_text] [advanced_excerpt_text lang="it_IT"]Italian Text[/advanced_excerpt_text]Just replace the
English TextandItalian Textin there.Hi @wpfiend
Great, happy to hear it worked out.
You’re welcome.
Thanks, all the best to you as well.
Hi @wpfiend
An update has been released, version 1.3.0
Can you please update and check if the JS error (jQuery not defined) is gone and the name field values are passed correctly.
Hi @wpfiend
Yeah, the JS error for the meta element inside of script is resolved now.
And for the issue with the jQuery not defined, the problem is that the JS file from the plugin is loaded before the JS file for jQuery library.
By default jQuery loads first, the
<script>tag for it is located at the top, inside of<head>but in your case it’s loaded at the bottom, before the closing</body>tag.Either the theme or some plugin you use moves it to the bottom but does not move all the JS files with it, which is a bit odd.
But we can resolve that from our side, we’ll force our JS file to load at the end. An update for the plugin will be released today.
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingHi @egurry
You can use the contact form at docs.meridianthemes.net (“Contact” in the top right).
Forum: Plugins
In reply to: [Authors List] Category Attribute Not WorkingHi @egurry
You’re welcome.
The contact form on wpkube.com? My boss will get it and he’ll forward it over to me (I handle development/support of all the plugins by WPKube).