Support Forums - Classified Ads Script Osclass

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: MeroWish.com on March 08, 2017, 08:38:25 AM

Title: I Need Some changes in zara theme
Post by: MeroWish.com on March 08, 2017, 08:38:25 AM
Hello sir,
I'm using zara theme new version..
Here i need some little change. For ex: when we open any Ads then on item page all the details just as "Description" "Comment" or Related Listings Sections are need to be clicked to view.. i want here to expand those section so whenever the Ads will be opened all the section show as expand, users don't need to click on them to see..

Please help me how should i make this i right way..

Waiting for your kind response & reply..
Title: Re: I Need Some changes in zara theme
Post by: MeroWish.com on March 09, 2017, 02:33:00 PM
Hello sir, still not got any reply from you. Please help
Title: Re: I Need Some changes in zara theme
Post by: Carlos Carcamo on March 09, 2017, 05:10:40 PM
Hello sir, still not got any reply from you. Please help

Hi nancy just to confirm, you need to leave expanded the description and comment section by default right, si hablas español no hay problema.

Please click my site in mobile version http://lakompra.com/vehiculos/autos/lancer-es-ano-2010-a-reparar_i720 I have expanded the description.

If this is the case just go to responsive.css file and look for the line
Code: [Select]
#more-info .item-description
You need to have this line
Code: [Select]
{display:block;margin:0;padding:0px 15px;margin:15px 0 25px 0;}, the important part is to have
Code: [Select]
display:block
I hope it help!

Title: Re: I Need Some changes in zara theme
Post by: MeroWish.com on March 11, 2017, 04:24:48 AM
Sir it means we have to replace that line in responsive.css?
Title: Re: I Need Some changes in zara theme
Post by: Carlos Carcamo on March 11, 2017, 04:26:41 AM
Just add display:block
Title: Re: I Need Some changes in zara theme
Post by: MeroWish.com on March 16, 2017, 08:50:08 AM
Hello sir, i did the changes as you said.. but how to expand "Seller Details" and "Location" section as we had expanded the "Description" one..

Please help
Title: Re: I Need Some changes in zara theme
Post by: Carlos Carcamo on March 16, 2017, 05:58:01 PM
Hello sir, i did the changes as you said.. but how to expand "Seller Details" and "Location" section as we had expanded the "Description" one..

Please help

After a researching, I found the solution.

Go to Responsive.css, look for the line 504

Code: [Select]
#side-right .body {
    display: none;
    margin-bottom: 15px;
}

Just change
Code: [Select]
display:none to
Code: [Select]
display:block

 8)