WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Author list – colums numberKeep the settings as you have them now and add this:
@media only screen and (min-width:760px) { .authors-list-cols-dir-horizontal.authors-list-cols-4 .authors-list-col:nth-child(4n+1){ clear: none !important; } .authors-list-cols-dir-horizontal .authors-list-col-3 { width: 17.264% !important; } .authors-list-cols-dir-horizontal.authors-list-cols-4 .authors-list-col:nth-child(5n+1) { clear: both !important; } }As for the size of the name/titles, it depends on the theme’s set size for the headings. We’re releasing a commercial version in a few days which has a “Styler” where you can change all those styling related options.
But you could also go with custom CSS:
.authors-list-item-title { font-size: 18px !important; }Forum: Plugins
In reply to: [Authors List] TikTok in social media listYou’re welcome.
We’re about to release version 2 of the plugin, which comes with backend options and some new features, we’ll add TikTok in the social list as well.
The update should be released early on Monday.
Forum: Plugins
In reply to: [Optin Forms - Simple List Building Plugin for WordPress] Optin FormsHi @milena45
Version 1.3.1 is released now, please update and check if the issue is resolved.
If not, then the issue we found is different from the issue you’re having, in which case we’ll think of some way how to figure out what exactly is causing the problem on your site.
Sorry for the wait.
Version 1.3.1 is released. Please update, try it out and let me know if it resolves the problem.
Forum: Plugins
In reply to: [Authors List] Author list – colums numberNot at the moment.
But I can write and send over some CSS code which you can put on the site and make it show more columns. Just let me know exactly how many columns you need.
Forum: Plugins
In reply to: [Authors List] TikTok in social media listHi @jibril84
The social media list is based on the social website URLs that Yoast SEO adds for users. TikTok is unfortunately not on the list.
We can make it check the user meta for a field named “tiktok” and if a value is found it would show a TikTok link in the list.
But you would need to handle the user meta yourself (there are plugins that allow creating custom user meta fields).
Would that work for you?
Forum: Plugins
In reply to: [Cool Tag Cloud] on_single_display=”local”Hi @pepok
Can you send over the URL to a page where you have the tag cloud added?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error on “attempt to read property”You’re welcome.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error on “attempt to read property”Hi @draky
Thanks. I see the problem now.
It seems we’ll have to abandon the “virtual page” approach and go with a real page to avoid the problem. It’s been causing other issues (conflicts with some plugins) as well so it’s time to make a change.
The update will basically create a new page and set that as the comments subscription page. You can do that manually as well, no need to wait for the update:
- Go to WP Admin > StCR > Management Page
- Set “Virtual management page” to “No” and save changes
- Go to WP admin > Pages > Add New and create a page called
Comment subscriptions, the permalink should becomment-subscriptions - For the content of the page add
[stcr_management_page]
Forum: Plugins
In reply to: [Optin Forms - Simple List Building Plugin for WordPress] Optin FormsHi @milena45
There seems to be a bug when excluding custom post types (products in this case).
We’ll release an update tomorrow to resolve that problem.
Forum: Plugins
In reply to: [Authors List] How to hide Admin from the authors listYou’re welcome.
Hi @trible
Our plugin does not modify the order of those inputs, it only adds an additional section with the subscription checkbox/label just before the submit button.
There are ways to achieve that with PHP and there’s also ways to do it with some CSS flexbox and order values.
But it seems your theme doesn’t output the default HTML layout for the comment form, it modifies it, the form fields are not in the same level. All the elements except for the textarea (comment content) are inside of a separate div, so those methods won’t work out in your case.
The best things to do would be to contact the Kadence theme support, they’ll know what to do.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error on “attempt to read property”Thank you
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error on “attempt to read property”Hi @draky
Can you send over a list of plugins you are using, it’s most likely a conflict with some plugin.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Feature request: Field filters