George
Forum Replies Created
-
Forum: Plugins
In reply to: [Royal Elementor Addons and Templates] closing toggle menuHi again,
You can install “Simple Custom CSS and JS” plugin and insert the code below inside your custom js script, as for the second issue please can you tell us which plugin do you use for day-night mode switcher so that we check our menu with the same functionality ?
$('body').on('click', function(e) { if($('.wpr-mobile-toggle').hasClass('.wpr-mobile-toggle-open') && !e.target.className.includes('menu-item') && !e.target.className.includes('wpr-mobile-menu-item') && !e.target.className.includes('wpr-mobile-toggle')) { $('.wpr-mobile-toggle').removeClass('.wpr-mobile-toggle-fx'); $('.wpr-mobile-toggle').removeClass('.wpr-mobile-toggle-open'); $('.wpr-mobile-toggle').trigger('focusout'); if ( $('.wpr-mobile-toggle').find('.wpr-mobile-toggle-text').length ) { $('.wpr-mobile-toggle').children().eq(1).hide(); $('.wpr-mobile-toggle').children().eq(0).show(); } $('.wpr-mobile-toggle').parent().next().stop().slideUp(); } });
Kind regards,
GeorgeForum: Plugins
In reply to: [Royal Elementor Addons and Templates] Image Carousel widgetHi raunhar,
Can you provide more details or screenshot about your issue please ? As I guess you mean our flip carousel right ?
Kind regards,
GeorgeHi again,
I have created temporary tasteWP site for you
Admin area URL: https://luxuriantlift.s2-tastewp.com/wp-admin
Username: wproyalthemes
Password: xDdrdq3wnQoand test users:
username: testauthor
password: 1username: newauthor
password: 1The code mentioned above works fine, if I misunderstood your case please recreate same situation in this temporary site and It will help me to better understand your issue
kind regards
Forum: Plugins
In reply to: [Royal Elementor Addons and Templates] post grid category flagsHi again,
Can you send us the screenshot of your custom js, it must work, maybe you placed it wrong way ?
George
Forum: Plugins
In reply to: [Royal Elementor Addons and Templates] post grid category flagsHi again,
you can download Custom CSS & JS plugin and place the code below in its custom jsjQuery(document).ready(function( $ ){ $('.wpr-grid-media-hover').find(' .wpr-grid-item-category').find('.wpr-pointer-item').on('click', function(e) { e.preventDefault(); }); });
You can see example here in this image:
Kind Regards,
George- This reply was modified 2 years, 6 months ago by George.
Hi again,
If you didn’t change the ID of administrator u can use
if ( is_user_logged_in() ){ $logged_in_user = wp_get_current_user(); $author = '1' . ',' . $logged_in_user->ID; }
If it doesn’t work contact us again please,
Kind regards- This reply was modified 2 years, 6 months ago by George.
Welcome!
If your issue is fixed, please give us a rating, else we are ready to help you anytime.Have a beautiful day
- This reply was modified 2 years, 7 months ago by George.
Hi again,
Please navigate to Dashboard > Royal Addons > Header & Footer and click on Edit Header Template, then edit main Elementor section and navigate to Advanced tab, find Z-index option and set value to 10, that’s all.
Kind Regards