Unknown
Forum Replies Created
-
5.26 update works perfect and thanks for the quick response! 5 Star rating for sure!
We’ve been having a similar problem starting sometime after Nov 25. Updated to 5.25 today, it’s trying to pull automatically and I’ve tried manually but saying 0 posts were added [!]. Here is the feed I was pulling https://www.ndp.ca/rss.xml
Forum: Themes and Templates
In reply to: [Responsive] Responsive 1.7.4 to 1.7.5 upgradeThanks Emil!
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Broken dashboardThe CSS file was not in the /wp-admin/css/dashboard.css so I reinstalled the plug-in and it’s still not there. Is this a core WordPress file or is it part of the the files that should be installed with the plug-in?
I have a similar problem and was wondering if anyone has a solution.
I need to have the user select just the recipients City in the dropdown and “Chicago|[email protected]” would work fine but, I also want to to include the recipients name for the message body and Mail To: to make it appear it’s directly to them.
I can achieve this with
[your-recipient]<[your-cityemail]>
in Mail To: and two separate dropdown menus with the nearest location. I have one to select recipients name and the other dropdown for the email address. My problem is that there are over 100 locations and if the sender doesn’t select the same two cities, a recipient gets an email with the wrong recipient name.This is what I want to get rid of;
<p>Select Your City<br /> [select* your-recipient "Chicago|John Doe"] <p>Confirm Your City<br /> [select* your-cityemail "Chicago|[email protected]"]
and this something like I’m trying to do;
<p>Select Your City<br /> [select* your-city "Chicago|John Doe <[email protected]>"]
The user would not see John Doe or
[email protected]
from the dropdown and John Dow would show up in the message body (as a URl if needed) and John Doe &[email protected]
would go to Mail To for the mail header. It’s 3am and I hope someone can understand what I’m trying to say..