Forum Replies Created
-
AuthorPosts
-
ervanerfian
MemberHi Sheri,
Open your blue.css in your wp-content/themes/church
Before:
body {
…
}
Add:
@import url( custom.css );
Save your blue.css
Now you can create new file (custom.css)
Add:
.eStore-fancy4-thumb {
width: 125px;
}
.eStore-fancy4-thumb img {
margin-bottom: 5px !important;
}
Play safe.. just create a custom CSS hack with the new file instead of edited the original one, so you don’t need edit eStore_extra_shortcode_css.css or many code line too on your blue.css for every new updated.
ervanerfian
MemberYes Amin,
I know after created any post type and i will see on Wp eMember > Membership Level > Manage Content Protection.
But my point is “eMember Protection Options” (Meta Box) screen via “Add/Edit” post type, not listed too after checked “Screen Options” on the top right beside “Help”.
Seems you need add post_type ===’any’ on eMember_inner_custom_box() function.
ervanerfian
MemberSame case..
“Forgot Password” & “Affiliate Signup” links on the WP Affiliate Login widget.
http://domain.com/wp-content/plugins/wp-affiliate-platform/affiliates/forgot.php instead of http://domain.com/affiliates?wp_affiliate_view=forgot_pass
http://domain.com/wp-content/plugins/wp-affiliate-platform/affiliates/register.php instead of http://domain.com/affiliates?wp_affiliate_view=signup
Thanks
ervanerfian
MemberRelated Topics:
WP, WP eMember, WP Affiliate Login / Register form
https://support.tipsandtricks-hq.com/forums/topic/wp-wp-emember-wp-affiliate-login-register-form
ervanerfian
MemberYou can using do_shortcode() to write directly your shortcode:
<?php echo (do_shortcode('[wp_eStore_latest_products number=5 style=1]')); ?>
Function Reference/do shortcode
ervanerfian
MemberYes sure Amin
Thanks
ervanerfian
MemberShortcode maybe..
<h2>Content for member</h2>
[emember_protected]
<p>content</p>
[/emember_protected]
<h2>Content for member level 2</h2>
[emember_protected for=2]
<p>content</p>
[/emember_protected]
<h2>Content for member level 2, 3 & 4</h2>
[emember_protected for=2-3-4]
<p>content</p>
[/emember_protected]
<h2>Content for member id 1</h2>
[emember_protected member_id=1]
<p>content</p>
[/emember_protected]
WP eStore Shortcodes and Functions Reference
ervanerfian
MemberSo far working now, I think issued with Theme My Login http://wordpress.org/extend/plugins/theme-my-login
Btw for your info.. Admin Bar WP 3.1 not automatically showing up after logged in using WP eMember login form.
ervanerfian
MemberYes.. OK
Thanks
ervanerfian
MemberHi Amin,
Page and also Widget that contains form should be check whether the user is already logged or not, because if a user already logged in, doesn’t make sense if the form still contains login or register.
ervanerfian
MemberYes.. Thanks Amin
ervanerfian
MemberOk Ivy.. I’ll
Thanks
ervanerfian
MemberHi Amin,
Ooh and then .. Ideally in every login process would be better “redirect_to” a page that requires permission, if not then see the settings options.
ervanerfian
MemberHi Dana,
Take a look..
Real-Time Find and Replace
http://wordpress.org/extend/plugins/real-time-find-and-replace/
re.place
http://wordpress.org/extend/plugins/replace/
So you don’t need doing again every time when updated.
ervanerfian
MemberHi Ivy,
Exactly.. I’m on the same boat, btw what the problem. Any clue?
WP 3.1 RC 4
WP eStore v4.9.4
WP eMember v6.0.7
WP Affiliate Platform v4.4.4
-
AuthorPosts