836 comments found.
i used metro orange, and can’t change the logo 
i fixed it with a extention called site logo.
Hello,
Did you try to purge the system cache after editing as described in the documentation?
yes I did… but the extention works fine with the forum, so problem solved
Thanks for the great design!!
OK! Thanks for you kind words!
Hello Please does it support RTL ?
Hello,
Sure, the theme fully supports RTL-forums.
Do you have a link to instructions on how to set up a logo that is responsive so it looks good on both desktops and mobile? I see that there is a responsive.css file but I am not clear where I add the mobile sized logo etc?
Hello,
Are you planning to use a single logo image for all resolutions or do you prefer to create a few images to match the header width? If the second, this link may help you (it’s for phpBB 3.1 but you can just change classes names to actual) -
https://www.phpbb.com/community/viewtopic.php?f=64&t=2270871
I guess I am open to whatever works best and is easiest to implement. Are you still available for freelance hire through here or something like Upwork? If not no worries but thought I would ask. Thanks
Hello,
Yes, we can do the work for you. Please contact us on the subject via our profile page – https://themeforest.net/user/pixelgoose#message
Hi, I have one issue with your template. I want to add this extension https://www.phpbb.com/customise/db/extension/precise_similar_topics/?sid=9e81dce41fc3e7d25960ea396d9a5204 When I use prosilver theme it’s work perfectly but when change the theme to metro the extension does not appear
Hello,
You just need to add support for our theme.
1. Go to ext/vse/similartopics/styles/ (if you’ve already installed the extension)
2. Find the “prosilver” directory, duplicate it and rename the duplicate into “metro_blue” or any other Metro color variation you want to use.
3. if you want to use the extension for each of the Metro color variations, just repeat Step 2 and create as many color variations as you want.
And don’t forget to purge the system cache after creating a duplicate if you do it directly on the server (via ACP — General tab — Purge the cache — Right now).
Thx 
Hi, myself and my users are experiencing a bug where the notifications dropdown doesn’t appear on mobile. It simply reloads the page.
Hello,
Could you please contact us via our profile page and send a link to your forum? We need to have a look at the live code.
How could I extend vertically the sidebar to the footer. I want the sidebar in the left of “Who is online” and “stats” blocks as in your preview. There isnt anything about it In the documentation. Thank you.
Ok, I got it: I move the code this to below that blocks.
Its ok. Thank you.
Hi,
I’m unable to download the subway theme anymore. It says it’s been removed from my downloads. May I know if it will be available again? Thank you.
Hello,
I’m sorry but Subway is not our theme!
When I use Metro as the default templateset, but add another templateset with some overrides on top, the JS files are not loaded from Metro anymore. The T_TEMPLATE_PATH marker is filled with the path to our templateset instead of Metro.
So our templateset “avrotros” inherits from “metro_bw”.
Is this a bug and if so, is there a workaround? For easy updates we’d like to keep Metro intact and we are only modding using a custom CSS. Ofcourse we can fix it by copying the JS files as well but you’d expect that isn’t necessary.
Never mind…. T_TEMPLATE_PATH was added at another point, not Metro. 
But without the T_TEMPLATE_PATH the problem is the same.
I think this is the solution: https://tracker.phpbb.com/browse/PHPBB3-9980I added T_SUPER_TEMPLATE_PATH for the forum_fn.js, ajax.js, metro_login_popup.js and metro_common.js and all is perfect now. Maybe you can consider this in the next update of Metro?
T_SUPER_TEMPLATE_PATH is not needed, I found the problem.
Uncomment the parent value in style.cfg:
- Set value to empty or to this style’s name if this style does not have a parent style parent = Metro Black and White
And it works. Could not find this in the documentation though, maybe this can be added.
Hello,
Sorry for the delayed response. Could you please tell me what certain phpBB and the Metro theme versions are you using? Is it phpBB 3.0?
We are using the latest version of phpBB3.2 and Metro.
Still having some issues with this.
What we have is the Metro BW templateset and a custom Override templateset containing one or two templates. This way we can easily update Metro in the future because all our changes will be in the Overrride templateset.
So our default is the Override, if phpBB doesn’t find the template it will fallback to Metro BW. However, various markers are rendered incorrectly and I am not sure if this is a phpBB3.2 issue or something with Metro.
For instance the close button of the login popup:
{{ T_THEME_PATH }}/images/close_popup.png
it should be: ./styles/metro_bw/theme/images/close_popup.png
but instead it gives: ./styles/overrides/theme/images/close_popup.png
(which does not exist)
Hello,
As far as I can remember you can only override html-templates in phpBB3. You can’t override css-files and graphics. That may be the reason. So you need to have all the css- and graphic files in your “override” theme.
You are correct. I fixed it by overriding T_THEME_PATH in an extension. 
How can we add other menu items to the Quick Links menu? Thanks!
Hello,
Just read the theme’s documentation. It’s fully described there!
Editing the quick links drop down menu isn’t covered, but looking at the navbar header file we were able to get to what we needed.
I have bought this responsive theme for phpbb3.2 but my captcha is very old and i don’t know how to activate last google recaptcha in your theme ?
Hello,
The Metro theme has nothing to do with captcha settings. The theme is only styling. If you need to change or tune your captcha you should change phpBB settings inside the administrator panel – https://www.phpbb.com/support/docs/en/3.1/kb/article/how-to-configure-q%2Ba-captcha/
I have upgraded phpbb to the latest version (3.2.2), uploaded new metro_blue template version, but then I cannot log into admin control panel. It seems to be a bug. To workaround this I change the folder name to use the previous version of Metro, and then I can log in into control panel, and change back folders names as it was originally.
Then it works. The new version of Metro does not let me log in into the control panel. Cache is cleared, styles are recompiled. No more ideas why this happens. Any ideas?
Hello,
Sorry for the delayed reply!
To workaround this I change the folder name to use the previous version of Metro
Do you mean you had two different metro theme versions at the same time? Anyway the situation looks very strange since the version is released quite a long time ago and we never met issues like that. Did you try to disable the Metro theme and set “prosilver” as a default one, then update Metro and try to enable it again?
Well, I use phpBB for more than 12 years and have never faced a problem like this. I did some tests and what I found out is this issue appears only on PHP 5.6.x. I cannot log in to admin panel and script is logging me out all the time. It happens only on Metro for phpBB 3.2.2. It is all fine with Metro for phpBB 3.2.1 and prosilver style. Everything is fine when I use PHP 7.1.x. It is weird. Hopefully, you can focus on this a bit before next release.
Hello,
I’m sorry you met the issues but the point is that the Metro for phpBB3 doesn’t include any php scripts at all. It only consists of html templates (without any embedded php) and css-files. So it doesn’t matter what php version you’re using. Moreover the difference between Metro for phpBB 3.2.1 and 3.2.2 is just a few dozen of html structure fixes that don’t even touch any login templates.
Anyway I rechecked the login function on both php 5.6.x and php 7.1.x versions and it works fine for me.
Can you tell me did you modify the older (Metro for phpBB 3.2.1) version in any way? Did you add any third-party extensions into the theme? Do you use any caching software on your server that could cause any issues like that? Do you get any errors inside your server logs after such failed logins?
We would like to help you to fix the issue, so please contact us via our profile page? we’ll discuss it via email.
I do understand this behaviour should have nothing to do with Metro styles, but I just wanted to share my experience with you. I do not edit much, just added some additional HTML and CSS in header and footer. I also tried to reconfigure cookie settings, but no result. I will keep an eye on this and see if this issue remains in future versions. Thank you for the support!
OK! But feel free to contact us if you need our help fixing the issue!
There are some issues with the phpBB 3.2 theme:
- “Board index” link at the bottom of the page doesn’t display correctly: https://i.imgur.com/H8p5qJJ.png
- “Quick links” text on mobile is off center and looks weird: https://i.imgur.com/nI4iAdU.png
- Notification and PM number counts are not centered: https://i.imgur.com/nI4iAdU.png
- If text comes right after a quote (no
or newline) it looks “tight”: https://i.imgur.com/VFOGxQ1.png
These are just a few observations I’ve made so far. It seems somewhat misleading to me that the demo cannot be run for 3.2 to see these issues before buying.
- Text appears to far left in the search box, this displays fine on the demo 3.0.11 board: https://i.imgur.com/vwCLrT9.png
“Board index” link at the bottom of the page doesn’t display correctlyIs this a mobile view? What browser and what screen dimensions?
“Quick links” text on mobile is off center and looks weird
It’s OK. As you can see in the desktop view all of the links inside the tabs are aligned left. The same situation is here.
Notification and PM number counts are not centeredThank you for the report, we’ll fix the issues in the nearest update!
If text comes right after a quote (no or newline) it looks “tight”
Hello there,
I’m pretty much successful installing the theme .. only one issue. At least when not logged in the theme displays an ugly document tree for a split second before it renders the theme design … do you have an idea how to avoid this ?
http://forum.philprom.deCheers
Axel
Hello, Axel
Do you get the same issue with the default phpBB theme?
Does this template base on Bootstrap or any other CSS framework?
Hello,
No, the theme is built upon the default phpBB theme – “prosilver” and doesn’t include any third-party css-frameworks.
Hello! Sorry for bothering. I have some questions! How do I manage Right Sidebar to insert ADS and “Widget”? Well, there is a “custom settings” in the ACP or I have to do it by text editor, css and html? Thanks! 
Hello,
How do I manage Right Sidebar to insert ADS and “Widget”You can add ads and widgets via editing the sidebar templates (it’s fully described in the theme’s documentation).
Can I remove the “colors changer” on the left?The color changer is only a demonstration option for the demo site. The theme doesn’t include the function at all.
Well, there is a “custom settings” in the ACP or I have to do it by text editor, css and html?You’ll need to add your core changes (css or html) via direct template editing.
Hello, Do you plan to provide an update for the new version of phpBB 3.2.2? My version is 3.2.1 and I’d like to know if I can update my forum. Thanks :o)
Hello,
The updated theme has been submitted today. You’ll get an email notifications as soon as it’s approved!
Thanks!
Hi, how can I add the custom prefooter block? and where can i find those blocks?
Cheers,
Mahsun 77ae17bc-5a98-475a-bbf3-083ac3d2846d
Hello,
Just read the documentation! It’s fully described there 
Dear Author, I purchased the responsive theme for phpBB3 forum. I was wondering how i can change the text ‘METRO’ in the header to the name of my forum?
Best regards, Mahsun
Hello, Mahsun
Thank you for the purchase! If you need to replace the logo, just read the theme’s documentation, all the steps are described there.
Hi, having problem on loading website on mobile. the navbar load like shown in image below then it apears in its final view. is there something to do to avoid this. I tested this in google speed test and on mobile I got this remark (https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.juridissimo.com%2F&tab=mobile).
https://www.juridissimo.com/mobile_loading.pngHello,
What mobile browser are you using? I’ve checked on latest mobile Chrome and Safari and it works quite OK.
As for the Google speed test. The first recommendation suggests you to change the design like disabling the tabs and Metro-like header, but as you can understand it will fully change the layout and the theme will loose all it’s visual features…
The second optimization is about Google Analytics and Google Adsense codes -
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js (60 minutes)
https://www.google-analytics.com/analytics.js (2 hours)You need to contact your hoster administrator on the subject.
I purchased this theme long ago but never used it nor used your support yet so I wonder how my support could “expire” if I never used one, I checked the sourcecode of the theme and found this horrible google.spy fonts in it and wonder how to get rid of them. Wordpress has a lot of googlefont blockers but its not fair to include 3rd party spyware like google fonts who can read out every single letter one types, my users IPs, their connections and track that everywhere. Same as included socical networks, even if one does not use them, as soon as they are in the sourcecode they can track everyone of my users and their connections, on the other hand I am missing options to set SYSTEM-font.sizes and colors as 13 px are too tiny meanwhile and I am missing responsive design. If you might plan a remake of the theme it would be great to have a wall inside like in social networks, some widgets on github aready exist but they are not supported and hard to build in.. And if you make a new one please leave google, social icons and other stuff away from the core code and offer it only as a widget for someone who wants it but please do not force everybody to use that thanks
Hello,
I purchased this theme long ago but never used it nor used your support yet so I wonder how my support could “expire” if I never used one
Here’s a good resource on Envato Support policy – https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support-
You can find all answers to your questions there 
I checked the sourcecode of the theme and found this horrible google.spy fonts in it and wonder how to get rid of themWell, using web fonts and icons fonts is quite a common thing these days. It’s rather useful and handy. But if you are afraid of your privacy you can easily disable the web font used in the theme. Just go to
overall_header.htmltemplate of your theme, find and delete the following lines -
<!-- Google Web Fonts -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>