Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHello Seltsyrk,
1. That’s rather strange as height of the time slot depends on the duration of event. Could you submit a request to our support team? It is private and no one can access you data except us.
2. In order to make the columns of the same width you can use the style below:
.mptt-shortcode-table {
table-layout: fixed;
}
This style is applied in most modern themes.
3. and 4. You can override templates and modify style of the TimeTable if you do not like the default view.
Best regards,
JohnJ. Davis
KeymasterHello,
Thank you for your question. Currently you can register predefined styles only but not presets. You can find an example here. This example describes how to add new color for Button element. Here is a result http://prntscr.com/evzt2b It was added a long time ago when there was not visual style editor. You can add custom styles for other elements following this example.
Also we have added your request to our features list. Thank you for your idea.
Best regards,
JohnJ. Davis
KeymasterHello Mark,
We have linked the text to create a new request in the message above. Also you can email us by the following address motopressapp [at] gmail.com
Best regards,
JohnJ. Davis
KeymasterHello Silvi,
At Steve’s case the theme scripts caused the issue. You can also try to switch to another theme just to test. Also try to deactivate plugins one by one and see if it starts working. If you find some please specify what exactly plugin or theme cased an issue and we’ll try to fix it in the next version of plugin.
Best regards,
JohnJ. Davis
KeymasterHello Carlos,
First of all make sure you use latest version of plugin. At this time it is 2.2.0.
If it is up to date make sure you can preview the content of the draft pages even added by default WordPress editor. For this create a new page, add some text and click preview button. If you can see the text you added at preview it means that WordPress is configured properly.
Also you can try to to deactivate all the plugins except Visual Builder and try to launch it at new page.
If it still does not work try to switch to another theme just for test.
If it is not helpful you can submit a request to our support team. We’ll take a closer look at it.
Best regards,
JohnJ. Davis
KeymasterHello,
Yes, you need to add new Post Style template to edit the format of the date. You can create your own template and copy the content of template1.php (from \wp-content\plugins\motopress-content-editor\includes\ce\shortcodes\post_grid\templates directory)
Then find code below
<?php echo get_the_date('F jS, Y') ?>
and add this one isntead
<?php echo get_the_date() ?>
Best regards,
JohnJ. Davis
KeymasterHello Colin,
As far as I can see you mean Posts Grid and Posts Slider elements. Seems like those borders are being added by your theme styles. Could you specify the theme you use? or provide me with live example if it is possible.
Best regards,
JohnJ. Davis
KeymasterHello Emma,
Thank you for providing an example. I’ve just tested the page with TimeTable and could not see any issue http://prntscr.com/ev5pik Please try to clear the cache in your browser and check it again.
I’ve tested it using Firefox and Chrome browsers.
Best regards,
JohnJ. Davis
KeymasterHello Mike,
We are terribly sorry for inconveniences. We would recommend to installed previous version of WooCommerce till we update theme. You can get previous version of plugin (2.6.14) at the bottom of this page
We are terribly sorry for temporary inconveniences.
Best regards,
JohnJ. Davis
KeymasterHello Beltane,
You can try to add the styles below to Appearance>Customize>Additional CSS:.mptt-shortcode-wrapper .mptt-shortcode-list { display: block; } .mptt-shortcode-wrapper .mptt-shortcode-table { display:none !important; }
Best regards,
JohnJ. Davis
KeymasterHello Evo,
You can submit a request to our support team. It is private and secure so you do not need to worry about safety of your information.
Best regards,
JohnJ. Davis
KeymasterHello.
The issue has been resolved. make sure you have update plugin to latest version.
Best regards,
JohnApril 6, 2017 at 3:53 pm in reply to: Display events which exceed midnight. Events dropdown list #503049J. Davis
KeymasterHello.
The issue has been resolved. make sure you have update plugin to latest version.
Best regards,
JohnJ. Davis
KeymasterHello Evo,
Please try to set Duration of animation to ‘0’ for both hide and appear animation types http://prntscr.com/et7tvy If it is not helpful you can submit a request and provide access to your WordPress.
Best regards,
JohnJ. Davis
KeymasterHello Michaela,
I’m sorry but it is functionality of WooCommerce. I’ve searched for some solution and found this code. I’ve tested it and it works.
Best regards,
John- AuthorPosts