MyBB Community Forums

Full Version: [SOLVED] Square Theme not Properly Showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys
I am New here So, I installed Square Theme on my New MyBB Forum
But I am Not Getting the same footer like in their picture as well as some texts are not coming too !
I am also not getting the sidebar !

[Image: 8niezz]
[Image: 8nif5b]

Footer Code :
</div>
</div>

<br style="clear: both;" />

<div id="footer">
	<div class="wrapper">
      	<div class="one">
          	<h3>{$lang->xstyled_aboutus}</h3>
          	<p>{$lang->xstyled_aboutfirst}</p>
          	<p>{$lang->xstyled_aboutsecond}</p>
          	<p>{$lang->xstyled_aboutthird}</p>
          	<p>{$lang->xstyled_aboutfourth}</p>
            <p>{$lang->xstyled_aboutfifth}</p>
      	</div>
      	<div class="two">
          	<h3>{$lang->xstyled_navigation}</h3>
          	<ul>
                <li><a href="{$mybb->settings['bburl']}/index.php"><i style="font-size: 14px;" class="fa fa-comments fa-fw"></i> {$lang->xstyled_index}</a></li>
                <li><a href="{$mybb->settings['bburl']}/search.php"><i style="font-size: 14px;" class="fa fa-search fa-fw"></i> {$lang->xstyled_search}</a></li>
                <li><a href="{$mybb->settings['bburl']}/memberlist.php"><i style="font-size: 14px;" class="fa fa-users fa-fw"></i> {$lang->xstyled_members}</a></li>
                <li><a href="{$mybb->settings['bburl']}/calendar.php"><i style="font-size: 14px;" class="fa fa-calendar-o fa-fw"></i> {$lang->xstyled_calendar}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i style="font-size: 14px;" class="fa fa-question-circle fa-fw"></i> {$lang->xstyled_help}</a></li>
			</ul>
      	</div>
      	<div class="three">
          	<h3>{$lang->xstyled_quicklinks}</h3>
          	<ul>
              	{$contact_us}
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication"><i style="font-size: 14px;" class="fa fa-rss fa-fw"></i> {$lang->bottomlinks_syndication}</a></li>
              	<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew"><i style="font-size: 14px;" class="fa fa-comments fa-fw"></i> {$lang->welcome_newposts}</a></li>
				<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><i style="font-size: 14px;" class="fa fa-comments-o fa-fw"></i> {$lang->welcome_todaysposts}</a></li>
              	<li><a href="<archive_url>"><i style="font-size: 14px;" class="fa fa-file-o fa-fw"></i> {$lang->bottomlinks_litemode}</a></li>
			</ul>
      	</div>
    </div>
</div>

<div id="copyright">
  	<div class="wrapper">
      	<div style="float: left;">
          	<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				Powered by <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
      	</div>
      	<div style="float: right;">
          	Square theme by <a href="http://community.mybb.com/user-75705.html" target="_blank">eNvy</a> &copy; 2014.
      	</div>
  	</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>

<debugstuff>


Header Code :


<div class="scrolltotop"><i class="fa fa-caret-up fa-2x"></i></div>

<div id="container">

	<div id="header">
		<div class="wrapper">
          	<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>
          	<div class="menu">
              	<ul>
                  	<li><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-comments fa-2x"></i><br />{$lang->xstyled_index}</a></li>
                  	<li><a href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search fa-2x"></i><br />{$lang->xstyled_search}</a></li>
                  	<li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users fa-2x"></i><br />{$lang->xstyled_members}</a></li>
                  	<li><a href="{$mybb->settings['bburl']}/calendar.php"><i class="fa fa-calendar-o fa-2x"></i><br />{$lang->xstyled_calendar}</a></li>
                	<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-question-circle fa-2x"></i><br />{$lang->xstyled_help}</a></li>
              	</ul>
          	</div>
		</div>
	</div>
  
	<div id="panel">
  		<div class="wrapper">
			<div class="news">
				<div class="announcements"><i class="fa fa-microphone fa-2x"></i></div>
					<div class="automsj">
						<ul>
                          	<li class="quotes">Welcome Wishnet Broadband User to TorWish</li>
							<li class="quotes">Download fully 100% peered cached torrents at ultra high speed for free</li>
                          	<li class="quotes">Hopefully You will enjoy our service</li>
						</ul>
					</div>
			</div>
        	<div class="usersection">
				{$welcomeblock}
        	</div>
		</div>
	</div>
      
		<div id="content">
			<div class="wrapper">
              	<br />
              	<navigation>
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<br />




Please help Sad

Here's the Header View

Here's the footer View
make sure you uploaded all the files correctly.. especially the language files that came with the theme...

and regarding the side bar, this is what the author said in the change log of latest build...

- Removed the latest activity sidebar, the code runs all the querys from portal.php and that's not good. It's better if you use a plugin instead.
(2015-10-04, 06:50 AM)mmadhankumar Wrote: [ -> ]make sure you uploaded all the files correctly.. especially the language files that came with the theme...

and regarding the side bar, this is what the author said in the change log of latest build...

- Removed the latest activity sidebar, the code runs all the querys from portal.php and that's not good. It's better if you use a plugin instead.

Yup ! I Forgot to Active the XSTYLED custom languaje vars Plugin !
After Activating it, the theme Looks Great Thaks ! Smile