About this topic

  • Posted by gandolfi 1 year ago. There are 8 posts. The latest reply is from byron.
  • This topic is not resolved

No tags yet.

  1. hello,

    i want configure my gallery like this http://smashly.net/photosmash-galleries/photosmash-demo/

    The link of each image is the gallery himself and not a post with image include. This is a option with "gallery type" or "layout" ?

    - How i can have caption with link below the image ?
    - How i can have a url with the caption of the image ?
    - How i can configure the link in order i go to a post page with "Leave a Reply" and not directly to the image example.jpg ?
    - How i can have title and meta description with the caption and the name of gallery ?
    - i have used the option "Caption (thumbs & captions link to WP Attachment Page)" but the term "attachment" is include in the url.

    thank you

  2. Hi Gandolfi,

    Here is how I have that gallery configured in Gallery Settings (be sure to edit the gallery you're wanting to affect):
    http://smashly.net/wp-content/uploads/2010/10/Screen-shot-2010-10-24-at-2.44.38-PM.png

    Let me know if that doesn't answer your question.

    BB

  3. thanks but i have used "Caption (thumbs & captions link to WP Attachment Page)".

    - I have the term "attachment/" include before the name of the picture. How i can modify that or delete ?
    - How i can integrate the name of the picture and of the album in <title> and meta description ?
    - There is a problem with gallery viewer because the link are different of the real link of the gallery
    ex: "http://localhost/wordpress/galery-viewer/?psmash-gallery=25" and not "http://localhost/wordpress/gal2/". To solve it i have used "Caption (thumbs & captions link to post)" and galery viewer and standrad display.

    - I want to see all the gallery in one page with the more recent picture of each gallery like thumb.
    - How i can delete the grey border around the picture ?

  4. Hi Gandolfi,

    1. I'm not sure what you mean. If you're viewing the attachment page, it is likely it will show up.
    2. That is how the gallery viewer works. You appear to have solved it like I would.
    3. If you're wanting to see all the galleries on one page, with the thumb being the latest images, the Gallery Viewer will not work for that. You would need to manually place each gallery with shortcodes like this:

    [photosmash id=1 images=1 layout=gallery_viewer]
    [photosmash id=2 images=1 layout=gallery_viewer]
    [photosmash id=3 images=1 layout=gallery_viewer]...etc

    4. If you're talking about the black background of the gallery, you can add this to your theme's style.css
    .bwbps_gallery_div { background-color: #fff !important;}

    If, however, you have a gray border around the individual images, you can use CSS to get rid of that as well. Just use FireFox and the FireBug plugin to inspect the image elements and see what CSS is causing it, then you can override that. You might need to add !important to your rule, but it should be possible.

    Cheers,
    Byron

  5. thank you

    How can i get the caption of the picture and the name of the album in order to integrate them in <title>...</title> and meta description ?

  6. Gandolfi,

    You should be able to use a custom layout to add that info. Here are 2 tutorials that should get you started with custom layouts:

    http://smashly.net/photosmash-galleries/how-to/create-custom-layouts/
    http://smashly.net/photosmash-galleries/tutorials/creating-posts/

  7. thank you. i will see that

  8. Welcome.

RSS feed for this topic