ricoaragon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Menu unresponsive in mobile viewThe problem Im having is when I’m on my home page I lose menus in tablet and it’s nonresponsive in mobile view. when I am on a different page, in tablet view I have a menu and its responsive in mobile. it’s only on certain pages. when I deactivate elementor I have full function in tablet and mobile view.
Forum: Themes and Templates
In reply to: [GeneratePress] No navigation bar on mobile themeI have a similar problem. But it’s in the customize when I change the to tablet view my menu disappears and in mobile, the menu does not respond when clicked on. I’ve deactivated all my plugins and it seems to be the elementor plugin when I opened the edit button I seen this. I am too new to all this so I am not sure what I can do. Something with the php? Would this cause the plugin to not work correctly or fix my issue?
Thanks
/**
* Show in WP Dashboard notice about the plugin is not activated.
*
* @since 1.0.0
*
* @return void
*/
function elementor_fail_php_version() {
$message = esc_html__( ‘Elementor requires PHP version 5.4+, plugin is currently NOT ACTIVE.’, ‘elementor’ );
$html_message = sprintf( ‘<div class=”error”>%s</div>’, wpautop( $message ) );
echo wp_kses_post( $html_message );
}Forum: Themes and Templates
In reply to: [GeneratePress] Menu unresponsive in mobile viewCould this be the reason why my headers are not responding?
function elementor_fail_php_version() {
$message = esc_html__( ‘Elementor requires PHP version 5.4+, plugin is currently NOT ACTIVE.’, ‘elementor’ );
$html_message = sprintf( ‘<div class=”error”>%s</div>’, wpautop( $message ) );
echo wp_kses_post( $html_message );
}Forum: Themes and Templates
In reply to: [GeneratePress] Menu unresponsive in mobile viewYea weird. so it’s not the elementor pro but just elementor version 1.4.9
Forum: Themes and Templates
In reply to: [GeneratePress] Menu unresponsive in mobile viewOk. so it looks like it’s the elementor plug-in I have pro which that one works but when the other elementor plug-in is activated I lose mobile menu function.
Forum: Themes and Templates
In reply to: [GeneratePress] Menu unresponsive in mobile viewI have a similar situation with the menu responding in mobile view and in the tablet view, the header completely disappears. I don’t have the pro version. any help on this would help a lot
thanks!