News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Lucid Dreams

Started by Burke ♞ Knight, March 06, 2014, 03:32:54 PM

Previous topic - Next topic

AllanD

Thank you I saw it on the bottom a day or so ago.
Check out this great sites.
KnD Hosting

Bulldog091

It's really nice theme.

I'd like to know how to set up fixed width of theme, if is possible?
BR and thank you.

xtian

Just wondering how to get member avatars up?
Tried myself but could not get it to work

SlientEagle

Looking sexy, Nice work sdude

handy1

How to add more dropdown links on level 2?
There is a mod "unlimited menulevels", but then I've to edit subs.php manually. This kind solution is much better, where admin could add new links via admin panel.

And yes, we will pay little bit if you can make customized version for us ;) Example:
- 4 level 1
- 15 on level 2


xupaulo

How can I edit the copyrights in the footer?  I´ve allready changed it in the admin panel, but now I have two lines of copyrights: mine, and the default one


Burke ♞ Knight

What exactly are you trying to do?

xupaulo

I have posted a picture of my footer.


Burke ♞ Knight

The custom copyright in this theme, is not meant to replace the default, but to be an added copyright.
Say for example, like I do, the license on content.

Or if your site contains info on something else, that requires you to make a disclaimer or add their copyright info.

xupaulo

ok, understood. Thanks!

xupaulo

How can I change favicon?

Burke ♞ Knight

Make one named favicon.ico and upload it to the root directory for the site.

jlt1

Quote from: Bulldog091 on April 30, 2014, 08:44:46 AM
It's really nice theme.

I'd like to know how to set up fixed width of theme, if is possible?
BR and thank you.

Bumping. I would also like a fix width theme.

Burke ♞ Knight

Look for this in index.css
Note: Will have to edit each color variant, too.

/* The wrappers
* ------------- */

#main_content-wrap, #footer-wrap, #header-wrap, #main_menu_area-wrap
{
width: 90%;
margin: auto;
clear: both;
padding: 0;
min-height: 100%;
min-width: 764px;
max-width: 2300px;
}

#the_user_menu-wrap, #the_breadcrumb_menu-wrap
{
width: 95%;
margin: auto;
clear: both;
padding: 0;
min-height: 100%;
min-width: 764px;
max-width: 2300px;
}

jlt1

Another question. Is there a way I can edit the bottom bar to raise up from the bottom of the screen?

Burke ♞ Knight

That would leave a gap, between a stationary bar and the bottom of the screen.

jlt1

Quote from: BurkeKnight on July 25, 2014, 04:56:50 AM
That would leave a gap, between a stationary bar and the bottom of the screen.

Yes, that's what I need. I'm putting a twitter marquee that will scroll underneath of it so I need to raise it up so it isn't over top of it.

Burke ♞ Knight

Best way, would be to just add the twitter marquee in that, expanding it.
Should be able to add it to the code in the index.template.php file.
May need to edit the index.css file to expand it.

However, you would have to edit the index.css for each color variation.

jlt1

Quote from: BurkeKnight on July 25, 2014, 08:40:44 AM
Best way, would be to just add the twitter marquee in that, expanding it.
Should be able to add it to the code in the index.template.php file.
May need to edit the index.css file to expand it.

However, you would have to edit the index.css for each color variation.

I'm not too good with coding, this is the code. Where would I add it to make it work?
<script type="text/javascript">(function(){var ticker=document.createElement('script');ticker.type='text/javascript';ticker.async=true;ticker.src='//twitcker.com/ticker/KingsIslandExpo.js?speed=3&count=10&container=footer';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ticker);})();</script>

jlt1

Quote from: jlt1 on July 26, 2014, 02:46:18 AM
Quote from: BurkeKnight on July 25, 2014, 08:40:44 AM
Best way, would be to just add the twitter marquee in that, expanding it.
Should be able to add it to the code in the index.template.php file.
May need to edit the index.css file to expand it.

However, you would have to edit the index.css for each color variation.

I'm not too good with coding, this is the code. Where would I add it to make it work?
<script type="text/javascript">(function(){var ticker=document.createElement('script');ticker.type='text/javascript';ticker.async=true;ticker.src='//twitcker.com/ticker/KingsIslandExpo.js?speed=3&count=10&container=footer';(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ticker);})();</script>

bumping  8)

Advertisement: