Rhapsody
ParticipantForum Replies Created
-
I have solved this using the following approach:
1. Enabled “graphene_after_slider” widget area using Customizing ▸ Graphene: Advanced
Action Hooks Widget Areas inc/slider.php
2. Saved the existing right sidebar widgets as “Desktop only”
3. Added desired widgets to “Graphene After Slider” area and saved them as “Mobile only”Thanks for the reply Syahir. It must have been a cache issue, because it is working now. I forgot to update this post when the problem cleared.
That worked! Thanks very much Syahir.
Yes – I am using a child theme. Below is the functions.php
<?php /** This links the customized child theme to the parent theme **/ function my_theme_enqueue_styles() { $parent_style = 'graphene-style'; // This is 'twentyfifteen-style' for the twentyfifteen theme. wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); // End of setting up Child Theme ?>Syahir,
Use this test site link and login as User: Crew Password: Member
https://cmtest.crew-mgr.com/Once logged in, scroll down and you will see the admin bar covers the floating menu.
Thanks! That worked perfectly.
Thanks Syahir. This is the link: https://crew-mgr.com/
View it on a phone and you’ll see the graphic icons on a line below the collapsed menu. On the desktop the icons are hidden and the normal menu is displayed as desired. I would like to style the icons to display in the same line as the collapsed menu on the phone. For now I have moved them directly after the icon menu until I can figure out how to style them in line.
Viewing 7 posts - 1 through 7 (of 7 total)
