Hello,
Its driving me nuts, how do i remove the ordering option and pagination from the bottom of the category view page?
My photos dont need ordering or pagination and it just looks stupid with the option there.
I cant seem to find the disable button in the control panel.
Any help is appreciated.
Steve
remove ordering + display num
-
- Phoca Newbie
- Posts: 2
- Joined: 27 Feb 2011, 04:39
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove ordering + display num
Hi, you can set it in parameters basic in menu link to gallery.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 20 Jan 2012, 21:06
Re: remove ordering + display num
Hi everybody,
I have this same problem. I have seen 3 different posts answering this, but I can not find the path in my phocagallery (maybe because it´s in spanish?). Could someone help me describing much more precisely the path (or, if possible, the path in spanish?)
Thank you very much for your help!
Carlos
I have this same problem. I have seen 3 different posts answering this, but I can not find the path in my phocagallery (maybe because it´s in spanish?). Could someone help me describing much more precisely the path (or, if possible, the path in spanish?)
Thank you very much for your help!
Carlos
- Benno
- Phoca Hero
- Posts: 9449
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: remove ordering + display num
Hi Carlos,
which Joomla! version do you use?
Kind regards,
Benno
which Joomla! version do you use?
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 3
- Joined: 29 Apr 2012, 17:56
Re: remove ordering + display num
I have a similar problem
I set in the options menu to turn off everything and still I get ordering and display num
I chose the menu List Of Categories (Categories View)
When I click the gallery menu, everything is ok But when I click on a category I still see the ordering and display num
I use Joomla 2.5.5
Phoca 3.2
What am I doing wrong? help
I set in the options menu to turn off everything and still I get ordering and display num
I chose the menu List Of Categories (Categories View)
When I click the gallery menu, everything is ok But when I click on a category I still see the ordering and display num
I use Joomla 2.5.5
Phoca 3.2
What am I doing wrong? help
-
- Phoca Member
- Posts: 25
- Joined: 21 Feb 2012, 00:57
Re: remove ordering + display num
to remove pagination you need to go on general settings
global configuaration
categories imagine order and in textbox put the word "all"
and pagination category view put the word "all"
then in category view you will find the same text box put all also in these textbox
global configuaration
categories imagine order and in textbox put the word "all"
and pagination category view put the word "all"
then in category view you will find the same text box put all also in these textbox
-
- Phoca Newbie
- Posts: 1
- Joined: 19 Sep 2012, 11:09
Re: remove ordering + display num
I am trying to solve the same problem.
Setting the joomla global configuration helps for the main page where the menu points to, but if you then click to a subcategory of phoca, the ordering and display number boxes are still there.
Where is the code to remove this??
tnx, Bastienne
btw I cannot find :
categories imagine order and in textbox put the word "all"
and pagination category view put the word "all"
in global configuration (joomla 2.5), there is nothing on categories there.
Setting the joomla global configuration helps for the main page where the menu points to, but if you then click to a subcategory of phoca, the ordering and display number boxes are still there.
Where is the code to remove this??
tnx, Bastienne
btw I cannot find :
categories imagine order and in textbox put the word "all"
and pagination category view put the word "all"
in global configuration (joomla 2.5), there is nothing on categories there.
-
- Phoca Newbie
- Posts: 5
- Joined: 15 Apr 2010, 02:23
Re: remove ordering + display num
Hi bastienne,
i have faced the same problem.
I went to the menu were i made the link to (Lijst met afbeeldingen (categorieweergave) ) List with images category view
Open the link and at the right site under basic options i made some changes: set these to ....
Show Pagination (Categories View) - categories - hide
Show Pagination (Category View) - Images - show so visitors can see next page
Show checkbox (categories view) - hide
Show checkbox (Category view) - hide so the can't sort how to view the images
Tone sequence checkbox (categories view) - hide
Tone sequence checkbox (Category view) - hide so they won't see View number of available images
Hope this works for you too
i have faced the same problem.
I went to the menu were i made the link to (Lijst met afbeeldingen (categorieweergave) ) List with images category view
Open the link and at the right site under basic options i made some changes: set these to ....
Show Pagination (Categories View) - categories - hide
Show Pagination (Category View) - Images - show so visitors can see next page
Show checkbox (categories view) - hide
Show checkbox (Category view) - hide so the can't sort how to view the images
Tone sequence checkbox (categories view) - hide
Tone sequence checkbox (Category view) - hide so they won't see View number of available images
Hope this works for you too
-
- Phoca Newbie
- Posts: 7
- Joined: 04 Jun 2012, 21:40
Re: remove ordering + display num
Hi. I have another question about pagination and ordeing.
that tables : Ordering |Ordering Ascending| Display Num |Number| (the front end view) class select.inputbox
Which php file generate this two things. I would like to change their css style because now it conflicts with virtuemart select.inputbox - both Phoca&VM have the same class, same width now (60% in VM looks ok but in Phoca looks like absurd ), so I want to change the size of Phoca select.inputbox, but I can't find in witch php file.
www .esteart.eu/en/arachna/galeria
at the bottom of the site Ordering and Display num what php generate it ?
Thanks in advance for any suggestion.
ok I found on this forum post by Jan that that style is a part of joomla (if I understood right). So how can it be separated from joomla in the same css file. I found that class in text.css file select.inputbox class but I don't know how to separate it. maybe by copying and giving it new name f.g. phoca.select.inputbox
(I don't know Im not so good in php and css), even if yes I don't know which php file on joomla! should by changed. And actualy that's the problem.
I am serching and wainting for some clues.
Thanks.
that tables : Ordering |Ordering Ascending| Display Num |Number| (the front end view) class select.inputbox
Which php file generate this two things. I would like to change their css style because now it conflicts with virtuemart select.inputbox - both Phoca&VM have the same class, same width now (60% in VM looks ok but in Phoca looks like absurd ), so I want to change the size of Phoca select.inputbox, but I can't find in witch php file.
www .esteart.eu/en/arachna/galeria
at the bottom of the site Ordering and Display num what php generate it ?
Thanks in advance for any suggestion.
ok I found on this forum post by Jan that that style is a part of joomla (if I understood right). So how can it be separated from joomla in the same css file. I found that class in text.css file select.inputbox class but I don't know how to separate it. maybe by copying and giving it new name f.g. phoca.select.inputbox
(I don't know Im not so good in php and css), even if yes I don't know which php file on joomla! should by changed. And actualy that's the problem.
I am serching and wainting for some clues.
Thanks.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: remove ordering + display num
Hi, try to look to standard template, every template should have the styling for pagination. Such then needs to be set or edit there (so the pagination is the same for e.g. phoca gallery or article - so there will be no design differencies)
Jan
Jan
If you find Phoca extensions useful, please support the project