Foxmaster05

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Blurry images #11583
    Foxmaster05
    Member

    Thank You. It appears the problem was an issue on the device.

    in reply to: Icomoon Fonts not showing up on Macbook in Safari #11582
    Foxmaster05
    Member

    Thank You.

    in reply to: Responsive Problems #11581
    Foxmaster05
    Member

    I’m totally confused at this point. It initially looks like it was the Amazon Payments Plugin causing the Team Profiles issue. I disabled that plugin and I didn’t see the issue any longer. Then I re-enabled it and the issue is still gone… Any ideas?

    in reply to: App screenshots not showing up #11379
    Foxmaster05
    Member

    Hello,

    This happened with Android 4.4.4 in Firefox 34, and now also in Android 5.0.1 in Firefox 34.0.1.

    Thank You.

    in reply to: Responsive Problems #11378
    Foxmaster05
    Member

    I am seeing this problem in ALL Android browsers. Firefox, Chrome, Dolphin, and Roboform which is a Safari browser.

    Many people use Firefox for Android. As you know it’s one of the most popular browsers in the world, second only to Chrome. Firefox for mobile takes up just under 20% of the market.

    This is a pretty major issue that makes the theme appear, for lack of a better word “jenky” and unrefined. No offense of course.

    Thank you.

    in reply to: Remove Transparency from Icomoon Social icons #10582
    Foxmaster05
    Member

    The solution is found by changing

    .widget ul.social-list a {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }

    to

    .widget ul.social-list a {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    in reply to: Remove Transparency from Icomoon Social icons #10580
    Foxmaster05
    Member

    Thank you for reply,

    The change you recommended did not do anything unfortunately. Below is my current css declarations for the social widget, none of which have removed the slight transparency (it appears like 80% opacity or something near).

    #footer .widget ul.social-list a i {
          font-size:58px;}
    
    #footer .widget ul.social-list a i.icon-facebook5 {
            color: #fff;
            background:#3B5998;
            border-radius: 58px;
            border:4px solid #3B5998;}
    #footer .widget ul.social-list a i.icon-twitter4 {
            color: #fff;
            background:#55ACEE;
            border-radius: 58px;
            border:4px solid #55ACEE;}
    #footer .widget ul.social-list a i.icon-google-plus5 {
            color: #fff;
            background:#DD4B39;
            border-radius: 58px;
            border:4px solid #DD4B39;}
    #footer .widget ul.social-list a i.icon-linkedin5 {
            color:  #fff;
            background:#0077B5;
            border-radius: 62px;
            border:3px solid #0077B5;     
            font-size:62px;}
    
    #footer .widget ul.social-list a:hover i.icon-facebook5 {
            color: #3B5998;
            background:#fff;
            border-radius: 58px;
            border:4px solid #fff;}
    #footer .widget ul.social-list a:hover i.icon-twitter4 {
            color: #55ACEE;
            background:#fff;
            border-radius: 58px;
            border:4px solid #fff;}
    #footer .widget ul.social-list a:hover i.icon-google-plus5 {
            color: #DD4B39;
            background:#fff;
            border-radius: 58px;
            border:4px solid #fff;}
    #footer .widget ul.social-list a:hover i.icon-linkedin5 {
            color:  #0077B5;
            background:#fff;
            border-radius: 62px;
            border:3px solid #fff;     
            font-size:62px;}
    
    in reply to: Fonts in Mobile View will not change #10579
    Foxmaster05
    Member

    Thank you for the information.

    Am I correct in seeing that there are many other selectors necessary to declare in order to make this work (as declared in style.css)? EG: below:

    body {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    cite, em, i {
    	font-family: "proxima-nova", sans-serif;
    }
    button, .button, input[type=button], input[type="submit"], input[type="reset"] {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    #slider-area .flex-caption a {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    #author-widget .author-name {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .pullquote {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    blockquote {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .rss-block {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .stats .number {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    #site-logo a {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    #mobile-menu .menu-header {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    ul.post-list .published, ul.post-list .byline {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    ul.post-list .entry-meta {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .entry-meta span a {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .entry-header span a {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .page-links a, .page-links a:visited {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .pagination a, .pagination a:visited, .pagination span.current {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .comment-author cite {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .comment-reply-link, .comment-edit-link {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .comment-reply-link:visited, .comment-edit-link:visited {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .slogan1 {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .heading2 .title {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .heading2 .subtitle span {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .slogan blockquote .footer cite {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .testimonials2-slider-container blockquote cite {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .client-testimonials2 .header .title {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .client-testimonials2 .header cite {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    #services-icon-list .sub {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    ul.member-list li a {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .team-slider-profiles .footer .follow-text {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
    .post-snippets .hentry .entry-title {
    	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    }
Viewing 8 posts - 1 through 8 (of 8 total)