WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Add paginationHi @dgracey
The simplest example is:
[authors_list pagination="yes" amount="4"]That would show 4 authors per page.
Can you send over the full shortcode you’re using?
By the way, it won’t work seamlessly with the region filters you have. The pagination in the plugin is PHP based and the region filters you have are JS based. The region filters will only affect the X amount of authors shown on that specific page. So you’ll also need JS based pagination, and both the filters and pagination need to work together so when you change the region it needs to reinitiate the pagination to be based only the items that apply to that region.
Forum: Plugins
In reply to: [Authors List] Authors List panelHi @jaypatrol
You’ll need to contact the Elementor plugin support about this one, the question is related to moving Elementor Widgets. Sorry.
Forum: Plugins
In reply to: [Authors List] Can I display current author info for author archive pages?We had to create a custom solution to show account info to all users.
Happy to hear you found a solution.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Frontend is not translatedHi @tirips
Thank you, happy to hear that.
Translations for the plugin go through the official WordPress plugin translation system over at https://translate.wordpress.org/projects/wp-plugins/subscribe-to-comments-reloaded/
French is at 69% and the strings from the screenshot are translated.
If you’d like to go with the manual approach, you can use the plugin “Loco Translate” which allows you to make translations directly through the WP Admin and also you can import that PO file you have.
You’ll see the “Téléverser un PO” in there. https://i.imgur.com/qIf87PJ.png
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Error when installing pluginHi @ep2012
Sorry to hear that.
“500 internal server error” is a generic error and doesn’t point to something specific, so we’ll need a bit more info.
You can find that info in the server error logs. Those are accessible through the control panel on your hosting provider’s website. The error log will show exactly what caused the error.
If you’re not sure how to find the error logs, contact the hosting provider, they’ll help out with that.
You’re welcome and thank you.
Forum: Plugins
In reply to: [Authors List] Filter and search form for memberpress custom fieldsHi @romeojuank
Our plugin does not have search/filter functionality at the moment, sorry. Will add to the to do list but can’t say for sure when it will be implemented.
Forum: Plugins
In reply to: [Authors List] Add filter for authors listHi @dgracey
Filters are not possible at the moment, sorry. Will add it to the to do list, but can’t say for sure when it would be added.
Forum: Plugins
In reply to: [Authors List] Can I display current author info for author archive pages?The shortcode that comes with Member Press doesn’t work? The
[mepr-account-info field="field_name"]Hi @jmbamba
The update is released. When selecting a font family in the options you’ll see “Default” at the top.
Hi @jmbamba
You’re welcome and thank you.
Not at the moment, but we’ll add an option for that and release an update this week.
Forum: Plugins
In reply to: [Authors List] Can I display current author info for author archive pages?Hi @dgracey
No, sorry. Our plugin does not affect the author archives, that’s coming from the theme.
But from what I see you are using Divi, and it should have the option to insert custom content on the author archives page. For more info it’s best to ask their support, I haven’t used the Divi theme so I don’t know much about it.
Forum: Plugins
In reply to: [Simple Basic Contact Form] hCaptcha for Forms and MoreHi @darryl1
Will check out that plugin and see if we can make it compatible with our plugin.
Forum: Plugins
In reply to: [Authors List] New link typeYou’re welcome, happy to hear it worked out.
Forum: Plugins
In reply to: [Authors List] New link typeHi @ante1974
There’s a parameter called
link_towhich can be used to change what the wrapper links to. One of the values ismeta(user meta value) and then you use the parameterlink_to_meta_keyto set the field key/id:[authors_list link_to="meta" link_to_meta_key="user_url" after_bio='<a href="{al:user_url}">View Profile</a>']