Forum Replies Created

Viewing 15 replies - 541 through 555 (of 1,249 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    @sg01 It will depend on how your theme was customised. Asking your theme developer is likely the best option if you haven’t customised the theme yourself.

    I replied to your post at https://wordpress.org/support/topic/simple-social-icons-not-working-with-update/. If you need further help with this, please feel free to ask there!

    If anyone else is experiencing issues still, you’re welcome to open a new topic with a link to your site.

    Plugin Contributor Nick C

    (@modernnerd)

    Hi, @sg01.

    Do you use a caching plugin or service? It’s worth clearing caches after updating the plugin if so.

    If that doesn’t fix the issue, your theme’s styles may need to be updated. There’s a blog post here with further info that you can share with your theme developer: http://www.studiopress.com/simple-social-icons-2-0/

    You’re also welcome to link to your site if you wish – I’d be happy to take a closer look for you.

    • This reply was modified 9 years, 4 months ago by Nick C.
    Plugin Contributor Nick C

    (@modernnerd)

    @melmcdonald2 You’re welcome to try the other suggestion I mentioned, if you wish – to check for style customisations to the icons in your theme files (or ask your theme developer if they have an update available for Simple Social Icons 2.0). I’m also happy to review your site and offer more specific advice if you’d like to share a URL.

    @pambennett An older copy of the plugin is available here if you need to revert (by either deleting the existing plugin and uploading the old one, or overwriting the files with FTP): http://www.studiopress.com/download/simple-social-icons.1.0.13.zip.

    If you’re having issues with a specific site, though, and you’ve already cleared caches and consulted your theme developer for possible updates, you’re welcome to post a link where the issue’s visible.

    Plugin Contributor Nick C

    (@modernnerd)

    Hi, Elsa.

    Glad that the CSS helped to restore the background colors on hover.

    The icons were upgraded to new vector versions as part of the plugin update, which is why they look different: http://www.studiopress.com/simple-social-icons-2-0/

    The Google+ and Instagram logos have both changed during rebranding, so you’re seeing the new versions of those icons. And all icons will appear sharper because they’re now vectors, which will change line thickness and appearance on some screens.

    You could edit the vector icon files manually to make them thicker or use the old versions if you wanted to, but if it were my site I’d leave the icons as they are and gain the benefits of the shift to scalable vector graphics (crisper appearance on a wider range of screens and better accessibility).

    Plugin Contributor Nick C

    (@modernnerd)

    Hi, @mtshastadesign. Placing that code at the end of your functions.php file is fine.

    Plugin Contributor Nick C

    (@modernnerd)

    Thanks for this additional info, @bemvestir – it’s been helpful!

    To restore the brand background color on hover, you could update the section of your theme’s stylesheet titled, “Customize the Simple Social Icons to match brand color”.

    You’ll need to use the ssi- prefix instead of the social- one:

    /* Customize the Simple Social Icons to match brand color
    --------------------------------------------- */
      
    .simple-social-icons li.ssi-dribbble a:hover {
    	background-color: #ea4c89 !important;
    }
     
    .simple-social-icons li.ssi-email a:hover {
    	background-color: #049fb3 !important;
    }
     
    .simple-social-icons li.ssi-facebook a:hover {
    	background-color: #3b5998 !important;
    }
     
    .simple-social-icons li.ssi-flickr a:hover {
    	background-color: #ff0084 !important;
    }
     
    .simple-social-icons li.ssi-github a:hover {
    	background-color: #000 !important;
    }
      
    .simple-social-icons li.ssi-gplus a:hover {
    	background-color: #dd4b39 !important;
    }
    
    .simple-social-icons li.ssi-instagram a:hover {
    	background-color: #517fa4 !important;
    }
     
    .simple-social-icons li.ssi-linkedin a:hover {
    	background-color: #007bb6 !important;
    }
     
    .simple-social-icons li.ssi-pinterest a:hover {
    	background-color: #cb2027 !important;
    }
     
    .simple-social-icons li.ssi-rss a:hover {
    	background-color: #ff6600 !important;
    }
     
    .simple-social-icons li.ssi-stumbleupon a:hover {
    	background-color: #eb4823 !important;
    }
      
    .simple-social-icons li.ssi-tumblr a:hover {
    	background-color: #32506d !important;
    }
     
    .simple-social-icons li.ssi-twitter a:hover {
    	background-color: #00aced !important;
    }
      
    .simple-social-icons li.ssi-vimeo a:hover {
    	background-color: #aad450 !important;
    }
     
    .simple-social-icons li.ssi-youtube a:hover {
    	background-color: #bb0000 !important;
    }
    

    For me that restores the hover colors when I try it in Chrome dev tools:

    Plugin Contributor Nick C

    (@modernnerd)

    Great to hear! Thanks for the update. I see the icons now too. 🙂

    Plugin Support Nick C

    (@modernnerd)

    Hi, @kimberlyprovo.

    1. I don’t have a copy of the Minimalista Shop theme to check, but it sounds like it’s adding the credit in a way that isn’t compatible with Simple Edits. You may need to review the code to track down and remove the credit, or ask the developer to update it so it works with Simple Edits.

    2. Make sure every links starts with a protocol such as http://, https:// or mailto:. You currently have these:

    <a href="//www.creativemarket.com/WPChic/164629-Minimalista-Shop-Genesis-Theme?u=mywholeheartdesign“" rel="nofollow">Minimalista Shop</a>

    <a href="mywholeheartdesign@gmail.com”" rel="nofollow">MWHD Design</a>

    Which should look like this instead:

    <a href="https://creativemarket.com/WPChic/164629-Minimalista-Shop-Genesis-Theme?u=mywholeheartdesign" rel="nofollow">Minimalista Shop</a>

    <a href="mailto:mywholeheartdesign@gmail.com" rel="nofollow">MWHD Design</a>

    (Both href attributes also ended with an extra “ that I’ve removed.)

    Plugin Contributor Nick C

    (@modernnerd)

    You’re welcome! No need to edit the plugin. Setting your site to load without the www would be enough to solve this.

    You already redirect http://www.blondieinthecity.com to http://blondieinthecity.com, so you now need to make sure your site settings use the http://blondieinthecity.com version.

    Did you check Settings → General in the admin area as I described?

    The WordPress Address and Site Address on that page should both read http://blondieinthecity.com (without the www). If that’s already the case, it would be worth contacting your host about this – you’ll need to let them know that the site is loading without the www, but assets are being served with the www in the address, which is causing a cross-origin error that prevents your vector files from loading. They should be able to fix this for you.

    Plugin Contributor Nick C

    (@modernnerd)

    @feastingnotfasting Your icons appear correctly for me in Chrome on your homepage and subpages. If you’re still experiencing issues, please open a new topic. I’d be happy to take a look.

    @bemvestir I see your icons with background colours at http://wordpress-20418-45020-194591.cloudwaysapps.com/. Is there a specific page or browser that’s causing issues for you? Could you clarify what you see now and what you expect to be seeing? Again, it’s helpful to open a new topic for your site; it makes debugging and replying easier for us and prevents spamming other forum users with notifications. Thanks!

    Plugin Contributor Nick C

    (@modernnerd)

    Hi, @hayleyl!

    Is your WordPress Address and Site Address at Settings → General currently set to http://www.blondieinthecity.com (with a www)? If so, dropping the www and using this instead for both settings will make your icons reappear: http://blondieinthecity.com

    The issue is that your site is being served from http://blondieinthecity.com (no www), but your icon file is being served from http://www.blondieinthecity.com/wp-content/plugins/simple-social-icons/symbol-defs.svg (with www).

    This results in something called a “cross-origin request”, which browsers and servers prevent by default for security reasons, so your icon file won’t load. Correcting the site address to remove the www makes sure the icons are served from the same domain as the site.

    • This reply was modified 9 years, 4 months ago by Nick C.
    Plugin Support Nick C

    (@modernnerd)

    Thanks, @spooky1! I followed up via email with some suggestions to add the slider to your custom homepage.

    Plugin Contributor Nick C

    (@modernnerd)

    Thanks for this feature request, @brianatwork. This is on the roadmap (here), although I don’t have a firm release target to share just yet.

    Thank you again for your vote!

    Plugin Support Nick C

    (@modernnerd)

    Hi, @philson. Caching is one possible cause if the slider works when you’re logged in but not when you’re logged out. (Caching does not usually affect logged-in users, so you’re seeing the site uncached when you’re logged in.)

    For logged-out users, your site is not loading the jquery.flexslider.js JavaScript file the plugin needs to function, so your homepage is generating “flexslider is not a function” errors:

    Flexslider errors

    You could try disabling or clearing any server-side caching features or WordPress caching plugins as a starting point.

    Plugin Support Nick C

    (@modernnerd)

    Thanks, @spooky1. I see a maintenance mode page at that URL. If you’d still like help with this, please could you make the site public or email login info to nick.cernis [at] copyblogger [dot] com?

    • This reply was modified 9 years, 4 months ago by Nick C.
Viewing 15 replies - 541 through 555 (of 1,249 total)