News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Endar

Started by Diego Andrés, March 16, 2006, 07:42:19 PM

Previous topic - Next topic

jasidog

Hi Michele. :)

No I'm sorry. There will be no update.

For a while it looked as though some others might update it but that hasn't happened.

I won't be updating it sorry.

waris

I downlaoded it and test drive this theme.

Unless you are knowledgeable with programming you should not try to use this theme
as there are quiet a number of hiccups.

The theme will hang up and revert to the same page over and over and over and will not uninstall.

Anybody wants to try this theme please make sure you backup first.

jasidog

Seriously? What version of SMF were you using?

It is an ancient theme. Last version it was available for was 1.1.12

Arantor

Wait, people check the version before they use things? No, of course they don't...

waris

Quote from: waris on January 01, 2013, 11:10:04 AM
I downlaoded it and test drive this theme.

Unless you are knowledgeable with programming you should not try to use this theme
as there are quiet a number of hiccups.

The theme will hang up and revert to the same page over and over and over and will not uninstall.

Anybody wants to try this theme please make sure you backup first.


Sorry Guys,

Endar as you said was meant for 1.1.3 and I am using SMF 2.0.3 [updated].

jasidog

Ah cool, no worries I was worried it was something more serious. :)

Diego Andrés

Theme updated for SMF 2.1.x
Thanks to @jasidog for allowing me to take over this theme.

For copyright reasons, some images and graphics were removed from the updated version.
PS: It might need some additional testing so let me know of any issues and I'll try to fix them when I can.

SMF Tricks - Free & Premium Responsive Themes for SMF.

soulfather

I installed endar theme

The logo is like this, but I want it to sit perfectly on the back and look the same on both mobile and desktop PCs.

https://www.ankarasutesisatim.com/catkara/index.php

It looks like this, so the landscape image is sitting at the bottom of the site, can we make the logo part like that too? or the logo I put on it fits perfectly.

Diego Andrés

To add it in the footer too:
index.template.php
Code (Search) Select
function template_body_below()
{
echo '
</div><!-- #main_content_section -->
<div class="upper-footer">

Code (Replace) Select
function template_body_below()
{
global $context;
echo '
</div><!-- #main_content_section -->
<div class="upper-footer">
<img style="margin-inline: auto" src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '

And then add this to css/custom/app.css or css/custom/custom_edits.css
.upper-footer > img {
  grid-column: 1/4;
  margin-inline: auto;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

soulfather

Quote from: Diego Andrés on April 28, 2024, 04:01:21 AMTo add it in the footer too:
index.template.php
Code (Search) Select
function template_body_below()
{
    echo '
                    </div><!-- #main_content_section -->
                    <div class="upper-footer">

Code (Replace) Select
function template_body_below()
{
    global $context;
    echo '
                    </div><!-- #main_content_section -->
                    <div class="upper-footer">
                        <img style="margin-inline: auto" src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name_html_safe'] . '">', '

And then add this to css/custom/app.css or css/custom/custom_edits.css
.upper-footer > img {
  grid-column: 1/4;
  margin-inline: auto;
}

Thank you, but there is a bottom part, but I want the top main logo to fit perfectly, it will be nice if we can get it done, you can see.

Diego Andrés

I don't realy understand what you mean, could you describe this with a screenshot?

SMF Tricks - Free & Premium Responsive Themes for SMF.

soulfather

There is a picture attached. I want the picture I have translated in red to fit perfectly in the header where I have translated it in purple. I want it to look the same on both mobile and desktop computers.

https://catkarakoyu.com/forum/index.php

thanks.

Diego Andrés

You need to add it as a background.

Add this:
header {
  background-image: url(https://catkarakoyu.com/forum/Themes/default/images/board_16_logo.png);
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center;
}
header::before, header h1.forumtitle, .social_icons:not(:has(> *)) {
  display: none;
}

SMF Tricks - Free & Premium Responsive Themes for SMF.

Advertisement: