ZenphotoCMS Forum
New Theme : zpArdoise - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: New Theme : zpArdoise (/thread-7737.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


New Theme : zpArdoise - Lensvision - 13-03-2011

I'm working on another site as well that uses the Zenpage theme, had the same problem but solved it by making a new menu using the menu manager plugin.

I will try the other two suggestions.




New Theme : zpArdoise - acrylian - 13-03-2011

Does zpArdoise actually use one of the standard plugins for the menu or something of its own?




New Theme : zpArdoise - vincent3569 - 13-03-2011

hi,

zpArdoise uses no plugin to view pages.

there is the code for menu items but only the zenpage printPageMenu() function :

`

[list]

        >">





            >">



        >





        >


    [/list]

[list]

        >





        >


    [/list]

`

unfortunatly, I have absolutly non idea to solve this issue.

Lensvision, it seems not work with zenpage too. are you sure of your installation ?




New Theme : zpArdoise - Lensvision - 13-03-2011

I'm using the latest build.

I was thinking, could it be something at my webhost?
Since I'm the only one having this problem (I did turn off save mode and disabled magic quotes).

Tried adding a news page, same thing, shows up when I'm logged in as admin but not in chrome.
Leaves updating the theme to the latest build, will do that later.




New Theme : zpArdoise - acrylian - 13-03-2011

I really see no reason this could be related to Chrome. There is no special browser related stuff involved in the printPageMenu() itself. It generates all just a standard (nested) html list. And of course what pages to show is generated via PHP by what is in the database, so it is server related probably.

Please see my test install (plain 1.4.0.3): http://zenphoto.maltem.de/
You should see four pages in the page menu: about, contact, page1, page2.




New Theme : zpArdoise - Lensvision - 13-03-2011

I'm just using Chrome to see the page as anyone else does, not logged in as admin.
I do know a little bit about how it works ;)
That's why I'm wondering, could it be my webhost.

I can see about, contact, page1 and page3.




New Theme : zpArdoise - acrylian - 13-03-2011

OK, was thinking "loud". Then it might indeed be your host or something goes wrong with the saving in the db when setting pages to published. Maybe you should contact your host.




New Theme : zpArdoise - vincent3569 - 13-03-2011

I agree with acrylian.
If you use lastest version of ZenPage, with the zenpage theme and zenpage plugin enabled, and if you don't see you page when you are not loggued in, it seems to be a server side problem. have you some message in debug logs ?
or maybe, a cache problem : had you try to do some ctrl F5 to force refresh of the cache ?

Lensvision, on the screenshots you showed, you are logged in with FF, and not logged in with Chrome.
with FF, have you the same problem if you are not connected?
have you the same problem with IE ?




New Theme : zpArdoise - Lensvision - 13-03-2011

I've tried not logged in FF and IE too, same problem.
F5 doesn't solve it either.

I'm gonna contact my host.

Thanks for thinking with me so far.




New Theme : zpArdoise - vincent3569 - 13-03-2011

so, I think that the zpArdoise theme is not responsible for your problem.
maybe,you could open a new topic to follow it on forum ? I will help you as far as I can.