J. Davis

Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 3,452 total)
  • Author
    Posts
  • in reply to: dequeue motopress script and css #534282

    Hi,

    Most elements enqueue styles and scripts when they are used only. You can also refer to thew following snippet

    add_action( 'wp_print_styles', 'my_theme_wp_print_styles' );
    function my_theme_wp_print_styles() {
    	if ( is_front_page() ) {
    		wp_dequeue_style('mpce-theme');
    		wp_dequeue_style('mpce-bootstrap-grid');
    		wp_dequeue_style('mpce-font-awesome');
    	}
    }

    Best regards,
    John

    in reply to: WooCommerce 3.0 Update Breaks Emmet Theme #532747

    Hi Jose and Mike,

    You should just make sure that license of theme is activated to get notification about new version under Dashboard>Updates. Then you should just click update button and wait when it is done. You do not need to update Child Theme.
    It is recommended to backup WordPress and database before update to be able to recover site if something goes wrong. You can update theme as there are no sufficient changes.
    We’ll post release notes soon.

    Best regards,
    John

    in reply to: Start hour for timetable #532283

    Hi Barbara,

    Unfortunately there is no option to set certain hours to show rows from/to. You can try to add at least 1 event to start at 8.30 am and another even to end at 8.30 pm.
    Or you can try to hide rows adding custom styles.

    Best regards,
    John

    in reply to: Global Reservations? #532277

    Hi Dave,

    Thank you for your question. We are working to enable Multiple Booking option in our WordPress Booking System to let visitors book more than one room for one time. We’ll notify you here when it is available.

    Best regards,
    John

    • This reply was modified 7 years, 7 months ago by Oksana Shchyra.
    in reply to: motopress editor dont stop loading… #532274

    Hi Richard,

    Make sure you use 2.2.0 version of Visual Builder. The issue you described has been fixed while ago. Please let me know version installed at your WordPress. Does it work at newly created page? Does preview of draft (unpublished) pages works? Please clarify.

    Best regards,
    John

    in reply to: License issue still not fixed #532270

    Hi Joseph,

    We are sorry for inconveniences. We have sent a reply with details for you. Please check your inbox and email us if you have any additional questions.

    Best regards,
    John

    in reply to: WooCommerce 3.0 Update Breaks Emmet Theme #532268

    Hi Jose,

    It should work properly with latest version of Emmet theme. Please submit a request describing theme and plugin (Emmet Theme Engine) versions.

    Best regards,
    John

    in reply to: WooCommerce 3.0 Update Breaks Emmet Theme #531190

    Hi,

    I’m sorry I was about to update this topic with information that we released a new version yesterday. Please check theme license activation and update it.
    Let me know if it was helpful.

    Best regards,
    John

    in reply to: Timetable not displaying #530890

    Hello Hema,

    I’ve debugged this page and found there some error caused by minify option. Do you have any plugin that minifies js and css files. Try to disable minify option or change the method.

    Best regards,
    John

    in reply to: Form submit fails at OSx Sierra #530407

    Hi Érico ,

    Could you submit a request providing admin access details? We need to take a look at your WordPress and plugin settings.

    Best regards,
    John

    in reply to: Problem whit checkout page #529973

    Hi Ruslan,

    Your theme provider hardcoded plugin to fit current version of your theme. Since 0.1.4 version there have been added a lot of modifications to the plugin and if you update it without adjusting theme it will break your layout. So you should contact your theme provider and ask them to update theme to fit updated version of plugin.
    You can also email us providing required information so we could take a look at issue with booking rooms.

    best regards,
    John

    in reply to: slide animation disappeared #529486

    Hi Steve,

    Make sure there is installed latest version of slider. At this time it is 2.0.0. Do you have live example of slider and animation you ask about? Could you specify parameters you applied for layer/slider?

    Best regards,
    John

    in reply to: Problem whit checkout page #529484

    Hi Ruslan,

    We need more information to help you with it. Make sure you use latest version of plugin. What version of plugin installed at your WordPress?

    Best regards,
    John

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

    Hi Patryk,

    If you go to Plugins you would find notification above the plugin title. I’m sorry if I explained it not clearly to you.

    Best regards,
    John

    in reply to: Motopress slider Prestashop translations #529482

    Hi Jo,

    You can try to duplicate slider and translate its content automatically. Then use each slider for each language version of your website.

    Best regards,
    John

Viewing 15 posts - 2,701 through 2,715 (of 3,452 total)