cosmoweb
Forum Replies Created
-
0.6.8
i have last release,
capod anno napoli 2014[prov].it
thanks
Thank you!
Hi,
for example in post.php
code:
<body>
[events_list limit=”10″ location=”1″]
</body>
Nice! Thank you! I resolved disabling old plugin.
So, now, how can i change /?pno=2 in /2/ or pagin-2.php ?
With rewrite url? How? Thank you so much!!! ??I solved, missing <?php wp_head(); ?> in header.php theme
I resolved to remove map on the mobile:
Code in functions.php
function isMobile() { return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]); }
Code in locationmap.php
if(!isMobile()) { /* @var $EM_Location EM_Location */ if ( get_option('dbem_gmap_is_active') && ( is_object($EM_Location) && $EM_Location->location_latitude != 0 && $EM_Location->location_longitude != 0 ) ) { //get dimensions with px or % added in $width = (!empty($args['width'])) ? $args['width']:get_option('dbem_map_default_width','400px'); $width = preg_match('/(px)|%/', $width) ? $width:$width.'px'; $height = (!empty($args['height'])) ? $args['height']:get_option('dbem_map_default_height','300px'); $height = preg_match('/(px)|%/', $height) ? $height:$height.'px'; //assign random number for element id reference $rand = substr(md5(rand().rand()),0,5); ?> <div class="em-location-map-container" style='position:relative; background: #CDCDCD; width: <?php echo $width ?>; height: <?php echo $height ?>;'> <div class='em-location-map' id='em-location-map-<?php echo $rand ?>' style="width: 100%; height: 100%;"> <?php _e('Loading Map....', 'dbem'); ?> </div> </div> <div class='em-location-map-info' id='em-location-map-info-<?php echo $rand ?>' style="display:none; visibility:hidden;"> <div class="em-map-balloon" style="font-size:12px;"> <div class="em-map-balloon-content" ><?php echo $EM_Location->output(get_option('dbem_location_baloon_format')); ?></div> </div> </div> <div class='em-location-map-coords' id='em-location-map-coords-<?php echo $rand ?>' style="display:none; visibility:hidden;"> <span class="lat"><?php echo $EM_Location->location_latitude; ?></span> <span class="lng"><?php echo $EM_Location->location_longitude; ?></span> </div> <?php }elseif( is_object($EM_Location) && $EM_Location->location_latitude == 0 && $EM_Location->location_longitude == 0 ){ echo '<i>'. __('Map Unavailable', 'dbem') .'</i>'; } }
I resolved, thank you!
It’s work! Thank you!
party nopea.it link is “discoteche”
Thaks very much
Can i post here my web site? So can see the permalink that i said.
thanks
In Permalink Slugs i have this option:
Events:
Location:
Events Category:
Events: Tags:
I changed in italian language and that option work fine, but don’t see the option permalink for location list in navigation bar.
When i click on location (luoghi in italian) to view all location the permalink is /eventi/luoghi/ but i’d like change to /club/
thank you
I tried but i can change just events e location, i’d like change the location list, now is /events/luoghi/ i want /club/
in the club the list of location
Forum: Plugins
In reply to: [Smooth Slider] Smooth Slider with Event Manager plugin – Hide past eventsHi slidervilla, have you news for hide past events from the slider, automatically?