zpMasonry News --> image removed ?

Hej,
great theme and thanks for that, but i have a little bit trouble...

Look: http://www.rl-foto.de/zenphoto/news

In the article are notifications like [image removed]... but if you click on that [image removed] the image will be displayed? Why? What is wrong?

But my expectation by clicking "Neuigkeiten" is to get my articles i wrote under Zenpage. Like: http://gjr-web.com/demo/zpmas/news/category/Category-1

or see here: http://www.rl-foto.de/zenphoto/news/category/allgemeiner-infotext

I think i did something wrong in my adjustments, but i don´t know where and what...

Thanks for help.

Rolf

Comments

  • acrylian Administrator, Developer
    The image entry above is not a news article. You probably activated the CombiNews mode (Options > plugins > Zenpage) that mixes gallery items within the news "as if" they were news. So they link to the image page.

    I don't know this theme but the [image removed] apparently refers to the image being removed in the news loop display (as it would not fit the space). gjr, the theme's author, will know more.
  • yes, I did his because the combinews option does not allow the theme much control. I may revisit this as I do not like it as well, however my hands may be tied.
  • acrylian Administrator, Developer
    Combinews give you some control but it needs to be set via options. You could use thumbs to have a fixed size. (You could also override options using `setOption()` on a theme to use special sizes or settings directly as not all combinews settings will probably work with a fixed layout).

    Zenphoto 1.4.2 will also feature an maxpace setting for combinews image entries (not yet in the svn) so theming with them might be easier with uncropped images.
    And since the object model is also avaiable within the news_loop for each item you could also do a lot of things manually. $_zp_current_zenpage_news contains either an article object or an image or album object depending on the setting. The "latestimagesbyalbums" option might be a little more complicated but is bascially an album as well.
  • Ok, i did it... (set CombiNews to 0)

    Now it works...
    Thanks...
Sign In or Register to comment.