J. Davis

Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 3,452 total)
  • Author
    Posts
  • in reply to: Entire Service Box as Link #552037

    Hi 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 Editor copy shortcode But 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 WordPress Text Element

    Best regards,
    John

    in reply to: Fatal error: Class 'MPCETemplate' not found in #552028

    Hi 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,
    John

    in reply to: Emmet Pro and WPMUdev (ajax, sidebars) #552018

    Hi Mike,

    Thank you for submitted request. We have sent a reply asking for additional information. Let’s continue our conversation there.

    Best regards,
    John

    Hi 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,
    John

    in reply to: css custom #550180

    Hi,

    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
    John

    in reply to: Some events are not showing when overlapping midnight #549234

    Hi,

    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,
    John

    in reply to: Tables Un-printable in Chrome #549233

    Hi 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,
    John

    in reply to: Emmet Pro and WPMUdev (ajax, sidebars) #547680

    Hi 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,
    John

    Hi 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,
    John

    in reply to: portfolio content page scroll error #547677

    Hi 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,
    John

    Hi 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,
    John

    in reply to: Creating a eight feature section #547673

    Hi Liu,

    I’ve tested it locally and it worked in Customizer and site preview.
    Feature Widget Emmet
    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,
    John

    in reply to: Creating a eight feature section #546637

    Hi Liu,

    Please check each Feature widget Grid settings and try to configure in this way each widget.
    Emmet Feature Widget Grid Size

    Best regards,
    John

    in reply to: Motopress plugin installation upload error #546387

    Hi 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,
    John

    in reply to: excerpts, post sidebar, mailchimp #546373

    Hi 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

Viewing 15 posts - 2,641 through 2,655 (of 3,452 total)