Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Snrj on March 24, 2017, 08:36:59 PM

Title: Karanlik-Lord
Post by: Snrj on March 24, 2017, 08:36:59 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2871)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2871%2Fimage%2Cthumb&hash=57110e14a0a8bebf462e961cbaccb1d7d2550c25)


Demo : http://snrj.konusal.com/index.php?theme=8 (http://snrj.konusal.com/index.php?theme=8)
HTML5 Bootstrap Responsive Css Sprite

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.hizliresim.com%2FYqd5gj.png&hash=7a1aad80f460325d27c00402fdb74d9e793ca504)

Smf destek (http://smf.konusal.com/)


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fsmf.konusal.com%2FThemes%2Fpisi%2Fimages%2Ftheme%2Flogo.png&hash=bccec16960f875950d2679b69ab8ee7bffc47941)
Title: Re: Karanlik-Lord
Post by: lazo50 on March 25, 2017, 01:51:27 PM
The theme I like very much, thank you. But I want to change the background color of the post in evidence. How can I do?
Title: Re: Karanlik-Lord
Post by: Snrj on March 25, 2017, 06:23:00 PM
index.css lower add


/*sticky topic*/
.box-row.alert-info{
color: #a94442;
    background-color: #777;
    border-color: #bce8f1;
}
/*sticky topic*/
.box-row.alert-danger{
color: #a94442;
    background-color: #777;
    border-color: #bce8f1;
}
/*locked and sticky  topic*/
.box-row.alert-warning{
color: #a94442;
    background-color: #777;
    border-color: #bce8f1;
}


Correct colors for yourself
Title: Re: Karanlik-Lord
Post by: lazo50 on March 26, 2017, 10:52:15 AM
 :D :D :D :D many tnx  :D :D :D :D :D
Title: Re: Karanlik-Lord
Post by: computel on March 28, 2017, 12:50:30 AM
This theme causes errors in the admin I click on features and options but on the default theme it works.

Here is the error

403 Forbidden Error Page

If you arrived here due to a search or clicking on a link click your Browser's back button to return to the previous page. Thank you.

Title: Re: Karanlik-Lord
Post by: Snrj on March 29, 2017, 11:18:35 AM
The theme does not show any errors
Title: Re: Karanlik-Lord
Post by: Snrj on August 24, 2017, 02:49:55 PM
up has been fixed
Title: Re: Karanlik-Lord
Post by: DasVON on August 27, 2017, 08:37:41 AM
Cannot seem to remove the flower banner even when using the custi\um logo option ?

Any idea's ?
Title: Re: Karanlik-Lord
Post by: Snrj on August 28, 2017, 11:24:00 AM
admin>current theme

Logo image URL:
(leave blank to show forum name or default logo.)
Site slogan:
Add your own text for a slogan here. It will replace the SMF logo.
Title: Re: Karanlik-Lord
Post by: 0oseven on September 18, 2017, 08:47:41 PM
Very nice Theme  - thank you.
BUT
On home page my boards cannot be expanded to show all the other catagories - no button that i can find which is usually on the left of the topic description bar. Any thoughts.
I have latest version of SMF installed and all sub boards are set to "collapsible"
Usually use "blackrain theme" which works fine.

thanks
Title: Re: Karanlik-Lord
Post by: maraviax on December 05, 2017, 10:38:15 PM
I like this theme however I found a slight problem.  When set up as an http site and then later transitioned to using SSL, there is some code which does not seem accept the new SSL configuration. This results in an untrusted rating due to mixed content.  The following is the culprit. All paths were updated using the settings repair tool as well as using the Admin panel to verify. Caching was disabled and server reloaded as well.


index.template.php  Line 185.
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>

Results in
<a href="https://subdomain.domain.com/index.php"><img src="http://subdomain.domain.com/Themes/core/images" alt="Forum" /></a>

That img src tag is the lone remnant in the entire site of HTTP <that I've yet found anyways>, and results in the broken padlock. My guess is some value is written at the installation of the theme that is not updated along with the rest of the paths using the update tool. As a quick and simple fix, I just changed the dynamic img src tag to a hard link to the HTTPS core theme image path. This restored the padlock.
Title: Re: Karanlik-Lord
Post by: -Rock Lee- on December 06, 2017, 06:37:54 AM
Oh really good theme really @Snrj


Regards!
Title: Re: Karanlik-Lord
Post by: Ironmad on December 17, 2017, 01:47:18 AM
I like this theme very much BUT when I shrink the screen for like mobile size the menu-button does not work.

Title: Re: Karanlik-Lord
Post by: lurkalot on December 17, 2017, 06:21:19 AM
Quote from: Ironmad on December 17, 2017, 01:47:18 AM
I like this theme very much BUT when I shrink the screen for like mobile size the menu-button does not work.

From what I can see it doesn't work on the demo either, http://snrj.konusal.com/index.php?theme=8 

Like the theme though, nice job.
Title: Re: Karanlik-Lord
Post by: Snrj on December 27, 2017, 07:34:22 PM
Quote from: lurkalot on December 17, 2017, 06:21:19 AM
Quote from: Ironmad on December 17, 2017, 01:47:18 AM
I like this theme very much BUT when I shrink the screen for like mobile size the menu-button does not work.

From what I can see it doesn't work on the demo either, http://snrj.konusal.com/index.php?theme=8 

Like the theme though, nice job.

fixed theme
index.template.php
    <div class="collapse navbar-collapse primary_nav_wrap">
replace
    <div class="collapse navbar-collapse primary_nav_wrap" id="primary_nav_wrap">
Title: Re: Karanlik-Lord
Post by: Ironmad on December 27, 2017, 08:17:03 PM
I downloaded the theme again and now it is working.

Thank you Snrj!
Title: Re: Karanlik-Lord
Post by: Andreso on January 11, 2018, 05:26:56 PM
Hi! i'm the webmaster of www.foromangaka.epizy.com

I love your theme, but here is some fews suggestions that i have:

1: Increase the size of the profile bar that is next to each post: this is a example of the issue: (https://image.ibb.co/jcMDZ6/2018_01_11_180622.png) My avatar (that has a 96x96 resolution) is barely cutted, and with 128x128 resolution, is even more cutted, so increase the bar size.

2: Put a option to choose the width of the forum: many templates has this option, why your template not?

3: Put an option which allows to choose the background of the template: this is a great idea, because many people don't likes that the only thing that can be modified of this template is the logo, so why not the background too!?

Well, that are my suggestions, Luck!  ;)
Title: Re: Karanlik-Lord
Post by: MrSkalis on March 26, 2018, 08:51:55 AM
Seems like there is some changes on sub threads and boards that's not implemented in the file that is downloadable here but view able on the demo.
I tried to download theme from authors site but wasn't allowed...



Title: Re: Karanlik-Lord
Post by: Snrj on March 28, 2018, 07:58:39 AM
there is no problem in the theme
another css or mod is being affected
your site address?
Title: Re: Karanlik-Lord
Post by: MrSkalis on March 28, 2018, 11:17:33 AM
Was another .css file in the default theme folder that I was unaware of.

Thx for the wisdom for us less knowing ;)
Title: Re: Karanlik-Lord
Post by: migof on August 05, 2018, 12:01:31 AM
When i open an attached image from its thumbnail it shows huge on the same position of the thumbnail.

Can i do something to open all attached images on a pop up or other window?