Xen Media Gallery (Media Gallery for XenForo) [Paid] [Deleted]

Status
Not open for further replies.
That was where I have put it.

I don't know the setup, theme, etc you have. I just do know its possible to change the padding.
 
Thanks.

I added it like this:
Code:
.xmgCarouselContainer.ltr.sectionMain {
    padding: 0;
    !important
}
..and this:
Code:
.xmgCarouselContainer.ltr.sectionMain {  !important
    padding: 0;
}
Although both places are probably wrong.

Neither changed the width of the thumbs.

width.webp
 
Yeah, hard for me to really help much just going off an image. Again, not sure how you have it set up, etc.
 
I understand that completely :)

If I can give you any further, more pertinent information, just let me know...
 
I'll PM you as the board is currently under construction, prior to launch...

EDIT - ooops, no I won't..you're private :P
 
Having looked at your pic again, I think we have about the same alignment...maybe I'll leave it.

Thanks for your help.
 
Sarted getting this error...

Code:
Server Error Log
Error Info
ErrorException: Undefined offset: 22 - library/XenGallery/Model/Media.php:2684
Generated By: FGF, 6 minutes ago
Stack Trace

#0 /home/sbowyer/html/familyguyfans/library/XenGallery/Model/Media.php(2684): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/sbowyer/h...', 2684, Array)
#1 /home/sbowyer/html/familyguyfans/library/XenGallery/ControllerPublic/Media.php(2642): XenGallery_Model_Media->associateAttachmentsAndMedia(Array, Array, Array, 'category')
#2 /home/sbowyer/html/familyguyfans/library/XenForo/FrontController.php(347): XenGallery_ControllerPublic_Media->actionSaveMedia()
#3 /home/sbowyer/html/familyguyfans/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/sbowyer/html/familyguyfans/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(41) "http://familyguyfans.com/media/save-media"
  ["_GET"] => array(1) {
    ["/media/save-media"] => string(0) ""
  }
  ["_POST"] => array(19) {
    ["type"] => string(8) "category"
    ["category_id"] => string(2) "12"
    ["image_url"] => string(0) ""
    ["media_title_all"] => string(0) ""
    ["media_description_all"] => string(0) ""
    ["media_title"] => array(1) {
      ["image_upload"] => array(1) {
        [21] => string(16) "Stewie and Brian"
      }
    }
    ["media_description"] => array(1) {
      ["image_upload"] => array(1) {
        [21] => string(0) ""
      }
    }
    ["media_tag"] => array(1) {
      ["image_upload"] => array(1) {
        [0] => string(0) ""
      }
    }
    ["media_embed_url_original"] => array(1) {
      ["image_upload"] => array(1) {
        [0] => string(0) ""
      }
    }
    ["media_embed_url"] => array(1) {
      ["image_upload"] => array(1) {
        [0] => string(0) ""
      }
    }
    ["media_image_upload"] => string(4) "true"
    ["image_upload_hash"] => string(32) "f0f1ff685bd7d6c6d2cef7e4c43e8751"
    ["container_type"] => string(8) "category"
    ["container_id"] => string(2) "12"
    ["_xfConfirm"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(10) "/media/add"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Is this something you can produce every time or has it only happened once?

Can you remember anything specific that may have happened while uploading those, e.g. Did you upload a picture and the upload failed? Or did you delete one of the pictures after it uploaded?

I think it's something similar to that. I have just prevented this particular error in the code, but ideally if I know the exact scenario there might be something else I can do to improve the code here.
 
Thanks, appreciate that, I think it's so close, only I will notice it (perfectionist :rolleyes:)
Sorry for the delay but I was out this afternoon.

Did you get this sorted? If not, I'll happily take a closer look if you PM me your URL.
 
Status
Not open for further replies.
Top Bottom