Hello.
I have page under J2.5
I upgraded it to J3.4
After that I installed new versions of Phoca Galery and Phoca Download.
But now I have some issue.
Look.
Pages on J2.5:
http://betty71.pro-linuxpl.com/wduchu/i ... obieralnia
http://betty71.pro-linuxpl.com/wduchu/i ... eriaobrazu
The same pages on J3.4:
http://betty71.pro-linuxpl.com/wduchu35 ... obieralnia
http://betty71.pro-linuxpl.com/wduchu35 ... eriaobrazu
What should I do to fix that?
Error on page
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Error on page
Hi,
Did you check (in generell) this procedure? https://www.phoca.cz/documents/50-phoca/ ... o-joomla-3
Missing table: https://www.phoca.cz/documents/17-phoca- ... em-solving:
SQL file: /administrator/components/com_phocagallery/install/sql/mysql/>/install.utf8.sql
The #__ is in the SQL-script.
You have to change that in the script. Change #__ with YOUR prefix of the tables in your database.
Run this SQL queries in your database tool, e.g. in phpMyAdmin
Kind regards, Christine
Did you check (in generell) this procedure? https://www.phoca.cz/documents/50-phoca/ ... o-joomla-3
Missing table: https://www.phoca.cz/documents/17-phoca- ... em-solving:
SQL file: /administrator/components/com_phocagallery/install/sql/mysql/>/install.utf8.sql
The #__ is in the SQL-script.
You have to change that in the script. Change #__ with YOUR prefix of the tables in your database.
Run this SQL queries in your database tool, e.g. in phpMyAdmin
Kind regards, Christine
-
TraaBBIT
- Phoca Member

- Posts: 39
- Joined: 22 May 2013, 19:15
Re: Error on page
Hello.
I fixed that Phoca Galery issue.
The only thing that I have to fix is displaying category:
That is correct on J2.5 http://wduchuswietym.com/index.php/galeriaobrazu
That is wrong on J3.4 http://betty71.pro-linuxpl.com/wduchu35 ... eriaobrazu
How to change that?
I fixed that Phoca Galery issue.
The only thing that I have to fix is displaying category:
That is correct on J2.5 http://wduchuswietym.com/index.php/galeriaobrazu
That is wrong on J3.4 http://betty71.pro-linuxpl.com/wduchu35 ... eriaobrazu
How to change that?
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Error on page
Hi,
to get "similar" the same layout, try:
Options > Categories View > Legacy Settings:
Displaying Stile > example: categories, images, descriptions
Equal Percentage Columns Width > ...
Box Width: > example: 33%
Number of Columns: > example: 3
Try, which parameters are suitable for you & also other categories/category/thumbnail options under: OPTIONS:
https://www.phoca.cz/documents/2-phoca-g ... e-joomla-3
Kind regards, Christine
to get "similar" the same layout, try:
Options > Categories View > Legacy Settings:
Displaying Stile > example: categories, images, descriptions
Equal Percentage Columns Width > ...
Box Width: > example: 33%
Number of Columns: > example: 3
Try, which parameters are suitable for you & also other categories/category/thumbnail options under: OPTIONS:
https://www.phoca.cz/documents/2-phoca-g ... e-joomla-3
Kind regards, Christine
-
TraaBBIT
- Phoca Member

- Posts: 39
- Joined: 22 May 2013, 19:15
Re: Error on page
OK.
I foud it.
But how to make these boxes like on old site?
I foud it.
But how to make these boxes like on old site?
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Error on page
Hi,
a) you could try to change the Box Width: to 27% (33% was just an example!)
b) To get similar to old site, I tried some CSS entries. Usually to put them at the end of a template.css and/or custom.css
I took below entries temporarily under the phocagallery/default.css:
- Above: chances of background-color from #fff; (white) to transparent
- box-shadow: set to: none;
- the paddings: (padding-left and/or padding-right:) you have to try.
Font-color change (from blue) etc:
Kind regards, Christine
OK, you have found the: "Legacy Settings".TraaBBIT wrote:OK.
I foud it.
But how to make these boxes like on old site?
a) you could try to change the Box Width: to 27% (33% was just an example!)
b) To get similar to old site, I tried some CSS entries. Usually to put them at the end of a template.css and/or custom.css
I took below entries temporarily under the phocagallery/default.css:
Code: Select all
.pg-cats-box-float2 {
float: left;
padding-left:10px;
padding-right:5px;
background: transparent;
color:#000;
box-shadow:none;
}- box-shadow: set to: none;
- the paddings: (padding-left and/or padding-right:) you have to try.
Font-color change (from blue) etc:
Code: Select all
#phocagallery, a.category {
color:#000;
margin-top:10px;
}Code: Select all
#phocagallery, a.category {
color:#000;
}
.pg-field-table2 {
padding-top:30px;
}
.pg-cat-img-detail-box {
border:3px solid #fff;
}