*

bemtele

  • ***
  • 97 posts
Running Osclass without product images
« on: July 14, 2022, 10:59:29 PM »
Hello respected comrades. I need your suggestions on this. I have bought the Osclass Virtual product plugins which I want to use for a website purposely made for virtual products like pdf, docx, excel etc. Is there a way to disable item pictures during uploads, thumbnails, and pictures on the product details page? or is there a theme that allows for this feature? I checked the themes and the closest and perfect one is MasJob Osclass Theme - https://osclasspoint.com/osclass-themes/jobs/masjob-osclass-theme-i161 .
But this theme doesn't allow users to publish their adverts. It is only for uploading CV. Is there a theme out there that will allow users to upload their doc, pdf etc and sell using the virtual products and Osclass pay without having to upload images?

*

MB Themes

Re: Running Osclass without product images
« Reply #1 on: July 15, 2022, 08:10:43 AM »
@bemtele
You will not find ideal theme that does not use images.
Better solution is to use preferred theme and disable image uploads.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bemtele

  • ***
  • 97 posts
Re: Running Osclass without product images
« Reply #2 on: July 15, 2022, 03:03:52 PM »
@bemtele
You will not find ideal theme that does not use images.
Better solution is to use preferred theme and disable image uploads.

I already know how to do that. However, if you disable image upload at the listing settings. The system assigned the "no-image" picture on the homepage and search page for the product. Attached image 1 below:

I want to only show the item title and short description without an image on the homepage and search pages. Like image 2 below. Thank you.

*

MB Themes

Re: Running Osclass without product images
« Reply #3 on: July 18, 2022, 07:51:56 AM »
You must disable images completely, not just image upload.
You can start with:
Code: [Select]
.simple-prod .img-wrap {display:none!important;}
.simple-prod .data {padding:8px 0;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bemtele

  • ***
  • 97 posts
Re: Running Osclass without product images
« Reply #4 on: July 18, 2022, 01:01:43 PM »
You must disable images completely, not just image upload.
You can start with:
Code: [Select]
.simple-prod .img-wrap {display:none!important;}
.simple-prod .data {padding:8px 0;}


Thank you very much but please which file should I insert this code?

*

MB Themes

Re: Running Osclass without product images
« Reply #5 on: July 18, 2022, 01:36:52 PM »
I.e. Appearance > Customization > CSS
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bemtele

  • ***
  • 97 posts
Re: Running Osclass without product images
« Reply #6 on: July 18, 2022, 03:59:24 PM »
I.e. Appearance > Customization > CSS

It works. Thank you. Please how do I remove the locations from the Ads? Please check the attached image. Thank you.

*

MB Themes

Re: Running Osclass without product images
« Reply #7 on: July 18, 2022, 04:15:30 PM »
@bemtele
In similar way, just use proper selector.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots