JudeAinsly
Forum Replies Created
-
I had the same issue, but wasn’t using any page bulder plugin. Replacing the body tag into following fixed the issue.
<body <?php body_class(); ?>>
Hi @loncar
It only shows appointments if the whole month is selected. All other options showing the list blank. Hope this will be fixed. Great plugin BDW ??
Cheers.
Forum: Fixing WordPress
In reply to: Updated to 4.9, won’t detect page template…Having the same issue. A method to switch this cache on/off, would be ideal. Private window method doesn’t work for me.
Forum: Plugins
In reply to: [Post My CF7 Form] Mapped taxonomies doesn’t saveThank you! Waiting for it… Great plugin though..
Forum: Themes and Templates
In reply to: Ho to Hide a div if no items availableYes your method is correct. But in this situation, all sub-menu items are not child pages. Some are taxonomies, some are external links etc.
Also, displaying has no issues, all I want to know is a method to hide an empty looking div.
Forum: Themes and Templates
In reply to: Ho to Hide a div if no items availableYes, what I’m trying is; as a part of this page template, I will be displaying a list of sub-links related to a main page. Fetching them from Appearance > Menus.
This works fine.
Ex: If the menu structure is as follows;Careers
– Vacancies
– Apply Online
– FAQsIt lists only sub-menu items.
What I want is to hide the div if there is no sub-menu items.
Hope It’s clear and thanks for your replies. ??Forum: Themes and Templates
In reply to: Ho to Hide a div if no items availableHi stephen, since it gave a syntax error I used your method as following. but it didn’t work though…
<?php if ( has_nav_menu( 'main-menu' ) ) { ?> <div class="bottom-menu"> <?php wp_nav_menu( array( 'theme_location' => 'main-menu', 'depth' => '1', 'submenu' => 'Investor Relations', ) ); ?> </div> <?php } ?>
Thank you miraiserver
Forum: Plugins
In reply to: [Aqua Page Builder] Gallery Add New button issueProblem with an addon plugin. Downgraded temporary….
Forum: Fixing WordPress
In reply to: Unable to Log In –Cookies Are Blocked Due To Unexpected Output?Downgraded to an older version… And its back to normal