J. Davis

Forum Replies Created

Viewing 15 posts - 3,361 through 3,375 (of 3,450 total)
  • Author
    Posts
  • in reply to: Tables – add new style or modify current #269842

    Hi Rafal,

    Please follow the steps below to remove border around the Table object:
    1. go to MotoPress>Settings>Custom CSS field
    2. add custom style with to remove the border e.g.

    .no_border_table{
    border:0px none !important;
    }

    3. go to your page with your table, launch MotoPress and apply name of custom style to your table ‘no_border_table’.
    4. If you do not need border between columns and rows too you can add the style below instead of previous one to MotoPress>Settings>Custom CSS field

    .no_border_table, .no_border_table td{
    border:0px none !important;
    }

    Best regards,
    John

    in reply to: Slider not working #268714

    Hi Damon,

    This issue should be fixed in version 1.4.0 but it is not still released for Premium version of the theme so you can try to go to /wp-content/themes/emmet/sections/ and open to edit big_title.php file. You should find the lines below and simply remove them from the file.

    else:
            if (get_theme_mod('theme_bigtitle_title', false) === false) :
    endif;

    I would recommend to back up the file in case something goes wrong. If you need our assistance you can provide us with admin access and we’ll check that for you.

    Best regards,
    John

    in reply to: Drop downs not working with Motopress Editor #268684

    Hi Eric,

    There might be some conflict with styles of your theme or another plugin, etc. That’s why we need to have a look at your WordPress. Could you submit a request providing admin access to your WordPress website?

    Best regards,
    John

    in reply to: Tables – add new style or modify current #267728

    Hi Mazi,

    You can simply go to MotoPress>Settings and add the code below to Custom CSS field:

    .motopress-table-obj .motopress-table-style-silver th{
    background:#fff;
    }
    
    .motopress-table-obj .motopress-table-style-silver tr.odd-row td{
    background-color:#fff;
    }

    Best regards,
    John

    in reply to: Contact Us – sent message is in green #266262

    Hi Damon,

    You need to edit the class below

    
    .notification.success{
    color:#27b399;
    font-size:13px;
    margin-bottom:40px}

    You can do this by creating a Child Theme or some Custom CSS code field (if you use MotoPress Editor you can go to MotoPress>Settings and use Custom CSS field to edit this class)

    Best regards,
    John

    in reply to: Using Anchor points #265274

    Hi Damon,

    There is unique ID at each section of the Front Page.
    Here is a full list:
    – #big-section for Big title section
    – #welcome for First Feature Section
    – #third for Second Feature Section
    – #install for Call To Action Section
    – #features for Features Section
    – #portfolio for Portfolio Section
    – #plan for Packages Section
    – #accent for Accent Section
    – #subscribe for Subscribe Section
    – #lastnews for Latest News Section
    – #testimonials for Testimonials Section
    – #googlemap for Google Map Section
    – #contact for Contact Us Section

    In order to form an anchor link you need to indicate website url, slash and #section id e.g. http://YourSiteURL.com/#subscribe or live example http://themes.getmotopress.com/emmet/#googlemap

    Best regards,
    John

    in reply to: Columns not responsive #264833

    Hi Sofia,

    By default each column is placed one by one (on top of each other)automatically in MotoPress Editor. But when you install CherryFramework4 Integration addon (provided by TemplateMonster) you need to set the size of each column for each device individually. For this you should select a column and define its size on screen dimensions according to Bootstrap Grid System:

    1. Extra small devices like Phones (<768px)
    2. Small devices like Tablets (≥768px)
    3. Medium devices like Desktops (≥992px)
    4. Large devices like Desktops (≥1200px)

    For example you have 4 columns. Thus you should select each column one by one and set:
    – 12 for Extra small devices – it means that column will be of full width on mobile device
    – 6 for Small devices (tablets) – each column will get 50% of the tablet screen size to form 2 columns in one row.
    – 3 for Medium and Large devices – each column will get 25% from the full width screen forming 4 columns in one row.

    Best regards,
    John

    in reply to: Emmet Lite features section #264658

    Hi Louise,

    Thank you. We have noted your ideas down and we’ll check if it is possible to apply them in further updates.
    have a nice day.

    Best regards,
    John

    in reply to: Hover on Button not working on 1st slide #264641

    Hi Ahmed,

    There is link field in the layer properties of button object. You can refer to this screenshot

    Best regards,
    John

    in reply to: Emmet Lite features section #262984

    Hi Louise,

    Could you create user with admin roles and provide its login and password to the request you submitted? We’ll test it at your WordPress and provide you with answer.
    We are improving the theme and your feedback is appreciated. Thank you.

    Best regards,
    John

    in reply to: Never Ending Spinning Gears when try to edit slide #261606

    Hi,

    You are the first one who faced the issue like this after updating slider to 1.3.1 version. We need to test it to fix the issue as you can not use its new features – Posts and WooCommerce sliders. That’s why we requested the details in the ticket you have submitted.

    Best regards,
    John

    in reply to: Footer widgets #261598

    Hi Louise,

    1. You need to add Theme → About Us widget to Footer Left widget area. Refer to screenshot
    2. Unfortunately it is not possible to use HTML tags in Big Title section.

    Best regards,
    John

    in reply to: Changing the Emmet background image color layer #261589

    Hi Damon,

    You need to edit the background of this class .transparent-section. By default it looks like

    
    .transparent-section{
    background:rgba(50,65,85,0.75);
    }
    

    You can copy it to MotoPress>Settings>Custom CSS field and edit the rgba value.

    Best regards,
    John

    in reply to: Emmet Lite features section #261558

    Hi Louise,

    Yes, you can update theme to 1.4.0 version. If you enabled Customizable Front Page I recommend to refer to guide below to learn how to set it up again as we had to change the previous way to submit this theme to WordPress.org

    How to Setup Customizable Front Page



    Best regards,
    John

    in reply to: Never Ending Spinning Gears when try to edit slide #259812

    Hi Richard,

    Try to clear the cache in your browsers and check it again. Your particular case requires to be reviewed personally. That’s why we would ask you to submit a request to our technical support providing admin access to your WordPress.

    Best regards,
    John

Viewing 15 posts - 3,361 through 3,375 (of 3,450 total)