MyBB Community Forums

Full Version: Unique Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Hello,
Can you help me when you can integrating your menu on my custom page? Cause I copied everything and it looks like this.

I mean what templates am I supposed to copy, including the menu ones?

Thank you,
Pmx.pt
hi again
your costum page , you mean a html page??
if so
u need to add on the head tag this to get the login box( not sure if it will work the login) and set the path for the js and css files to our needs:
<link rel="stylesheet" href="images/unique/sidetogglemenu.css" />

<script src="images/unique/sidetogglemenu.js">

/*
* Responsive Side Toggle Menu(c) Dynamic Drive (www.dynamicdrive.com)
* Last updated: May 28th, 13'
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
*/

</script>

<script>

jQuery(function(){ // on DOM load
	menu1 = new sidetogglemenu({  // initialize first menu example
		id: 'togglemenu1',
		marginoffset: 0
	})
})

</script>
after u need to copy the menu from the header template
also need to add the css styleshet  for the menu:
nav.css
login.css

after this it should work fine
as for the login since probably its a external page of mybb i believe it will not log you in
(2016-10-16, 04:14 PM)subzr1 Wrote: [ -> ]hi again
your costum page , you mean a html page??
if so
u need to add on the head tag this to get the login box( not sure if it will work the login) and set the path for the js and css files to our needs:
<link rel="stylesheet" href="images/unique/sidetogglemenu.css" />

<script src="images/unique/sidetogglemenu.js">

/*
* Responsive Side Toggle Menu(c) Dynamic Drive (www.dynamicdrive.com)
* Last updated: May 28th, 13'
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
*/

</script>

<script>

jQuery(function(){ // on DOM load
	menu1 = new sidetogglemenu({  // initialize first menu example
		id: 'togglemenu1',
		marginoffset: 0
	})
})

</script>
after u need to copy the menu from the header template
also need to add the css styleshet  for the menu:
nav.css
login.css

after this it should work fine
as for the login since probably its a external page of mybb i believe it will not log you in

Hello. The menu is working as I expected!

I did everything you said and it works fine. The only thing that doesnt work is the slidebox which does not slide at all. Anyway that can be fixed! 
Regarding other things, how do I put the menu shadow to the default one as the menu shows up grey instead of with a shadow.
Also, regarding the fa icons, they dont appear.

Help me?
for the background just change  the color to suit your needs
pls consider that you are using transparency/opacity in your copy with a background image
so if you copy the color code to this it will not look the same unless you use the same bg image to.

as for the fa icons on theme they where add in header include tremplate
add this inside your head tag:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

for the slide box i would need to se it live to assist you better
anyway check if the js toogle menu file path is correct
Hello! Thank you for this theme and your attention to your users!

I would like to change the background for the entire forum, with the exception of the portal page. I want to also make the square background behind the forum sections someone transparent as well. I have search and search but obviously I've missed it somewhere. 

Thank you!
[Image: jwMHZftl.png]
*EDIT I was able to find it. Nevermind Smile

Quick question though, I have spent hours and hours searching and trying all kinds of editors for the posts (like the one on this site) and none of them work or work properly. Which one is the best one/most up to date? The one on this site is PERFECT and I would love to figure out which one it is!
hello
that shoud be the mybb default editor
you can change that on theme settings Wink
Pages: 1 2 3 4 5 6 7 8 9