Themonic-Support

Forum Replies Created

Viewing 10 posts - 211 through 220 (of 1,486 total)
  • Author
    Posts
  • in reply to: how to fix this? #5784

    Current implementation is already the best one.

    However, if you wish make changes

    
    @font-face{font-family:'FontAwesome';font-display:swap;src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');.....

    You just have to add font-display: swap; exactly like above in line 4 in

    iconic-one-pro -> fonts -> font-awesome.min.css

    This will fix the error in PageSpeed but you will have squares before icons are loaded because CSS property font-display: swap; swaps with system fonts and there won’t be system replacement font in most computers for font awesome icons.

    in reply to: how to fix this? #5782

    This file is responsible for social and profile icons, the full file size is only 29KB. As it generates font based icons there won’t be any speed issues because of it.

    To optimize for fast speed use the following info:

    Activate WP Super Cache and Autoptimize plugins and remove all other caching plugins.

    After activation enable them by going to their settings and enabling cache checkboxes to enable caching, read their docs if you are new to this. You should have 92-99 pagespeed score just by doing this.

    Theme is already pre-tested with these plugins and the live demos use these too. If you can select PHP version at your host then current best performance is with PHP version 7.2

    in reply to: sidebar #5779

    Hi,

    Issue screenshot link?

    Your question is not clear. Please clarify.

    in reply to: my home page post featured image automatic cropped #5776

    Hi Abhay,

    Thank you for your query, we have seen the images in the email you sent.

    1) The original images you upload are safe in WordPress Dashboard => Media -> Library in their original size, the cropped one is used by the theme.

    2) If you wish to use wide images on home page and single page out of featured images, eg in images below, then follow the steps below:

    step 1:

    step 2: uncheck the box

    in reply to: PHP 7.0 compatibility #5771

    Yes, some updates could be required for v2.9.6 and PHP 7+. If your custom child theme only has CSS styles, then there should be no issues.

    To be sure, install the old parent and child theme on a test server and upgrade there first if you have errors you can fix them there before trying on main site.

    If you require support for custom child theme, contact us for paid support options.

    in reply to: PHP 7.0 compatibility #5769

    Hi Sam,

    We have tested and verified up to PHP version 7.3.5 with the latest version of Iconic One Pro which you can download from the member area https://themonic.com/member-login/. We do not provide support for older theme versions but only the latest.

    Within the download there is changelog.txt, with that you can cross check.

    in reply to: Distance (gap) between share icons #5766

    You can try this, it will reduce and equalize gap a little bit.

    
    .themonic-social-share li {
        margin-right: 0;
        width: 20%;
    }

    Additional CSS can be accessed by clicking on Customize in top Admin bar or via Appearance -> customize

    in reply to: Problem with Facebook share button #5764

    Hi,

    You can paste the following lines in Customizer -> Additional CSS

    
    .link-comments {
        display: none;
    }
    
    in reply to: Distance (gap) between share icons #5761

    Hi,

    Try this

    
    .themonic-social-share li {
        width: 20%;
    }

    in the Customizer -> Additional CSS.

    It should work as you expect but some limitations:

    – When the site is visited in non english country, Facebook like button is shown in their native language which will again reduce or increase the gap between the first two buttons.

    The above code will come by default in the next revision. We will see if we can improve it further.

    in reply to: Problem with Facebook share button #5758

    Hi,

    Share button shows different words according to country, it has been fixed on your site using the login info you provided via email.

    This will also be updated in the next version.

Viewing 10 posts - 211 through 220 (of 1,486 total)