nhrk
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHi
Thanks for your reply. I just wrote whole new CSS ??
Want to ask you one more thing .. Yesterday I implemented Google Map in to the mega menu ..Working good. But somehow Map is not rendering into the Safari Browser. What might be the case ?
Here is the link of my developing site.You can find it under the Location tab. currently It is on Click event but may be when you are looking into it at that time I switched to hover.
Thanks again.
Just looked it in your official plugin site for documentation after replying here and found out that even your map is not showing in Safari Browser.So thought to let you know.
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingHi
thanks for your reply.I had added custom css in style.css.
I think the issue might be because of the menu ID. In the 1.6 version menu_id is
'menu_id' => 'mega-menu-' . $current_theme_location . '-' . $menu_id,
and in latest version it is'menu_id' => 'mega-menu-' . $current_theme_location,
.Because I was using it in following way:
#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-child{padding-left:170px;padding-right:80px;}
Forum: Plugins
In reply to: [Max Mega Menu] after parameter is not workingThanks for your reply but I am using the older version of the plugin(1.6) and in that version there is no filter ??
When I updated the plugin in my local development, all the style setting that I have done has been removed.
Forum: Plugins
In reply to: [WP Store Locator] Confilts with Media UploaderIts working perfectly fine for me ..
It might be other issue ..
Forum: Plugins
In reply to: [Contact Form 7 - Success Page Redirects] Copy function not workingHey ryan,
Worked like charm ! I would have to say SUPPORT for that plugin is really good.Keep it up man ! Great plugin..
Thanks for giving quick solution.
Forum: Plugins
In reply to: [Contact Form 7 - Success Page Redirects] Copy function not workingHey Ryan,
Yup correct !
Am I going to see update from you very soon ??
Thanks.
Forum: Plugins
In reply to: [WP Store Locator] How Lat Lng worksI am not able to figure out because I have lots of stores and at the time when I posted here I forgot to note down lat and lang of that particular store.
So I am closing this.
Just need to ask Is there specific reason to use round in database ?
Forum: Plugins
In reply to: [Contact Form 7 - Success Page Redirects] Copy function not workingHey
I just updated plugin and after that I tried but Its not working for me.
What I tried :
1. One contact form was already there in column.
2. I just clicked on Duplicate.
3.I redirected me to the newly created form (which is copy version of course).But still Redirect select box is empty ??
What might be the issue in my case ?
Forum: Plugins
In reply to: [Contact Form 7 - Success Page Redirects] Copy function not workingWowwww …
Great ..Thanks for quick and fast solution.
I will let you know.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7 - Success Page Redirects] Copy function not workingHi ryan
thanks for quick reply. Whats your planning for future release ? I mean when am I supposed to get it ??
Thanks.
Forum: Plugins
In reply to: [WP Store Locator] Take Store City from Database as Search ResultI have send Email containing my great Wp Store Locator Plugin as well as my table.
Have a look at it and tell me what am I missing.Don’t forget to activate custom template and lines I have added is at around line 222,521,640 and at the end.
Thanks for your great support.
Forum: Plugins
In reply to: [WP Store Locator] Take Store City from Database as Search ResultThanks for your reply Tijmen.
Here I have done that you suggested.And I guess its working.
Code that I have added :
city: $( "#area option:selected" ).text()\\Note I have added #
And changes that I have made in wpsl-ajax-functions.php is removed lat and lang part.And also removed $sqlparts.
But Issue is that at the start up(When I go into the page where wpsl shortcode added) it shows me NO RESULTS FOUND where it should give list of the store that I have added.
Otherthing is that, I have give option to Show all store with check box and code is as following:
$( "#all-store" ).on( "click", function() { if ($('input.all-store').is(':checked')) { showStores(); $('#area').prop('selectedIndex',0); } } );
Before adding your lines, this was working perfectly.But now After hitting search button, when I check the checkbox, it is giving me the same result which is I got after hitting the search button.Although it works fine if I uncheck it and then check it again.
What might be the issue ?
And Thanks for your time.Forum: Plugins
In reply to: [WP Store Locator] Take Store City from Database as Search ResultI also like to add that I have added
address = $( "area option:selected" ).text();
tofunction codeAddress()
.And I am not using map as well.
I know it might be very easy for you but I am not getting any idea.Can you please help ?
Forum: Plugins
In reply to: [WP Store Locator] Display Store ItmesSecond solution is not limiting to 4 store.
So I will try first solution and will let you know.
And I want to tell you that its one of the best support forum I have seen in my career.Cheers !
Forum: Plugins
In reply to: [WP Store Locator] Single-Store Template to show single storeUsed that plugin and It deserves more than 5 stars.
Can you also give me beta version just for testing purpose ?