G3 - "Available RSS Feeds" block

AnneFTL

Joined: 2004-07-01
Posts: 46
Posted: Wed, 2012-08-01 01:31

I have installed G3 with Grey Dragon. I want the slideshow option yet when I add it I am told I MUST have RSS also.. I do NOT want the "Available RSS Feeds" block to show up on my screen.
I have spent the better part of a day trying, guess I do not know enough. I can "see" the code using view source, I just can't find the actual code on the server. HOW do I get rid of that block? Thanks, Anne

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-08-01 01:47

You can hide it easily with CSS

<style>
    #g-rss{ display: none; }
</style>

-s

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2012-08-01 02:18

You can also use the UI to move the block to not show.
Admin -> Appearance -> manage sidebar.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
AnneFTL

Joined: 2004-07-01
Posts: 46
Posted: Wed, 2012-08-01 03:04

Thanks for the information, however.... where do I put this code? I clunk my way around in Gallery2 pretty well for no experience with programming but this Gallery3 has me stumped.... Maybe its all in my head, but G3 just does not make sense to me a non programmer.. Anyway, thanks for the help... Anne

 
AnneFTL

Joined: 2004-07-01
Posts: 46
Posted: Wed, 2012-08-01 03:13

Hi and thanks for pointing out the obvious ! I spent most of my day trying to do a 2 second job..
Is there an actual manual for G3 or some kind of map for those of us hobby programmers?
I can see the code to change, by using "view page source" but can not find the actual code to make the change?
I am 70+ and dont think I could learn to program at my age... besides all I want to do is make a gallery for my granddaughter, a one time thing. Thanks for your help... Anne

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2012-08-01 03:22

Anne,
This is a user guide:
http://codex.gallery2.org/Gallery3:User_guide
but it is up to the community to contribute to the documentation. There is only so much time in the day and devlopers would rather code that write docs.
Play with G3 for a while and feel free to make some suggestions for docs.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team