- Posts: 6
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- K2 Social Sharing Icons, as well as font resize icons don't appear on my articles
K2 Social Sharing Icons, as well as font resize icons don't appear on my articles
- Boulder Web Marketing
-
Topic Author
- Offline
- New Member
Less
More
14 years 7 months ago #89978
by Boulder Web Marketing
K2 Social Sharing Icons, as well as font resize icons don't appear on my articles was created by Boulder Web Marketing
I'd be very thankful if someone would help me figure this out. I'm using the Morph framework and templates from JoomlaJunkie.com but not sure if this has anything to do with the issue. If you look at my site: www.phone4solutions.com/nantucket on the articles, neither the social sharing icons or the font resize icons show up... I've looked at the css and everything looks normal. Anyone has any idea?
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
Less
More
- Posts: 398
14 years 7 months ago #89979
by troponin
Replied by troponin on topic K2 Social Sharing Icons, as well as font resize icons don't appear on my articles
I dont know if you use Template Overwrites. But when I take a look @ your css it is linked wrong :
div.itemToolbar ul li a#fontIncrease img {
background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent;
height:13px;
width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
div.itemToolbar ul li a#fontIncrease img {
background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent;
height:13px;
width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
Please Log in or Create an account to join the conversation.
- Boulder Web Marketing
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
14 years 7 months ago #89980
by Boulder Web Marketing
Replied by Boulder Web Marketing on topic K2 Social Sharing Icons, as well as font resize icons don't appear on my articles
I didn't really change anything...
Troponin said:I dont know if you use Template Overwrites. But when I take a look @ your css it is linked wrong :
div.itemToolbar ul li a#fontIncrease img {
background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent;
height:13px;
width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
Troponin said:I dont know if you use Template Overwrites. But when I take a look @ your css it is linked wrong :
div.itemToolbar ul li a#fontIncrease img {
background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent;
height:13px;
width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
Please Log in or Create an account to join the conversation.
- Boulder Web Marketing
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
14 years 7 months ago #89981
by Boulder Web Marketing
Replied by Boulder Web Marketing on topic K2 Social Sharing Icons, as well as font resize icons don't appear on my articles
But this is where it says it is on my css file (the k2 under components k2/css:
a.delicious {background-image: url(../images/social/delicious_16.png);}
I actually even tried to make it an absolute url for the image and still it doesn't show:
background:url(www.phone4solutions.com/nantucket/components/com_k2/images/s...) left -1000px repeat-x;} But as you can see, if you click on that link, that's exactly where the images are...
Marcio said:I didn't really change anything... Troponin said:I dont know if you use Template Overwrites. But when I take a look @ your css it is linked wrong : div.itemToolbar ul li a#fontIncrease img { background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent; height:13px; width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
a.delicious {background-image: url(../images/social/delicious_16.png);}
I actually even tried to make it an absolute url for the image and still it doesn't show:
background:url(www.phone4solutions.com/nantucket/components/com_k2/images/s...) left -1000px repeat-x;} But as you can see, if you click on that link, that's exactly where the images are...
Marcio said:I didn't really change anything... Troponin said:I dont know if you use Template Overwrites. But when I take a look @ your css it is linked wrong : div.itemToolbar ul li a#fontIncrease img { background:url("../../html/com_k2/default/images/system/font_increase.gif") no-repeat scroll 0 0 transparent; height:13px; width:13px;
}
I cant figure out where you have installed your Image folder cause you have gziped your css output.
You have to place the images folder of K2 @ the right position.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- K2 Social Sharing Icons, as well as font resize icons don't appear on my articles