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

mwindey

  • *****
  • 461 posts
Photo on edit listing shows space in between
« on: July 08, 2021, 10:08:04 AM »
Hey,
When editing photos with an advertisement, it is no longer possible to check the GDPR rules because the photos are placed in front of the fields that must be checked. The opening as shown in the attachment should be removed and the field where the photos should be 100% px so that the 10 allowed photos can be placed correctly. Can this be changed in style.css and if so.... What options do I have? Thanks in advance,
Marc
« Last Edit: July 08, 2021, 10:10:40 AM by mwindey »

*

MB Themes

Re: Photo on edit listing shows space in between
« Reply #1 on: July 08, 2021, 03:14:56 PM »
@mwindey
It looks weird, can you send URL to that listing and login for that user owning listing?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Photo on edit listing shows space in between
« Reply #2 on: July 08, 2021, 03:29:33 PM »
Check PM

Marked as best answer by frosticek on July 09, 2021, 01:58:44 PM
*

MB Themes

Re: Photo on edit listing shows space in between
« Reply #3 on: July 09, 2021, 11:13:52 AM »
@mwindey
Checked your site and you are using some kind of plugin or modification that change style of theme (makes your thumbs movable).
You may try this css, otherwise it is on you.
Code: [Select]
body #photos .qq-upload-list {position:relative;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Photo on edit listing shows space in between
« Reply #4 on: July 09, 2021, 01:22:38 PM »
@MB Themes,

The code indicated in style.css has solved the problem.
Thanks again for the super support.

*

MB Themes

Re: Photo on edit listing shows space in between
« Reply #5 on: July 09, 2021, 01:58:40 PM »
Cool
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 461 posts
Re: Photo on edit listing shows space in between
« Reply #6 on: July 10, 2021, 10:45:09 PM »
Sorry, I reopened this topic because I thought my problem was solved, but unfortunately it turned out not to be. On the item.edit page everything is ok but when creating a new listing the photos are uploaded at the bottom and not in the intended place.
Disable and remove pre-resize plugin has no effect This has been the case since I added the code to my style.css
Because i only need the code body #photos .qq-upload-list {position:relative;} in my item-edit.php, maybe there is a way to put it in the page itself instead of in style.css.
The page item-post was ok before i added code to style.css.
Any idea how to fix this please? code for item-edit.php perhaps?
Regards
Marc
« Last Edit: July 10, 2021, 10:49:18 PM by mwindey »

*

mwindey

  • *****
  • 461 posts
Re: Photo on edit listing shows space in between
« Reply #7 on: July 11, 2021, 03:57:58 PM »
Solved  :)

I copied the file style.css and renamed it style-edit-listing.css. The last named file has the code
Code: [Select]
body #photos .qq-upload-list {position:relative;}
The original file (used for site and item-post.php) has none.
I linked the file in item-edit.php using
Code: [Select]
<link href="<?php echo osc_base_url(); ?>oc-content/themes/veronika/css/style-edit-listing.css" rel="stylesheet" type="text/css" /> and it works like a charm now.......
I am only writing this down in case someone has the same issues with this.
Case closed.  8)
« Last Edit: July 11, 2021, 04:00:40 PM by mwindey »