J. Davis

Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 3,452 total)
  • Author
    Posts
  • in reply to: Add spicy icons(like peppers) #565512

    Hi Zenzio,

    You can try adding image or icons for certain tag. For example I’ve added tag and called it ‘fish’. It’s class name is .mprm-tag-fish. Thus I go to Appearance>Customize>Additional CSS and add the style below to transform the text into image or icon:

    a.mprm-tag-fish{
    content:url("wp-content/uploads/fish.jpg");
    height:30px;
    }

    Best regards,
    John

    Hi Tim,

    Thank you for your description – I’ve managed to replicate it. The issue is that there is Services post type at Profit theme. When you add a service post under this post type its link is as follows:
    http://***.com/services/sample-service/ – the same structure as with your parent page – ‘Services’. In order to avoid a conflict you need to edit link of the Services page e.g. to http://***.com/our-services/ , etc. Even 1 letter can fix this.

    Best regards,
    John

    in reply to: character error #564495

    Hi,

    Please update plugin to 2.4.1 version. Also make sure plugin folder name is /motopress-content-editor-lite if you use Lite version.

    Best regards,
    John

    in reply to: Google maps section just stopped working #564434

    Hi Rafael,

    Make sure you have registered Google Maps API key and applied it at Appearance>Customize>Widgets>Google Maps widget properties.

    Best regards,
    John

    in reply to: Overlap Behaviour #564014

    Hi Lauren,

    You see plugin places events one under another vertically if they take place at same time. We can recommend you to increase row height parameter while adding shortcode of Timetable. Thus there would be more space to show information of both events.

    Best regards,
    John

    in reply to: Remove Currency Sign on Price #564006

    Hi April,

    You can try to add a new currency but without adding a label. try to add the code below to functions.php file of your theme

    add_filter( 'mprm_currencies', 'add_my_currency' );
    
    function add_my_currency( $currencies ) {
         $currencies['TEST'] = __( 'Currency name', 'mprm' );
         return $currencies;
    }

    Then go to Restaurant Menu>Settings>Currency Settings and scroll the list of labels to the bottom. There you will find added currency. Select it and save changes.

    Best regards,
    John

    in reply to: Delete customer #563982

    Hi Rita,

    I’ve just tried to to delete the user with restaurant Customer user role and managed to do that. Please make sure you have really Administrator permissions at your account. You can also email us and we’ll check it for you.

    Best regards,
    John

    in reply to: Change Search Button #563977

    Hi Jason,

    The plugin uses styles of your theme so you should refer to your theme documentation to learn where style.css is located.
    Also you can try to edit button style via Restaurant Menu>Settings>Styles.

    Best regards,
    John

    in reply to: How to change the order of the items in the drop-down? #563942

    Hi Leo,

    Thank you. We’ll keep it in mind.

    Best regards,
    MotoPress Team

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

    Hi Ernesto,

    Please email us or submit a request providing license key or email you used for plugin purchase.
    We’ll take a closer look at your WordPress installation.

    Best regards,
    MotoPress Team

    in reply to: DELETE FEATURE IMAGE POST-PAGE #561305

    Hi Taillard,

    Could you specify the post type you mean – Posts or Works? Actually you can hide it by CSS but it would be better to install Child Theme and edit file of post type output.

    Best regards,
    John

    Hello Stephen,

    I’m sorry for a delay. Looks like you did not add %macros% to Slide Template. You can learn how to edit Posts Slider at our documentation.

    Best regards,
    John

    in reply to: Need Help with Portofolio Layout #554825

    Hi Michael,

    1. Please specify what exactly you want to achieve at your Portfolio pages? Do you have any example or screenshot?
    2. You can browse this forum for answer on how to change background color on pages of Emmet theme.

    Best regards,
    John

    Hi Jacqueline,

    Could you specify the issue more detailed. Is your theme designed by Cherry? What Post type you want to filter by tags? is is Products provided by WooCommerce? Please provide more details about your situation.

    Best regards,
    John

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

    Hi Sam,

    I’ve tested it and it looked properly at Chrome browser but I could not see it at Firefox. Then I changed it from Portrait to Landscape and it appeared. Please try to to edit settings of Print option to switch to Landscape view. Or specify what options you use?

    Best regards,
    John

Viewing 15 posts - 2,626 through 2,640 (of 3,452 total)