version 3.0.2 relased with a quick fix add to calendar button issue
This commit is contained in:
parent
5853047cdc
commit
5afd9e5f59
|
@ -922,13 +922,18 @@ ul#mep_add_calender_links li a {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
|
.mep-default-sidrbar-calender-btn ul#mep_add_calender_links {
|
||||||
ul#mep_add_calender_links {
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 185px;
|
}
|
||||||
|
ul#mep_add_calender_links {
|
||||||
|
margin: 0;
|
||||||
|
max-width: 200px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
/*Theme 3| Shahan*/
|
/*Theme 3| Shahan*/
|
||||||
.mep-tem3-title-sec {
|
.mep-tem3-title-sec {
|
||||||
|
|
|
@ -432,4 +432,10 @@ A. you can create support ticket here with problem details with possible screens
|
||||||
==> Shortcode not showing issue fixed
|
==> Shortcode not showing issue fixed
|
||||||
==> Timezone issue fixed.
|
==> Timezone issue fixed.
|
||||||
==> Time Format issue fixed.
|
==> Time Format issue fixed.
|
||||||
15 Dec 2019*
|
15 Dec 2019*
|
||||||
|
|
||||||
|
|
||||||
|
*= 3.0.2 =
|
||||||
|
* Update Release:
|
||||||
|
==> Add Calendar Button issue fixed
|
||||||
|
17 Dec 2019*
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: Woocommerce Events Manager
|
* Plugin Name: Woocommerce Events Manager
|
||||||
* Plugin URI: http://mage-people.com
|
* Plugin URI: http://mage-people.com
|
||||||
* Description: A Complete Event Solution for WordPress by MagePeople..
|
* Description: A Complete Event Solution for WordPress by MagePeople..
|
||||||
* Version: 3.0.1
|
* Version: 3.0.2
|
||||||
* Author: MagePeople Team
|
* Author: MagePeople Team
|
||||||
* Author URI: http://www.mage-people.com/
|
* Author URI: http://www.mage-people.com/
|
||||||
* Text Domain: mage-eventpress
|
* Text Domain: mage-eventpress
|
||||||
|
@ -1131,7 +1131,7 @@ action=TEMPLATE&text=<?php echo $event->post_title; ?>&dates=<?php echo mep_cale
|
||||||
|
|
||||||
<li><a href ="https://outlook.live.com/owa/?path=/calendar/view/Month&rru=addevent&dtstart=<?php echo mep_calender_date($event_start); ?>&dtend=<?php echo mep_calender_date($event_end); ?>&subject=<?php echo $event->post_title; ?>" target="_blank" class='mep-add-calender' rel="nofollow">Outlook</a></li>
|
<li><a href ="https://outlook.live.com/owa/?path=/calendar/view/Month&rru=addevent&dtstart=<?php echo mep_calender_date($event_start); ?>&dtend=<?php echo mep_calender_date($event_end); ?>&subject=<?php echo $event->post_title; ?>" target="_blank" class='mep-add-calender' rel="nofollow">Outlook</a></li>
|
||||||
|
|
||||||
<li><a href="https://webapps.genprod.com/wa/cal/download-ics.php?date_end=<?php echo mep_calender_date($event_end); ?>&date_start=<?php echo mep_calender_date($event_start); ?>&summary=<?php echo $event->post_title; ?>&location=<?php echo $location; ?>&description=<?php echo substr(strip_tags($event->post_content),0,1000); ?>">APPlE</a></li>
|
<li><a href="https://webapps.genprod.com/wa/cal/download-ics.php?date_end=<?php echo mep_calender_date($event_end); ?>&date_start=<?php echo mep_calender_date($event_start); ?>&summary=<?php echo $event->post_title; ?>&location=<?php echo $location; ?>&description=<?php echo substr(strip_tags($event->post_content),0,1000); ?>" class='mep-add-calender'>APPlE</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue