*

Alej

  • ***
  • 50 posts
design issue
« 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

*

MB Themes

Re: design issue
« Reply #1 on: February 22, 2025, 01:31:33 PM »
I don't see problem there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alej

  • ***
  • 50 posts
Re: design issue
« Reply #2 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

*

MB Themes

Re: design issue
« Reply #3 on: March 01, 2025, 01:27:15 PM »
Ok will check it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: design issue
« Reply #4 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.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alej

  • ***
  • 50 posts
Re: design issue
« Reply #5 on: March 04, 2025, 03:54:55 PM »
ok, but aren't you going to release an update on the theme?
« Last Edit: March 04, 2025, 04:14:09 PM by Alej »

*

MB Themes

Re: design issue
« Reply #6 on: March 04, 2025, 04:24:34 PM »
Not related to theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots