WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Not able to make commentHi @tammya1999
Does the issue go away when you disable our plugin, Subscribe to Comments Reloaded?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] No ability to comment on blog posts?Happy to hear it’s sorted out 🙂
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] No ability to comment on blog posts?Hi,
It worked before, correct?
Did you change the theme recently?
Can you try temporarily disabling our plugin to see if it’s causing the issue.
If it still does not show with our plugin disabled then the issue is somewhere else.
In that case try a different theme.
If it’s the same issue then try disabling plugins one by one (start with those that have something to do with comments).
Forum: Plugins
In reply to: [Advanced Excerpt] list bullet ellipsis not showingHi @pranjal420
The theme has this CSS code:
ol, ul { list-style: none; }So it makes the lists have styling that’s not like a list.
And on other pages they apply this:
ul li { display: list-item; } .post-content li { margin-top: 0.5em; line-height: 170%; }Not sure why they did it like that.
Add the following in WP admin > Appearance > Customize > Additional CSS:
.post-excerpt ul li { display: list-item; } .post-excerpt ul { list-style: disc; margin-left: 1.5em; } .post-excerpt ul ul { list-style: circle; } .post-excerpt li { margin-top: 0.5em; line-height: 170%; }- This reply was modified 4 years, 10 months ago by WPKube.
Forum: Plugins
In reply to: [Authors List] User MissingHappy to hear it’s sorted out.
Forum: Plugins
In reply to: [Authors List] User MissingThat’s weird.
I assume you have posts published under that account, correct? But that’s the only thing that comes to mind since by default the users who don’t have posts are skipped.
Forum: Plugins
In reply to: [Authors List] User MissingHi @2ale2
The
includewill only include those authors that are specified. Don’t use that one.Try adding
only_authors="no"Correct, it adds the code, does not remove anything.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Custom CSS stopped working after upgradeHi @zenkitty
Can you send over the URL to the page with the form?
Hi @waimanalo
Yeah, you can add meta tags either globally or to individual posts/pages.
When editing a post/page in the admin, scroll down and you’ll see “Embed Code” section with textareas for “Head Code” and “Footer Code”.
Forum: Plugins
In reply to: [Authors List] custom author orderingYeah, use
include="1,2,3,4"combined withorderby="include"andorder="ASC"Here’s an example:
[authors_list include="1,2,3,4" orderby="include" order="ASC"]Hi @crellington
Get the email address they supplied when they left the comment. Then check if that email address is in the subscribers list on MailChimp.
If not, you can just go ahead and disregard those comments they made, could just be spam.
If they are subscribed, send them an email (to the address from the comment) and ask them to forward the emails. If you’re worried about viruses, simply don’t click any links or download attachments from the email.
Hi @crellington
The campaign automation is the only thing that comes to mind.
Are you 100% sure that they are received a Mailchimp related email?
Did they forward you the emails they received?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Problem with Management pageHappy to hear it’s sorted out.
Hi @crellington
Our plugin does not send out emails. It’s just a form that forwards the subscriber info to MailChimp when someone fills in and submits the form.
Do you have an automated campaign set up on MailChimp based on RSS feed? More info on that at https://mailchimp.com/help/share-your-blog-posts-with-mailchimp/