OS Property support center

Problem with os property random module

  • Vasilis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 7 months ago #49976 by Vasilis
hi i just bought os property but i have a problem. i'm trying to build two "sliders" one vertical which will show 9 properties.(3 properties every time) and an horizontal which will show 18 properties (six properties every time). I made it but the problem is that both of them display only 6 and 12 properties. i can't display the last part of properties (the last 3 and the last 6 properties).
I think that it is a counter problem. this is a part of the code that i wrote about counting.Thanks

<?php
if($module->id==95):
if($count==3):
echo '</div><div class="propertiesSlide">';
endif;

else:
if($count==6):
echo '</div><div class="propertiesSlide">';

endif;
endif;
endforeach;
?>
</div>

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

More
10 years 7 months ago #49978 by Mr. Dam
Replied by Mr. Dam on topic Problem with os property random module
Hi Vasilis,
Can you please let us know what is the module "Sliders" that you mentioned to? Is the Content slider module?
It's better if you can send the link and point us the details of problem, so we can give you the solution.
Thanks
Dam

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

  • Vasilis
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 7 months ago #49981 by Vasilis
Replied by Vasilis on topic Problem with os property random module
the module is the OS Property Random Properties. i attached a screenshot of what i'm trying to do.
the problem is that i want the horizontal module to display 18 properties (6 properties each time) and the vertical 9 properties (3 each time). now they display only 2 groups of the properies (12 and 6 properties).
Attachments:
The following user(s) said Thank You: Fabio

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

More
10 years 7 months ago #49985 by Mr. Dam
Replied by Mr. Dam on topic Problem with os property random module
Hi Vasilis,
The Random properties module doesn't have "Slider" feature. So when you setup to show 18 properties. all of them will be shown at front-end of component.
Thanks
Dam

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

Moderators: Mr. DamNguyen Phu Quan