J. Davis

Forum Replies Created

Viewing 15 posts - 3,106 through 3,120 (of 3,452 total)
  • Author
    Posts
  • in reply to: Some events are not showing when overlapping midnight #377885

    Hi Raduz,

    Please make sure you use latest version of plugin. If it is up to date please specify what exactly events you mean and submit a request providing admin login details.

    Best regards,
    John

    in reply to: Never Ending Spinning Gears when try to edit slide #376054

    Hi Garfield,

    Yes, the issue has been fix in 1.3.4 version. Please make sure the license is activated and update Slider to latest version. We have mentioned about it here in this topic. Please refer here.

    Best regards,
    John

    Hi James,

    Yes, you can do in such a way as a workaround. Make sure you edited the file in the Child Theme not to loose these changes after theme update.

    Best regards,
    John

    Hi James,

    I’ve added your request to our list of features. We’ll review it and probably it will be enabled in one of further versions of the theme. Thank you.

    Best regards,
    John

    in reply to: Getting Internal Error on Content Editor for WordPress 4.6 #374802

    Hi Tim,

    Thank you. We’ll check it.

    Best regards,
    John

    in reply to: How to add the sidebar widget in a template directly #374801

    Hi,

    -First of all make sure you use latest version of plugin.
    -In order to customize output of widget or any other block you can use mptt_render_html filter.
    -Create /mptt/ folder in the root directory of your theme. Then copy widget-upcoming-view.php file to it. It should look like /your_theme_folder/mptt/widget-upcoming-view.php
    -Add code below to functions.php file:

    add_filter('mptt_render_html', 'my_mptt_render_html', 10, 4);
    function my_mptt_render_html($includeFile, $template, $data, $output) {
        if ( $template && $template == 'theme/widget-upcoming-view') {
            return dirname(__FILE__) . '/mptt/widget-upcoming-view.php';
        }
        
        return $includeFile;
    }

    -There might be troubles if we edit source file. We’ll review plugin code and will add more actions and filters.

    Best regards,
    John

    in reply to: set up event tracking with google analytics #374788

    Hi Charles,

    You can use special plugins like https://wordpress.org/plugins/gravitate-event-tracking/ You should configure plugin, indicate class for event to reacts. Then this class should be applied to element(for example CTA element) via property panel. When button with this class is clicked the event is submitted.

    Best regards,
    John

    in reply to: Fix for you (Button widget) #374121

    Hi John,

    We’ll fix the issue shortly. Please expect for update for Profit Theme Engine plugin. Thank you for your help

    Best regards,
    John

    in reply to: Hours displayed with "to" inbetween #373987

    Hi Ben,

    There should be a dash between the time slots e.g. 7:00 AM – 8:00 AM. Please make sure you use latest version of plugin. If you do not have a dash there you can submit a request and we’ll check it for you.

    Best regards,
    John

    in reply to: Fonts, Font Size, Color, Sub Header Dark and Word boxes #373984

    Hi Jack,

    In order to edit existing style please go to Visual Style Editor, select a style you want to edit and click duplicate, name it in your own way and edit padding, font size, etc. Please refer to screenshot http://prntscr.com/cepqw4

    Best regards,
    John

    in reply to: Never Ending Spinning Gears when try to edit slide #373981

    Hi Melvin,

    What is the version of Slider? Have your tried to activate its license and update to latest version? have you followed recommendations above? Please specify or submit a request providing admin access and website URL if you need assistance with plugin update.

    Best regards,
    John

    in reply to: Getting Internal Error on Content Editor for WordPress 4.6 #373980

    Hi Tim,

    That’s rather difficult to find the reason of the issue. Could you submit a request providing admin access and website URL? We’ll have a closer look at it.

    Best regards,
    John

    in reply to: ß in premium emmet theme #373329

    Hi Jonas,

    Seems like the issue occurs only when text-transform is set to uppercase. A ß is then converted to SS automatically. For example you can add the style below to style.css file of the child theme in order to disable uppercase for menu:

    .sf-menu {
        text-transform: capitalize;
    }

    Best regards,
    John

    in reply to: Can't nest cherry_inner_rows and cherry_inner_cols? #373301

    Hi Aaron,

    Could you submit a request with admin login data and website URL so that I could test it for you.

    Best regards,
    John

    in reply to: Google Fonts Support Theme #369644

    Hi Jorge,

    You can add Google Fonts and apply them using MotoPress Page Builder. Please refer to this guide.

    Best regards,
    John

Viewing 15 posts - 3,106 through 3,120 (of 3,452 total)