deeveedee
Forum Replies Created
-
Forum: Plugins
In reply to: [Fruitful Shortcodes] Changing style of accordion titleHere’s some styling that I inserted into my child-theme style.css to make the Fruitful theme horizontal tabs look more like folder tabs.
.resp-tabs-list li { font-size: 18px !important; border-right: solid 1px gray !important; border-top-right-radius: 15px; } .resp-tabs-list li.resp-tab-active { font-size: 18px !important; font-weight: bold !important; background-color: #71AFFF !important; border-right: none !important; }Forum: Plugins
In reply to: [WooCommerce] What are the encoding fixes in version 2.6.5Mike – I took a look through the changes and didn’t see anything that I would characterize as encoding “fixes.” If you have any other suggestions for where I might look, that would be great. Thank you. It’s not urgent, since we completed our testing with 2.6.7 and all appears to be working fine. Thanks again for a great plugin.
Forum: Plugins
In reply to: [WooCommerce] What are the encoding fixes in version 2.6.5Thank you, Mike. That is perfect. Thanks again for this great plugin.
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce 2.6.3 reports outdated templateWe were able to manually address the WooCommerce warning by downloading your revised template file from github. When do you think the updated theme (with the revised template file) will be available for download? Thank you.
jenfilgate – I’m using Postman SMTP. As I mentioned previously, I liked Easy WP SMTP and would have remained with it if not for the encoding.
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce 2.6.3 reports outdated templateThank you very much for the update. I look forward to downloading the next version when it is available through standard WordPress channels. Thanks again for a great theme and great support.
Forum: Plugins
In reply to: [WC Fields Factory] WooCommerce version compatibilityThanks, @carver1g! Good to know.
Hi Canyasa,
What makes you think GoDaddy is not using SMTP? We have 15 SMTP accounts with GoDaddy. I’d recommend that you contact GoDaddy if you want more info about their SMTP services. Once you determine that GoDaddy fully supports SMTP, use the settings I posted above.
The solution to this “problem” turned out to be more complicated than I expected. While I really like the Easy WP SMTP plugin, I ended up switching to another SMTP plugin that used “quoted-printable” encoding of plain text e-mails. I’m venturing into unfamiliar territory (for me), so I’m not sure that switching plugins was necessary, but I ended up relying on “quoted-printable” encoding as part of my solution for decoding UTF-8 encoded special characters. If you receive and read all of your e-mail message through a good e-mail client, you should never need to worry about this. If you are writing code to retrieve (from your mail server) and parse raw e-mail messages, you probably know more about this than I do.
Easy WP SMTP is still a great plugin – if I had found a way to decode the special characters in my e-mails, I would have stayed with it.
It turns out that this “problem” is a conversion problem that I have to resolve on the receiving end – not an issue to be resolved in Easy WP SMTP.
Thank you Easy WP SMTP team for a great plugin.
GoDaddy settings that work for me are as follows:
SMTP Host: smtpout.secureserver.net
Encryption: None
Port: 80
SMTP Authentication: Yes
SMTP Username: the user name (complete e-mail address) of the GoDaddy e-mail account that you are using to send
SMTP Password: the password that you assigned to your GoDaddy e-mail accountI have had problems with the GoDaddy e-mail accounts that are included with domains and hosting plans. I’m not sure why, but GoDaddy Workspace e-mail accounts are more reliable. Test your GoDaddy SMTP Username and SMTP Password at http://email.secureserver.net to be sure that they are correct before entering them in the Easy WP SMTP configuration.
Forum: Plugins
In reply to: [Fruitful Shortcodes] Changing style of accordion titleI was experimenting with the use of the CSS Class and ID Selectors when attempting to modify the fruitful tab styles and realized that my first post (above) mistakenly included both. For those following this who want to modify the fruitful tab title style, you only need to specify the ID -OR- the Class selector. For example, to use the Class Selector to modify all fruitful horizontal tab titles:
.ffs-tabbed-nav h2 { font-size: 18px !important; font-weight: bold; border: none !important; }If you would prefer to use the ID Selector (to separately modify the style of different horizontal tabs):
#ffs-tabbed-1 h2 { font-size: 18px; font-weight: bold; border: none !important; }Forum: Plugins
In reply to: [Fruitful Shortcodes] Changing style of accordion titleHi, Fruitful Code,
Thank you for the reply. I’ve grown to like the css style mods for the accordion tabs. I can customize the appearance to be exactly as I want (which I would never expect from shortcode options).
The accordion style horizontal tabs (with style mods) work perfectly for FAQs – more flexible and easier to use (my opinion) than any of the FAQ plugins that I’ve tried.
Thank you for great support, a great theme and great shortcodes.
Forum: Plugins
In reply to: [WooCommerce] Encoding of WooCommerce New Order notificationI discovered the reason for the ‘escaped’ subject line in the WooCommerce order notifications. I was experimenting with different Site Titles – one Site Title had a trademark (™) symbol and one didn’t. When the Site Title included the trademark symbol, the entire subject line was ‘escaped’ for the plain text e-mail. I’m not sure what process in the system was escaping the subject line, but the cause was my Site Title and not anything to do with WordPress or WooCommerce.
Forum: Themes and Templates
In reply to: [Fruitful] Two clicks needed for sub-menu entryI confirmed that this is fixed in the fruitful theme version 3.3.1. Thank you very much! Great theme and Great support.