dc-rocker
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] GeoIP API: Error traversing database – perhaps it is corrupt?The last error accured on 8/24/2016, so the test transactions I made yesterday (9/5/2016) didn’t create an error log. maybe this problem is fixed somehow.I will have to wait and see.
Forum: Plugins
In reply to: [WooCommerce] GeoIP API: Error traversing database – perhaps it is corrupt?You are asking me to delete the database. When I do that, I get an error that says, I need to upload that file, I just deleted!!
Deleting the database doesn’t work, because I need the database for the Geoip to work.Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Multiple emails being sent to usersYour instruction in the software (Free version) says to set the cron job once a day, ONCE EVERY HOUR…(this is what I changed, to once every 24 hours).
The correct setting is: 0 0 * * *
Minute = At the beginning of the hour (0)
Hour = 12 midnight (0)
Day = Everyday (*)
Month = Every Month (*)
Weekday = Everyday (*)Set your cron job to the above setting, and you will not get duplicate, or multiple emails.
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Multiple emails being sent to usersI wish we could fix this issue somehow. I really like your autoresponder, and I was ready to purchase the Premium version!
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Multiple emails being sent to usersmessage for day 5 sent once every hour, 5 times in a row !!! So sorry that I have to shop for a new autoresponder. I’m glad I waited to buy the Premium version. I hate asking for refunds!
Forum: Plugins
In reply to: [WP eCommerce] Bug affecting Admin Menu CollapseThanks drageoco, the above trick worked. I changed (‘mfold’) == ‘t’ That fixed it.
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Form will not accept my email addressresolved
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Emails Sent From: WordPressresolved
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Emails Sent From: WordPressI unchecked the option “Automatically subscribe to the mailing list all new users who register in my blog.” in the settings, and now it will not register users I create in the admin area.
I changed “Sender of all emails:” in the settings to my company’s name, and it is now sending emails from my company name.
Please mark this as resolved.Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] Form will not accept my email addressPlease mark this as resolved. I changed the setting “Sender of all emails” to reflect my company Name and email address, and it’s working now.
The only thing is that it leaves out the last letter of the company name as the sender! I may have to open a new ticket for that.Forum: Plugins
In reply to: [ezPHP for WordPress] Code Gets Dirty and Corrupt !!!Sorry I wasn’t clear about all the details. The same people that created S2Member, created EZphp, generally to help S2Member users, and I am incorporating php codes in my S2Member site.
I ran some experiments and I understand, what you were saying:
just execute regular php codes, but instead of <?php and ?> use [php] and [/php]. ok that works, and I can use it in the visual editor.
ThanksForum: Plugins
In reply to: [ezPHP for WordPress] Code Gets Dirty and Corrupt !!!I’m using a extremely long list of IF and ELSEIF codes I don’t think S2Member’s short codes support a long list of IF and ELSEIF’s.
do you know if it’s possible to do an unlimited IF and ELSEIF’s with the short code? I think you can only go 10 levels deep with the short code. right?
Forum: Plugins
In reply to: [Membership 2] Registration page short code not workingI’m having a similar problem. The short code generated by the membership level does not display a registration form. I get a blank page.
[ms-membership-register-user membership_id=”222″]
Forum: Fixing WordPress
In reply to: I can't see my banners!!Copy the image url, and paste it into your html snippet:
<image src=” ***paste it here*** “>
Forum: Fixing WordPress
In reply to: I can't see my banners!!It Works!!
Solution:
1-upload images of your banner via Media -> Upload
2-view image in “edit” mode, and get url of the image (to the right)
3-insert image url into the html code.DONE!
****TIP: use a brief and lower-case name for your image files.***
Thank you WPyogi, in fact I’m a yogi too!!
Thanks Omar