in

Shozam Community

A place to learn, share and interact with other Shozam users

How to get rid of the filename.jpg on the detail page

Last post 07-07-2009 1:08 AM by Tom Purse. 15 replies.
Page 1 of 2 (16 items) 1 2 Next >
Sort Posts: Previous Next
  • 07-20-2008 3:10 PM

    • Pamela
    • Top 75 Contributor
    • Joined on 07-18-2008
    • Posts 9
    • Points 120

    How to get rid of the filename.jpg on the detail page

    Hi,

    I know it can be done because while viewing your sites I have found one or two that eliminate this on the details all line, I just haven't figured out how to do it myself.

    Thanks for the help in advance.

    G-d bless and keep you in our prayers.

    MattandPamela

    Filed under:
    • Post Points: 20
  • 07-27-2008 3:15 PM In reply to

    • tsgro
    • Top 150 Contributor
    • Joined on 08-30-2007
    • Posts 4
    • Points 50

    Re: How to get rid of the filename.jpg on the detail page

    I have the same question

    Oh, people can come up with statistics to prove anything. 14% of people know that. -- Homer Simpson
    • Post Points: 20
  • 07-28-2008 2:25 PM In reply to

    Re: How to get rid of the filename.jpg on the detail page

    Here is the response provide by Helpdesk to this issue. I am posting it here for everyone's benefit. Additionally, the actual CSS style in question is .journalHead.

    The details page always displays the filename. You can provide a more user firendly name for the file, if that helps. Or you can hide the link to the Details page from the Link Tab in Step 5 of Shozam.If you are familiar with CSS editing, you can also do a View Source on the Details HTML page, look for the DIV containing the filename text/code, see what CSS style class is applied to that DIV and then edit the CSS to have that class do "display: none;". For more about this type of advanced editing outside Shozam, please refer to this recent post in the Forums:http://community.shozam.com/forums/p/1066/3782.aspx#3782
    Razvan Neagu
    Shozam Web Gallery Generator
    Executive Team
    • Post Points: 20
  • 07-29-2008 10:42 PM In reply to

    Re: How to get rid of the filename.jpg on the detail page

    Thanks for your patience and for pointing out that the proper name is journalHead 

    I clicked the themes, css, then added display:none (see below)

    journalHead
    {
        border-top-color: #3a3a52;
        border-top-style: solid;
        border-top-width: 2px;
        float: left;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        width: 262px;
        display:none
    }
    .journalAlbum

     

    This step does not seem to be working for me. what am I doing wrong?

    Your help is appreciated.

    paolo 

     

     

    Paolo
    • Post Points: 20
  • 07-30-2008 10:40 AM In reply to

    • Cowboy
    • Top 10 Contributor
    • Joined on 05-15-2007
    • Granger Township, OH
    • Posts 477
    • Points 7,490

    Re: How to get rid of the filename.jpg on the detail page

     Put a semi-colon ( ; ) after none.

    I got it to work like this:

    .journalHead
    {
        display: none;
        border-top-color: #53709b;
        border-top-style: hidden;
        border-top-width: 2px;
        float: left;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        width: 262px;
    }

     

    Cowboy

    If it ain't broke... fix it until it is!

    My Galleries: http://ohiowebs.net/cowboy/

    "We're all spending too much time and energy trying to be politically correct about everything." - Clint Eastwood
    • Post Points: 20
  • 07-30-2008 6:19 PM In reply to

    Re: How to get rid of the filename.jpg on the detail page

     Thank You for showing me the right way.

     I was able to take out the journalhead and I am really happy because that was the only thing I did not like about my mini websites.

    Great support from shozam and cowboy. 

    paolo 

    Paolo
    Filed under:
    • Post Points: 5
  • 08-01-2008 10:41 AM In reply to

    • Pamela
    • Top 75 Contributor
    • Joined on 07-18-2008
    • Posts 9
    • Points 120

    Re: How to get rid of the filename.jpg on the detail page

    Thank you this worked great.

    G-d Bless you for your hard work and dedication.

    -Pamela-

    Filed under:
    • Post Points: 20
  • 05-23-2009 12:01 PM In reply to

    • Tom Purse
    • Top 10 Contributor
    • Joined on 03-24-2007
    • Washington
    • Posts 566
    • Points 7,455

    Re: How to get rid of the filename.jpg on the detail page

     If we make changes to the gallery or an album will Shozam overwrite the file so that the filenames will show up again?

    "welcome to my world"
    http://www.northwest-scenescapes.com
    Photographing the Pacific Northwest one step at a time
    • Post Points: 5
  • 05-23-2009 12:08 PM In reply to

    • Tom Purse
    • Top 10 Contributor
    • Joined on 03-24-2007
    • Washington
    • Posts 566
    • Points 7,455

    Re: How to get rid of the filename.jpg on the detail page

     Well, I could have figured that one out on my own...LOL. Doesn't appear to change it back.

    "welcome to my world"
    http://www.northwest-scenescapes.com
    Photographing the Pacific Northwest one step at a time
    • Post Points: 20
  • 05-26-2009 12:52 AM In reply to

    Re: How to get rid of the filename.jpg on the detail page

    Tom - changes you make to a custom theme (including any changes you make to hte custom theme.css) are persistent. Shozam uses that theme.css for the gallery. Shozam makes no code validation and makes no changes to it, for better or worse :-)

    Razvan Neagu
    Shozam Web Gallery Generator
    Executive Team
    • Post Points: 35
  • 05-29-2009 9:07 PM In reply to

    Re: How to get rid of the filename.jpg on the detail page

    What I do is simply make a copy of the good css file and save it with a name such as theme-good.css and then take the one the app looks for and play with it to learn what does what.  You can then create changes that suit what you need.  I find on some of the canned themes that the link text is very hard to read since the contrast is not good enough so I go in and change that section of the css to suit my needs.  You can also increase the font size or even change the font family.

     

     

    • Post Points: 5
  • 06-26-2009 9:16 AM In reply to

    Re: After I got rid of the filename.jpg on the detail page, I created a not wanted behavior

     When I changed the journal head, adding "display none ", the unwanted behavior is that "details all" will not display.

    You can see the website: ecuagardenfarms.com

    I can live with it, but can this be written to display all again?

    I appreciate always the great help I receive from the big brains out there.

    thank you all

    have a great day

    smell the roses.....

    .journalHead
    {
        border-top-color: #ff9933;
        border-top-style: solid;
        border-top-width: 2px;
        float: left;
        width: 262px;
        padding-right: 5px;
        text-align: left;
        font-weight: bold;
        padding-left: 5px;
        display: none;

    Paolo
    Filed under:
    • Post Points: 20
  • 07-05-2009 2:47 PM In reply to

    • Tom Purse
    • Top 10 Contributor
    • Joined on 03-24-2007
    • Washington
    • Posts 566
    • Points 7,455

    Re: After I got rid of the filename.jpg on the detail page, I created a not wanted behavior

    .journalHead
    {
        display: none;
        border-top-color: #666666;
        border-top-style: solid;
        border-top-width: 2px;
        float: left;
        width: 262px;
        padding-right: 5px;
        text-align: left;
        font-weight: bold;
        padding-left: 5px;
    }

     

    I've tried two galleries, one with the above edit and one without. With the edit the filename.jpg does disappear but it also causes "details all" to disappear as well. Clicking on "index" in the menu does show all the details without the filename.jpg.

    After entering "display: none;" is it suppose to remove the "details all" option?

    "welcome to my world"
    http://www.northwest-scenescapes.com
    Photographing the Pacific Northwest one step at a time
    • Post Points: 35
  • 07-05-2009 9:09 PM In reply to

    • Cowboy
    • Top 10 Contributor
    • Joined on 05-15-2007
    • Granger Township, OH
    • Posts 477
    • Points 7,490

    Re: After I got rid of the filename.jpg on the detail page, I created a not wanted behavior

    I checked a gallery where I have the file names hid and turned on the Details all label.  The Details all do not appear.

    Checked the WebGallery XML document and this line is there:

    <HideDetailsAll>False</HideDetailsAll>

    That means it should display.  Just guessing but the problem is most likely somewhere in one of their scripts.

    Cowboy

    If it ain't broke... fix it until it is!

    My Galleries: http://ohiowebs.net/cowboy/

    "We're all spending too much time and energy trying to be politically correct about everything." - Clint Eastwood
    • Post Points: 5
  • 07-07-2009 12:55 AM In reply to

    Re: After I got rid of the filename.jpg on the detail page, I created a not wanted behavior

     Tom, I looked at the code and both Details All link and the filename are defined by the same style journalHead so your assigned disappearance act gets applied to both.

    <div class="journalHead"><p><a target="_self" href="../details.htm#filenamejpg">Details all</a></p></div>
    <div class="journalHead"><p>filename.jpg</p></div>

    I think there may be a way to turn the Details all back on again if you create another style at the end but I am not sure of the exact syntax - something like ...

    .journalHead #a {display: visible;}

    The idea is to define the style applied only to an <a> element (using a # selector syntax) that has the journalHead style applied. Sorry I can't take alook into this further, I am actually heading out and will not be available for a couple of weeks. If you still have this issue open when I get back ping me and I'll find out the right syntax, if my assumption is correct.

    Or someone else with CSS syntax knowledge may be able to chip in...

    Razvan Neagu
    Shozam Web Gallery Generator
    Executive Team
    • Post Points: 20
Page 1 of 2 (16 items) 1 2 Next >
Copyright 2010, KOMOTION, Inc. All rights reserved.