OS Property support center

detail property - image problem

  • Gianmarco
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 5 months ago #105004 by Gianmarco
detail property - image problem was created by Gianmarco
Hello ,
Im running joomla 3.8.1 with php7 and op property 3.12.5
After the last update of os property jumping from 3.9.x the behaviour of the images in detail view and the slides opening clicking on a image are not shown well anymore. It seems like the type of slimbox is changed and the new one i opened in a box higher than the display size. It happens with different theme always in the same way. Have I to change any parameters in setup ? is it possible to choose the type of slimbox ?
thanks in advance for help


Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #105052 by Benjamin
Replied by Benjamin on topic detail property - image problem
Hello I have the same problem. The slide of images no longer works.
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #105065 by Mr. Dam
Replied by Mr. Dam on topic detail property - image problem
Hi,
Please submit ticket and send your site url with super admin account. We will check the problems for you
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #105228 by Benjamin
Replied by Benjamin on topic detail property - image problem
If it can help someone. For me the problem came an option called "Rocket loader" that I enabled in cloudflare. Disable to resolve. Thank

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #105343 by Mr. Dam
Replied by Mr. Dam on topic detail property - image problem
Hi Gianmarco,
You can submit ticket and send your site url with super admin account. We will check the problem for you
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
6 years 5 months ago #105410 by Mr. Dam
Replied by Mr. Dam on topic detail property - image problem
Hi,
You can solve the issue by follow these steps:
1. Create directory:

root > templates > your_using_template > html > com_osproperty > layouts

2. Copy file:

root > components > com_osproperty > helpers > layouts > propertygallery.php

into your created directory
3. Open file for modification
find:
Code:
echo '<script type="text/javascript" src="'.Juri::root().'components/com_osproperty/templates/default/js/jquery.flexslider.js"></script><script type="text/javascript">

and add this above:
Code:
echo '<script type="text/javascript" src="'.Juri::root().'components/com_osproperty/js/bootstrap/js/jquery.min.js"></script>';

Good luck
Dam

Please Log in or Create an account to join the conversation.

  • Gianmarco
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 1 month ago #109673 by Gianmarco
Replied by Gianmarco on topic detail property - image problem
Hello Dam , unfortunately I still have some problem with image.
On both the site same problem , only with studioabb.it using the default theme the behaviour is correct. If I try to change theme , with all others I have issues.
On the agenzia.gb-consulenza.it also with default theme I have the behaviour you can see in the pictures above.
What I have done on both sites following your guidelines :
- applied Auto resize pictures in Config/image tab
- regenerate image with tool
created the modified propertygallery.php in the template folder I'm currently using

Please could you check If I'm wrong or something else is needed to have the images working properly for all themes ?
Please let me know If I need to opne another ticket (the old one was closed) , you can find there the user to access the first site , for the second site I could provide you the credentials also.
Thanks in advance.
Gianmarco

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan