J. Davis

Forum Replies Created

Viewing 15 posts - 2,911 through 2,925 (of 3,452 total)
  • Author
    Posts
  • in reply to: How can I show a splash screen only once ? #465381

    Hi Allie,

    Spash Screen element opens when a visitor scrolls to that place on the page where this element is added. It doe not depend on time.

    Best regards,
    John

    in reply to: List view layout #464705

    Hi Susa,

    Yes you can do that. But you’ll need to remove action mptt_shortcode_template_content_responsive_table and add your own modifying list layout and put time before the title. Your code would look like:

    remove_action('mptt_shortcode_template_content', 'mptt_shortcode_template_content_responsive_table', 30 );
     add_action('mptt_shortcode_template_content', 'custom_mptt_shortcode_template_content_responsive_table', 30);
     function custom_mptt_shortcode_template_content_responsive_table() {
    	global $mptt_shortcode_data;
    	if ($mptt_shortcode_data[ 'params' ][ 'responsive' ]) { ?>
    		<div class="<?php echo apply_filters('mptt_shortcode_list_view_class', 'mptt-shortcode-list') . ' ' . $mptt_shortcode_data[ 'params' ][ 'custom_class' ] ?>">
    			<?php if (!empty($mptt_shortcode_data[ 'events_data' ])):
    				foreach ($mptt_shortcode_data[ 'events_data' ][ 'column' ] as $column): ?>
    					<div class="mptt-column">
    						<h3 class="mptt-column-title"><?php echo $column->post_title ?></h3>
    						<ul class="mptt-events-list">
    							<?php if (!empty($mptt_shortcode_data[ 'events_data' ][ 'column_events' ][ $column->ID ])):
    								foreach ($mptt_shortcode_data[ 'events_data' ][ 'column_events' ][ $column->ID ] as $event) : ?>
    									<li class="mptt-list-event" data-event-id="<?php echo $event->post->post_name ?>"
    										<?php
    										if (!empty($event->post->color)) {
    											echo 'style="border-left-color:' . $event->post->color . ';"';
    										} ?>>
    										<?php if ($mptt_shortcode_data[ 'params' ][ 'time' ]): ?>
    											<p class="timeslot">
    												<time datetime="<?php echo $event->event_start; ?>" class="timeslot-start"><?php echo date(get_option('time_format'), strtotime($event->event_start)); ?></time>
    												<span class="timeslot-delimiter"><?php echo apply_filters('mptt_timeslot_delimiter', ' - '); ?></span>
    												<time datetime="<?php echo $event->event_end; ?>" class="timeslot-end"><?php echo date(get_option('time_format'), strtotime($event->event_end)); ?></time>
    											</p>
    										<?php endif;
    										 if ($mptt_shortcode_data[ 'params' ][ 'title' ]):
    											$disable_url = (bool)$event->post->timetable_disable_url || (bool)$mptt_shortcode_data[ 'params' ][ 'disable_event_url' ];
    											if (!$disable_url) { ?>
    												<a title="<?php echo $event->post->post_title; ?>"
    												href="<?php echo ($event->post->timetable_custom_url != "") ? $event->post->timetable_custom_url : get_permalink($event->event_id); ?>"
    												class="mptt-event-title">
    											<?php }
    											echo $event->post->post_title;
    											
    											if (!$disable_url) { ?>
    												</a>
    											<?php }
    										
    										endif;
    										if ($mptt_shortcode_data[ 'params' ][ 'description' ]): ?>
    											<p class="event-description">
    												<?php echo $event->description ?>
    											</p>
    										<?php endif;
    										if ($mptt_shortcode_data[ 'params' ][ 'user' ] && ($event->user_id != '-1')): ?>
    											<p class="event-user"><?php $user_info = get_userdata($event->user_id);
    												if ($user_info) {
    													echo get_avatar($event->user_id, apply_filters('mptt-event-user-avatar-size', 24), '', $user_info->data->display_name) . ' ';
    													echo $user_info->data->display_name;
    												} ?></p>
    										<?php endif; ?>
    									</li>
    								<?php endforeach;
    							endif; ?>
    						</ul>
    					</div>
    				<?php endforeach;
    			endif; ?>
    		</div>
    	<?php }
    }

    You can add it to your functions.php file of your theme or create as individual plugin.
    Then you’ll need to edit style to make event inline.
    In case you need our assistance with this you can get Extended Support offer and we’ll do this for you.

    Best regards,
    John

    in reply to: Contact and other form fields #464682

    Hi Mike,

    Thank you for your feedback. Currently you can add text Widget to any unused section and add any code there. We’ll also keep your request in mind.
    As for translation so you would also need String Translation module for WPML plugin. Then you will be able to translate Front Page to other languages.

    Best regards,
    John

    Hi Martin,

    There is address field at your screenshot. Please take a look http://prntscr.com/e35zu3

    Best regards,
    John

    in reply to: JQuery is not defined. #464673

    Hi Leon,

    Thank you for sharing your experience with others. Have a nice day.

    Best regards,
    John

    in reply to: Timetable Settings doesn\'t appear! #464672

    Hi Dennis,

    Yes, it is better to select list view to mobile device.
    Could you email us privately so that we could check your WordPress?

    Best regards,
    John

    in reply to: Timetable Settings doesn\'t appear! #463954

    Hi Dennis,

    I’ve just tested plugin with Sydney theme (I could not find ‘syndey’ theme so I considered it a mistype) and both modes are available. You can submit a request providing details. We’ll check that for you.

    Best regards,
    John

    in reply to: motopress editor dont stop loading… #463874

    Hi Yavor,

    Seems like this is not global issue your request is the first one. You can disable all plugins except Visual Builder and see if it works. Then enable plugin one by one to find which one caused an issue.

    Best regards,
    John

    in reply to: Contact and other form fields #463846

    Hi Mike,

    Those sections are encoded at Emmet Theme Engine plugin. You need to edit the plugin but it is not safely for further updates as all changes may be lost.
    We’re testing new version of Emmet theme where it will be possible to add Contact Form 7 shortcode instead of default one.
    We’ll do our best to release it as soon as it is possible.

    Best regards,
    John

    in reply to: Slider image does not scale on big viewport #463802

    Hi Johannes,

    I’m not sure I understand your issue correctly. I also need to check the images you used and other parameters. It would be great if you submit a request providing admin access to your WordPress dashboard.

    Best regards,
    John

    in reply to: not found 404 #463793

    Hi Berk,

    Seems like you have already fixed the issue as I could not see any errors by following both links. Please clarify.

    Best regards,
    John

    Hi Saurabh,

    Please submit a request providing all required information. We need to check your WordPress installation.

    Best regards,
    John

    in reply to: timetable widget doesn’t show only the category selected #463770

    Hi Cristine,

    We need to have a look at your Events, categories and widget settings. Could you submit a request providing admin login details? We’ll check that for you.

    Best regards,
    John

    in reply to: errors installing on a new multi-site setup #463764

    Hi Jon,

    I’ve just installed MotoPress Content Editor 2.2.0 at WordPress Multisite 4.7.2 and network Activated it without any issues. Please try to re-install plugin once again.
    Also try to install it via FTP if it is not helpful.

    Best regards,
    John Smith

    Hi Martin,

    1. Yes, you can Enable Shipping in Checkout Settings of the plugin http://prntscr.com/e2oarg Then you will get address form on the checkout page.

    2. You can try to remove this function mprm_checkout_delivery_address and add your own to add more fields.

    Best regards,
    John

Viewing 15 posts - 2,911 through 2,925 (of 3,452 total)