Documents
-
How to add social login buttons
-
Setup User login and register PopUp, menus
-
How to add social icons or custom elements to header
-
How to trigger login popup on page loading for guests
-
Add login modal trigger to all buttons
If you want to open login/register modal for all users which are not logged on site, you can use next code <script> jQuery(document).ready(function($) { $(‘body:not(.logged-in) .re_track_btn’).each(function(index){ $(this).addClass(‘act-rehub-login-popup’); }); }); </script>…
-
How to disable social share Icons on Image in Repick
-
Make coupons only for logged users
….masked_coupon:not(.expired_coupon)’).each(function(index){ $(this).addClass(‘act-rehub-login-popup’).removeClass(‘masked_coupon’).removeAttr(‘data-clipboard-text’); }); }); </script> Also, don’t forget to enable Login modal in theme option – user option and enable registration on site in settings – general. See also …
-
Make all affiliate external buttons only for logged users
…<script> jQuery(document).ready(function($) { $(‘body:not(.logged-in) .re_track_btn’).each(function(index){ $(this).addClass(‘act-rehub-login-popup’).removeClass(‘masked_coupon’).removeAttr(‘data-clipboard-text’); }); }); </script> Also, don’t forget to enable Login modal in theme option – user option and enable registration on site in settings –…
-
How to change icons in mobile headers
-
Changes in 15 version