Rejuan Ahamed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] Undefined property: stdClass::$container_aria_labelHello Wendell,
Thank you so much for your suggestion. Please don’t worry, the next update we will fix this issue.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] unable to use the menu as the one from the templateHello,
What plugin are you using to add the script? “Script Blocking -> Head” isn’t part of WordPress itself.
The plugin may be conflicting with our cookie notice, I’ll look into this.And please contact our support mail([email protected]), support will help you.
ThanksHello,
We are really sorry for late. Please don’t worry, we will check this issue and try to fix this issue as soon as possible.and please contact our support mail([email protected]), the support team will help you.
Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Undefined property: stdClass::$container_aria_labelHello,
In wp-includes/nav-menu-template.php line 190 there’s a missing empty(); function around $args->container_aria_label.
Causes PHP errors everywhere wp_nav_menu(); function occurrence:$aria_label = ( 'nav' === $args->container && $args->container_aria_label ) ? ' aria-label="' . esc_attr( $args->container_aria_label ) . '"' : '';
Should be:
$aria_label = ( 'nav' === $args->container && !empty($args->container_aria_label) ) ? ' aria-label="' . esc_attr( $args->container_aria_label ) . '"' : '';
Thanks for your report, We’ll fix it in the next release.
Thanks
- This reply was modified 4 years, 6 months ago by Rejuan Ahamed.
- This reply was modified 4 years, 6 months ago by Rejuan Ahamed.
Forum: Plugins
In reply to: [WP Mega Menu] Mobile Menu not showing with shop start themeHello Mike,
We are very sorry that the mobile menu is not working. I think your site has some CSS issues. Please give me your site URL and please contact our support mail([email protected]), support will help you.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Color Picker and Docs MissingHello Terry,
We sincerely apologize for the inconvenience this may be caused you. Which version of WordPress you are using, please let me know. And please contact our support form ([email protected]), they will help you.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] After disable mega menu burger button click menu not apperingHello,
Please contact our support mail([email protected]), our support will help you.
ThanksForum: Plugins
In reply to: [WP Mega Menu] Tabbed Menu QuestionHello,
Sorry for the late. What you want is already on the megamenu. If you notice very well, you will see that there is an option to take the menu on the right-left. You can view the Megamenu documentation, Link. And more information please contact our support mail([email protected])Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Mega menu columns and effectsHello,
Five columns are not possible.
Please see this documentation https://docs.themeum.com/wp-megamenu/
I hope your concept will be clear.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Mega menu columns and effectsHello,
There is no 5 column option in the mega menu. See this link https://prnt.sc/u9i4o7
We are really sorry.Thanks
Forum: Plugins
In reply to: [WP Mega Menu] Mega menu not showingHi Pablo,
Please contact our support mail ([email protected]), Support will help you.
Thanks- This reply was modified 4 years, 6 months ago by Rejuan Ahamed.
Hello,
Go to your root directory and then wp-config.php file add this code,# FS method define( 'FS_METHOD', 'direct' );
I hope your problem will be solved.
ThanksForum: Plugins
In reply to: [Digital Events Calendar] Error MessageYou are most welcome.
Thanks and have a nice day.Forum: Plugins
In reply to: [Digital Events Calendar] Error MessageHi Roway,
– We checked this issue
– Really thank you for notifying us its a good feedback and we will fix this bug in next update
– Please go to file location [/wp-content/plugins/digital-events-calendar/lib/calendar.php] line number 124, and then remove this code [$get_final_array = preg_match(‘/value=”(\d*)”/’, $get_final_array, $get_newevarray);]I hope your problem will be solved.
Thanks.Forum: Plugins
In reply to: [WP Crowdfunding] Remove RewardsHello,
Please download this file and replace with old file path is [/wp-crowdfunding/includes/woocommerce/Reward.php]
– Download linkThanks.