Support Forums - Classified Ads Script Osclass

General osclass questions => Report bug => Topic started by: Alej on February 21, 2025, 09:42:41 PM

Title: design issue
Post by: Alej on February 21, 2025, 09:42:41 PM
Hi, here is a video of a design issue I encountered on the create ad page, when uploading images.
https://youtu.be/hZNJ3XDZtss (https://youtu.be/hZNJ3XDZtss)
Title: Re: design issue
Post by: MB Themes on February 22, 2025, 01:31:33 PM
I don't see problem there.
Title: Re: design issue
Post by: Alej on February 22, 2025, 04:12:33 PM
I'm sending you another video recorded from my cell phone, where you can better see that when you move an image to change its position, the position of the top buttons on the right (user and create ad) and the main buttons below (home, messages, create ad, favorites, location) are moved.
https://youtube.com/shorts/9aG4POrI8c4?feature=share (https://youtube.com/shorts/9aG4POrI8c4?feature=share)
Title: Re: design issue
Post by: MB Themes on March 01, 2025, 01:27:15 PM
Ok will check it.
Title: Re: design issue
Post by: MB Themes on March 04, 2025, 03:49:09 PM
In oc-includes/osclass/frm/item...php

Find line:
Code: [Select]
        $(document).ready(function() {
          if(typeof $.fn.sortable !== 'undefined') {
            $('ul.qq-upload-list').sortable({
              placeholder: "qq-placeholder",
              handle: ".qq-upload-move",
               

and bellow it add:
Code: [Select]
containment: ".upload-photos",

For epsilon theme, no more updates should be required.
Title: Re: design issue
Post by: Alej on March 04, 2025, 03:54:55 PM
ok, but aren't you going to release an update on the theme?
Title: Re: design issue
Post by: MB Themes on March 04, 2025, 04:24:34 PM
Not related to theme.