Themonic-Support

Forum Replies Created

Viewing 10 posts - 401 through 410 (of 1,486 total)
  • Author
    Posts
  • in reply to: Font Size #5007

    Hi,

    Please check http://themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/

    It has ready codes that you can copy paste in custom css section in live customizer.

    in reply to: How to Combine images using CSS sprites #5004

    You can download Version 2 from Member area already. You can check the changelog.txt inside the downloaded zip too. Copying below for reference.

    ————– August 22 2017 —————-

    24/08/2017 – Version 2.01

    – Bug Fixes (Menu color and Full width header)
    – Added option to hide/display all social icons in one click

    ————– August 22 2017 —————-

    22/08/2017 – Version 2

    – PHP 7 compatibility
    – Upgraded scripts
    – Speed optimizations
    – Image social icons replaced with font social icons

    ————– June 1 2017 —————-

    01/06/2017 – Version 1.9.8

    – Fixed Jetpack compatibility issue (Fixes unresponsive Widgets)

    ————– May 19 2017 —————-

    19/05/2017 – Version 1.9.7

    – Category display on home page fixed
    – Assistive container renamed to match content container
    – Mailchimp and Aweber widget support added

    in reply to: AMP #5000

    Hi,

    AMP can be enabled using this official plugin

    AMP

    Please note that it is currently under development and pages are not supported.

    in reply to: Translation into Russian #4998

    Hi Alla,

    If your question is about ftp transfer, please also check with another program like https://filezilla-project.org/

    If your question is about translation please explain what issue are you facing or email [email protected] with details.

    in reply to: Banner shrunk in header after updating theme #4995

    If the issue is still not resolved then please email to [email protected] with screenshot of the issue.

    in reply to: Iconic One Pro Child Theme(s) #4983

    Hi Lucas,

    Those are starter child themes, as such they don’t require many updates and they should still work fine. However, if you face any issues with those child themes email [email protected] with details.

    in reply to: grandezza menù #4978

    Try this in custom css for sub menu font size

    
    @media screen and (min-width: 767px) {
    .themonic-nav li ul li a {
    font-size: 18px;
    }
    }

    Install plugin “Contact Form 7? then create a new page and paste CF7 shortcode. In the form settings there is a field “from” enter your email ID there. Now you will get all notifications via email and reply via email too. For more details check CF7 docs.

    Refer this guide for width and more: themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/

    in reply to: Pagination float message #4972

    I have just checked at my end, no such message. Have you modified any theme files? if yes then double check your edits. Please email [email protected] with your live URL for further support.

    in reply to: Remove Menu from Specific Page #4969

    Yes, can be done. Use this plugin https://wordpress.org/plugins/wp-custom-body-class/ to add a custom page class to your page and then use like this

    
    .custom-page-class .nav-menu {
    display:none;
    }

    If you are unable to make it work, then contact [email protected] for custom work.

Viewing 10 posts - 401 through 410 (of 1,486 total)