Ajay
Forum Replies Created
-
Forum: Your WordPress
In reply to: Finally started thisYes Trumani that’s what I am going for. I want to build a clean minimalist theme that can be used for programming related blogs like mine.
Forum: Your WordPress
In reply to: Finally started thisI am working on 5 drafts right now…hope to get those published when they are complete.
And yes i am a dev and it is a launching point + how to site.Forum: Fixing WordPress
In reply to: Change Social media buttons in Theme's default widgetI downloaded the theme offline & found a widget file & this code:
<ul class="social"> <?php if($facebook) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Facebook','sugarspice') ?>"><div class="icon icon-facebook"></div></a></li> <?php } ?> <?php if($twitter) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Twitter','sugarspice') ?>"><div class="icon icon-twitter"></div></a></li> <?php } ?> <?php if($googleplus) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Google+','sugarspice') ?>"><div class="icon icon-google-plus"></div></a></li> <?php } ?> <?php if($pinterest) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Pinterest','sugarspice') ?>"><div class="icon icon-pinterest"></div></a></li> <?php } ?> <?php if($instagram) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Instagram','sugarspice') ?>"><div class="icon icon-instagram"></div></a></li> <?php } ?> <?php if($youtube) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Subscribe to my YouTube channel','sugarspice') ?>"><div class="icon icon-youtube"></div></a></li> <?php } ?> <?php if($flickr) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Follow me on Flickr','sugarspice') ?>"><div class="icon icon-flickr"></div></a></li> <?php } ?> <?php if($rss) { ?> <li><a>" target="_blank" class="social-icon" title="<?php esc_attr_e('Subscribe to my RSS feed','sugarspice') ?>"><div class="icon icon-rss"></div></a></li> <?php } ?>
Now can plz somebody tell me how can i use custom facebook & twitter icons here.
Forum: Fixing WordPress
In reply to: Change Social media buttons in Theme's default widgetOkay I have found this code to be related to one of the icon’s in that widget.
<a href="https://www.google.com/+AjayGuptaIndia" target="_blank" class="social-icon" title="Follow me on Google+"><div class="icon icon-google-plus"></div></a>
Now I do not see link to any image file in this also in which .css or .php file will I find this code, can anybody help?
I found this code using Chrome developer tools.Forum: Themes and Templates
In reply to: [Sugar and Spice] Social buttons not showing in ChromeUpdate 4: I uninstalled Google Chrome & installed the newer version. Issue got resolved.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Social buttons not showing in ChromeUpdate: I uninstalled Shareaholic. Problem presists.
Update 2: I uninstalled & reinstalled the whole theme. Problem presists.
Update 3: I am checking how my site looks on different browsers using browsershots.org. It seems on older versions of chrome the social buttons are working fine.The version of Chrome I am using is Version 33.0.1750.58