WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Excerpt] Strong Tag ProblemYou’re welcome, happy to hear that 🙂
Forum: Plugins
In reply to: [Advanced Excerpt] Headings not removed from excerptHi @alexspan
Sorry, the plugin does not have an option like that (find and remove specific content).
But I don’t see any headings on there mentioning Epic News Elements and Divi Theme. Can you make a screenshot of that and send it over?
Also, page builders work with excerpts a bit differently so our plugin may not be able to affect them.
Forum: Plugins
In reply to: [Advanced Excerpt] Strong Tag ProblemThe tags are there but something is wrong with the CSS in the theme.
Add this in WP admin > Appearance > Customize > Additional CSS:
strong { font-weight: bold; }Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] GDPR issue with subscribeHi @cmorph
The way it works is that when a pending comments is approved (by a moderator/editor/admin) and it has an unconfirmed subscription associated with that comment, it will automatically get confirmed.
Is that maybe what’s happening? Did those subscribers (for which you noticed the issue) have a pending comment which you then approved?
And thinking about it, maybe we should get rid of that automatic confirmation when a pending comment gets approved. But let me know if that explains the problem, so we know if there’s something else that needs to be looked at.
Forum: Plugins
In reply to: [Cool Tag Cloud] Plugin HelpAre you showing it on a “single post” page or as part of a posts list?
If it’s a “single post” you can use this:
[cool_tag_cloud taxonomy="custom_tax_name" on_single_display="local"]That will make it only show the terms associated with the specific post.
That subscribe form on your site is not from our plugin.
From what I can see it’s the plugin called Bloom (from ElegantThemes).
Forum: Plugins
In reply to: [Cool Tag Cloud] Plugin HelpJust enter the taxonomy name in the
taxonomyparameter:[cool_tag_cloud taxonomy="custom_tax_name"]As for plain text, not possible at the moment, just the “cool tag cloud” but will add that to the to do list.
Forum: Plugins
In reply to: [Authors List] Prevents adding new usersHi @r3dh00d
That’s weird.
It could be that Authors List and another plugin are conflicting with each other and causing an issue.
Can you let me know which plugins you are using, I’ll set up the same on my installation and hopefully also get the issue so I can figure out what’s going on.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Google 5xx errorYou’re welcome.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Import from Comment Mail by WP SharksUnfortunately the active installs count on that plugin is a bit low, just 300, many of those probably old sites that aren’t maintained or active so it wouldn’t generate many users for StCR.
Implementing importing functionality is a bit expensive so we need to be a bit selective in which functionalities are implemented, it’s a free plugin with no monetization.
I’ll add that on the potential features list, but I can’t promise anything, I’m sorry.
- This reply was modified 4 years, 3 months ago by WPKube.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Google 5xx errorYeah, that fixes the
404 - not foundand500 - internal server error.Now, since it’s a regular page now the SEO rules are applied by Yoast SEO plugin.
Go to edit that page, scroll down to the Yoast SEO settings. At the end you’ll see “Advanced”, click that to expand the options.
For the “Allow search engines to show this page in search results” select “No”. And below that option is “Should search engines follow links on this page?” also set that to “No”.
Forum: Plugins
In reply to: [Authors List] making regular post titleHappy to hear it’s sorted out.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Styling emailsTry a div with a max width set to it:
<div style="max-width: 680px;"> Existing content here </div>Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Styling emailsHi @sasasasaaa
In WP admin > StCR > Notifications you can change the email contents.
By default it’s just simple HTML elements, but you can add any email-valid HTML and CSS rules in there.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Google 5xx errorHi @pnilz
Those URLs are for the “subscribe without comment” functionality. They’re below the comment form where the checkbox for subscription is. The “You can also subscribe without commenting.” part.
By default the “comment-subscriptions” page “tells” Google not to be indexed.
But I see something wrong is going on with that because they’re taking to a “500 internal server error” page instead of showing what’s supposed to show.
And the regular subscription management page returns a 404, so it might be related because it’s the same page used.
Can you try the following:
- 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]
Once you do that let me know so I can check it again.
- This reply was modified 4 years, 4 months ago by WPKube.