Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi 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,
JohnAugust 31, 2017 at 3:48 pm in reply to: Can't create a subpage… 404 Oops! That page can't be found :( #565164J. Davis
KeymasterHi 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,
JohnJ. Davis
KeymasterHi,
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,
JohnJ. Davis
KeymasterHi Rafael,
Make sure you have registered Google Maps API key and applied it at Appearance>Customize>Widgets>Google Maps widget properties.
Best regards,
JohnJ. Davis
KeymasterHi 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,
JohnJ. Davis
KeymasterHi 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 themeadd_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,
JohnJ. Davis
KeymasterHi 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,
JohnJ. Davis
KeymasterHi 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,
JohnAugust 29, 2017 at 10:49 am in reply to: How to change the order of the items in the drop-down? #563942J. Davis
KeymasterHi Leo,
Thank you. We’ll keep it in mind.
Best regards,
MotoPress TeamJ. Davis
KeymasterHi 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 TeamJ. Davis
KeymasterHi 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,
JohnAugust 21, 2017 at 3:03 pm in reply to: Slider doesn't show any images or text when on content editor page #560980J. Davis
KeymasterHello 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,
JohnJ. Davis
KeymasterHi 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,
JohnAugust 7, 2017 at 8:26 am in reply to: "No matches found" in Category when create taxonomy for posts #554289J. Davis
KeymasterHi 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,
JohnJ. Davis
KeymasterHi 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- AuthorPosts