News:

Wondering if this will always be free?  See why free is better.

Main Menu

Blue Wave

Started by TwitchisMental, January 28, 2023, 04:32:48 PM

Previous topic - Next topic

Steve

DO NOT pm me for support!

TwitchisMental


Diego Andrés

I've been including that neat mod in my themes for a decade now, really nice.
Pretty sure it's the mod causing the issue for @Steve , it's not properly updated in terms of markup, it injects table rows and 2.0.x styles in the template and SMF doesn't use those anymore.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Steve

DO NOT pm me for support!

Steve

@TwitchisMental - when I expand the textarea, it turns a grey color then jerks as I expand it. This doesn't happen on any of my other themes. Any idea why it doesn't expand smoothly?
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on February 04, 2023, 11:00:35 AM@TwitchisMental - when I expand the textarea, it turns a grey color then jerks as I expand it. This doesn't happen on any of my other themes. Any idea why it doesn't expand smoothly?
Still waking up a bit.. what do you mean by expand the text area?

Steve

The text area you type in when you're making post. The lower right-hand corner where you can grab and expand it.

Edit: forget that. Must be my Firefox. Works fine in Chrome. Sorry about that.
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on February 04, 2023, 12:40:08 PMThe text area you type in when you're making post. The lower right-hand corner where you can grab and expand it.

Edit: forget that. Must be my Firefox. Works fine in Chrome. Sorry about that.
Humm I can replicate the issue in Firefox as-well.  It works but does seem to be a bit slower.

I wonder if I used transition on something that is causing that.

Diego Andrés

Quote from: Steve on February 04, 2023, 05:54:06 AMSo I should remove it @Diego Andrés?

There's no need, could just adjust the HTML so it's updated.

SMF Tricks - Free & Premium Responsive Themes for SMF.

TwitchisMental

#29
Quote from: TwitchisMental on February 04, 2023, 12:50:13 PM
Quote from: Steve on February 04, 2023, 12:40:08 PMThe text area you type in when you're making post. The lower right-hand corner where you can grab and expand it.

Edit: forget that. Must be my Firefox. Works fine in Chrome. Sorry about that.
Humm I can replicate the issue in Firefox as-well.  It works but does seem to be a bit slower.

I wonder if I used transition on something that is causing that.
So I did this @Steve

open the jquery.sceditor.theme.css

Find

.sceditor-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    line-height: 1;
    font-weight: bold;
    border-radius: 4px;
    background-clip: padding-box;
    min-width: 100%;
    max-width: 100%;
}


Replace -

.sceditor-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #222;
    line-height: 1;
    font-weight: bold;
    border-radius: 4px;
    background-clip: padding-box;
    min-width: 100%;
    max-width: 100%;
    transition: 0s;
}

This seems to resolve the issue.

Steve

I see how you are ... tried to trick me by not telling me it was in jquery.sceditor.theme.css but I didn't fall for it.  :P

Works like a charm, Twitch. Thanks my friend.  :)
DO NOT pm me for support!

TwitchisMental

Quote from: Steve on February 04, 2023, 03:06:54 PMI see how you are ... tried to trick me by not telling me it was in jquery.sceditor.theme.css but I didn't fall for it.  :P

Works like a charm, Twitch. Thanks my friend.  :)
Yeah sure let's go with that :P .

Awesome, glad it worked for you :).

lord alibaski

I'm going mad again or blind

Just trying this out on a wamp, though I can't find the option to add your own logo, is it possible to add a logo and centralize it?

Thanks

TwitchisMental

Quote from: lord alibaski on February 10, 2023, 10:11:29 AMI'm going mad again or blind
Just trying this out on a wamp, though I can't find the option to add your own logo, is it possible to add a logo and centralize it?
Thanks
If you want to replace the logo, replace the logo.png in the custom folder within the images folder of the theme.

lord alibaski

Exactly what I did mate and this is what I see

You cannot view this attachment.

TwitchisMental

Quote from: lord alibaski on February 10, 2023, 06:52:50 PMExactly what I did mate and this is what I see

Screenshot 2023-02-10 234814.png
It seems that you just copied and pasted the link in the site slogan section.

You need to actually go to the themes directory on your server -  smf>themes>Blue Wave>images>custom. From there you would replace the logo.png in that folder with your logo.png .

If you do the above you will get -

You cannot view this attachment.

lord alibaski

I am testing this in wamp, but this is what is making go crazy.The link there is showing an older image it is not the image I have in the folder and it is in the correct folder.

I have tried restarting all services in wamp but it is still showing that old image.

Question is there a file size limit for image files in wamp? even if there is a limit that logo you see within that link doesn't even exist in any of the theme's I am using in wamp.

TwitchisMental

Quote from: lord alibaski on February 10, 2023, 08:09:02 PMI am testing this in wamp, but this is what is making go crazy.The link there is showing an older image it is not the image I have in the folder and it is in the correct folder.

I have tried restarting all services in wamp but it is still showing that old image.

Question is there a file size limit for image files in wamp? even if there is a limit that logo you see within that link doesn't even exist in any of the theme's I am using in wamp.

It could be a cache issue. I would suggest clearing your browser cache and possibly even SMFs cache in the AdminCP.



lord alibaski

It worked perfectly fine uploading to server but still not working in wamp and I cleared everything. only other option I can try is to uninstall it in wamp and install it again will do that next week.

Got another question for you, I'm not bother about it cos I like where it is but I have a few members moaning about the info center some prefer it to be on the bottom of the board, is it possible to move the info center to the bottom.

or

Give members the opportunity to to have it on the side or on the bottom

Thanks

TwitchisMental

#39
Quote from: lord alibaski on February 11, 2023, 05:59:45 PMIt worked perfectly fine uploading to server but still not working in wamp and I cleared everything. only other option I can try is to uninstall it in wamp and install it again will do that next week.

Got another question for you, I'm not bother about it cos I like where it is but I have a few members moaning about the info center some prefer it to be on the bottom of the board, is it possible to move the info center to the bottom.

or

Give members the opportunity to to have it on the side or on the bottom

Thanks
They need to get with the times then. Do they not know Xenforo and Reddit have it on the side lol !!!  [EXTREME SARCASM/JOKE]

Yes you can switch it to the normal up down -

Open index.css

Find
@media screen and (min-width:1000px) {
 .row {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap
 }

Replace With

@media screen and (min-width:1000px) {
 .row {
    display:flex;
    flex-direction: column;
    flex-wrap:nowrap
 }


As for the issue in wamp, I would suspect cache is the issue. Works fine for me in Xamp. Just need to do a hard refresh .

Advertisement: