Addclendar button issue fixed
This commit is contained in:
parent
e60e99fe84
commit
68ec9ee85d
|
@ -207,7 +207,7 @@ class MAGE_Events_Setting_Controls {
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'name' => 'mep_calender_btn_text',
|
'name' => 'mep_calender_btn_text',
|
||||||
'label' => __( 'Add Calender Button Label', 'mage-eventpress' ),
|
'label' => __( 'Add Calendar Button Label', 'mage-eventpress' ),
|
||||||
'desc' => __( 'Enter the text which you want to display in Add you calender in event details page.', 'mage-eventpress' ),
|
'desc' => __( 'Enter the text which you want to display in Add you calender in event details page.', 'mage-eventpress' ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'default' => 'ADD TO YOUR CALENDAR'
|
'default' => 'ADD TO YOUR CALENDAR'
|
||||||
|
|
|
@ -249,7 +249,7 @@ if($style=='list'){
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="evl-ico"><i class="fa fa-map-marker"></i> </div>
|
<div class="evl-ico"><i class="fa fa-location-arrow"></i> </div>
|
||||||
<div class="evl-cc">
|
<div class="evl-cc">
|
||||||
<h5>
|
<h5>
|
||||||
<?php echo mep_get_option('mep_location_text', 'label_setting_sec') ? mep_get_option('mep_location_text', 'label_setting_sec') : _e('Location:','mage-eventpress'); ?>
|
<?php echo mep_get_option('mep_location_text', 'label_setting_sec') ? mep_get_option('mep_location_text', 'label_setting_sec') : _e('Location:','mage-eventpress'); ?>
|
||||||
|
@ -499,7 +499,7 @@ if($style=='list'){
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="evl-ico"><i class="fa fa-map-marker"></i> </div>
|
<div class="evl-ico"><i class="fa fa-location-arrow"></i> </div>
|
||||||
<div class="evl-cc">
|
<div class="evl-cc">
|
||||||
<h5>
|
<h5>
|
||||||
<?php echo mep_get_option('mep_location_text', 'label_setting_sec') ? mep_get_option('mep_location_text', 'label_setting_sec') : _e('Location:','mage-eventpress'); ?>
|
<?php echo mep_get_option('mep_location_text', 'label_setting_sec') ? mep_get_option('mep_location_text', 'label_setting_sec') : _e('Location:','mage-eventpress'); ?>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div class="mep-tem3-title-sec">
|
<div class="mep-tem3-title-sec">
|
||||||
<div class="mep-tem3-title"><?php do_action('mep_event_title'); ?></div>
|
<div class="mep-tem3-title"><?php do_action('mep_event_title'); ?></div>
|
||||||
<div class="mep-tem3-datetime"><i class="fa fa-calendar"></i><?php do_action('mep_event_date'); ?></div>
|
<div class="mep-tem3-datetime"><i class="fa fa-calendar"></i><?php do_action('mep_event_date'); ?></div>
|
||||||
<div class="mep-tem3-location"><i class="fa fa-map-marker"></i><?php do_action('mep_event_location') ?></div>
|
<div class="mep-tem3-location"><i class="fa fa-location-arrow"></i><?php do_action('mep_event_location') ?></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Mid Sec Start -->
|
<!-- Mid Sec Start -->
|
||||||
|
|
|
@ -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: 2.6.1
|
* Version: 2.6.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
|
||||||
|
@ -649,7 +649,7 @@ $location = $event_meta['mep_location_venue'][0]." ".$event_meta['mep_street'][0
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="mep_add_calender_button" class='mep-add-calender'><i class="fa fa-calendar"></i>Add Calender</div>
|
<div id="mep_add_calender_button" class='mep-add-calender'><i class="fa fa-calendar"></i><?php _e(mep_get_label($pid,'mep_calender_btn_text','Add Calendar'),'mage-eventpress'); ?></div>
|
||||||
|
|
||||||
<ul id="mep_add_calender_links">
|
<ul id="mep_add_calender_links">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue