MyBB Community Forums

Full Version: Emerald - Clean, Multicolor & Responsive 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 10 11 12 13 14 15 16 17 18 19 20 21
Whenever I install the theme and I want to see this moving bar this is what it shows me instead.
http://prntscr.com/jvvp1y

I would be very happy if someone can explain to be what I did wrong.
(2018-06-17, 08:43 AM)Devasta Wrote: [ -> ]Whenever I install the theme and I want to see this moving bar this is what it shows me instead.
http://prntscr.com/jvvp1y

I would be very happy if someone can explain to be what I did wrong.

Hello!
You just imported the XML, you didn't import the files to your forums Wink
(2018-06-17, 03:51 PM)AmazOuz Wrote: [ -> ]
(2018-06-17, 08:43 AM)Devasta Wrote: [ -> ]Whenever I install the theme and I want to see this moving bar this is what it shows me instead.
http://prntscr.com/jvvp1y

I would be very happy if someone can explain to be what I did wrong.

Hello!
You just imported the XML, you didn't import the files to your forums Wink


I fixed that, now the only issue I have is how do I change all the texts on the theme?
http://prntscr.com/jw06oz
You need some HTML/CSS knoweledge to do that. You can access the code from templates (Admin CP)
(2018-06-17, 05:10 PM)Devasta Wrote: [ -> ]
(2018-06-17, 03:51 PM)AmazOuz Wrote: [ -> ]
(2018-06-17, 08:43 AM)Devasta Wrote: [ -> ]Whenever I install the theme and I want to see this moving bar this is what it shows me instead.
http://prntscr.com/jvvp1y

I would be very happy if someone can explain to be what I did wrong.

Hello!
You just imported the XML, you didn't import the files to your forums Wink


I fixed that, now the only issue I have is how do I change all the texts on the theme?
http://prntscr.com/jw06oz

Since the author won't help you with this simple request, I'll help.

Go to the AdminCP → Templates & Style → Click on Templates (on left side) → Select the theme from the Template Set list →  Select Header Page Templates → Select Header → Use Advanced mode (it may already be in Advanced mode)

The code you want to change is seen below.

You can clearly see in line #2, you can change that to your website name. Replace 'Emerald' with your website name.

Then at line #13, You can replace 'Emerald - Demo' to your website name. In that same line, you will see 'A demo forum for a great theme', you can replace it with your own words or leave it blank if desired. 

When you are done editing those 2 lines, make sure you click on the Save & Return To Listing button. 

Now, the theme will show your website name. 

Font styles and colors are done in CSS files. I won't go into that for this post. 

<div class="haut" style="height:70px">
<a href="{$mybb->settings['bburl']}" id="logo"><i class="fa fa-diamond"></i> Emerald</a>
<span class="useroptions">
<a href="{$mybb->settings['bburl']}">Home</a>
<a href="{$mybb->settings['bburl']}/memberlist.php">Members</a>
<a href="{$mybb->settings['bburl']}/showteam.php">Team</a>
<a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a>
<a href="{$mybb->settings['bburl']}/search.php">Search</a>
</span>
{$welcomeblock}
</div>
<div style="width: 100%; height: 70px;"></div>
<div id="header_block"><span id="hb_title">Emerald - Demo<br><span id="hb_desc">A demo forum for a great theme</span></span></div>
Thank you for your kind help Serpius.
Between, the questioner already have the documentation in Github, i guess you know now why i don't reply to this question in details Wink
So I am currently having a bazar issue.

Yesterday I was having problems editing the style of this theme (colors mostly) so I was fed up and deleted and reinstalled. Then it was working with no problem.

So I do a whole bunch of work then got tired and woke up and wanted to change a few little things. It now seems like it is locked again and I can't change one thing at all. 

Am I doing something wrong?
(2018-08-22, 01:16 PM)ZJedi945 Wrote: [ -> ]So I am currently having a bazar issue.

Yesterday I was having problems editing the style of this theme (colors mostly) so I was fed up and deleted and reinstalled. Then it was working with no problem.

So I do a whole bunch of work then got tired and woke up and wanted to change a few little things. It now seems like it is locked again and I can't change one thing at all. 

Am I doing something wrong?

As reported in the first post, support is in our forums (MyBB Free Themes >> Support in https://developement.design/, and it's free don't worr Toungue ). Tell us what are the edits you are trying to do, i guess it's problem of CSS code priority.
I must say it looks very good. Definitely something that could be interesting for me Smile
Where do I begin?

Honestly after looking through all forum themes this one stood out above all.
I worked on it and it looks quite amazing.

But then...

You make a responsive theme while it loses all of its functionality. Making it useless and even unuasable on any device other then PC/Laptops. 
Nowadays everyone uses a phone and is a big must for support. The whole reason for a responsive site is for that. 
But what do you see on a phone?
- When you try to post a thread you get to see half a page.
- When you try to go to your profile you get half a page.
- You completely lose your navigator tab. Not even a drop down menu as navigator.
- Latest post aren't visible. So you have to go through all forums to see what the latest posts are. 

And there is just so much more.
I would really love it if this either all get fixed or just not make it responsive.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21