Support ForumAdding Mega Menu functionality to Boldial Theme – Support Forum https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/feed Fri, 03 Jan 2025 03:18:23 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11321 <![CDATA[Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11321 Mon, 25 Jan 2016 14:11:33 +0000 VisionWebServices Hello, So purchased the theme. Its great looks very very professional.

So as per our conversation on TF: https://themeforest.net/comments/12131623 would you be so kind to point me in the right direction and as you stated ‘hint’ on where to make the required changes?

I added the mega menu plug-in. It does work for the menu albeit requiring some styling changes BUT as I initially assumed the search and expandable area links now do not work as intended. The url is simple appended e.g: /#expandable and /#search and doesn’t bring up the search OR open expandable area.

I have this on a local box at the moment as its going to replace an existing website. So ideally would need to have everything working prior to making it live.

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11323 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11323 Mon, 25 Jan 2016 14:18:39 +0000 IshYoBoy Hey,

Could you please create a “development” server which we can access in order to see what is output in HTML. This would be the best option as we need to see the same version as you.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11324 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11324 Mon, 25 Jan 2016 14:59:35 +0000 VisionWebServices hello,

done that. shall i paste the details of where it is here? OR can i send you a private message with details? prefer its not out in open.. If you can let me know and i can sent it over ASAP

Thank you.

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11326 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11326 Mon, 25 Jan 2016 15:36:58 +0000 VisionWebServices https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11327 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11327 Mon, 25 Jan 2016 15:37:34 +0000 VisionWebServices the private message i sent you should allow you too see the website. as you can see the menu is added (of course needs css tweaks etc which isnt a problem) but the search and expandable area links dont work.

If you make your screen smaller then when the toggle nav appears then they do work.

Ideally i am trying to get the search and expandable buttons to work in the full screen view nav and the remove that menu altogether to only use the bold themes toggle nav which is just too good to remove.

I know this is asking a lot but if you would be so kind to point me in the right direction and hint on what to change that would be great.

I think the theme would look super with a mega menu one of the only things that are missing…

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11339 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11339 Tue, 26 Jan 2016 09:04:36 +0000 IshYoBoy Hi,

Thanks. The IP & hosts seem to work. The only problem is that WordPress was installed with “localhost” set as url and most of the resources use this url if you view the HTML source code. Please replace it either with IP or with the some testing url which we can change in the hosts which would work both on your local and when viewed from outside – by us.

We recommend using this little php code to replace the urls in the WordPress DB. The older version 2.1 works perfectly for us:
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11351 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11351 Tue, 26 Jan 2016 11:40:42 +0000 VisionWebServices hello,

thats what i actually used yesterday. I re-run it again.
thats now been updated all references are now correct..

]]>
https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11367 <![CDATA[Reply To: Adding Mega Menu functionality to Boldial Theme]]> https://support.ishyoboy.com/forums/topic/adding-mega-menu-functionality-to-boldial-theme/#post-11367 Wed, 27 Jan 2016 08:20:28 +0000 IshYoBoy Hey,

Good morning. It’s working now.

Okaaay.. The Search and Expandable area buttons are added to the main menu via hooks. the code added can be found in the file:

wp-content/themes/boldial/assets/functions/nav.php

The function is on line 32 – ishyoboy_add_search_form(); So if you need to somehow change the HTML output you can do it in here. I guess add “item_link” class to the “a” element and move the icon into a span, add some classes to the “li” container etc..

The activation (JavaScript) functionality of these areas (search, expandable and responsive navigation) is done in the file:

wp-content/themes/boldial/assets/frontend/js/main.js

And in the function “ish.activate_floated_areas”. You might want to trace when this function is fired and might have to call it as the jQuery selectors for the buttons seem correct – Maybe Megamenu destroys all binded events and adds its own. It will require some debugging to see if the activation runs, if the “click” is binded etc..

P.S. Both WordPress and JS functions are overridable via child Theme so you can keep your changes apart from the theme core to support future theme updates.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>