VM06
Forum Replies Created
-
Hello,
Thanks for your answer. Here is the error message :
PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding().
If this can help you.Thanks.
Forum: Plugins
In reply to: [JSM User Locale Selector] Change title and display in mobileAnother question please : on dropdown list, there are languages I don’t want to be displayed (just 2 languages).
Is it possible to control this?
Thanks.Forum: Themes and Templates
In reply to: [OceanWP] Sticky sidebar and vertical headerSorry, I edited the message
Forum: Themes and Templates
In reply to: [OceanWP] Sticky sidebar and vertical headerForum: Themes and Templates
In reply to: [OceanWP] Plugin Widgets in Menu not showing on small devicesThanks, it is resolved. The only thing to do was to tick the mobile menu checkbox in “appearance” – “menu”.
Thanks.Forum: Themes and Templates
In reply to: [OceanWP] Sticky sidebar and vertical headerThanks for your quick reply. The problem is that it is not on line. Only on localhost.
Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”This is resolved.
Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Hello Amit,
Thanks so much for all your help, as always :).
Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Hello Amit,
That’s perfect, it is working. Thanks so much.
And just one thing : is it possible to have the search form before navigation (as in mobile-nav.php, it is not possible to reverse nav and search form)?Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Yes, I already registered sidebar :
function header_widgets_init() { register_sidebar( array( 'name' => 'Widget Header', 'id' => 'widget_area' ) ); } add_action( 'widgets_init', 'header_widgets_init' );In child theme folder :
<div id="mobile-nav" class="navigation clr"> <!-- ajout de ma nouvelle widget area --> <?php if ( is_active_sidebar( 'widget_area' ) ) : ?> <div id="header-widget-area" class="nwa-header-widget widget-area" role="complementary"> <?php dynamic_sidebar( 'widget_area' ); ?> </div> <?php endif; ?> <!-- fin nouvelle widget area --> <?php // Display menu wp_nav_menu( $menu_args ); echo("bonjour");?> </div>Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Sorry, it was working for me.
Menu mobile
Header widgetForum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Here is the screenshot (of the widget area and also the area where I would like to display the menu).
Thanks.
Widget header
Mobile menuForum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Thanks. How do we add a screenshot?
Forum: Themes and Templates
In reply to: [OceanWP] Add a widget in “sidr”Hello Amit,
Thanks for your answer. So I did all the steps but nothing appears on mobile menu. I even added an “echo” but there is nothing that is displayed.
Do you have any idea?
Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Language of front sideIt’s OK, thanks again for your support.
I found a plugin called “JSM’s User Locale Selector for the WordPress Toolbar” that changes the language according to the language chosen in user profile.
Thanks again.