Forum Replies Created
-
AuthorPosts
-
gymgangstaMember
I assume the version of wordpress you are using is compatible. Which version are you using?
Maybe there was a problem in installing it. A lot of times the ftp client can be the trouble maker. Be sure you didn’t convert the file names one way or the other. “Total Commander” has a setting that converts everything to lowercase if checked. Make sure you uploaded the files in the right format ascii vs binary
Also…
1. Update PHP (reconfigure, compile and re-install) …
2. Turn Safe mode off (php.ini)
3. Check file ownerships of the files
google is your friend… Each of these topics can be found with a little effort and should fix your situation.
GG
gymgangstaMemberIs your server running php 5?
February 18, 2010 at 1:08 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18104gymgangstaMemberThank you Mr. Amin! Your product is outstanding! Your customer service is amazing!
Your plugins have allowed me to see my ideas/dreams come to fruition. It amazes me that I can dream up an idea and find another person out there who has the complimentary piece to my dream puzzle. You’re more than a software engineer, your plugins and first rate customer service allow each and every one of us the chance to live a dream. For me, it is to have a home based business so i may spend precious time with my young daughter watching her grow up.
You’ve indeed made a difference in my life!
Thank you so much again!
gymgangstaMemberRE: Free membership is disabled on this site!
Please visit the Payment Page to pay for a membership
I think you need to go to WP eMembers Page Settings: And make sure there is an URL entered for Registration Page and for Membership Payment/Join Page.
Also I use a plugin to disable pages from the nav: Works great!
Exclude Pages from Navigation: Provides a checkbox on the editing page which you can check to exclude pages from the primary navigation.
gymgangstaMemberHave a look in wp-eMember “lang” folder and edit the eng.php file Lines 8-14.
February 10, 2010 at 5:30 pm in reply to: Change Default Look/Dimensions of eMember Login WIdget #17899gymgangstaMemberI tuned mine up a bit.
Find the following function in the
eMember_auth_utils.php
filefunction show_login_form()
If you want to change the output for when members are logged in then look for the following function in that same file:
function eMember_login_widget()
Hope that helps.
GG
gymgangstaMemberI know in estore settings there is the option to change the “add to cart” button.
Look for: “Add to Cart button text or Image”
To use a cusomized image as the button simply enter the URL of the image file. eg. http://www.tipsandtricks-hq.com/wp-content/plugins/wordpress-paypal-shopping-cart/images/buy_now_button.png
Not sure where to change it in the settings for “buy now” I bet you can change it in the code:
file name: eStore_misc_functions.php
line 179:
$button_type .= '<input type="image" src="'.$button.'" class="eStore_buy_now_button" alt="Buy Now"/>';
change
'.$button.' to url of image perhaps?
-
AuthorPosts