gruis28
Forum Replies Created
-
Forum: Plugins
In reply to: [Hotel Booking Lite] Overriding views via child themeThanks @eugenewhite
for your clarifications on the override.I wrote directly to motopress support and they told me how to add these changes to the function.php file.
Thanks @john Davis motopress support
@maxThanks @lianakap
for you answerForum: Plugins
In reply to: [Maintenance] Problem in version 4.05Thanks @bugnumber9 for the help.
They only work if you enter !important
.main-container:after {opacity: 0 !important;} .login-form input {background-color: #ffffff !important;}
Thank you
MaxForum: Plugins
In reply to: [Maintenance] Problem in version 4.05After the last update I also have the same problem with the custom css.
I had changed this in the custom css field:
body > .main-container:after {opacity: 0;} .login-form input[type="text"], .login-form input[type="password"] {background-color: #ffffff;}
and now they don’t work anymore.
How can I solve the problem?
Thank you
MaxForum: Plugins
In reply to: [WooCommerce] Post meta numbers are not sorted correctly in orderbyThanks @rainfallnixfig for the answer.
The subject is a bit complex, but I hope someone else has had the need to order products with custom attributes.
In the meantime, I will check the resources you have indicated to me.
Thanks again
Forum: Themes and Templates
In reply to: [Astra] Css Child Thene not workingHi @bsfherman
thank you for your suggestionI confirm that the solution is to modify in the functions
the version number of the constant from 1.0.0 to 1.0.1
now all css rules workThanks again
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and products compare pricesThanks @fylgjur
for suggestions
the custom code option post is a little old and i am not a programmer, i will try the plugin you suggested to me.
Even if the plugin is new and has few downloads I will test it hoping it is the one for me.
Thanks again
Maxyou have been very helpful
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and products compare pricesThanks @fylgjur
for info.What I would like to do is just compare the prices of different affiliates in the same product like this:
so i should use a variable product as you suggested.
Perhaps it is better to directly use a ready-made theme for affiliate variable products woocommerce.
Thank you
MaxForum: Themes and Templates
In reply to: [Futurio] Some options take effect and others do notThanks @futuriowp for the answer
I had already set the same font for all the options (content, blog & archive, posts & page, top bar, Header & Title, Main menu, widget and footer), but it didn’t work.Then I discovered in “Global Options” that the “Theme options stylesheet loading” option was set to Dynamic to file and changed to “Inline” and now everything works.
I hope it can serve other users.
Thanks
MaxForum: Plugins
In reply to: [Hotel Booking Lite] Problem:Database update blocked at 40%Thanks @motopress for support
I updated the plugin to the latest version 3.5.2
now it is OK
Thanks again
MaxForum: Themes and Templates
In reply to: [Bootstrap Blog] Child Themes DO NOT workHello
I’m using this thema and I’m having problems with child theme.
I tried with the 2 ways:@import url (“../ bootstrap-blog / style.css”);
in the style.css file in the bootstrap-blog-child folder
or inserting in the functions.php file present in the bootstrap-blog-child folder:
<? Php
add_action (‘wp_enqueue_scripts’, ‘enqueue_parent_theme_style’);
function enqueue_parent_theme_style () {
wp_enqueue_style (‘parent-style’, get_template_directory_uri (). ‘/style.css’);
}the child thema is activated but any rule I copy in the style.css has no effect.
Is this theme compatible with the child-theme?
Do you have any suggestions?I have always used the child-theme to modify the themes and not lose the customizations with the updates.
Thanks again
MaxThank you for the reply
I usually imposed 999 as a priority
setting to 1001 the button has been removed from the admin bar.Thanks again for the support
MaxForum: Fixing WordPress
In reply to: Free Plugin Booking HotelThank you for your suggestion
I’ve already tried this plugin but I had some problems and uninstalled it.It looks like the demo when used with the thema “HotelWP – Hotel WordPress Theme” always by the same developer.
I had problems with the layout of the HB Search Room module, with the translation etc …
Do you use it?
Did you install it on a clean wordpress installation or with a hotel-specific theme?Thanks again
Max