Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Sheridan,
There is no option to link Service Box. You can just try to close Visual Builder, find the shortcode of Service Box and link it with TinyMCE EditorBut you will not be able to edit this element visually since you edit it in this way. Service Box element will transform into WordPress text element because of manual editing
Best regards,
JohnJ. Davis
KeymasterHi TAUFIK,
This topic is related to Content Editor while you ask about Slider plugin. Probably there is some conflict with other plugin. You can try to deactivate plugins one by one and see when error disappears.
Also you can email us or submit a request if you need our assistance.
Best regards,
JohnJ. Davis
KeymasterHi Mike,
Thank you for submitted request. We have sent a reply asking for additional information. Let’s continue our conversation there.
Best regards,
JohnJuly 27, 2017 at 3:41 pm in reply to: Your WordPress installation does not meet Demo Builder plugin requirements #550182J. Davis
KeymasterHi Amit and Adam,
Yes, you can see that issue if you selected sub-domain structure while setting your Network up. Please follow the documentation to install Network in correct way.
Best regards,
JohnJ. Davis
KeymasterHi,
Since 2.0.0 version we have added Element Style Editor. You can find it by selecting any element and switching to Style tab at properties popup (it appears to the right usually). Using this Style Editor you are able to apply:
BG color
BG image
Padding
Margin
Border Type
Border Width
Border radius
Set style for hover state and mobile devices.
Save and re-use custom styles.
You can describe what exactly you want to get or provide example and I’ll be able to advise you how to get it easily.
Best regards
JohnJ. Davis
KeymasterHi,
Thank you very much for your thoughts. At this time our Schedule plugin is considered as one day. We did not add functionality for events that overlaps midnight. But we appreciate your thought and we’ll keep it in mind. Thank you for your interest.
Best regards,
JohnJ. Davis
KeymasterHi Sam,
We did not add any special styles to print timetable. Could you specify your question more detailed providing screenshots or your website with live example?
Best regards,
JohnJ. Davis
KeymasterHi Mike,
I’m sorry but I did not have a chance to work with plugin you mentioned. Could you submit a request and explain how to replicate the issue – step by step? We’ll take a closer look at it for you.
Bets regards,
JohnJuly 20, 2017 at 3:24 pm in reply to: I'm getting this error (this.emptySceneDroppable.droppable is not a function.) #547678J. Davis
KeymasterHi Quentin,
Check whether there is installed latest version of plugin. At this moment it is 2.2.0-2.4.1. You can get latest version at your account or marketplace where you purchased plugin.
Check whether it works with new created page. For this to create a new page and launch Visual Builder. If it does not work you can skip to another step.
If it works go to page(s) where it does not work and check its content for third party scripts, codes, etc. You can also submit a request and we’ll test that page for you.
Check whether preview for draft pages works correctly. For this add new page, type any word e.g. ‘test’ and click ‘Preview’ button. If you can see the page with word you typed you can skip to the next step. If you can not see the preview of that page it might be incorrectly configured Under Construction mode or .html file in the root folder of your site.
There might happen a conflict with other plugin or theme. So you can try to disable plugins one by one and test Visual Builder to find the conflict plugin. If it does not work when all plugins are disabled (except Content Editor) you can try to activate another theme.
Best regards,
JohnJ. Davis
KeymasterHi Liu,
It looks like page height requires scroll at 1920×1080 screen but is not big enough to scroll. Please try to add some spaces to increase page height and see if it is helpful.
Best regards,
JohnJuly 20, 2017 at 3:11 pm in reply to: Can't create a subpage… 404 Oops! That page can't be found :( #547676J. Davis
KeymasterHi Andy,
Looks like there is something wrong in your WordPress or permalinks settings. Please check WordPress settings and permalinks.
You can also email us and we’ll take a look at your WordPress settings.
Best regards,
JohnJ. Davis
KeymasterHi Liu,
I’ve tested it locally and it worked in Customizer and site preview.
Make sure you use latest versions of Emmet theme and Emmet Theme Engine plugin. Also check if you add those widgets to Features Section.
You can remove the code you applied and email us your details and we’ll check it for you.
Best regards,
JohnJ. Davis
KeymasterHi Liu,
Please check each Feature widget Grid settings and try to configure in this way each widget.
Best regards,
JohnJ. Davis
KeymasterHi Alejandro,
Make sure you have removed MotoPress Content Editor from your WordPress. You can also check if there is still motopress-content-editor folder at your server and remove it too. Then download latest version of Content editor from your account and install it.
Best regards,
JohnJ. Davis
KeymasterHi Sagara,
1. You can use Excerpt at Blog posts with Two Columns blog layout activated. For this you should go to Appearance>Customize>Posts Settings and select Two Columns blog layout
2. You can create single.php file in the Child Theme folder and add code below:<?php /** * The template for displaying all single posts * * @package WordPress * @subpackage Emmet * @since Emmet 1.0 */ get_header(); ?> <div class="header-image-wrapper"> <div class="header-image <?php if (get_header_image() != '') { ?>with-header-image <?php }?>" <?php if (get_header_image() != '') { ?>style="background-image: url(<?php header_image(); ?>);" <?php } ?>> <div class="container"> <?php while (have_posts()) : the_post(); ?> <h1 class="page-title"><?php the_title(); ?></h1> <?php endwhile; ?> </div> </div> </div> <div class="container breadcrumb-wrapper"> <?php mp_emmet_the_breadcrumb(); ?> </div> <div class="container main-container"> <div class="row clearfix"> <div class=" col-xs-12 col-sm-12 col-md-12 col-lg-12"> <?php while (have_posts()) : the_post(); ?> <?php get_template_part('content', 'single'); ?> <?php comments_template(); ?> <?php endwhile; ?> </div> </div> </div> <?php get_footer(); ?>
3. We need to check plugin settings and test MailChimp widget first. Please email us.
Best regards,
John- AuthorPosts