This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

omilias

  • ***
  • 33 posts
Can Someone Help Me Please With This
« on: December 28, 2016, 06:23:32 AM »
Hi,

Can someone help me with this :

[1] I want to show 6 rows on the main page listing new posts from 6 different categories.
    So the first row will show only new listings from................(a) NEW BUY AND SELL
              second row.........................................................(b) NEW VEHICLE
              third row............................................................(c)  NEW REAL ESTATE
              fourth row..........................................................(d) NEW JOBS     

I think you are getting the idea, i don't know if this is possible and that doesn't involve a lot work. Perhaps some of you guys have done it already and wouldn't mind sharing the procedure.

*

mixradu

  • ****
  • 171 posts
Re: Can Someone Help Me Please With This
« Reply #1 on: December 28, 2016, 06:44:32 AM »
Hi,

Can someone help me with this :

[1] I want to show 6 rows on the main page listing new posts from 6 different categories.
    So the first row will show only new listings from................(a) NEW BUY AND SELL
              second row.........................................................(b) NEW VEHICLE
              third row............................................................(c)  NEW REAL ESTATE
              fourth row..........................................................(d) NEW JOBS     

I think you are getting the idea, i don't know if this is possible and that doesn't involve a lot work. Perhaps some of you guys have done it already and wouldn't mind sharing the procedure.

I don't understand, can you show me a photo? or one live example?

*

omilias

  • ***
  • 33 posts
Re: Can Someone Help Me Please With This
« Reply #2 on: December 28, 2016, 08:34:09 AM »
Hi,

How did you get your site that? it is amazing. Anyway take a look at this site you will get an idea of what i want to do. http://www.zoomtanzania.com/.
You will see listed 6 rows listing each category. First is new featured listings, then second row buy & sell and so forth.

I dont know if this site uses osclass so might not be possible to achieve this with osclass. So how did you managed to fix the real estate slider problem
(image attached) and related listings to appear at the bottom of item page. Frosticek said it was something to do with hooks.

I think i will learn a lot from you cause you site is really good. Here is my demo site i am building : http://www.dockpointzanzibar.com/

Kind regards.

*

mixradu

  • ****
  • 171 posts
Re: Can Someone Help Me Please With This
« Reply #3 on: December 29, 2016, 12:08:38 PM »
You need to edit real_estate css to slove that error from image
And the "6 row" error i dont understand.

P.s i am not so good as  you think.

*

omilias

  • ***
  • 33 posts
Re: Can Someone Help Me Please With This
« Reply #4 on: December 30, 2016, 05:12:14 AM »
Hi Mixradu,

Thanks for your help but can you me which line do i need to add or edit. Kind regards.


.realestate-details{
   
}
.realestate-details h3{
    margin-left: 40px;margin-top: 20px;
}
.realestate-details .table-attributes{
   margin-left: 20px;
}
.realestate-details .table-attributes table{
   width: 100%;
}
.realestate-details .row-title{
    width:150px;
}
.realestate-details h4{
    margin-left: 20px;
}
.realestate-details .list-other-attributes li{
    float:left;width: 140px;
}
.realestate-details .list-other-attributes img{
    height: 14px; width: 14px;
}
.realestate-details .clear{
    clear:both;
}

*

mixradu

  • ****
  • 171 posts
Re: Can Someone Help Me Please With This
« Reply #5 on: December 30, 2016, 08:08:47 AM »
Hi Mixradu,

Thanks for your help but can you me which line do i need to add or edit. Kind regards.


.realestate-details{
   
}
.realestate-details h3{
    margin-left: 40px;margin-top: 20px;
}
.realestate-details .table-attributes{
   margin-left: 20px;
}
.realestate-details .table-attributes table{
   width: 100%;
}
.realestate-details .row-title{
    width:150px;
}
.realestate-details h4{
    margin-left: 20px;
}
.realestate-details .list-other-attributes li{
    float:left;width: 140px;
}
.realestate-details .list-other-attributes img{
    height: 14px; width: 14px;
}
.realestate-details .clear{
    clear:both;
}

Try this one http://www42.***/v/olyzVPTg/file.html
 :)

*

omilias

  • ***
  • 33 posts
Re: Can Someone Help Me Please With This
« Reply #6 on: December 30, 2016, 07:24:53 PM »
Hi,

Did not work, i just need the css code to display room and bathroom range text properly. At the moment the slider is hiding them.
have a look here : http://www.dockpointzanzibar.com/real-estate

Kind regards.

Marked as best answer by frosticek on January 01, 2017, 01:30:52 AM
*

MB Themes

Re: Can Someone Help Me Please With This
« Reply #7 on: December 30, 2016, 07:49:53 PM »
@omilias
I have checked your site and actually this plugin is not modified by theme, it seems it is not well designed and you may need to adjust some styles.
This one might help:
.slider { float: left; clear: both; width: 100%;padding:0 8px; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

omilias

  • ***
  • 33 posts
Re: Can Someone Help Me Please With This
« Reply #8 on: December 31, 2016, 12:37:27 AM »
 @frosticek

I have tried that it doesnot work. Did you mean to place this : .slider { float: left; clear: both; width: 100%;padding:0 8px; }
inside css folder in the real-estate plugin right?

I have also tried inside zara css.

*

mixradu

  • ****
  • 171 posts
Re: Can Someone Help Me Please With This
« Reply #9 on: December 31, 2016, 06:51:22 AM »
@frosticek

I have tried that it doesnot work. Did you mean to place this : .slider { float: left; clear: both; width: 100%;padding:0 8px; }
inside css folder in the real-estate plugin right?

I have also tried inside zara css.


This will work, i tested :). And the plugin that i send to you also have to work :).
Code: [Select]
.slider { float: left; clear: both; width: 100%;padding:0 8px; }

Make sure that after you will replace the .css file you clear the cookies

*

omilias

  • ***
  • 33 posts
Re: Can Someone Help Me Please With This
« Reply #10 on: January 01, 2017, 01:03:52 AM »
Yes, thanks guy the css code you gave me does work after all. Very much appreciated.