J. Davis

Forum Replies Created

Viewing 15 posts - 3,331 through 3,345 (of 3,450 total)
  • Author
    Posts
  • in reply to: Layer not hiding #284688

    Hi Irving,

    I’ve tested Slider and it is running properly on my side with mentioned environment. Could you submit a request providing admin access details and we’ll check it your particular case.

    Best regards,
    John

    in reply to: How to change the color of the title bar? #283526

    Hi Juan,

    1. You need to edit .site-header class to edit background of logo and navigation section e.g.:

    .site-header{
    background:#cecece;
    }

    You can add it to child theme styles.css file or MotoPress>Settings>Custom CSS code.

    2. In order to make the menu sticky you should go to Appearance > Customize > General > enable ‘Sticky menu on scroll’ option.

    Best regards,
    John

    Hi Damon,

    I’ve added your request to our Features List and we’ll add the required icons in the next update version. Thank you for your feedback.

    Best regards,
    John

    in reply to: Height of Header Bar #283059

    Hi,

    WordPress admin bar is not a theme element and it is not recommended to modify WordPress at all. Anyway you should apply your custom styles to #wpadminbar selector e.g.

    #wpadminbar{
         height:25px;
    }

    etc.
    Best regards,
    John

    in reply to: Height of Header Bar #281871

    Hi,

    The best way to customize theme is to create a child version and edit its style not to loose the changes after theme update.
    As for this particular request so there is no sense to decrease the height of header section (with logo and menu) because your logo, website title and description will not fit properly.
    It is impossible to provide a universal code for each logo, etc. if you own a Premium version of theme you can submit a request to our tech support and they will advise on how to achieve that.

    Best regards,
    John

    in reply to: remove image default #281864

    Hi Marcello,

    This image is called Featured. If you want to remove it you need to create a child theme, copy the file of post type template and simply remove it by deleting appropriate code.
    If you have already purchased theme and created a child version you can let us know what post type you use (page, portfolio or post) and what Page template or Blog layout it is selected and we’ll assist you.

    Best regards,
    John

    in reply to: Footer widgets #281841

    Hi Demian,

    Actually you can translate Emmet lite theme by this link.
    Also you can create a child theme copy emmet-lite/searchform.php file to your child theme and edit word ‘Keywords:’ at the code below
    <?php echo esc_attr_x('Keywords:', 'placeholder','emmet-lite') ?>

    Best regards,
    John

    in reply to: No vertical scroll (for page) on content editor #281342

    Hi Renato,

    We have checked your theme and found that scroll was hidden in the body of your theme. Seems like it is a feature of the theme. You can add the style below to MotoPress>Settings>Custom CSS field to overwrite theme style:

    .motopress-body {
        overflow: visible;
    }

    Best regards,
    John

    in reply to: How can I show a splash screen only once ? #281326

    Hi Mike,

    You can select display ‘Once’ only within Settings Panel of Splash Screen element. Please refer to the screenshot below.
    MotoPress Splash Screen settings

    Best regards,
    John

    in reply to: Duration of individual Slide #281093

    Hi Pedro,

    Unfortunately it is not possible for now. But I’ve added your idea to our feature request list for developers to review. We’ll notify you if it is added within further updates.
    Thank you for your feedback.

    Best regards,
    John

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

    Hi Dimitri,

    This error message means that you use our of dated version of plugin. You need to check license activation and update plugin to latest version. Currently it is 1.6.7. After successful update the error should not occur any more.

    Best regards,
    John

    in reply to: Hwo to remove underline from button #279135

    Hi Rafa,

    Seems like style of a button is affected by styles of your theme or other plugin. We need to have a look at this certain case to answer your question. Please submit a request providing admin access to your WordPress.
    And could you clarify your another question in your request as I’m not sure I understand it correctly. Screenshots and exact examples are appreciated.

    Best regards,
    John

    in reply to: Upgrade issues. #279045

    Hi Damon,

    It is WordPress requirement but we’ll do our best to find an alternative solution. Thank you for your feedback.

    Best regards,
    John

    • This reply was modified 9 years, 4 months ago by J. Davis.
    in reply to: No vertical scroll (for page) on content editor #278512

    Hi Renato,

    Could you let us know what theme you use and where it can be downloaded. If it can not be downloaded for free please share it with us submitting a request to our tech support or sending a download link in private message here in a forum.

    Best regards,
    John

    in reply to: Upgrade issues. #278470

    Hi Damon,

    That image is added via <img> tag but HTML tags can be used in the Big Title Section only. It won’t work for other sections. You need to remove HTML tags from the sections of the Front Page to make it look properly.

    Best regards,
    John

Viewing 15 posts - 3,331 through 3,345 (of 3,450 total)