katie
Forum Replies Created
-
Hi Prashant,
Thanks so much–I appreciate it. I just added WP Mail SMTP and chose SendInBlue, and I *think* I configured it right. I get low enough traffic on my website that it may be weeks before I know whether it’s working properly. I’ll write again here or start a new thread if that happens. I still wish I knew what went wrong before–did the message I got mean that someone tried to send me an email and didn’t get through?
Thanks,
KatieI just sent a ticket at the direct support link. This is the second time I’ve submitted this ticket there–when I submitted it, my computer remembered the subjects of my previous tickets, and one of them was entitled “Refund due to errors.” I just submitted another ticket at that same place, with the same title as before!
This is the second time I received no response when I submitted a ticket to your direct-response system. That’s why I started just emailing you directly at [email protected]. When I submitted my initial ticket with a question, back in January and just weeks after purchasing the plugin, I received no response. I then posted on this WordPress forum, and that was how I got your attention. That is what happened this time, too. There is something wrong with both your ticket request system and your email system…either that, or this unresponsiveness is intentional!
I will also forward you the thread with my two refund requests via email. All of those emails already went to [email protected]. I will send them again to that same place!
The parrot token was sent on July 4 at 9:40 am to [email protected], in response to your July 3 email, with the email title “Re: Error”. My refund requests were on the same email thread. Perhaps you could check your spam folders? I check mine regularly.
I didn’t submit a new support ticket–for the previous several months, you and I had been regularly emailing back and forth about the errors I was getting, and my understanding that this was all a single support ticket.
Sure, I will submit a support ticket. But I emailed you directly about this. The email thread is called “Error,” and I first emailed you on July 3 describing the latest error: the plugin had not posted my posts at all. You responded promptly on the same day, asking for a parrot report. I sent the parrot report on July 4. You didn’t respond. On July 10, after the plugin again failed, I replied to the same thread asking how I could get a refund. I repeated the question on August 5. Again I received no response from you!
Hi Vinod,
Hmm, there is still a problem on the mobile. With the new code, the search icon is not visible now–just the search box–and when I click the search box to type in it, the same thing happens as before: the keyboard pops up and obscures the box, so I can’t see what I’m typing. More suggestions?
Thanks,
KatieHi Vinod,
Thanks very much for this quick reply and assistance. There is still one problem: the position is fixed, but the typing is still hidden on the mobile device.
Here is what I currently have in the custom CSS:
li.is-menu path { fill: #fff; } @media screen and (max-width: 768px){ .is-menu.dropdown form { display: block !important; position: static; top: 9px; right: auto; left: 18px; } } .main-navigation li.is-menu a { line-height: 8px; padding-top: 14px; }The first part (li.is-menu path { fill: #fff;}) is to make the icon white.
You can see that I have also inserted two more lines into your original suggested code:
display: block !important; position: static;That’s because when I took those lines out, the icon worked fine on the desktop and tablet, but on the mobile it was not clickable at all. When I add those two lines back in, it becomes clickable again…but the typing is hidden by the keyboard popup.
So I am still looking for a fix to that problem. Let me know what to do; thanks again!
Forum: Fixing WordPress
In reply to: next_post_link “TRUE” excluding parent category on category pagesUpdate: I’ve just change the blog links for each individual blog, removing “category” from the slug–so the updated links are:
– http://www.katiesonger.com/writing
– http://www.katiesonger.com/health
– http://www.katiesonger.com/politicsSecondly, I have thought of one easy work-around for my problem, although it’s not ideal to me. I realized that although each post is sorted into a parent category by the blog, I had not checked those parent categories for the posts–so the posts were not technically assigned to the parents, only to the child categories. I had left the parents out of the categories for simplicity–I ideally don’t want every post in “Gut Feelings” to be in the category “Gut Feelings,” which creates clutter and isn’t useful to readers. But if I check the parent categories for all posts, the next_post_link functions do work.
Is there any way I can have this work without assigning every post to not only its child category, but also its parent? For now I’ve assigned them to parents so the links will appear, but I’d love a better way if there is one.
Forum: Fixing WordPress
In reply to: next_post_link “TRUE” excluding parent category on category pagesThanks, Steve. Looking at the link you sent, the author was wanting to exclude all categories that weren’t top level, so that only the top-level categories would be returned by next_post_link. I’ve tried installing a plugin, Ambrosite Next/Previous Post Links (documentation here), that does the same thing. However, the problem is that when I exclude all but parent categories, the next_post_link code returns NO blog posts. That is, for some reason, this code is not considering my posts to be in parent categories in the first place, so excluding the child categories means that it finds posts to be in NO categories.
I suspect that this somehow relates to my using category pages to display my blogs. Clearly, WordPress knows that my posts ARE in parent categories–it’s those parent categories that are used to assign the posts to each of the three blog pages on my website. However, perhaps it’s then ignoring parent categories in next_post_link because single posts appear ON the parent category pages?
I’m not a coder, so I definitely need help sorting this out. (I also apologize if I’m not using the right terminology above.) Any other suggestions? Thank you!
Forum: Fixing WordPress
In reply to: How do I allow modifications to the RSS feed appearance?Hi again Joy,
Just a follow-up: I took your response back to MailChimp, and they finally found the problem…which WAS a MailChimp problem, as I had suspected. I needed to follow a different procedure within MailChimp to change the styling of my RSS emails, and it had nothing to do with the feed–since, as you said, the feed text comes with no styling. Thanks very much for your help!
Katie
Forum: Fixing WordPress
In reply to: How do I allow modifications to the RSS feed appearance?Joy, thanks so much for this explanation. I’ll Google this next question right now, but do you know of any other way to turn blog posts into automatted emails, other than RSS? I.e., is there a way to send automated, *formatted* emails, or is RSS the only way to go?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra space between fields in formEvan,
You are correct–thanks so much for noticing that. The form looks much better now.
Much appreciated!!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra space between fields in formP.S. I am using the Weaver II theme, and their tech support says that they cannot see any Weaver II CSS that might be causing the problem. They asked for more specifics, if you do think the theme is causing the problem–I’m not a coder, but it sounds like when they look at the code it is “marked hidden” by “MailChimp” (presumably by your plugin). Again, I’m not quite sure what that means–just passing it along to you. 🙂
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Extra space between fields in formHi Evan,
I haven’t heard back from you in the last 2 months, and I am still unable to use this form because of the extra space. Please see the thread above for what I have tried. What do you recommend?
Thanks very much.
Forum: Plugins
In reply to: [Dynamic Widgets] Widget seems to do nothingThanks for responding. It turns out I didn’t understand the basics of the widget–I didn’t know that I needed to go into “Pages” and check or uncheck the individual pages I wanted. Because “Posts” and “Page with posts” were options outside of their listing under “Pages” (if that makes sense), I thought I had already done all the “Yes/No” settings I needed to do. Someone on another forum explained this to me and the problem is resolved… Maybe you could create a basic tutorial, or if one already exists make it a little easier to find? 🙂
Thanks!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Buttons Splitting.Has this been resolved? I’m having the same issue on my website, and I don’t want to leave it up but it looks like this: http://tryoncreek.org/wp-content/uploads/2015/05/Button-Error.pdf
Here is a link to the site, but I’m taking the button down because it looks so bad: http://tryoncreek.org/
Thanks!