Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 6,226 through 6,240 (of 13,774 total)
  • Author
    Posts
  • in reply to: Safe way to update javascript for polygons #362098

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Did u wrap it in a document ready, it will be defined then?

    Stiofan

    in reply to: Near Me option! #362094

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Licenses not activated #362005

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great! 🙂 Thanks for letting us know.

    Stiofan

    in reply to: search not working #362001

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Charles,

    Can you provide FTP info also and i will try and debug this.

    Thanks,

    Stiofan

    in reply to: payment redirects me to paypal in fireign language #361990

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Usually 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

    in reply to: Licenses not activated #361984

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Safe way to update javascript for polygons #361832

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Pre Bank Transfer – Confirmation Email #361751

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jorge ,

    On the checkout confirmation page they should see the info on how to pay there.

    Stiofan

    in reply to: Sorting All Organization page to be alphabetical #361750

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Crystal,

    This looks like some sort of custom implementation of filtering, did u build this?

    Stiofan

    in reply to: BETA TESTERS – Invoicing #361749

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    @justmark, yes, i will be posting here soon 🙂

    Stiofan

    in reply to: Disable map bubbles and instead scroll to listing #361504

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is currently no easy way to add the map marker thing.

    For the show/hide marker thing please look at this:

    Stiofan

    in reply to: Add listing map problem #361490

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    User/pass seems wrong, can you double check please?

    Stiofan

    in reply to: Image instead of slider not showing in preview page #361483

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    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

    in reply to: license not working #361462

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Advanced Search Not Working – 502 TimeOuts Every Time #361451

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
Viewing 15 posts - 6,226 through 6,240 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount