nhrk
Forum Replies Created
-
Hi
Thanks for reply and Let me know you that It is the best plugin for the developer just because of the filter and action that you have provided ?? Totally Loved it.
Currently I doing the same as you advised. But due to some reason I don’t want to do that.
Is there any other way to do it ? I have gone through notification files and in
Notifications.class.php
there is a line innew_submission
function which is having conditionif ( $booking->post_status != 'pending' ) {
.So is it going to in else condition ?
Let me know if you have any doubt.
Thanks again.
Thanks for providing link of the gist.
After adding code from the gist, It is sending the email. But It is using Email of the New Request. I want it to use email template of the Confirmed Email.
Still missing something ?
Thanks again.
Forum: Plugins
In reply to: [WP Responsive header image slider] Link URL issueWhat should I do ? I still have the same version(1.3).
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Work with shortcode?Hey
I have set up plugin and using widget for filter. I just want to have filter for
shop
product category. So in the backend I have excluded all other term IDs. Its working fine.And also
Shop
product category is having different widget while all other category and pages have same widgets.So the problem is :
When from
shop
category I select child category, sidebar gets changed from filter to woocommerce category display(which is for all other category and pages) and breadcrumbs also(But it is showing me the correct result).NOTE I have set different shop page from the backend(which is not shop product category).
Is above note has anything to do with sidebar ? Because when I select sub category, breadcrumbs gets changed and become like
Home > My shop page
.Hope You get what I am trying to say ??
Thanks and Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey Tom,
I know its not worthy but you know how clients are ??
Btw after 23 post, I am going to put it as resolved.
Thanks for all the help and all the patience.
Best Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey Tom,
Thanks for all the support that you gave. Probably this is my last question to you ??
Finally I decided to go with
clip:initial
(Hope it won’t effect too much ?? ) and for that I copiedmegamenu.scss
and pasted it inwp-content > themes > myTheme > megamenu
and in copied file I changed that property.After changing, I went to my front end to check that change(after clearing cache of course), but somehow change did not reflect on front end.
Is that because of transient ? If so how can I delete it?
NOTE: I am using 1.3.2 version of your plugin.
I know its easy in latest version of your plugin because same thing I successfully implemented in my local dev but in live dev I can not update plugin as latest version is not using menu-ID any more.(I have to update if there is no other way remains ?? )
Thanks for being gentle and nice !
Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey Tom,
I am on windows and on Windows version of Safari(version 5.7.1), Map is not showing in Windows Safari only otherwise in all major browser, Its working fine.
Tom, when I override that and set it to initial nothing gets changed(even after clearing the cache). But if I remove that
clip:auto
directly from inspect element then It works but by doing that it just hide the mega menu even though it is open.Can please have a look into it ? Make sure you are on Windows ??
Thanks nd Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey,
I tried to play with the CSS and I think I have found the reason why map is not displaying in Windows Safari.
clip:auto
is the culprit here. If you go into your Official Plugin site through safari browser in windows and go to the map div tag, there is CSS apllied which is#mega-menu-wrap-demo_navigation, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation ul, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation li, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation p, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation img, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation div, #mega-menu-wrap-demo_navigation #mega-menu-demo_navigation a{ clip:auto; }
so if you change it to
clip:initial
or even if you remove that property, it will show up the map.After changing clip to initial solve my case, but I am waiting for you to give it a go coz I dont know whether it will change the plugin behavior or not.(I made change through my Inspect Element not directly to the plugin CSS so please check and let me know as well)
Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey,
It works perfectly if I put my google map into the Page.
Problem occurs only in windows Safari browser(5.1.7) when Map is in the menu.In all other browser it works perfectly in menu also.
google.maps.event.addListener(map, 'idle', function() { alert("Loaded !"); });
I tried above code just to see if every tiles is loaded or not, and it is giving me the Alert so its bit of frustrating cz I can not able to solve it ??
Thanks and Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey tom,
Great to see that you make time for that update.
I just updated to latest version(1.7.3.1) and somehow still google map is not working for me on Window Safari Browser(Version 5.1.7).
What I did:
1) Went to plugin update page and updated plugin.
2) After that checked on Safari directly(with excitement ?? ), but did not worked out for me.
3) Clear all cache and then tried again, but ??What might be the issue ?
Thanks for your continuous support.
Regards,
NHRK
Forum: Reviews
In reply to: [Max Mega Menu] Excellent support, excellent product!Hey moor208,
Plugin author always replies to every thread and He helped me alot.
Possible he reached out late to your thread because of some work but you can not give 1 star just because considering support side only.
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey,
Thanks for the giving tremendous support(this plugin deserves more than 5 Star ?? ).
Waiting for the new version.
Thanks and Regards,
NHRK
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHey tom,
Thanks for looking into it and and I really appreciate your free support.
Waiting for new version release for that fix because my release is totally depends on yours ??
Another thing I want to ask is When you click on marker and infoWindow that pop up, after that when you click on close infoWindow, it is not allowing to close infoWindow. Is that Google Map issue ?
Thanks,
NHRKForum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingMy guess is that it is because of the
z-index
(completely guess only).Because it is not showing only image related part like Map, Map controller etx etc..Otherwise other things are there in safari browser only.Why is it like this in safari browser only ? Its really annoying me ??
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHi
So I found out that the issue is related to the CSS. Because when I went into the deep, I can see that image from the google map is there, but due to some CSS problem it is not showing there.
Can you tell me what might be the issue ?