J. Davis

Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 3,452 total)
  • Author
    Posts
  • in reply to: WooCommerce 3.0 Update Breaks Emmet Theme #569812

    Hi Stephen,

    No, you do not need to purchase theme again. You just had to contact the market place where you purchased theme and ask them to restore links for certain order.
    But I’ve just contacted your market place and they have restored links to download theme for you. Please try to download theme now.

    Best regards,
    John

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

    Hi Steve,

    You need to update your theme to latest version. If you purchased theme at our website you should check if theme license is activated successfully. Then you will get a notification about new theme version available. You can find your license at your account
    If you can not see Theme License section under your WordPress Dashboard>Appearance then you might purchase theme from one of market places. Then you should go to market place where you purchased theme and download newer version. Then you should upload updated files to your server via FTP.
    You can also contact our support team if you need assistance with this.

    best regards,
    John

    in reply to: Oceania theme STRIPE and manual bookings #569483

    Hi,

    Thank you for your comment. We have managed to replicate the issue you described when Stripe payment is enabled only. We’ll fix it in the next release.
    As for back-end booking so it is not available currently. You can book rooms at front-end for now. You can do that without paying if you need to disable some room type for some period.

    Best regards,
    John

    in reply to: Create another Blog Posts page for specific categories #569476

    Hi,

    You can use Posts Grid element provided by MotoPress Page Builder The plugin is integrated into the theme. It allows to filter posts (and custom post types) by categories, tags and custom taxonomies.
    Also you can define the quantity of posts and columns to display, show/hide meta, etc.

    Best regards,
    John

    • This reply was modified 7 years, 11 months ago by J. Davis.
    in reply to: Add navigation to individual posts #569441

    Hi,

    Could you specify your question more detailed as I’m not sure I got it properly. Do you have any live example or it was described somewhere?

    Best regards,
    John

    in reply to: Feature Wishlist #569088

    Hi Zenzino,

    Thank you for your feedback.
    1. For this feature you can try using Toppings addon to provide a choice of size, volume, etc.
    2. Thank you, we’ll keep request about CSV import/export in mind.
    3. You can add shortcodes to output certain category link or menu items of certain category. Or you mean a dropdown filter at the top of the page with all your categories?

    Best regards,
    John

    • This reply was modified 7 years, 11 months ago by J. Davis.
    in reply to: Centering menu items #566818

    Hi Don,

    Thank you for provided information. I’ve added ID of that section to apply style for it only and indicated the following value justify-content:center;

    #x-section-3 .mprm-flex-container-simple-view{
        justify-content:center;
    }
    <br>

    best regards,
    John

    in reply to: Add spicy icons(like peppers) #566790

    Hi,

    You are welcome. We’d appreciate if you rate and leave a review for our Restaurant Menu plugin. Thank you for your interest.

    best regards,
    John

    in reply to: Keep bbPress Closed Topics from being Grayed Out #566714

    Hi Mina,

    Probably you are confused because there is used grey color code in your style – #aaa. Please try to use another color code to ‘ungrey’ it. e.g. #000 it would be dark color

    #bbpress-forums .status-closed,
    #bbpress-forums .status-closed a {
    color: #000 !important;
    }

    Best regards,
    John

    in reply to: How Make Emmet-lite FREE Look Like The Demo ?!? #566712

    Hi Tom,

    Make sure you have installed Emmet Theme Engine plugin. Also setup customizable front page following Theme Wizard.

    Best regards,
    John

    in reply to: Keep bbPress Closed Topics from being Grayed Out #566313

    Hi Mina,

    I’ve just tried to add this code to Appearance>Customize>Additional CSS and it worked. Please try it.

    Best regards,
    John

    • This reply was modified 7 years, 11 months ago by J. Davis.
    in reply to: header logo #566310

    Hi Damon,

    I’ve tried that and it worked. make sure you added semicolon after width parameter

    .header-logo img {
    max-width:500px;
    }

    Best regards,
    John

    in reply to: Centering menu items #566289

    Hi,

    I need to check your theme styles to advise you proper style. Could you submit a request providing access to your WordPress? Thank you.

    Best regards,
    John

    in reply to: Add spicy icons(like peppers) #566280

    Hi Don,

    You need to override templates of plugin to edit the output of tags. Try to follow the steps below:
    1. go to your server – /wp-content/plugins/mp-restaurant-menu/templates/common and copy item-tags.php file
    2. go to /wp-content/themes/your_theme_folder and create /mp-restaurant-menu/common folder and paste the file you copied.
    3. open the file to edit and find the line below
    echo implode(", ", $tags_array); ?>
    4. put “\n” instead of “, “ in this line and save the changes.
    Go to preview the page with your menu items.

    Best regards,
    John

    • This reply was modified 7 years, 11 months ago by J. Davis.
    in reply to: Centering menu items #565525

    Hi,

    You can try adding the style bellow to resolve your request:

    .mprm-flex-container-simple-view {
        display: inline-block !important;
    }

    Best regards,
    John

Viewing 15 posts - 2,611 through 2,625 (of 3,452 total)