caspergrimaldi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] Order delivery date not displayingI’ve created a user so you can access the site under maintenance.
username: support
pss: sc2#Syf6jK2b65EpI0(xCidSForum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Few questionsHi, sorry been busy so only just managed to look at this.
Your suggestion worked for the submenu thank you.I’ll do the picture for the header too but shame it doesn’t have the option to add the subtitle
Forum: Themes and Templates
In reply to: [DarkElements] Homepage divisionSorry, ignore the above. It’s not a theme function but a domain/sub domain matter.
Forum: Themes and Templates
In reply to: [DarkElements] Sidebar menu issuesThank you so much for all your help
Forum: Themes and Templates
In reply to: [DarkElements] Sidebar menu issuesThank you very much for those info. Indeed I was able to sort the elementor issue fairly quickly. It was a margin issue.
I have not attempted the sidebar and footer yet.
The sidebar menu doesn’t look right on mobile phones though. Would that be a theme or an elementor issue?Forum: Plugins
In reply to: [Import Social Events] Pin to homepageThanks for your quick and clear response, I’m going to try that.
Because I didn’t say it was perfect. I like it better than the wordpress block system but it’s still not something I like and there are several ways that would make elementor better, starting with an option to turn it into the default editor and avoid having to press a thousand (figure of speech) buttons before getting to where we want and an easier way to navigate back to the wordpress backend.
Forum: Fixing WordPress
In reply to: update crashed siteI managed to fix it by deleting the whole wp query that included line 724.
And for the admin, I managed to get it back by deactivating bbpress.
But I need to put those 2 back. any idea on why this is happening?
Forum: Fixing WordPress
In reply to: update crashed siteSORRY WEBSITE IS ADAUK.ORG
Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersHA, OF COURSE.
I just presumed that by having authorized the parent page with the plugin would by default authorize the child. Just went to check and no, it didn’t. It’s treating each page individually.
Problem solved.thanks for your help.
Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersIt does work with the appearance/menu option, however, with that, non members can see restricted to members pages.
I am using the membership plugin to restrict who can see what.Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersDidn’t work.
It took the tabs out and listed the pages and the child pages still didn’t show on hover.Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersI am not using the appearance/menu section. Just the normal I create a page and it appears in the navigation.
I am not very good with php. So did not modify this page other than adding the logo picture.
Not sure what fallback is meant to be.What would the normal code be to call the navigation with wp_list_pages? i can try and replace above code with that and see if it makes a difference.
Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersHere is the header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ) ?>; charset=<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_head(); // @see bp_head(); ?> </head> <body <?php body_class() ?> id="bp-default"> <?php do_action( 'bp_before_header' ); ?> <div id="header"> <div id="search-bar" role="search"> <div class="padder"> <div class="logo"> <img src="http://adauk.org/wordpress/wp-content/uploads/2013/05/logo.png" alt="ADA" /></div> </div><!-- .padder --> </div><!-- #search-bar --> <div class="nav-wrap"> <div id="navigation" role="navigation"> <?php if ( bp_is_active( 'messages' ) && is_user_logged_in() ) : ?> <?php frisco_bp_message_get_notices(); /* Site wide notices to all users */ ?> <?php endif; ?> <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?> </div> </div> <?php do_action( 'bp_header' ) ?> </div><!-- #header --> <?php do_action( 'bp_after_header' ) ?> <?php do_action( 'bp_before_container' ) ?> <div id="container">
[Please use the code buttons when posting code]Forum: Fixing WordPress
In reply to: wordpress child pages don't show on hover for non membersNope, they’re not.
sorry should have mentioned that.I created those pages the most simplest way. Add new, put content in the content box and published. No addition of any sort via other plugins, no tags etc