Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #256679

    Hi

    I just updated to 3.9 Enfold and have seen some strange things, my social media icons have lost there color, but on hover you see the color, i had it alternating from color background with white icon then on hover black with colored icon, this happens on laptop and pc’s

    On iphone’s, ipad’s and andriod devices it’s differant, the social media icons are the correct color but also show the alt tag, same with the scroll up arrow.

    this only happened when i upgraded. i do have custom css on the icons please see below

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*SOCIAL MEDIA ICONS SECTION */

    #top .social_bookmarks_twitter:hover a
    { color: #4099ff; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_twitter a { color: #fff; background-color: #4099ff; text-decoration: none; }

    #top .social_bookmarks_facebook:hover a
    { color: #3B5998; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_facebook a { color: #fff; background-color: #3B5998; text-decoration: none; }

    #top .social_bookmarks_youtube:hover a
    {color: #c4302b; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_youtube a { color: #fff; background-color: #c4302b; text-decoration: none; }

    #top .social_bookmarks_mail:hover a
    { color: #ffcc00; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_mail a { color: #fff; background-color: #ffcc00; text-decoration: none; }

    #top .social_bookmarks_pinterest:hover a
    { color: #C92228; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_pinterest a { color: #fff; background-color: #C92228; text-decoration: none; }

    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */

    /* SCREEN RESPONSIVE SECTION */

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img
    { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    /* LAYOUTS & CONTAINERS SECTION */

    .avia-team-member { margin:5px; }

    .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
    /* this is the spacing on the main page */

    .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }

    .togglecontainer { margin: 0px 0px; padding: 0px; }
    /* this is the Accordion box on the page */

    .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
    /* this is for the Accordion content details */

    .js_active .toggler { border-color: #d20000; } /* corsa rossa */
    /* this is the Accordion title border area */

    .tabcontainer { margin:0px 0px; }
    /* this is for the content of the Tab box */

    .js_active .tab_content { padding: 5px; margin: 0px; }
    /* this is the content of the Tab box expanded */

    .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
    .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
    /* this is for the Tab titles and expanded tabs borders */

    .av-special-heading { margin-top: 0px; }
    /* this is for the Special Heading text */

    .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
    /* this is for the Special Heading line style */

    .hr { border: solid #ddd; border-width: 2px 0px 0px 0px; clear: both; margin: 5px 0px 5px 0px; height: 0px; }
    .hr span { border-color: #00ffaa; }
    /* this is for the Horizontal Rule */

    .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }

    table { margin: 0px; }
    th { padding: 0px; margin: 0px; border: none; }
    td { padding: 0px; margin: 0px; border: none; }
    tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
    tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }

    .single-post .post-entry .big-preview { display:none !important }
    /* This stops the preview image being displayed in the post */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #256680
    This reply has been marked as private.
    #257263

    Hey!

    Icons are fine on my end – http://i.imgur.com/9RLxKlP.png
    It must be a caching issue. Please check your website once again and confirm that icons are fine on your end as well so we can mark the thread as resolved or assist you further

    Regards,
    Yigit

    #257277

    Hi

    Thanks for your replay
    I operate my browsers with no cache, but i did clean them out. and checked it again on 4 different PC’s/laptop with IE, Safari, FF & crome, the problem is still there, you picture shows it clearly, the icons are white with black background. please re-read my post and also look at the custom.css on the color change of the icon.

    the new upgrade has tampered with the icon colors etc when the implimentation of icons in the post was done i guess????!!!!!!!

    please review

    kind regards

    #257278

    Also please check on iphone the icons do not appear on dolphin or safari. this was all working just find before the upgrade to 3.9

    regards

    Aleks

    #257788

    Hi!

    Please remove following code from Quick CSS

    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    background: transparent;
    }

    and at the end of your last line of code there is semi colon missing. It should be as following

    .single-post .post-entry .big-preview { display:none !important; }

    Cheers!
    Yigit

    #257799

    Hi

    Thanks for your reply

    I don’t have that line in my Quick CSS or Custom CSS.???
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    background: transparent;
    }

    I added the semi colon … my bad

    regards

    #257800

    only this for icons

    /*SOCIAL MEDIA ICONS SECTION */

    #top .social_bookmarks_twitter:hover a
    { color: #4099ff; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_twitter a { color: #fff; background-color: #4099ff; text-decoration: none; }

    #top .social_bookmarks_facebook:hover a
    { color: #3B5998; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_facebook a { color: #fff; background-color: #3B5998; text-decoration: none; }

    #top .social_bookmarks_youtube:hover a
    {color: #c4302b; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_youtube a { color: #fff; background-color: #c4302b; text-decoration: none; }

    #top .social_bookmarks_mail:hover a
    { color: #ffcc00; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_mail a { color: #fff; background-color: #ffcc00; text-decoration: none; }

    #top .social_bookmarks_pinterest:hover a
    { color: #C92228; background-color: transparent; text-decoration: none; }
    #top .social_bookmarks_pinterest a { color: #fff; background-color: #C92228; text-decoration: none; }

    .social_bookmarks li { margin-right: 5px; }
    /* Social Icon spacing */

    #258098

    Hey!

    Thank you for the update.

    Please add this at the very bottom of Quick CSS or custom.css to alternate the color and background:

    #top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit 	 a{color:#fff; background-color:#FF4500; }
    
    #top #wrap_all .social_bookmarks li:hover a { background-color: transparent; color: #fff; }

    Best regards,
    Ismael

    #259307
    This reply has been marked as private.
    #259310

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks {
    display: block;
    }}

    You can see change log here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
    Cheers!
    Yigit

    #259533

    Hi

    Thanks for the super fast reply. i have put the ccs recommendation in and it works. i have this in my custom css file do i need to delete it as i put it in ther to adjust the icons and menu buttom to drop below the logo as they appeared over the logo.

    @media only screen and (max-width: 640px)
    {
    .responsive .logo a, .responsive .logo img { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
    #advanced_menu_toggle { top: 52px; }
    .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
    }

    thanks again for you help

    #259735

    Hi!

    No you can keep it. I checked your website and it does not cause any issues

    Regards,
    Yigit

    #261504
    This reply has been marked as private.
    #262602

    Hey!

    Please add following code to Quick CSS as well

    #header_main .social_bookmarks li a { border-radius: 0; }
    #top #wrap_all .av-social-link-gplus a { color: #fff; background-color: #de5a49; }

    Best regards,
    Yigit

    #262815
    This reply has been marked as private.
    #264409

    Hey!

    I don’t quite follow what the issue is at this point. Please point us to the exact page and instance where the issue is happening and we’ll see what we can do.

    We don’t ever keep a list of css codes since anyone can use their browsers dev tools to inspect the elements live on the page and see what rules are creating the styles they see.

    For instance, on this page: http://chequeredflagmedia.com/6h-spa-lmgte-news-round-up/, the facebook icon is getting its color from this line in your custom.css file on line 7:
    #top #wrap_all .av-social-link-facebook a{ color: #fff; background-color: #3B5998; text-decoration: none; }

    Regards,
    Devin

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.