Media Wall Widget for XF Media Gallery

Media Wall Widget for XF Media Gallery 2023-04-19

No permission to download
I clicked on the download link and it took me to your site, there I clicked on English support and took me back to XF Resources for this Addon.
 
This was a nice project based on another thread:


I am at a loss though to why it will not display anything except very small thumbnails with a lot of white space.

This widget has been inserted in Xenporto2 and cXF "Widget Homepage" templates. Both of them render the display shown below, and there are no error messages thrown--attempting to temp-out a solution in Inspector (image size @ 100% or larger, flex display) does not affect the display. Any thoughts?

media wall display.png
 
Yes. Attached is a screen cap of XenPorta2 with the standard XFMG media slider widget set. Also, I added that line to my extra.less, but it did not change the appearance...

xenporta slider.webp
 
Difficult to understand what is happening, if I go to your homepage I am redirected to the forums, I would have to see my widget live and see what is happening with the browser console.
 
I have activated XenPorta2 for your perusal. There are two blocks shown; the standard XFMG and below that the Media Wall display.

Click on the |Home| tab that has the tag fa icon.
 
Thanks.
I think there is a conflict with some code which comes from something about resources.

This is the class i use for the thumbnails
itemList-item js-inlineModContainer"

And this the class used when i inspect my addon on your site
itemList-item structItem structItem--resource js-inlineModContainer js-resourceListItem-

There is probably an add-on that adds the following classes: structItem structItem--resource js-resourceListItem-

See what could be related to these classes and disable the corresponding add-on if so.
If not, does the Media Wall add-on work correctly on the forums page for example?
 
My apologies @Nicolas FR for not getting back to you sooner.

I am on a punch list for a soft launch this weekend--and had to commit to some strategy. But the good thing is that trials of the media wall concept brought me to the reality of smartphones, modularity, and interaction. The front end I showed you caught my eye because of the default slider test you asked for. In the end, I stacked two sliders on top of each other--each refreshing from separate engagement areas.

But I am still interested in the media wall concept for other pages to be created in the future. I am watching this thread for any new information!
 
Is this error from this resource?

  • ErrorException: Template error: [E_USER_WARNING] Method canViewShowcaseItems is not callable on the given object (XFMG\XF\Entity\User)
  • src/XF/Template/Templater.php:1189
  • Generated by: Unknown account
  • Aug 21, 2023 at 7:00 AM

Stack trace​

#0 [internal function]: XF\Template\Templater->handleTemplateError(512, '[E_USER_WARNING...', 's...', 1189)
#1 src/XF/Template/Templater.php(1189): trigger_error('Method canViewS...', 512)
#2 internal_data/code_cache/templates/l1/s4/public/member_list_macros.php(71): XF\Template\Templater->method(Object(XFMG\XF\Entity\User), 'canViewShowcase...', Array)
#3 src/XF/Template/Templater.php(827): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, NULL)
#4 internal_data/code_cache/templates/l1/s4/public/reaction_list.php(34): XF\Template\Templater->callMacro('member_list_mac...', 'item', Array, Array)
#5 src/XF/Template/Templater.php(827): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, NULL)
#6 internal_data/code_cache/templates/l1/s4/public/reaction_list.php(142): XF\Template\Templater->callMacro('reaction_list', 'reactions_list', Array, Array)
#7 src/XF/Template/Templater.php(1654): XF\Template\Templater->{closure}(Object(XF\Template\Templater), Array, NULL)
#8 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('reaction_list', Array)
#9 src/XF/Mvc/Renderer/Html.php(50): XF\Template\Template->render()
#10 src/XF/Mvc/Dispatcher.php(460): XF\Mvc\Renderer\Html->renderView('XF:Reaction\\Lis...', 'public:reaction...', Array)
#11 src/XF/Mvc/Dispatcher.php(442): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#12 src/XF/Mvc/Dispatcher.php(402): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#13 src/XF/Mvc/Dispatcher.php(60): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#14 src/XF/App.php(2487): XF\Mvc\Dispatcher->run()
#15 src/XF.php(524): XF\App->run()
#16 index.php(20): XF::runApp('XF\\Pub\\App')
#17 {main}

Request state​

array(4) {
["url"] => string(24) "/posts/3438968/reactions"
["referrer"] => bool(false)
["_GET"] => array(1) {
["/posts/3438968/reactions"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
No, it does not appear so.

I demo'ed Nicolas's wall for a bit--but had to pull away to meet deadlines. I did not get any errors, just display size/format issues with my theme which is Xenforo Dimension. That was back in March.

This message (with just a slight variance) appeared in concert with XenPorta and Ozzy47's XenPorta Improvements v2.0.1.1. It would vary in how many a day or week, with some days none. When the Improvements addon was removed in late June, these errors disappeared.

I still do not know if it's the addon or something to do with the Dimension style theme itself reacting badly to some addons. I believe it's the latter, as I get an error from time to time from the templater when displaying some images that have not been optimized yet.
 
Top Bottom