golfinred
Forum Replies Created
-
Thanks!
Forum: Fixing WordPress
In reply to: Coupon Code Sent to user After RegistrationHello!
Yes this coupon code would be redeemed on a third party website and only once. So a different unique code has to be sent to each individual new registered user. As soon as a code is sent off to a new user it has to be deleted or just ignored so the next code down the list can be sent.
I hope this makes sense.
I actually found the solution in the profile tabs extension. I just needed to select a parent tab. Thanks!
Hello @sirsasquatch
I just removed it with css
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointOkay,
Now I understand. It’s because by default I have the element at the top of the screen so there is no way I can take advantage of that functionality.
Any way to change this??
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointHello
Why is my element “Always sticky”
I want the default to not be sticky, then once you scroll it becomes sticky. Is that not how everything is supposed to work by default?
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointHello,
I found out the issue why the css was not applying to the website.
Now my question is what .element-is-sticky does.
My understanding was that you can change the css once you scroll and make the element sticky. It changed the static design on my element before I even scrolled to make it sticky.
My goal is the change the css attributes once I scroll down the page a certain amount. – if this is not possible then atleast at the beginning of scrolling.
Thanks
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointThe custom css section.. admin theme panel
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointcurrently setup like your FAQ example
golfinred.com.element-is-sticky
.element-is-sticky {
background: blue;
}What if my solution is the change wp role and sync that with um role. I know it works the other way around where you can set a um role and have it sync with wp. But what if I change wp role and have it change um role?
I found this code……. can someone help?
um_fetch_user( $user_id );
$wp_role = $user->roles[0];
// if WP role is expired, set UM role to expired
if ( $wp_role == ‘expired’ ) {
update_user_meta($user_id, ‘role’, ‘expired’);
}Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Have sticky appear at a certain pointOkay,
thanks anyways. Maybe you can help me with another problem.I read in the FAQ’s about a solution to change the css when the element becomes sticky although it is not working on my website.
I gave the css class to the module although the changes are not taking place. How can I achieve this?
I deactivated everything else and noticed this was happpening only when I activated Ultimate Member.
The CSS class was tipsy-inner and tipsy-arrow-n
Okay Great Thanks!
This worked for me! Thank You!!
The plugin that was causing me issues was 404 redirect.
Forum: Plugins
In reply to: [WooCommerce] New endpoints not workingjillmugge, this solution did not work for me. I am using the newest version. 2.1.2