I thought only staff could see and post on the shoutbox? There's a post from someone I don't recognize.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
going into phpmyadmin to look for this mystery poster I got a message that errors have been detected on the server:
global_users&;,global_users&;,I can't see any reason why they were able to post in our shoutbox but I am betting O can
: Sorry -- I think we were working at the same time. You shouldn't see that error show up again in phpmyadmin.
: Took me a while to figure out what was going on -- but the shoutbox is locked down (again!) and anyone who added it as a widget who shouldn't have doesn't have it anymore. Thanks for letting us know!
Thanks for finding and fixing the issue!
Thanks!
I was pretty sure it was only supposed to be for us, but my memory isn't always reliable :).
How are you feeling? How's the job going?
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
- I've encountered something odd that I thought you should know about. The last time I looked at SL, I had the admin widget so that I could quickly get to the "add items" and "add cws" stuff without thinking about it. When I went to add the CWs tonight, the widget is now gone. Thought you should know...
Also, when I go to the widgets section, it says I have the admin one installed... But, I can't see it.
: That's probably a side-effect of what I did today to make sure the admin-only widgets really were admin-only. Try clicking here to manage the widgets, and remove and reinstall it. If that doesn't work, let me know, and I'll take care of it.
- Tried that and it's still not showing up. Thanks for looking at it! You are so fast!
: Let me know if you still can't see it.
- It's back!! Thank you!! 😘
If you have time could you please take a look at our shop layouts? THe graphics do not seem to be showing and nothing else seems to be quite right either.
: Looks like Subeta did something that overrides our CSS. I've fixed the shop layouts on SubetaLodge. If anyone has a shop layout they've already customized and doesn't want to start over, they should add
div#main-content {background-image: none; background-color: transparent;}
at the beginning of the CSS.
It always amazes me how quickly you find and fix the problems! You honestly are the best programmer we have ever had. Thank you!
I hate to ask for more but I am :x
I tested 4 or 5 of them and it seems like the item images have all shifted about maybe 5px to the right. For some of the layouts it is not a big deal but others it pushes them right against or past the right border of the graphic
: I'm testing using this shop. On my browser, things look fine. Are they shifted in your browser?
Huh. It is not. and it is not in either browser I use on the regular or with my own shop. Maybe it has to do with the width of the columns then be THIS ONE definitely is.
: Okay. I see what's going on there.
The CSS is attempting to put a 15-pixel margin on the left and right side of the layout, but if the column is too narrow (like on the Adriette layout), the content spills over to the right.
We can squeeze the content into a smaller space by adding
.col-12 .shop-item-wrapper {max-width: 16%;}
(There are six items on each row; 16% x 6 = 96%, so the layout becomes 4% narrower than before.)
But not every layout needs the items to be squeezed together like this, and it's possible that some layouts will require more squeezing than others. I'll have to go through and figure out which ones do.
Sorry, was getting ready for STUPID work lol I have to leave soon but if you want me to test or alter or whatever when I get home around 11:30 just say so. Please! I don't expect you do do each one. Normally when I think something has to be done individually you come up with a way to do it as a batch but yeah, I see how this is different.