Giri
Forum Replies Created
-
AuthorPosts
-
You are welcome
I’m not really sure what you are talking about. And i’m not really sure whether you are reading my existing replies or not.
The only way i can help is if you answer my questions.
Have you read this reply?
https://wpgeodirectory.com/support/topic/whoop-recent-activity-widget/page/3/#post-234891
Thats because you are trying to duplicate the same function thats already exists. So you don’t have to add that function again.
Have you added your domain to google maps API allowed sites?
Refer this page https://wpgeodirectory.com/docs/add-google-api-key/
https://wpgeodirectory.com/docs/wp-content/uploads/sites/3/2016/06/gkey21.png
Hi there, this would work properly, only for single post type.
paste this is your child theme
function gd_custom_search_category_dd(){ ?> <script type="text/javascript"> jQuery( document ).ready(function() { var content = jQuery('.cat_select').clone(); jQuery('.showFilters').hide(); jQuery( content ).insertBefore( jQuery( ".search_text" ) ); }); </script> <?php } add_action('wp_footer', 'gd_custom_search_category_dd');
This reply has been marked as private.Please check my last reply. It https problem.
Give me your site credentials. I’ll fix that issue.
You can fix that yourself too.
File: /wp-content/themes/geodirectory_whoop/functions/general.php
line number: 419
Replace this
$img_old_url = 'http://maps.googleapis.com/maps/api/staticmap';
with
$img_old_url = '//maps.googleapis.com/maps/api/staticmap';
If that doesn’t work then replace it with
$img_old_url = 'https://maps.googleapis.com/maps/api/staticmap';
Let me know how that goes
Ernest, I added the code in child theme. So activate whoop child.
As far map issue, I think thats because you have converted your site to https
King, It was a bug in whoop and it got fixed by stiofan. You don’t need any custom codes. Just use latest whoop version and you should be fine.
Thanks
This reply has been marked as private.Sorry Jeff, just started my work. Look on to this issue ASAP.
Thanks
You are welcome Ernest 🙂
Hi I have applied the code and tested in your website. It works.
Let me know if you see any problem.
Thanks
No king, Something is wrong in your server. I was discussing your problem with stiofan. Will give you a reply by tonight.
Thanks for your patience
-
AuthorPosts