liberius
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [THBusiness] Mobile menu stays open on resizeThanks, Pubudu
I did correct via CSS with:
@media (min-width: 992px) {
.responsive-mainnav{
display:none !important;
}}
But I think it’s a javascript issue adding the display:block inline style, or not removing it.
Forum: Themes and Templates
In reply to: [THBusiness] More than 5 slides in slider?Thanks very much. That worked.
Since my edits will be lost when you update the theme, could I suggest you add a input in the Slider Theme Options tab that allows a user to set the number of slides required. Then the extras.php and options.php could reference that setting to generate the inputs and output.
Thanks for a great theme.
Forum: Themes and Templates
In reply to: [THBusiness] More than 5 slides in slider?Thanks for the quick reply.
Your suggestion doesn’t seem to add any more slider inputs to the theme options screen. The edits only read EXISTING slider images.
There must be another place where the number of inputs is created. Yes?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Import to different WP version?Thanks, Yani.
Just to confirm: your plugin only includes database, themes and plugins in the zip archive? Not the core WP files?
When a new install has a migration imported the config.php needs to be updated?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not using site time and dateThanks.
It’s the strangest thing. About an hour after I confirmed both timezone settings things finally sorted themselves out. Woocommerce now sees the timezone correctly.
Perhaps that will help others. Wait a while and see if you just don’t have a delay.