Banjer
Forum Replies Created
-
Forum: Plugins
In reply to: [Music Affiliate Pro] File not foundI have the same problem!!!
Forum: Themes and Templates
In reply to: [Spun] Social MenuHi, I will try to explain but I am not a very good with this stuff and with english.
Anyway, you have to set the css class from the menu section and then you have to modify the css file of your theme adding something like that.
I hope this is will be helpful/* Theme Name: spun Child Description: Child theme for the spun theme Author: Davide Template: spun */ @import url("../spun/style.css"); .main-navigation { text-align: start; } .main-navigation a { text-indent: -9999em; width: 50px; height: 50px; } #masthead { opacity: 1; } .menu-soundcloud { background-image: url(http://www.albertodati.com/wp-content/uploads/2013/08/sc.png) !important; background-repeat: no-repeat !important; background-position: left center; } .menu-soundcloud:hover { background-image: url( http://myname.com/wp-content/uploads/2013/08/sccolor.png) !important; } .menu-facebook { background-image: url(http://www.myname.com/wp-content/uploads/2013/08/fb.png) !important; background-repeat: no-repeat !important; background-position: left center; } .menu-facebook:hover { background-image: url( http://www.myname.com/wp-content/uploads/2013/08/fbcolor.png) !important; } .menu-twitter { background-image: url(http://www.myname.com/wp-content/uploads/2013/08/tw.png) !important; background-repeat: no-repeat !important; background-position: left center; } .menu-twitter:hover { background-image: url( http://www.myname.com/wp-content/uploads/2013/08/twcolor.png) !important; } .menu-youtube { background-image: url(http://www.myname.com/wp-content/uploads/2013/08/yt.png) !important; background-repeat: no-repeat !important; background-position: left center; } .menu-youtube:hover { background-image: url( http://www.myname.com/wp-content/uploads/2013/08/ytcolor.png) !important; } .menu-flickr { background-image: url(http://www.myname.com/wp-content/uploads/2013/08/fl.png) !important; background-repeat: no-repeat !important; background-position: left center; } .menu-flickr:hover { background-image: url( http://www.myname.com/wp-content/uploads/2013/08/flcolor.png) !important; }Don’t worry Amanda, and thank you very much, but I just posted two thread and no one have answerd.
But yours solution it is what I am looking for, I only want to apply on every pages.NO , now every circles is disappeared!
I will try and let you know as soon as possible …. thank you 🙂
Don’t worry, I don’t mean now, when you have a little more time I will appreciate your help, thanks
Could you so kind to explain how to code it, I am not sure to understand how exactly work.
ok thank you …but how do you do to have articles on this page http://www.cameronlab.com/research/
I have set the home to have page but when I write a new article how can I do to target them to one particular page as you did with reserch and Amanda with blog??
ok thank you …but how do you do to have articles on this page http://www.cameronlab.com/research/
I have set the home to have page but when I write a new article how can I do to target them to one particular page as you did with reserch and Amanda with blog??
This is the link http://www.davidenaccarati.it/wp_light/
Hi , I would like to use the same solution you are trying for your site.
First of all I manage the homepage to have pages and not articles, but really I would like to have categoryies and not pages…it is this possible?
I would like to have at least 3 circles and every circles is a category, clicking on then the visitor is target on an another page where are the articles… you can help me?
I just made a topic but I think you and Roel are the only two who are near the solution I am looking for ( hoping you understand my poor english 🙂 )Thanks a lot
BanjerForum: Themes and Templates
In reply to: [Spun] hover on social iconIt works !!!! Yeah thank you very much 🙂
Forum: Themes and Templates
In reply to: [Spun] hover on social iconOk it works, thank you very much but there is another problem now if I remove also
.main-navigation a { text-indent: -9999em; width: 50px; height: 50px; }the text remain… how can I remove it??