MyBB Community Forums

Full Version: Theme Script Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I was looking for a new theme for my forums and stumbled through a decent theme named "Elusive". I imported the theme into the website and when I went on view forums, the theme did work, but the header seemed crashed and the website said: "this page is trying to load scripts from unauthenticated source". I really don't know how to fix this and I'm not really a pro at scripts and coding. Could someone please help? Here's my website link to see it for yourself too:

https://axclan.net/index.php
Doesn't seem to Crash for me, where did you navigate to/Click when it gave you the error?
Can you post / paste your header template here please.

Admin CP -> Templates & Styles -> Templates -> * Your Theme * -> Header Templates -> header
Looks good to me too other than the missing logo leading hiding the search bar half way ...
(2018-03-17, 03:12 PM)effone Wrote: [ -> ]Looks good to me too other than the missing logo leading hiding the search bar half way ...

I tested this theme before and the header isn’t supposed to look like that I recommend he re-import the theme or re-import it and just copy the header template to his other one
What do I do now?

[Image: 2my4w21.png]
Please overwrite that code with this one :

<a name="top" id="top"></a>
<ul class="menu">	
	<div class="wrap">
		<li><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-home"></i>Home</a>
		<li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-group"></i>Memberlist</a>
		<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-star"></i>Rules</a>
		<li><a href="#"><i class="fa fa-star"></i>Extras</a>
			<div class="grid-container3">
				<ul>
					<li><a href="#">Link #1</a>
						<div class="grid-container3">
							<ul>
								<li><a href="#">Link #2</a>
								<li><a href="#">Link #3</a>
									<div class="grid-container3">
										<ul>
											<li><a href="#">Link #4</a></li>
											<li><a href="#">Link #5</a></li>
										</ul>
									</div>
								</li>
									<div class="grid-container3">
										<ul>
											<li><a href="#">Link #6</a></li>
										</ul>
									</div>
								</li>
								<li><a href="#">Link #7</a>
									<div class="grid-container3">
										<ul>
											<li><a href="#">Link #8</a></li>
										</ul>
									</div>
								</li>
							</ul>
						</div>
					</li>
				</ul>
			</div>
		</li>
		{$welcomeblock}
	</div>
</ul>


<div class="wrap">
        <div class="header">
			<div class="logo" style="margin:0 auto;text-align:center;background:url(images/elusive/skulls.jpg);"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			</div>
	      </a>
      </div>
	
	   {$quicksearch}
		<navigation>
		<div class="container">
			    {$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
Also make sure that all the images are uploaded to the /images folder so place the elusive folder into /images.
I've rewritten the code and it only fixed the issue where the website wasn't https anymore. Now it is.
[Image: 2guhxdj.png]

But, the issue with the header still remained.
[Image: 5wa6ja.png]


Am I doing something wrong?
From the looks of it your missing images redownload the theme and reupload the images.

Make sure that all the images are uploaded to the /images folder so place the elusive folder into /images.