J. Davis

Forum Replies Created

Viewing 15 posts - 3,241 through 3,255 (of 3,450 total)
  • Author
    Posts
  • in reply to: Changing Main menu font color #319019

    Hi 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,
    John

    Hi 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,
    John

    in reply to: Not Working #318980

    Hi 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,
    John

    in reply to: Full width page #318974

    Hi 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,
    John

    Hi 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,
    John

    in reply to: post excerpts – masonry blog-style #317079

    Hi 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.

    Hi Roman,

    If your license expired you can renew it to get updated version. Please follow this guide on to renew your license.

    Best regards,
    John

    Hi,

    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,
    John

    in reply to: Tinymce #316843

    Hi 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,
    John

    in reply to: Carriage returns being removed by plugin #315717

    Hi 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,
    John

    in reply to: None of the sction widgets working #315603

    Hi Tony,

    I’ve corrected that. Thank you for your help.

    Best regards,
    John

    in reply to: Customizing About Us widget layout #315522

    Hi 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,
    John

    in reply to: Carriage returns being removed by plugin #315024

    Hi Tony,

    I’ve just tested it locally and it seems to work properly. Do you add the tables to tabs in the same way?:

    1. launch MotoPress Editor and add a table
    2. 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]
    3. launch MotoPress Editor at page with my tabs widget
    4. open tab content at WordPress Editor, switch to text mode ans paste my table shortcode
    5. 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,
    John

    in reply to: Customizing About Us widget layout #315019

    Hi 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,
    John

    in reply to: Remove breadcrumbs #313890

    Hi 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

Viewing 15 posts - 3,241 through 3,255 (of 3,450 total)