sirinbrown
Forum Replies Created
-
You must go in yoast settings and there by default you will find %%sitename%% remove that stuff and you are done.
Forum: Plugins
In reply to: [Membership 2] All fields set to required in Registration FormI want to do it in plugin itself only. I don’t want to use any other plugin so if possible then do suggest me changes to be done in plugin.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Set Latest single post page as front page.NO one’s interested to give solution or nobody knows it???
Forum: Plugins
In reply to: [Membership 2] Plugin does't support 4.4 versionJust now its working so I will let you know if i face that error again.
Forum: Plugins
In reply to: [Max Mega Menu] Delay in opening of sub-menu on hoverfunction megamenu_remove_hoverintent_delayt($arrayt) {
$arrayt[‘timeout’] = 0;
return $arrayt;
}
add_filter(‘megamenu_javascript_localisation’, ‘megamenu_remove_hoverintent_delayt’, 10, 1);I did this i know its duplication of code so asking if any small method just to integrate with the above code?
Forum: Plugins
In reply to: [Max Mega Menu] Delay in opening of sub-menu on hoverHey Tom,
One more issue, as per code first one run smoothly but when I hover out its still taking time to go away so can you please suggest me code for that too.
Forum: Reviews
In reply to: [Max Mega Menu] Didn't work for me!!you must contact support as same was problem with me but there was problem with my theme and not the plugin.
Forum: Plugins
In reply to: [Max Mega Menu] Delay in opening of sub-menu on hoverThanks it worked 😀