MyBB Community Forums

Full Version: My Responsive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have just donwloaded this and I quite like it, pity that I cannot change logo, though... I have set the new one and saved the changes, but chenges are not seen.

One change I would need is a link to "recent posts" (not today's posts, but, say the last week's) in the menu and not the submenu at the top. I can easily do away with "Calendar". Also I could remove, say, "Portal" (which I am not sure in what way it is different from the UCP) and replace it with a customized link.

All this is quite easy to do, as I have done in the past... but it was quite some time ago, so it would be good to know which files to edit.

Thanks a lot for a very nice theme Smile
Are you referring to my theme? This links can would change if you edit header template. ^^
Yes, Joseahfer Smile
The logo as well? The logo does not get uploaded. Sad

Also, I am looking at it on my phone. I was expecting a more mobile "friendly" version, instead it is the same as the version I see on a large screen.

It has to be said that I have GoMobile still operational, so I am not sure I need to take that down first... Am I making sense?
(2014-11-19, 09:05 PM)Arka Wrote: [ -> ]Yes, Joseahfer  Smile
The logo as well? The logo does not get uploaded. Sad

Also, I am looking at it on my phone. I was expecting a more mobile "friendly" version, instead it is the same as the version I see on a large screen.

It has to be said that I have GoMobile still operational, so I am not sure I need to take that down first... Am I making sense?

In header template you'll find this:
<div id="header">
<div class="content">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php">
<!-- Usar este código si se quiere usar una imagen / Use this code if you want to use an image -->
<!-- <img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /> -->
<i class="fa fa-picture-o"></i> MyBB Skins
</a></div>
</div>
</div>
You only need to replace for:
<div id="header">
<div class="content">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php">
<img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />
</a></div>
</div>
</div>

GoMobile, of course, works with any problem with theme. Maybe you think that the theme was developed for mobile resolutions, but not. The mobile resolutions will be for the next version, soon.

Thank you, I hope you like the theme ^^
that worked Big Grin

Now I am too tired... Tomorrow I shall try to edit the menu Smile

Can you tell me how I can change the background where the logo is sitting? My logo has a white background, so I think I need a white background in the header as well... (I don't really want to alter the logo Big Grin)
For it, you need to edit css. Go to style and, in MyResponsive theme, edit global.css. Search by:
#header {background: #fafafa;}
And replace to:
#header {background: #fff;}

For the menu links, you can edit in header template. P:
Hi Jose
Great theme, well done.  3 things.

1. Can you please tell me how to insert my my logo into the header?

2. is there a way to make these into a line menu > running across the header not down?
Portal
Member List
Calendar
Help
Search

3. How to increase the font size body or in messages - increase font in general?