Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Did u wrap it in a document ready, it will be defined then?
Stiofan
For the space it seems to be caused by something changing the html height to 100% via JS, if you can provide FTP info i can track it down quicker.
Thanks,
Stiofan
Great! 🙂 Thanks for letting us know.
Stiofan
Hi Charles,
Can you provide FTP info also and i will try and debug this.
Thanks,
Stiofan
February 16, 2017 at 11:53 am in reply to: payment redirects me to paypal in fireign language #361990Usually it will be in the language of the account, i have added a line to force it to engligh, is that the language u want it in?
Stiofan
Yes there was something weird gong on with your licences, i ended up having to delete them and regenerate them, this mans you will likely have to add all new licence keys but hopefully now everything is normal.
Thanks,
Stiofan
Hello,
You can try something like this:
<script> jQuery(function() { // Define the LatLng coordinates for the polygon's path. var triangleCoords = [ {lat: 25.774, lng: -80.190}, {lat: 18.466, lng: -66.118}, {lat: 32.321, lng: -64.757}, {lat: 25.774, lng: -80.190} ]; // Construct the polygon. var bermudaTriangle = new google.maps.Polygon({ paths: triangleCoords, strokeColor: '#FF0000', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#FF0000', fillOpacity: 0.35 }); bermudaTriangle.setMap(jQuery.goMap.map); }); </script>Thanks,
Stiofan
Hi Jorge ,
On the checkout confirmation page they should see the info on how to pay there.
Stiofan
Hi Crystal,
This looks like some sort of custom implementation of filtering, did u build this?
Stiofan
@justmark, yes, i will be posting here soon 🙂
Stiofan
There is currently no easy way to add the map marker thing.
For the show/hide marker thing please look at this:
Stiofan
User/pass seems wrong, can you double check please?
Stiofan
February 14, 2017 at 6:06 pm in reply to: Image instead of slider not showing in preview page #361483Hello,
Try something like this:
remove_action( ‘geodir_details_main_content’,’geodir_action_details_slider’,30);
add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30); function my_geodir_action_details_slider() { global $preview,$post; if($preview){ $post_images = array(); if (isset($post->post_images) && !empty($post->post_images)) { $post->post_images = trim($post->post_images, ","); $post_images = explode(",", $post->post_images); echo "<img src='".$post_images[0]."' />"; } } elseif ( has_post_thumbnail() ) { the_post_thumbnail('full'); } }Thanks,
Stiofan
Hello Enzo,
I can tell from the screenshot that you are using the wrong licence keys, please make sure u are using the correct ones for each addon.
Thanks,
Stiofan
February 14, 2017 at 4:02 pm in reply to: Advanced Search Not Working – 502 TimeOuts Every Time #361451This reply has been marked as private. -
AuthorPosts