Themonic-Support

Forum Replies Created

Viewing 10 posts - 431 through 440 (of 1,486 total)
  • Author
    Posts
  • in reply to: Accessibility issues #4889

    These are the locations to edit outline property:

    line 75-77 of style.css – you can remove these lines

    
    a:focus {
    	outline: none;
    }

    Line 445-449 of style.css

    
    a {
    	outline: 0;
    	color: #00A1E0;
    	text-decoration: none;
    }

    Remove only line 446 which is

    outline: 0;

    in reply to: Accessibility issues #4886

    Thank you for contacting us.

    1) In the header.php line 126 is

    
    <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'themonic' ); ?>"><?php _e( 'Skip to content', 'themonic' ); ?></a>

    replace with

    
    <a class="assistive-text" href="#main" title="<?php esc_attr_e( 'Skip to content', 'themonic' ); ?>"><?php _e( 'Skip to content', 'themonic' ); ?></a>

    You are only replacing #content with #main

    2) Archives dropdown widget is provided by the WordPress itself and not related to theme and I also quickly checked with the default Twenty Seventeen theme to rule out the theme issue, it is an issue with bundled WordPress widget. I will file bug report to WordPress and let you know once it is solved.

    in reply to: Remove Header #4873

    Please check after clearing browser cache, if still doesn’t work provide URL to
    [email protected]

    in reply to: Live Composer or other editors #4871

    Live Composer should work fine with Iconic One, if you face any issues with it let us know via email [email protected]

    You can use the several page templates in the Iconic One Pro with any page builder for great results.

    in reply to: Speed issues #4870

    Once your site is live email [email protected] for feedback and improvement guidance.

    in reply to: Remove Header #4866

    Use the following custom css

    
    .themonic-logo, .socialmedia {
        display: none;
    }
    in reply to: No-follow on "Tweet" social button #4865

    Sharing buttons are not URL but scripts that share your site URLs, nofollow is needed for URLs only, they don’t pass on the link juice if you are worried about that.

    in reply to: Site title #4861

    Use like the codes below after disabling social icons.

    
    .site-header {
        text-align: center;
    }
    
    .io-title-description a {
        color: #444444;
        font-family: verdana;
        font-size: 44px;
    }

    To add a Google font family, refer http://themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/

    in reply to: Iconic One Pro Email Subscription #4859

    V2 will become available within 30 days max. You will get email notification.

    in reply to: Iconic One Pro Email Subscription #4856

    Currently the Email subscription widget is for feedburner only. In the upcoming V2 we are adding Mailchimp, Aweber and Jetpack support.

    To use mailchip currently: simply copy the official html form code from the mailchimp member area and paste inside the text widget.

Viewing 10 posts - 431 through 440 (of 1,486 total)