norolex
Forum Replies Created
-
Super, works like a charm
Thank you Predrag, much appreciated
Forum: Plugins
In reply to: [Theme My Login] Still iPhone/iPad problemGot Custom CSS from Avada that fixed the issue
Thanks
Forum: Plugins
In reply to: [Theme My Login] Still iPhone/iPad problemDid add some left bracket, it askes for right bracket.
Did add some right bracket and it says ‘Rule is empty’Forum: Plugins
In reply to: [Theme My Login] Still iPhone/iPad problemThank you for your help, TacoV
it says div is overqualified, just to use #theme-my-login
it also says: Expect LBRACE at line 18, col 56.
Sorry, CSS is not my strenght – what is LBRACE?Forum: Plugins
In reply to: [Theme My Login] iPhone/iPad problemClosing since I get no answer
Forum: Plugins
In reply to: [Theme My Login] iPhone/iPad problemHi,
This is the answer I got from Avada Theme:
————————The issue is with the styling the button is using. The issue is caused by this specific line, Screenshot here —>
I would request you to contact the plugin authors and ask them to help you edit this part of the CSS. I am not very sure if the button has any dependencies and I m not sure of the source code either. My custom CSS values will not override this. As this is not an Avadaelement I can not change the core CSS or any details of the plugin.
Please do let me know if the plugin author are not able to help you resolve this
—————-Can you help me with that?
Thank you,
WilliForum: Plugins
In reply to: [Theme My Login] iPhone/iPad problemIf I, for testing, switch to a default theme – can this mess-up my website?
Forum: Plugins
In reply to: [Theme My Login] iPhone/iPad problemI am using Avada Theme
Forum: Plugins
In reply to: [Theme My Login] Fatal error: Uncaught exception …D’oh!
Thank you for your support and time, sent you 10 bucks.
Greetings from Switzerland,
WilliForum: Fixing WordPress
In reply to: disable older jquery loaded with unsupported themeSolved
Forum: Fixing WordPress
In reply to: disable older jquery loaded with unsupported themeForum: Fixing WordPress
In reply to: disable older jquery loaded with unsupported themeHi Chris,
Thanks for your help.
I found the code below in functions.php in the Theme folder – is this what you are asking for?
Best regardsfunction theme_update_scripts_and_styles() {
$template_url = str_replace( array( ‘http:’, ‘https:’ ), ”, get_bloginfo(‘template_url’, ‘display’));
$version = wp_get_theme()->get(‘Version’);
wp_enqueue_script( ‘jquery’, false, array(), $version, ‘all’ );wp_register_style( ‘theme-bootstrap’, $template_url . theme_get_optimal_path(‘bootstrap’,’css’), array(), $version, ‘all’ );
wp_enqueue_style(“theme-bootstrap”);if (theme_is_preview() && file_exists(theme_get_path() . ‘/style.preview.php’)) {
wp_register_style( ‘theme-style’, $template_url . ‘/style.preview.php’, array(‘theme-bootstrap’), $version, ‘all’ );
} else {
wp_register_style( ‘theme-style’, $template_url . theme_get_optimal_path(‘style’,’css’), array(‘theme-bootstrap’), $version, ‘all’ );
}
wp_enqueue_style(“theme-style”);wp_register_script(“theme-bootstrap”, $template_url . ‘/bootstrap.min.js’, array(‘jquery’), $version);
wp_enqueue_script(“theme-bootstrap”);wp_register_script(“theme-script”, $template_url . ‘/script.js’, array(‘jquery’, ‘theme-bootstrap’), $version);
wp_enqueue_script(“theme-script”);if (theme_is_preview()) {
wp_register_script(“script.preview.js”, $template_url . ‘/script.preview.js’, array(‘jquery’), $version);
wp_enqueue_script(“script.preview.js”);
}if (theme_woocommerce_enabled() && is_checkout()) {
wp_dequeue_script(‘wc-checkout’);
wp_enqueue_script(‘wc-checkout’, $template_url . ‘/checkout.min.js’, array(‘jquery’), false, true);
}if (theme_woocommerce_enabled() && is_product() && !theme_wc_disabled_button_supported()) {
wp_register_script(‘add-to-cart-button’, $template_url . ‘/woocommerce/add-to-cart-button.js’, array(‘wc-add-to-cart-variation’), false, true);
wp_enqueue_script(‘add-to-cart-button’);
}if (is_singular() && get_option(‘thread_comments’)) {
wp_enqueue_script(‘comment-reply’);Forum: Themes and Templates
In reply to: Remove links from Featured Image and ImagesIt was a theme issue. I was able to solve it.
Thanks
Forum: Themes and Templates
In reply to: Remove links from Featured Image and Imageshttps://billionthemes.com/Themes/Preview?id=2162320
It’s a Themler theme called Tre Pesciolino.
I just deactivated all plugins, made a new page, added image from media library, selected no link, published and tested – again linked to itself, no link ignored.
regards
Forum: Plugins
In reply to: [WP-TopBar] time settingsHi Bob,
You can mark this as resolved, it all works great.
Thanks again for your help
Willi