Reseller

Started by Diego Andrés, July 30, 2014, 11:08:08 AM

Previous topic - Next topic

Hakinnen

Hello, I installed this theme on my forum because I like it so much, great job with this... but I have a little problems with change the colors. I don't fund any hex color to change this...




Btw, I want to change the text size, is very big for me  :laugh:  thanks.  The version is Reseller_v2.0.4

Diego Andrés

You can change it in the css/custom/theme_colors.css
I'd recommend creating a new file in css/custom/custom_edits.css and add the following:

:root {
--catbar-bg: {custom_color};
--titlebar-bg: {custom_color};
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

Speed King

Just installed Reseller theme on my SMF 2.1.4 test forum, but I get some error messages:

/home/bulataka/public_html/test/Themes/Reseller_v2.0.4/themecustoms/Theme/Compat.php (Line 82) 

Type of error: Undefined

2: Undefined array key "st_theme_mode_default"

Backtrace information

Type of error
Undefined_vars
Error message
2: Undefined array key "st_theme_mode_default"
File
/home/bulataka/public_html/test/Themes/Reseller_v2.0.4/themecustoms/Theme/Compat.php
Line
82
URL of page causing the error
https://bg-nacionalisti.org/test/index.php?topic=5.0
Backtrace information
#0: smf_error_handler()
Called from /home/bulataka/public_html/test/Themes/Reseller_v2.0.4/themecustoms/Theme/Compat.php on line 82
#1: sceditor()
Called from /home/bulataka/public_html/test/Sources/Subs.php on line 5766
#2: call_integration_hook()
Called from /home/bulataka/public_html/test/Sources/Subs-Editor.php on line 1983
#3: create_control_richedit()
Called from /home/bulataka/public_html/test/Sources/Display.php on line 1262
#4: Display()
Called from /home/bulataka/public_html/test/index.php on line 184

Senkusha

#363
Is there an easy way to put the menu buttons on the right of my site banner underneath the banner?
You cannot view this attachment.

In index.template.php, I see the following is where the code is, but I'm pretty new to CSS and HTML (I mostly know elementary stuff like <table>.)

// Header
 echo '
 <header id="header">
 <div class="content-wrapper">
 <h1 class="forumtitle">
 <a id="top" href="', $scripturl, '">
 <img src="', empty($context['header_logo_url_html_safe']) ? $settings['images_url'] . '/theme/logo.png' : $context['header_logo_url_html_safe'],  '" alt="' . $context['forum_name_html_safe'] . '">', '
 </a>
 ', empty($settings['site_slogan']) ? '' : '<span id="siteslogan">' . $settings['site_slogan'] . '</span>', '
 </h1>';

 //User Panel
 // If the user is logged in, display some things that might be useful.
 echo '
 <div class="user_panel">
 <ul id="top_info">';

Also, where are the fonts defined?  While I like the clean font this defaults to, I'd like to use something different.

Thank you!
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Senkusha

Sorry for the double post, but I can't edit my previous post any longer.  I just discovered this filling up my Error Log:
You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

Quote from: Speed King on February 07, 2025, 07:12:04 AMJust installed Reseller theme on my SMF 2.1.4 test forum, but I get some error messages:

Quote from: Senkusha on February 07, 2025, 03:13:44 PMSorry for the double post, but I can't edit my previous post any longer.  I just discovered this filling up my Error Log:

2.0.5 - 07 February 2025
  • Bug Fix Fixed minor issues and undefined errors.
  • Improvement Updated assets and libraries.
  • Bug Fix Added missing CSS variables.
  • Bug Fix Fixed undefined JS selectors.
  • Improvement Minor fixes for WYSIWYG mode.
  • Bug Fix Fixed order of loaded CSS files.
Full Changelog: v2.0.4...v2.0.5

To upgrade you can just overwrite css and themecustoms folders.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Diego Andrés

Quote from: Senkusha on February 07, 2025, 08:40:30 AMIs there an easy way to put the menu buttons on the right of my site banner underneath the banner?

You can change the direction of the flex container.
Edit either css/custom/app.css or (preferably) create a custom file for your edits in css/custom/custom_edits.css
Add the following at the end of the file:
#header .content-wrapper {
  flex-direction: column;
}
To move the user panel to the right you can use:
.user_panel {
  align-self: flex-end;
}


Quote from: Senkusha on February 07, 2025, 08:40:30 AMAlso, where are the fonts defined?  While I like the clean font this defaults to, I'd like to use something different.
You can change it in css/custom/theme_colors.css
    --body-font-family:                               'Open Sans', Helvetica, Arial, sans-serif;
You can also overwrite it in your custom_edits file like this:
:root {
    --body-font-family:  'Other Font';
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

Thank you!  I'll give those a try.  I'm now looking at this on my mobile and noticed the following issues.  (I hate being a pain.)

The Sub menu (in this case under the Attachments/Avatars is difficult to read.

You cannot view this attachment.

The padding needs to be increased?
You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

2.0.6 - 07 February 2025
  • Bug Fix Fixed issue with board icons in mobile.
  • Bug Fix Fixed generic menus colors.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

Thank you.  I don't know what I did wrong with the update, but now the icons are all missing.  I just unzipped and replaced all the files using my FTP application.  Is there a better/preferred way to update a theme?
You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Speed King

With new 2.0.6 Reseller version, the errors in admin log are gone, but all of the board icons disappered:

Click =>

Forum details:

Forum version: SMF 2.1.4 (more detailed)
Current SMF version: SMF 2.1.4
GD version: bundled (2.1.0 compatible)
MySQL engine: MariaDB
MySQL version: 10.6.21-MariaDB-log
SMF file based caching: 2.1.4
Memcache:
Memcached:
SQLite3 database based caching: 3.26.0
PHP: 8.4.3 (more detailed)
Server version: Apache

Senkusha

I have a question, and perhaps I missed it while reading through the previous pages, but the New Topic button that can be enabled at the top of the site, it defaults to the first board on my site.  Is there a way to change which board the default is?
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

2.0.7 - 08 February 2025
  • Bug Fix Fixed issue with board icons disappearing.
Full Changelog: v2.0.6...v2.0.7




Quote from: Senkusha on February 08, 2025, 07:37:41 AMI have a question, and perhaps I missed it while reading through the previous pages, but the New Topic button that can be enabled at the top of the site, it defaults to the first board on my site.  Is there a way to change which board the default is?
It is possible but it wouldn't display the rest of the boards, that's just how the post page works by default.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

Not sure if you can fix this or if this is a result of of the text editor, but the bullets don't display:

You cannot view this attachment.


You cannot view this attachment.


You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

2.0.8 - 13 February 2025
  • Bug Fix Fixed lists not displaying correctly in WYSIWYG mode.
Full Changelog: v2.0.7...v2.0.8

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

Thank you for the quick fix.  And I know I'm a pain in the butt, but I just noticed an issue.

On boards that redirect to other weblinks, there is still a Posts/Topics counter.  Shouldn't this say # Redirects?

You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

I can't reproduce the issue, I tried with a child board and regular board.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

Maybe it was because it was originally a regular board, then because it was an empty board, and I added a gallery, I just checked Redirect Board and gave a web address?  Not sure, I'll look in to it further.

On another note, I've added some modifications.  How do add icons to the following Admin areas?
You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Diego Andrés

I add them manually depending on what I see in the modsite.
Some of those are paid MODs so I don't know what keys they're using, I can only take a guess.

For example I have a store icon declared, but clearly doesn't match the same name/key from the store MOD.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Senkusha

#379
I'm trying this theme on my android, and I'm a bit confused.  Where I start a new topic (logged in as the Administrator)?

You cannot view this attachment.

Update:  I see the problem.  I wasn't logged in.  The Action Menu is too dark at the top of my screen.
You cannot view this attachment.
-- Senkusha
The Kawaii Klub
The Creative Anime Role Playing Community.
(SMF v. 2.1.4, PHP v. 8.0)

Advertisement: