Replies

Mar 27, 2018 7 years ago
Reaper
sealed it with a kiss
User Avatar
Derek Hale

It's the Galaxy S8 - not sure if I got the + or the regular one haha.

Wouldst thou like to live deliciously?

Mar 30, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

(congratulations on the namechange) Please open this real quick and just copy/paste the results back to me? ;P

[font=Cambria]Useful Custom CSS[/font]

Mar 30, 2018 7 years ago
Pun
is very punny
User Avatar
Eager Beaver

thank you! Three-letter-username is go :D

[Quote=my mobile, Moto G3]2.00dppx Resolution: 192dpi (CSSinch) Orientation: 0° CSS pixels Actual pixels viewport: 360x450px 720x900px screen: 360x640px 720x1280px Within codepen, the viewport will be limited to the size of the result iframe. [/Quote]

Quote by my laptop, Windows 8.1
1.25dppx
Resolution: 120dpi (CSSinch)
Orientation: 0°
CSS pixels Actual pixels
viewport: 1158x710px 1447.5x887.5px
screen: 1536x864px 1920x1080px
Within codepen, the viewport will be limited to the size of the result iframe.

Mar 30, 2018 7 years ago
Reaper
sealed it with a kiss
User Avatar
Derek Hale

Quote

2.61dppx
Resolution: 250dpi (CSSinch)
Orientation: 0°
CSS pixels Actual pixels
viewport: 414x653px 1080.54x1704.33px
screen: 414x803px 1080.54x2095.83px
Within codepen, the viewport will be limited to the size of the result iframe.

Wouldst thou like to live deliciously?

Mar 31, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Please work! Make sure to check portrait and landscape orientation, let me know the results :3

You should see orange on mobile instead of blue.

You should see red on mobile instead of blue.[edit] Oh no! I did some minor rearranging, maybe it will work now? Also maybe try starting in landscape? This stuff can be weird.

[font=Cambria]Useful Custom CSS[/font]

Mar 31, 2018 7 years ago
Pun
is very punny
User Avatar
Eager Beaver

orange portrait, blue landscape.

Here's this, just in case:

[Quote=my phone in landscape]2.00dppx Resolution: 192dpi (CSSinch) Orientation: 90° CSS pixels Actual pixels viewport: 592x211px 1184x422px screen: 640x360px 1280x720px Within codepen, the viewport will be limited to the size of the result [/Quote]

Mar 31, 2018 7 years ago
Reaper
sealed it with a kiss
User Avatar
Derek Hale

It's red in portrait but blue in landscape (I never turn my phone to landscape though, so if it's specifically not going to work only in that mode, that wouldn't matter for me personally).

((Also I really appreciate you trying to find fixes for us all, this is so much work you're doing and I'm very thankful that you're trying to find a fix to this issue).

Wouldst thou like to live deliciously?

Apr 2, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Please test this out for me ❤ Hopefully menus will open without changing the page…

/* mobile navigation menu / / --device without good hover ability / / --galaxy s8 / (hover:none), (-webkit-min-device-pixel-ratio: 2.6), (min-device-pixel-ratio: 2.6), (min-resolution: 250dpi), (min-resolution: 2.6dppx) { / --cancel clicks on menu titles */ .menu-btn a.menu-tab { pointer-events:none !important; } }

[font=Cambria]Useful Custom CSS[/font]

Apr 2, 2018 7 years ago
Reaper
sealed it with a kiss
User Avatar
Derek Hale

Oh my god, the drop-downs are drop downs on my phone sobs Thank you so so so much ❤️

Wouldst thou like to live deliciously?

Apr 2, 2018 7 years ago
Weasel
is the sole survivor
User Avatar

I managed to get this working on my phone too, after editing in the correct DPI etc. Really appreciate the effort that's gone into this.

Not sure if it's me/my phone or a limitation of the code but the drop down works great until a secondary menu is selected.

For example: touch "interact" and the menu drops down fine, touch "forums >>" and it's still a direct link to forums (rather than getting a drop down for recent subscribed threads etc).

I can only access these by long pressing, then pressing back to remove the Chrome "open in new tab" etc menu that pops up. Which is what I used to have to do for any hover.

Overlay recolours/edits here (closed to new orders)
August ToT item group - if links are glitched use buttons on profile [tot=weasel] • [egg=weasel] • [tp=weasel]

Apr 2, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

It's a limitation, but if you avoid tapping that actual text (just the empty space to either side), it will open the submenu, instead of following the link. You can underline the link portion to guide the finger with this /* mobile navigation menu / / --device without good hover ability / (hover: none) { / --cancel clicks on menu titles / .menu-btn a.menu-tab { pointer-events:none !important; } / --mark submenu links */ .menu-btn ul li a[aria-haspopup=true] { text-decoration:underline; } }

That's great to hear! :D You're welcome!

This should work for you :) I added a check for portrait orientation on yours because some laptops do have 192dpi. /* mobile navigation menu / / --device without good hover ability / / --moto g3 / (hover:none), (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (min-device-pixel-ratio: 2) and (orientation: portrait), (min-resolution: 192dpi) and (orientation: portrait), (min-resolution: 2dppx) and (orientation: portrait) { / --cancel clicks on menu titles */ .menu-btn a.menu-tab { pointer-events:none !important; } }

[font=Cambria]Useful Custom CSS[/font]

Apr 6, 2018 7 years ago
Weasel
is the sole survivor
User Avatar

I feel dense now, didn't think to try clicking next to the text. It looked like it would be the code but it seemed worth checking. Thanks for the underline code too.

I don't suppose there's any way to make item hovers work in a similar way? The first touch would bring up the hover and any subsequent touch would "click" the item?

My knowledge of CSS is pretty slapdash, so I've no idea how to do these more complex functions.

Overlay recolours/edits here (closed to new orders)
August ToT item group - if links are glitched use buttons on profile [tot=weasel] • [egg=weasel] • [tp=weasel]

Apr 6, 2018 7 years ago
Pun
is very punny
User Avatar
Eager Beaver

Quote by Weasel
I don&;t suppose there&;s any way to make item hovers work in a similar way? The first touch would bring up the hover and any subsequent touch would "click" the item?
Omg yes please!

That'd be just for Inventory and Vault, wouldn't it?

Apr 8, 2018 7 years ago
bloodghoul2
is Melody's Little Helper
User Avatar

Sorry if this is a very niave question, but I cant seem to find an answer anywhere else.

All this coding is allowed to be used on the site correct? Its not against the rules for any of it? I dont mean to cause offence asking this.

Just some of it seems really useful, like the floating item re-locator and slots button mover lol

"I am not the one who is wrong. What's wrong is this world!"

Apr 9, 2018 7 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

A TON OF WIDGET TWEAKS Seriously, too many for me to explain.


Sidebar Widget Overhaul • All changes are in one bundle just get it. Seriously.

  • Lots of alt/bonus features, those are separated out.

• New version of Better Shoutbox is built-in.

  • Delete your old one!

• Here's an Image gallery of every before/after. • Here's -Improvements">the code!


Quote
Highlight: upgraded notepad widget
• On-hand at any moment.
• So much easier to edit.</p>
<p>
Quote
Highlight: Custom Pet-Specific Icons
• Show your pet&;s actual minion, favourite treasure, etc.
• Can set for any/all pets.
• Shows &;before&; icons if you switch to a pet without custom ones set.
Quote
Highlight: Search!
• It just looks cool!
Quote
Highlight: Combo Battle &amp; Active Pet
• Stack these two widgets and they automatically combine!</p>
<p>

Small stuff • Added sidebar navigation to the builder since the page is getting so long. • Fixed header navigation for mobile coming soon. • Technically I didn't do anything to the Events widget. I refuse to believe anyone uses it.

[font=Cambria]Useful Custom CSS[/font]

Apr 20, 2018 7 years ago
Kel
needs more chocolate
User Avatar
Kel
Apr 20, 2018 7 years ago
Tucker
is a biter
User Avatar

This is awesome! I love it. :) I'm amazed at how more streamlined/compacted the widgets are. It always bugged me how there was so much wasted spacing going on.

Thank you!


"Just because I don't care doesn't mean I don't feel Just because I don't feel doesn't mean I don't understand" IAMX- The Unified Field ....... "Plastic people don't got nothing to say They're judging me, I'm judging you We ain't got nothing else to do" Palaye Royale - No Love In LA | | |

Apr 20, 2018 7 years ago
omnibless
USED DYNAMITE
User Avatar
MettlesomeKid

I do everything from the notepad, thank you so much <3

Please log in to reply to this topic.