I'm having some problems editing the (/m/events/search?Keyword=) page. it seems that its not a selectable page in the page builder or Denos. check the pic to see what I mean.
Any help would be great, please don't leave me hanging guys.
I'm having some problems editing the (/m/events/search?Keyword=) page. it seems that its not a selectable page in the page builder or Denos. check the pic to see what I mean.
Any help would be great, please don't leave me hanging guys. |
This might help someone. After resizing my photos I couldn't get the pages to size correctly. *quick fix*
If you ever want to make your outline photos larger: go to admin dashboard modules/photos/settings then edit (width & Height) Of Photo Browse Unit *Set value evenly*
Then go to: Templates/base/css/outline.css /*--- Item main layout ---*/ div.wall-oi-item { position: relative;
width: 170px;<--edit this to match the size value you changed in admin panel padding: 10px 0px;
With large images, you might have to edit the outline js file to make your outline look better after resizing go to: Modules/boonex/wall/js/outline.jslook for: $(document).ready(function() { $('#bx-wall-outline .wall-outline-items').masonry({ itemSelector: '.wall-oi-item', columnWidth: 170, <--edit this to match the size value you changed in admin panel gutterWidth: 20 <--slowly lower this number by 1 (refreshing page and clearing cache) until your outline is even });
If your EVENTS search results look out of whack after, just edit Templates/base/css/twig.css /*--- Item main layout ---*/ div.wall-oi-item { position: relative;
width: 170px;<--edit this to match the size value you changed in admin panel padding: 10px 0px; }
Thanks. |