- Posts: 16
- Thank you received: 0
Problem with Phoca Gallery
-
srkn61
Inactive member - Topic Author
- New Member
Less
More
11 years 11 months ago - 11 years 11 months ago #25641
by srkn61
Problem with Phoca Gallery was created by srkn61
Hello,
I have problem with the pagination on my site with the phoca gallery component...
www.gaertner-ei.de/referenzen/bildergalerie/bepflasterung.html
When I let show 10 instead of 50 pictures in this category, the pagination looks not vertical...
I dont really now where and what I have to type into the css file... who can help me...?
I have problem with the pagination on my site with the phoca gallery component...
www.gaertner-ei.de/referenzen/bildergalerie/bepflasterung.html
When I let show 10 instead of 50 pictures in this category, the pagination looks not vertical...
I dont really now where and what I have to type into the css file... who can help me...?
Last edit: 11 years 11 months ago by srkn61.
Please Log in to join the conversation.
-
srkn61
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 years 11 months ago #25642
by srkn61
Replied by srkn61 on topic Problem with Phoca Gallery
ok problem solved I have set off the pagination..
Please Log in to join the conversation.
-
supergian1969
Inactive member - Member
Less
More
- Posts: 25
- Thank you received: 0
11 years 11 months ago #25695
by supergian1969
Replied by supergian1969 on topic Problem with Phoca Gallery
A question:
what menù type have you set for the LEINSTUNGEN? a single article for example.
I have notice that nothing append when i click on it.
But doest it works with mobile devices?
Becouse if you don't touch the menù, the secon level menù doesn't appears.
How obtain a no postback, making a click on LEINSTUNGEN, like your page?
what menù type have you set for the LEINSTUNGEN? a single article for example.
I have notice that nothing append when i click on it.
But doest it works with mobile devices?
Becouse if you don't touch the menù, the secon level menù doesn't appears.
How obtain a no postback, making a click on LEINSTUNGEN, like your page?
Please Log in to join the conversation.
-
srkn61
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 years 11 months ago #25696
by srkn61
Replied by srkn61 on topic Problem with Phoca Gallery
You can now click on it...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25711
by ivan.milic
Replied by ivan.milic on topic Problem with Phoca Gallery
For module:
open modules/mod_hot_flashes_menu/tmpl/menu.js
line ~93:
jQuery('#flashes > li > a').mouseover(
line ~82
jQuery('#flashes > li > a').mouseover
For template:
Open templates\hot_flashes\flashes_menu\menu.js
for devices:
line ~82
jQuery('#flashes > li > a').mouseover
change to:
jQuery('#flashes > li > a').click
open modules/mod_hot_flashes_menu/tmpl/menu.js
line ~93:
jQuery('#flashes > li > a').mouseover(
line ~82
jQuery('#flashes > li > a').mouseover
For template:
Open templates\hot_flashes\flashes_menu\menu.js
for devices:
line ~82
jQuery('#flashes > li > a').mouseover
change to:
jQuery('#flashes > li > a').click
Please Log in to join the conversation.
Time to create page: 0.162 seconds