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
User avatar
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
User avatar
Platinum Boarder

GK User
Fri Jun 21, 2013 4:19 pm
OR try this:

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"
User avatar
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.....
User avatar
Senior Boarder

GK User
Fri Jun 21, 2013 9:44 pm
Ok,
It was my fault :oops: 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
User avatar
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 ?
User avatar
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.
User avatar
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. :laugh:
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/.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.