SunRise

Started by SychO, September 22, 2018, 10:12:35 PM

Previous topic - Next topic

SychO

Quote from: jeremy b on January 04, 2019, 12:36:30 PM
That worked. Thanks!

How do I increase the font size of the topic summary text? The recap of the thread that shows up when you're posting. (See below.)

You can use your browser's developer tools to see what's what in the css and make changes,
add a font-size property to list-posts
.list_posts {
    padding-top: 12px;
    margin-top: 6px;
    overflow: auto;
}

.list_posts {
    padding-top: 12px;
    margin-top: 6px;
    overflow: auto;
    font-size: 13px;
}
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

elf_fu

I am in love with this theme. I run an RP writing site, and the ability to switch from light to dark with a click instead of installing other themes is amazing. Plus, it looks awesome!

There are a few things I need some help with, and not sure if the theme creator has time to help me. Which is o.k, because life happens. But since my questions/issues are around using this theme, I thought I would ask here, first.

1. ) I had previously installed vbgamer's likes mod. It is working on our default customized site theme, but, I can't seem to see it at all on Sunrise.
2.) I am also using the mod, Subaccounts, which allows SMF users to create many accounts with the same email, connected to one single "main" SMF name. There's a drop down in the original default theme at the top of our forums, as well as the choice, when posting, which user name/account name they want to post from. I have NO idea how to edit to include those things into Sunrise.
3.) I am trying to get SSL to work on SMF. It seems to be working on our default theme just fine. But when I switch from Sunrise Day or Night, the font awesome icons disappear/render a square, and my URL goes from https to http. I have run repair_php. after installation, and not sure what I need to change to make it secure?
4.) I am using both an awards mod, and a shop/inventory mod. I am thinking I may try and uninstall the shop and try another--but, would anyone know how I could make the awards mod work in showing up in people's signatures in the Sunrise mod?

Mods mentioned I've no idea how to make show up in Sunrise:
Likes Mod
Sub Accounts Mod
Member Awards Mod

Thank you to anyone who reads this, I appreciate the time taken :)

GR

SychO

Quote from: elf_fu on January 10, 2019, 07:10:13 PM
1. ) I had previously installed vbgamer's likes mod. It is working on our default customized site theme, but, I can't seem to see it at all on Sunrise.

Are you sure the mod was installed on the theme ? is the mod correctly configured ? can you post a link to your forum ?

Quote from: elf_fu on January 10, 2019, 07:10:13 PM
2.) I am also using the mod, Subaccounts, which allows SMF users to create many accounts with the same email, connected to one single "main" SMF name. There's a drop down in the original default theme at the top of our forums, as well as the choice, when posting, which user name/account name they want to post from. I have NO idea how to edit to include those things into Sunrise.

Can't say I am familiar with the mod, but I might be able to help you if I can see the mod in action.

Quote from: elf_fu on January 10, 2019, 07:10:13 PM
3.) I am trying to get SSL to work on SMF. It seems to be working on our default theme just fine. But when I switch from Sunrise Day or Night, the font awesome icons disappear/render a square, and my URL goes from https to http. I have run repair_php. after installation, and not sure what I need to change to make it secure?

Check and make sure that the theme paths are correctly set to https
Admin > Configuration > Themes & Layout... > Theme Settings > SunRise

Quote from: elf_fu on January 10, 2019, 07:10:13 PM
4.) I am using both an awards mod, and a shop/inventory mod. I am thinking I may try and uninstall the shop and try another--but, would anyone know how I could make the awards mod work in showing up in people's signatures in the Sunrise mod?

this >>>

QuoteCan't say I am familiar with the mod, but I might be able to help you if I can see the mod in action.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Kindred

when you install a new theme, after mods have already been installed, you may have to manually apply theme changes for all mods to the new theme, depending on the templates defined in the new theme...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

elf_fu

Thank you SychO and Kindred!

Yes, I think one of the mistakes is that the mods were installed well before I installed Sunrise, and that I am a bit (totally) confused on how to make the manual edits to Sunrise to get these mods working. I have taken a look at each one and parsing them, but it has been a long year or more of not doing any editing and so I am a bit lost.

My forum is here: https://greaterrealms.us/

Honestly, thinking about all the mods and template changes-- there's so much to update and do and I may have to come back and offer to pay someone to help after the domain renewal price goes through to do the updates the forum needs.

GR

SychO

Yea that's a problem, especially if you have many mods, you can try to setup a testing forum and install the theme and then install all of the mods, then take the theme's files over to your forum, although some mods will not work well with the theme as it's very customized compared to other themes.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

johnsonbrown

I find this theme interesting but need some more information.

penkz0661

Halo SychO..
thank you for great themes i very very like it..

i need your help there a little problem when theme opened in mobile at the first time.
( testing with google chrome,mozzila mobile,UC Browser etc )
the icon is missing and they look like icon cross like this,, in attachment..
its always in first time but when i opened in mobile and try click randow icon then go back to normal ..

thanks ..

SychO

can you post a link to your forum ?
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

-christian

Good day! First of all: Great theme, great work, thanks a lot. My users love it and I do too!
I noticed a small glitch: The suggest feature for private messages is not working when using SunRise. Switching to default SMF theme brings it to live. There is no error in console, it suggest.js is properly loaded but it does not work. Any hints on that?

SychO

Quote from: -christian on January 28, 2019, 04:33:51 AM
Good day! First of all: Great theme, great work, thanks a lot. My users love it and I do too!
I noticed a small glitch: The suggest feature for private messages is not working when using SunRise. Switching to default SMF theme brings it to live. There is no error in console, it suggest.js is properly loaded but it does not work. Any hints on that?

Looks like a css issue, thanks for the report I'm surprised no one reported it before
here's how you can fix it:
open index.css look for .auto_suggest_div {
    position: absolute;
    visibility: hidden;
    padding: 4px 5px;
    border-radius: 3px;
    max-width: 100%;
    min-width: 120px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

change it to .auto_suggest_div {
    position: absolute;
    visibility: hidden;
    padding: 4px 5px;
    border-radius: 3px;
    max-width: 100%;
    min-width: 120px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

basically just adding z-index: 1;
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Kindred

Again, people have to remember -- installing a new theme after you have already installed mods required you to MANUALLY apply mod changes to the new theme.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SychO

Quote from: Kindred on January 28, 2019, 11:37:04 AM
Again, people have to remember -- installing a new theme after you have already installed mods required you to MANUALLY apply mod changes to the new theme.

are you talking about the last poster's issue ? it's not actually mod related, just a mistake on my part.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

-christian

Quote from: SychO on January 28, 2019, 07:04:22 AM
Looks like a css issue, thanks for the report I'm surprised no one reported it before
here's how you can fix it:
Great, that fixed it indeed! Thanks for your help!

-christian

Quote from: Kindred on January 28, 2019, 11:37:04 AM
Again, people have to remember -- installing a new theme after you have already installed mods required you to MANUALLY apply mod changes to the new theme.
Can not be said enough... ;) Not for my bug, but for many others it may apply ;)

Snickerdoodle

I'm using Arceus' Character Manager and it's all set up to have character names and avatars show instead of member names and avatars except for a few places that SunRise has that other themes don't. Like the 'threadthis' bar at the top of the display page... and I can't figure out how to get that to show the character name instead of the member's name. I'm okay with just disabling that stuff if there's no way to get it all squared away... but I figured I'd ask if it might be possible. Just let me know if you need to see a specific code... My website's hxxp:ilvermornypride.rpginit.com [nonactive].

SychO

Quote from: Snickerdoodle on February 09, 2019, 03:55:12 AM
I'm using Arceus' Character Manager and it's all set up to have character names and avatars show instead of member names and avatars except for a few places that SunRise has that other themes don't. Like the 'threadthis' bar at the top of the display page... and I can't figure out how to get that to show the character name instead of the member's name. I'm okay with just disabling that stuff if there's no way to get it all squared away... but I figured I'd ask if it might be possible. Just let me know if you need to see a specific code... My website's https://ilvermornypride.rpginit.com.

I am not familiar with the mod, the code for the that area is located in Themes/SunRise20/Display.template.php
if you have some coding experience you can try to figure out how the mod outputs the different data and do the same,
otherwise you can remove the avatar and the name by replacing
echo'<div class="threadthis">
<div class="content">
', $ava, '
<div class="threadthis_details">
<h3 class="for_title">
', $context['subject'], '
</h3>
<div class="detailS"><i class="fas fa-user"></i>    ', (!empty($context['topic_starter_id']) && $context['topic_starter_id']!=0) ? '<a href="'.$scripturl.'?action=profile;u='.$memberContext[$memCommID55]['id'].'">'.$memberContext[$memCommID55]['name'].'</a>' : $txt['guest'], ' &middot; <i class="fas fa-comments"></i>    ', $context['total_visible_posts'], ' &middot; <i class="fas fa-eye"></i>    ', $context['num_views'], '<div class="nextlinks">', $context['previous_next'], '</div></div>
</div>
</div>
</div>';

with this
echo'<div class="threadthis">
<div class="content">
<div class="threadthis_details">
<h3 class="for_title">
', $context['subject'], '
</h3>
<div class="detailS"><i class="fas fa-comments"></i>    ', $context['total_visible_posts'], ' &middot; <i class="fas fa-eye"></i>    ', $context['num_views'], '<div class="nextlinks">', $context['previous_next'], '</div></div>
</div>
</div>
</div>';
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Snickerdoodle

Alright, I'll give it a shot. Thanks!

natcip

Thank you for this amazing theme, I love it. 8)

I'd like to make the quote button lead the user to the full reply page instead of the quote going into quick reply. I'm sure that's possible but I'm not sure which file to edit.

Also, it seems like signatures disappear on lower screen resolutions. How do I make it visable all the time?

SychO

Quote from: natcip on February 20, 2019, 11:16:09 AM
Thank you for this amazing theme, I love it. 8)

I'd like to make the quote button lead the user to the full reply page instead of the quote going into quick reply. I'm sure that's possible but I'm not sure which file to edit.

Also, it seems like signatures disappear on lower screen resolutions. How do I make it visable all the time?

1. Hide the quick reply box, the button will take you to the full editor
2. open responsive.css go to ligne 281, remove .signature,
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Advertisement: