Posts: 590
Threads: 137
Joined: Jun 2004
Reputation:
12
2019-09-16, 05:30 AM
(This post was last modified: 2019-09-16, 05:33 AM by makpaolo. Edited 2 times in total.)
Purchased. Awesome theme! Gonna get to work and customize some things now
One thing I noticed, u may want to fix:
This shows when writing a PM. It should be "Preview Message"
Also, how can I set the Dark option as default instead of light?
Posts: 2,384
Threads: 219
Joined: Jun 2011
Reputation:
234
(2019-09-16, 05:30 AM)makpaolo Wrote: One thing I noticed, u may want to fix:
This shows when writing a PM. It should be "Preview Message" Does the same happen when all plugins are disabled? A usercp.lang.php string has a conflicting name, so if the file is loaded for private.php it may show the wrong text (doesn't appear to be by default).
Quote:Also, how can I set the Dark option as default instead of light?
The inc/plugins/dvz_theme_options/themes/spectral.json file includes light and dark definitions - if the dark is first, it should be the default one (after saving and re-activating the DVZ Theme Options plugin):
{
"scheme": {
"dark": {
"stylesheets": [
"_dark.css"
],
"editortheme": "monocons_spectral_dark.css"
},
"light": []
}
}
Posts: 590
Threads: 137
Joined: Jun 2004
Reputation:
12
2019-09-16, 10:15 PM
(This post was last modified: 2019-09-16, 11:15 PM by makpaolo. Edited 2 times in total.)
Thanks DVZ, worked great. I will look into the preview signature problem shortly. I don't believe it is due to the lang, but I will check after a few things (as I have an active board, it will be tough to disable all plugins and test right at this moment)
However, I am experiencing an issue where clicking the 3 dot icon in the sticky bar to change from light > dark or dark > light will not popup. When clicked, it will act as if it was clicked (change color/opacity), but nothing will open.
Posts: 590
Threads: 137
Joined: Jun 2004
Reputation:
12
I think there should be a way to click out of the menu pop ups on mobile. Also tested on demo board, let’s say a user wants to change from light > dark on mobile, you can’t get out of it if you change ur mind/accidentally click it. Same goes for all other menu pop ups
Posts: 2,384
Threads: 219
Joined: Jun 2011
Reputation:
234
(2019-09-18, 03:10 PM)makpaolo Wrote: I think there should be a way to click out of the menu pop ups on mobile. Also tested on demo board, let’s say a user wants to change from light > dark on mobile, you can’t get out of it if you change ur mind/accidentally click it. Same goes for all other menu pop ups
Seems to be caused by a similar quirk in Safari, and may have a similar solution - this should bring back the coded functionality of closing the menu when tapped outside, on the lower dark region - like previously, in jscripts/spectral_theme.js around line 327:
$('.dropmenu').on('click', '.body', function (e) {
if ($(e.target).is('.body')) {
$('.dropmenu').blur();
}
});
The temporary fixes will be included in subsequent MyBB compatibility updates.
Posts: 590
Threads: 137
Joined: Jun 2004
Reputation:
12
Thanks DVZ, worked great.
Posts: 4
Threads: 0
Joined: Sep 2019
Reputation:
0
Wow, this is hands down probably the best looking theme I've ever seen! Buying soon
Posts: 2,384
Threads: 219
Joined: Jun 2011
Reputation:
234
The "Spectral" MyBB 1.8.x theme has been updated for compatibility with changes introduced in MyBB 1.8.22.
The new package can be downloaded from the product page on Gumroad.
Additionally: - fixed empty thread title issue in MyAlerts notifications when using Spectral,
- applied fixes & improvements related to quick reply in threads,
- fixed menu issues on mobile Safari browsers,
- applied visual corrections to Restore buttons, radio buttons and jGrowl messages.
Posts: 2,384
Threads: 219
Joined: Jun 2011
Reputation:
234
The "Spectral" MyBB 1.8.x theme has been updated for compatibility with changes introduced in MyBB 1.8.23.
The new package can be downloaded from the product page on Gumroad.
Posts: 2,384
Threads: 219
Joined: Jun 2011
Reputation:
234
The "Spectral" MyBB 1.8.x theme has been updated for compatibility with changes introduced in MyBB 1.8.27.
The new package can be downloaded from the product page on Gumroad.
|