Discussion on Metro — A Responsive Theme for phpBB3

Discussion on Metro — A Responsive Theme for phpBB3

Cart 2,782 sales
Well Documented

PixelGoose supports this item

Supported

836 comments found.

I just purchased the theme and I have it installed, the first problem I see is the top advanced search bar, see how it looks! as I do?

my site is: http://samplesymas.info/foro/index.php

Hello,

Thank you for the purchase.

I visited your forum but it seems I don’t have enough user rights to see the issue. Could you please post a screenshot of it?

I leave here the catch, if you can see how it looks the search! How I can fix it?

I leave the url of the catch taken: http://i.imgur.com/kVJj6Xq.jpg

Hello,

What resolution causes the issue?

Default theme ?

Custom prefooter blocks and 2 Columns setting

Hello,

I don’t quite understand. Could you please explain more clearly?

prefooter blocks edit do not. Not Show

Hello,

You may forget to refresh the theme. Just follow this step – ACP — Styles Tab — Templates — YOUR_THEME — Refresh

I’m wondering how to get a background image to not repeat down the page? I’m currently using a 2500px wide by 5000px high image but it still repeats down a long page. I have asked on the phpbb support forum and received a response which suggested a smaller image and some other code, but that didn’t work either. My image has a graphic in the top left corner so it can’t be simply repeated to get cover. Any ideas? Current code is this:
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: 'Open Sans', sans-serif;
    color: #828282;
    background-image: url("{T_THEME_PATH}/images/backgd.png");
    /*font-size: 62.5%;             This sets the default font size to be equivalent to 10px */
    font-size: 0.813em;
    margin: 0;
    padding: 12px 0;

Hello,

You need to set another property – background-attachment. Something like -

background-attachment: fixed;

Great theme. Regarding the buttons at the top (faq, news, etc), how may I change the greyish color that the button changes to upon hovering over it?

Hello,

You need to modify some css-styles. Find the ‘common.css’ template in your theme folder, and locate the following css-rules -

#header li a:hover {
    background-color: #2E3539;
}

Then just replace the color code with yours. And don’t forget to refresh the theme after editing – ACP — Styles Tab — Themes — YOUR_THEME — Refresh

Hi Great theme. But I cant get it to work. I have installed and activated the theme, but it does not refresh to the new theme. I have refreshed the themes in styles and also purged the cache. What else can I do?

Link to the site: http://resellerssa.co.za/forum/

Hello,

Did you manage to set the theme or do you still need our assistance?

Hello, Can we put this option ” Hide my online status this session” at the login panel? I think the code is this: <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF --> <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="5" /> {L_HIDE_ME}</label></dd> </dl> <!-- ENDIF -->

Hello,

You can try, but I’m not sure it’ll work. The option is located in different template originally and may not work in the login box.

I didn’t realize that this code is from another template…Can you tell me your way to do this or perhaps this can’t be done?

I know how to create sidebars but how do i make a sidebar display the latests topics? what exactly do I replace the “sidebar content goes here” with ?

Hello,

You can try this mod – https://www.phpbb.com/community/viewtopic.php?f=69&t=2219996 Just paste its code into the sidebar and it will work.

Good afternoon,

You can put in the boxes above the page (where it says: FAQ – News – Feedback – Sample Link) a menu eg Forúm – Members – Topics – Etc? Is there any test platform?

Hello,

Thank you for your interest to our work.

Yes, you can add new tabs or replace the existing ones with yours. It’s fully described in the documentation how to achieve it.

Hi, Can you tell me which lines have been changed from the 3.0.11 version please ?

Hello,

I can’t say now which certain lines were changed. But you can look at the update list at the bottom of the theme description to see all the edited templates. Then you can compare them with the default 3.0.11 templates. There aren’t many changes there.

How do I replace the logo without it resizing itself?

Hello,

Just read the documentation – it’s described there how to add your own logo.

I recently purchased this theme and I added a navigation tab. I also created background and modified common.css file. The tab background is however not there. I did all possible refresh and delete cache in phpbb and my browser. Nothing helped. Please help.

Hello,

Please contact us via our profile page and send us a link to your forum – I need to have a look at the code.

Since it took very long time I managed to fix the issue by myself. Thank you for a very “quick” response anyway.

I think I found a bug not sure. When I preview or edit a post the post becomes really transparent to the point where its hard to see the writing. Returning to the category and then to the post makes the text show correctly again? Is there a fix for this? I will try to grab a ss next time it happens

Hello,

Did you add any preview addons or change the code in any way?

no add ons yes I changed the main color to a darker red

update: found out where the code was edited thanks

If using Sidebars that have content changed, say each Month, is there a way of doing it so that all the colour themes change to suit? Rather than edit each theme separately. I presume it may be done under a common template…but really have no idea of where to start.

Hello,

If you use an addon which allow you to change the sidebar content via ACP – yes, you’ll get changes for all the themes at once.

Hello,

How do you remove the default profile fields? e.g. AOL instant messenger field

Thanks

Did you guys ever add retina support? I just bought this and guess I could do it myself but I’m lazy.

Hello,

Yes, we have such plans, but I can’t say how soon it will be implemented.

Thanks, I guess I’m not so lazy after all, I did it myself:

http://www.walkingcarpet.net/forums/viewforum.php?f=45

Good job! :)

collapsable categories how is this achieved?

http://www.hiddenarena.com/forum.php

thank you

How do I replace “metro” with my own text?

Hello,

Please contact us via the account you used to buy the theme. We only support verified users.

I have purchased your theme and put it in my forum.

when users post in my forum they have to wait for mod to approve it. i have disabled the funtions but its still there. need help asap

Hello,

Please contact us via the account you used to buy the theme. We only support verified users.

Can you let me know what I need to edit to make my logo appear correctly on my page? charterschoolforums.com

Hello,

Please contact us via the account you used to buy the theme. We only support verified users.

OK then, that was a disaster, I’m not concerned about my favicon,just commenting. What I would like to ask if I may. I was reading the post above where you gave a code:
<!-- IF S_USER_LOGGED_IN -->
      YOU_SIDEBAR
<!-- ENDIF -->
I have added a new navigation tab to my forum that links to a WebCalendar that sits within the same site as my forum. It would be great if I could have Registered members only access this rather than Guests, but I still want Guests to be able to “read only” the forum. Would a similar code work for this? I have asked the question on the phpbb3 forum which received 2 replies, both of which were over my head. lol Are you able to help me with this? My site is here: Classic Bike Forum
Thanks PixelG, I don’t see any ruling that says the Calendar must be visible to the public? But it seems the answer was staring me in the face all the time in tabs.html So for anyone else who doesn’t want their new tab to be visible to guests, simply use this: <!-- IF S_DISPLAY_MEMBERLIST -->your new tab code<!-- ENDIF -->

Hello,

The memberlist could be enabled for guests by the way. So you should better use this construction –

<!-- IF S_USER_LOGGED_IN -->
      YOU_SIDEBAR
<!-- ENDIF -->

Thank you.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey