Juan Uberos
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] Hide Hours for “All day time off”Resolved! Thank you!!
Forum: Plugins
In reply to: [Appointment Calendar] Translate datepicker and first day MondayI’ve only changed dayNamesShort and dayNamesMin and perfect, It works!
firstDay: 1,
dayNamesShort: [‘Dom’, ‘Lun’, ‘Mar’, ‘Mie’, ‘Jue’, ‘Vie’, ‘Sab’], // For formatting
dayNamesMin: [‘Do’,’Lu’,’Ma’,’Mi’,’Ju’,’Vi’,’Sa’], // Column headings for days starting at Sunday
monthNames: [‘Enero’,’Febrero’,’Marzo’,’Abril’,’Mayo’,’Junio’,’Julio’,’Agosto’,’Septiembre’,’Octubre’,’Noviembre’,’Diciembre’],Thankyou!
Forum: Plugins
In reply to: [Appointment Calendar] Hide Hours for “All day time off”It works! Thankyou very much!
Regards
JuanForum: Plugins
In reply to: [Appointment Calendar] Hide Hours for “All day time off”Hi abhishek
It works but hide entired rectangle, i need hide only hours “12:00-11:59pm”. Then only rectangle red and description text of the time off will be visible, is it posible?
Thanks
JuanForum: Plugins
In reply to: [Appointment Calendar] Hide Hours for “All day time off”Hi abhishek
Sorry, i’m not explained well, i’m refer to front calendar, hide hours when it’s all day time off:
Thanks
JuanForum: Plugins
In reply to: [Photo Express for Google] Phototile style ConfigurationHello!
Sorry, url changed..
Settings:
https://viajescalventour.es/Image6.jpgResults:
https://viajescalventour.es/prueba/Thanks!
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Show sort panel at first load pageOk, It works! Thanks for the support!
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Show sort panel at first load pageHello RealMag777,
i was using 2 sidebar and 2 distinct searches and it got me that problem.
Now i’m using only a sidebar and it works.
Only a more question.
Writing php code is possible change widget to use distinct options accordance to the page?
Homepage page: (https://vivirentotana.hl21.dinaserver.com/) i’d like using auto submit search
Results page search: (https://vivirentotana.hl21.dinaserver.com/busca-tu-vivienda/) i’d like using ajax searchThanks!
Ok, i’d like configuring others words but there is no problem, this is unique word that is wrong:
English: 1 vote (singular) = Spanish: 1 voto (1 vota is wrong)
English: 2 votes (plural) = Spanish: 2 votos (Right)For example “1 vota” must be “1 voto”
Add an image:
https://www.cienciaenlanube.es/1vota.jpgi’ve resolved with this code:
$_REQUEST['category'] = $args['category']; $_REQUEST['pno'] = ""; $_REQUEST['width'] = "600"; $_REQUEST['height'] = "400"; echo em_get_locations_map_shortcode($_REQUEST);
Argument category must be passed from array $args to $_REQUEST and argument pno must be set to “”. It works!
Thanks everybody!
I’ve tried..
$args = array('limit' => 0, 'width' => '600px', 'height' => '400px'); echo em_get_locations_map_shortcode($args);
and
$_REQUEST = array('limit' => 0, 'width' => '600px', 'height' => '400px'); echo em_get_locations_map_shortcode($_REQUEST);
All locations are displayed in the map ??
Hi caimin_nwl,
I’m trying pass argument limit to the array but it seems that not exist..
$_REQUEST['limit'] = "0"; $_REQUEST['width'] = "600"; $_REQUEST['height'] = "400"; echo em_get_locations_map_shortcode($_REQUEST);
Arguments width and height works perfectly but in map message continues (“No locations found”) when i’m doing a search.
I don’t know if i’m getting right your instructions..
Ok, I think it would be interesting..
Thankyou very much.
Maybe i should study a bit more english.. ??
i’ve ilustrated what i’m looking for in 2 screenshots:
1. Load page events:
https://www.cienciaenlanube.es/blog/wp-content/plugins/events-manager/loadpage.jpg2. A search:
https://www.cienciaenlanube.es/blog/wp-content/plugins/events-manager/search.jpgThanks.