MyBB Community Forums

Full Version: Trouble with Logo Displaying on RoundoDarko Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I really love the Roundo Darko theme, it's a perfect blend for Texit.pro (/forum_core).

However, I am having a problem getting a custom logo.png to display in the top left.

I have placed the desired picture in the images folder yet the image does not display.

I am using the GoDaddy CPanel with the root folder forum_core.

In the MyBB ACP in the "Themes/RoundoDarko - Edit Theme Properties" section the directory for images is set to "images" with the directory of the image set to "images/logo.png"

I have tried editing both the directory and the file location and can't get it to work, any help would be more than appreciated and thanks again, Beast Mode!


------------------------------------------------

Little update,

I changed the template to default in that ACP menu and the picture displayed but the whole site when to heck.  I'm gonna try resizing the image see if it works, maybe your image requirements are different...
Don't use that theme, but the logo appears to reference /images/roundo/darko/roundo-darko-logo.png - and throws a 404 error:

[attachment=45281]  [attachment=45282]

I'd check your header template code for the explicit reference.

As for the formatting disappearing when using the default theme, check the Board URL and cookie settings in ACP Site details.  Looks like you have SSL setup, but site only works with the roundo theme using http:

[attachment=45283]
Thanks, so SSL is not on and cookies are .texit.pro

That second thin picture right there, is that from my site?  Because that's not the correct filepath I have in cPanel

https://prnt.sc/f5COX8uSLJfT

If the image is not there the file path is just the root/images, there is not roundo darko folder whatsoever

Would there be a way to edit that?

Here is what's in the header template:

<div class="header_before_gradient"></div>

<div id="container">
<div id="header">
<div id="panel">
<div class="upper">
<div class="wrapper">
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
</div>


<div class="mobile_header mobile_only">

<center><div class="show_hide_mobile_header"><i class="fas fa-bars" style="font-size:10px;"></i>Menu</div></center>

<script>$('.show_hide_mobile_header').click(function(){
    $('#mobile_header_links').slideToggle();
});</script>

<div id="mobile_header_links" style="display:none;">
<a href="index.php"><i class="fas fa-home fa-fw"></i>Home</a>
<a href="search.php"><i class="fas fa-search fa-fw"></i>Search</a>
<a href="memberlist.php?sort=lastvisit&order=descending"><i class="fas fa-users fa-fw"></i>Members</a>
<a href="calendar.php"><i class="fas fa-calendar fa-fw"></i>{$lang->toplinks_calendar}</a>
<a href="misc.php?action=help"><i class="fas fa-info-circle fa-fw"></i>Help</a>
<a href="search.php?action=getnew" style="border-bottom:none;"><i class="fas fa-comments fa-fw"></i>New Posts</a>
</div>

</div>


</div>
<div id="content">
<div class="wrapper">
{$remote_avatar_notice}
{$bannedwarning}
{$bbclosedwarning}
{$modnotice}
{$pending_joinrequests}
{$awaitingusers}
{$pm_notice}
<navigation>
<br />
(2022-07-17, 08:48 AM)5ku11R4z3r Wrote: [ -> ]Thanks, so SSL is not on and cookies are .texit.pro

That second thin picture right there, is that from my site?  Because that's not the correct filepath I have in cPanel

https://prnt.sc/f5COX8uSLJfT

If the image is not there the file path is just the root/images, there is not roundo darko folder whatsoever

Would there be a way to edit that?

Here is what's in the header template:

Edited...

My screenshots are all dev tools output from your site - deduced from your OP - http://texit.pro/forum_core/.  I can only access as guest of course, so the template reference would be header_welcomeblock_guest for the broken image link I see.

As I said, haven't used that theme, but your code is referencing <img src="images/roundo/darko/roundo-darko-logo.png".  And throws a 404 error - it's not there.  Not sure why.

See the author has a release thread, don't see a support one.  Although I see a few support type questions in that thread:

https://community.mybb.com/thread-234174.html

I'm not going to install and attempt troubleshooting your site.  Not the best person to do that - lol.

Good luck...
You're missing the Roundo theme image directory. Inside the images folder their should be a folder named roundo and inside it one names darko that contains the logo png image. Along with several other image files specific to this theme.

These all need to be uploaded properly in order to work.

[attachment=45291]
Got it...I guess I forgot to manually upload that folder.
Glad that fixed it for ya! Smile