Forum Replies Created
- AuthorPosts
J. Davis
KeymasterHi Damon,
You can try to add the style below to style.css file of the Child Theme:.sf-menu, .sf-menu * { color: blue !important; } .sf-menu, .sf-menu *:hover { color: green !important; }
Best regards,
JohnJune 6, 2016 at 9:05 am in reply to: Page edit is impossible when Motopress plugin is active #318987J. Davis
KeymasterHi Roman,
You can submit a request to our tech support team providing admin access details for your WordPress. We’ll check that for you.
Best regards,
JohnJ. Davis
KeymasterHi Vikash,
If you use latest 2.0.3 version of plugin indeed I would ask you to submit request to our support team providing admin access to your WordPress. We’ll check it for you.
Best regards,
JohnJ. Davis
KeymasterHi Liuba,
1. Could you specify how to replicate the issue you described? Also check your license activation and make sure you use latest version of plugin – 2.0.3.
2. Yes, you should select a row with your paragraph or image and select Full Width options at object settings panel. See screenshot http://prntscr.com/bcx9vg
Best regards,
JohnJune 3, 2016 at 2:18 pm in reply to: Page edit is impossible when Motopress plugin is active #317927J. Davis
KeymasterHi Roman,
The license is required to get updated versions of plugin and technical support assistance. Once WordPress updated its scripts it caused incompatibility with early version of our WordPress Page Builder and we released updated version that is compatible with latest WordPress. Thus you have few solutions:
1. renew license and get latest version of plugin
2. roll down WordPress version to one that is compatible with MotoPress 1.5.8 (while latest version is 2.0.3 with a lot of new widgets and possibilities)
3. install free Lite version of plugin with limited features, abilities and technical support assistance.
Best regards,
JohnJ. Davis
KeymasterHi Tom,
The easiest way to get excerpts instead of first 107 symbols is to install and activate Child Theme and copy content-masonry.php file from parent theme. Open it and find the following line
mp_emmet_get_content_theme(107, false);
You should delete this line an d paste the one below:
the_excerpt();
Best regards,
John- This reply was modified 9 years, 2 months ago by
J. Davis.
June 2, 2016 at 8:47 am in reply to: Page edit is impossible when Motopress plugin is active #316879J. Davis
KeymasterHi Roman,
If your license expired you can renew it to get updated version. Please follow this guide on to renew your license.
Best regards,
JohnJune 2, 2016 at 8:37 am in reply to: WordPress Backend doesn't load after installing the Content Editor V2.0.3 #316869J. Davis
KeymasterHi,
MotoPress Content Editor v2.0.3 is fully compatible with latest WordPress. That’s why issue may be caused by some plugin or theme scripts. Could you submit a request to our technical support team and provide admin access details. We’ll check that for you.
Best regards,
JohnJ. Davis
KeymasterHi Karl,
Probably it is caused by other plugin installed at your WordPress. Could you submit a request providing admin access and website URL? We need to check it for you.
Best regards,
JohnJ. Davis
KeymasterHi Tony,
1. I’ve tried to rename the tab with my table and changes were not lost and it did not mess up.2. Yes, I could see that table with your content was messed-up at editor but looked properly on page preview. Then I’ve added default table content and relaunched MotoPress editor. The content was not messed up. Thus issue is with content of your table. Probably it is too heavy with its icon shortcodes for simple table object and you should better add tables using special plugin. You will be able to add table shortcode to Tabs widget.
Best regards,
JohnJ. Davis
KeymasterHi Tony,
I’ve corrected that. Thank you for your help.
Best regards,
JohnJ. Davis
KeymasterHi Tony,
You can find this widget at mp-emmet plugin. Thus you can rearrange it with style.css file of your child theme.
Best regards,
JohnJ. Davis
KeymasterHi Tony,
I’ve just tested it locally and it seems to work properly. Do you add the tables to tabs in the same way?:- launch MotoPress Editor and add a table
- close editor and copy the shortcode of the table e.g.
[mp_table mp_style_classes="mp-theme-table-brand motopress-table-first-col-left"] Year,Sales,Expenses 2004,1000,400 2005,1170,460 2006,660,1120 2007,1030,540 [/mp_table]
- launch MotoPress Editor at page with my tabs widget
- open tab content at WordPress Editor, switch to text mode ans paste my table shortcode
- save changes at WordPress Editor and visual builder
If you do that same steps and you still have issue I ask you to submit a request to our tech support department providing admin login data and codes of your tables. We’ll test it for you.
Best regards,
JohnJ. Davis
KeymasterHi Tony,
You can add the style below to style.css file of the Child Theme.site-footer .widget.theme_widget_about .site-title{ display:none; }
Best regards,
JohnJ. Davis
KeymasterHi Mads,
You can try to add the code below to functions.php file of the Child Theme:add_filter('mp_emmet_breadcrumbs', 'my_emmet_mp_emmet_breadcrumbs'); function my_emmet_mp_emmet_breadcrumbs() { return ''; }
Best regards,
John- This reply was modified 9 years, 2 months ago by
- AuthorPosts