Martin Luna
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No aparece url en el buscador solo categoria ayuda!!!Hola,
Puedes escribir un ejemplo de como esta apareciendo y como deberia aparecer?
Parece que es un problema de configuración de los Enlaces Permanentes.
Puedes cambiarlo en Ajustes > Enlaces Permanentes y luego seleccionar Nombre entrada.The fix link posted by Karsten.madsen also works when working with WAMP.
Thanks!
Hi rejsekm,
I’m using this code to display all markers from my custom post type. This code goes into your page-template.php.<?php if ( function_exists( 'pronamic_google_maps_mashup' ) ) { pronamic_google_maps_mashup( array( 'post_type' => 'custom_type' ), array( 'width' => 800, 'height' => 450, 'nopaging' => true, 'map_type_id' => 'satellite', 'marker_options' => array( 'icon' => 'http://google-maps-icons.googlecode.com/files/photo.png' ) ) ); } ?>And I’m using this shortcode to display the single marker in my post
[googlemaps]Same problem here. The widget appear below the footer in the admin area and breaks the design of the page in WP 3.9.1.
Four months and still no update to fix it?
I’ll keep waiting.
Cheers!Forum: Plugins
In reply to: [Meta Box] Demo file missingYes, the file is missing after downloading the new version of the plugin.
In the meanwhile you can grab it from GitHub https://github.com/rilwis/meta-box/blob/master/demo/demo.php