WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with Management pageHi @steve92
I’m not getting a 404 at https://fotoebenessere.altervista.org/comment-subscriptions/
But I do see the content doubled.
When you go to edit (in the WP admin) that page that serves as the comment subscriptions page, what text do you have in the main content editor?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with Management pageHi @steve92
Can you send over the URL to the site? Seeing it might give me an idea as to what is happening.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Twitter Share- 404 – Not foundYou’re welcome.
On the settings page (WP admin > Settings > Excerpt) at the bottom you’ll see “Strip Tags” option, set that to “Remove all tags except the following” and then in the list below you can select which HTML tags to keep and all the rest will be removed.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Twitter Share- 404 – Not foundThe update is released.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Twitter Share- 404 – Not foundSorry for the wait, weekend got in the way.
But I tested it out on my installation and I do see the issue, we’ll get that fixed up and release an update today.
Hi @jiachenzeng
Yeah, HTML does not allow links inside of links.
So the only approach would be that we make it so if there is a link in the excerpt we do not link it, just handle that specific excerpt as if the “link whole excerpt” option was disabled.
Would that be ok?
Forum: Plugins
In reply to: [Cool Tag Cloud] What does tooltip do?WordPress tags used to also add a
titleattribute to the tag links which when hovered opens up a tooltip (the native browser tooltip) showing the title. This option was to mainly to disable that.But WordPress has since removed that functionality, so it doesn’t make a difference anymore. We’ll remove that option in the next update. Thanks for bringing it to our attention.
Happy to hear you like it.
Forum: Plugins
In reply to: [Authors List] show only the authorHi @cengololo
That section is not being added by our plugin, it’s coming from the theme (based on the element classes having “fox” and the theme being named “Fox”).
Check the theme settings, there should be an option in there to disable that section. If not, best to contact the theme support for assistance.
Forum: Plugins
In reply to: [Authors List] show only the authorThe location at which it shows is limited by the theme. It can only be in the area where the main content is (the one from Gutenberg or classic content editor). It can be before the content, after the content or somewhere inside (if you add it manually).
Forum: Plugins
In reply to: [Simple Basic Contact Form] PHP WarningIt’s released, sorry for the delay.
Forum: Plugins
In reply to: [Authors List] show only the authorHi @cengololo
Thanks.
Not at the moment, sorry.
But we do have a plugin specifically for that purpose, About Author Box
Forum: Plugins
In reply to: [Cool Tag Cloud] Show popular tags by dateHi @teeboy4real
Our plugin uses the get_terms() function from WordPress.
The Taxopress plugin goes with a different approach, they make custom database queries to get the term (tags) data.
So we would need to change the way our plugin works in order to add the functionality. I’ll pass it on to the plugin owner but I can’t guarantee the feature will be implemented, features that require a bit bigger investment would need to benefit a larger number of users, and this specific feature has not been mentioned before by users. Sorry, I hope you understand.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Suggestion: Mass OperationsHi @pubwvj
Will add it to the to do list. There will be an update this month and hopefully we can add this feature in there as well.
Forum: Plugins
In reply to: [Simple Basic Contact Form] PHP WarningHi @konjfuchie
I think I know what’s causing it. Will apply a fix and release an update today.
As for case sensitive, will also make it case insensitive in today’s update.