Breadcrumb area
- GK User
- Fri Jun 21, 2013 2:07 pm
Hello,
Wonder if you could help again please?
I am using the breadcrumb area for a RSS Feed and I would like to put my own icon before the feed in the Div
Any Idea's please
Thanks
URL http://AVD.npsmedia.com
Wonder if you could help again please?
I am using the breadcrumb area for a RSS Feed and I would like to put my own icon before the feed in the Div
Any Idea's please
Thanks
URL http://AVD.npsmedia.com
-
- Senior Boarder
- GK User
- Fri Jun 21, 2013 4:08 pm
Hi,
first you have to create additional class with image inside, you know, image background
second, add this class to your RSS module
first you have to create additional class with image inside, you know, image background
second, add this class to your RSS module
-
- Platinum Boarder
- GK User
- Fri Jun 21, 2013 4:19 pm
OR try this:
How to: http://www.gavick.com/documentation/joomla-templates/gavern-framework/how-to-add-custom-css-to-joomla-template/
Icons: http://www.iconfinder.com/search/?q=rss
p.s.
Of course replace "backtop.png" with your own 16x6 px icon and change name to "rss.png"
img.png
How to: http://www.gavick.com/documentation/joomla-templates/gavern-framework/how-to-add-custom-css-to-joomla-template/
Icons: http://www.iconfinder.com/search/?q=rss
p.s.
Of course replace "backtop.png" with your own 16x6 px icon and change name to "rss.png"
-
- Platinum Boarder
- GK User
- Fri Jun 21, 2013 5:13 pm
Thank you for your prompt reply but Im afraid the overide CSS does not work
this is what I have put:
.breadcrumbs:before {content: url(../images/style1/rss.png);padding-left:20px; }
thanks
also a funny thing happens when I save modules/articles etc , joomla sometimes opens another tab in my browser I sometimes end up with 5 or 6 tabs open
I've been using Joomla for a while but have never seen this.....
this is what I have put:
.breadcrumbs:before {content: url(../images/style1/rss.png);padding-left:20px; }
thanks
also a funny thing happens when I save modules/articles etc , joomla sometimes opens another tab in my browser I sometimes end up with 5 or 6 tabs open
I've been using Joomla for a while but have never seen this.....
-
- Senior Boarder
- GK User
- Fri Jun 21, 2013 9:44 pm
Ok,
It was my fault I thought it was class not ID - so now we use #
so try old school method :
If you still don't see image it means that you didn't add image in template folder.
You can also try my second method changing .breadcrumbs to #gkBreadcrumb , or using " breadcrumbs" as a suffix
It was my fault I thought it was class not ID - so now we use #
so try old school method :
- Code: Select all
#gkBreadcrumb {background: url(../images/rss.png) left no-repeat;padding-left:20px; }
If you still don't see image it means that you didn't add image in template folder.
You can also try my second method changing .breadcrumbs to #gkBreadcrumb , or using " breadcrumbs" as a suffix
-
- Platinum Boarder
- GK User
- Fri Jun 21, 2013 9:47 pm
also a funny thing happens when I save modules/articles etc , joomla sometimes opens another tab in my browser I sometimes end up with 5 or 6 tabs open.....
I also didn't see it, but is not connected with template. Magic ?
-
- Platinum Boarder
- GK User
- Sat Jun 22, 2013 9:29 am
that works great thank you very much..
I can't believe what a prompt service I have received. It's fantastic.
I can't believe what a prompt service I have received. It's fantastic.
-
- Senior Boarder
- GK User
- Mon Jun 24, 2013 9:52 pm
photman52 wrote:
I can't believe what a prompt service I have received. It's fantastic.
This is kind of magic you can't learn even in Hogwarts.
Have nice day
p.s.
10 days ago I started to update our Gavick Wiki (https://www.gavick.com/documentation/), for example check Customization category - please take a look and give me few NEW ideas /via PM/.
-
- Platinum Boarder
8 posts
• Page 1 of 1