Discussion on Quarto —phpBB3 Responsive & Retina Ready Theme

Discussion on Quarto —phpBB3 Responsive & Retina Ready Theme

Cart 959 sales
Well Documented

PixelGoose supports this item

Supported

314 comments found.

Hi,

Is this theme available for 3.1 now?

Thanks

Hello,

Not yet, but we are going to release an updated version too.

when this theme work on 3.1 ?

Hello,

We are going to update it. I hope it will be ready in January.

if i want to change the size of the front so that the background to be seen more what do i have to do?

Im trying to add a quick reply to this theme with this plugin: https://www.phpbb.com/customise/db/mod/advanced_quick_reply/

But i cant edit some files in the editor.js because that code its not there, can you help me?

Thanks

I looked into the file (editor.js). The code you need to replace is placed on lines 49-50. Just check it one more time.

Thanks for the fast anwer, i look better into it.

Can this work on 3.1?

Hello,

No, the theme only works with 3.0.12. But we are working on upgrading it to 3.1.*.

Thanks for the fast support. Waiting to upgrade as soon as you have it.

Hello.

When will it be available for 3.1?

Hello,

I hope in the next month.

Right Guys, I Was Wondering How I Would Go About CHanging The Moderator Control Panel Link, To The Top Left Hand Corner Like On Most Styles, On The Bottom It Is Just Too Hidden And Moderators Tend To Forget To Go There, Please Guide Me With This Thank You

Could You Please Reply.

Hello,

Inside the overall_footer.html template you can find a code like this -

<!-- IF U_MCP --><a class="mcp" href="{U_MCP}">{L_MCP}</a><!-- ENDIF -->


It’s the link you need. Just place it somewhere inside the overall_header.html under the header html-code.

Great! Thank you. This do not working for me <!-- IF $_SERVER['SCRIPT_NAME'] == '/index.php' --> class="active"<!-- ENDIF -->

Hello,

Do you have your forum installed into a subdirectory like website.com/forum?

Yes I have forum installed in website.com/forum/

i Have Purchased This Theme But I Need Support, I need Help With Adapting The Responsiveness Better Because Too Many Of My Members Complaining That The Theme Doesnt Resize Properly For Their Mobile Screen Sizes and im not good with @media coding, also i would like to know how to make mods that i have installed responsive too just like the style thank you as they go out of the page when the site resizes :) i would like to specifically resize for 400×800 screen

i Need A Reply, I Mean What Was The Point Of Purchasing If IM Being Ignored, Can You Please Get Back To Me.

Hello,

Thank you for the purchase and sorry for the delay in answering.

I need Help With Adapting The Responsiveness Better Because Too Many Of My Members Complaining That The Theme Doesnt Resize Properly For Their Mobile Screen Sizes
The Quarto theme is fully optimized for the main mobile and desktop screen resolutions – e.g. iPhone or iPad. Which screen sized causes issues?

also i would like to know how to make mods that i have installed responsive
The only way is to ask the mod developers to create responsive versions of the mods or hire a coder who could do it for you.

Hi,

Amazing theme. Just really need it working for 3.1 ASAP.

Regards,

Harrison

Hello,

We are already working on it! I hope it will be available very soon!

Hi Since you wont reply to direct messages i will ask you here. I purchased Quarto —phpBB3 Responsive & Retina Ready Theme and am in the process of setting up the prefooter block and what to know where do i get the telephone/arrow etc. icons as these are not in the Ai of PSD files

Hello,

Your email got into spam folder for some reason. I found it and answered. Please check your inbox.

hi!

the theme is beautyful

a question… is it compatible to phpBB3 3.1 …

cause in 3.1 there the extensions working not in the same way…

lg thx

Hello,

No, it’s not ready for 3.1 yet. But we are working on it and a 3.1 version will be available soon.

thanx a lot for your answer. when do you think? in 2 month? in 2 weeks?

I would say 2 month)

Hi. we tryed install your theme, but not possible add one part from right . http://forum.cvbank.biz/?lg=en how we can add it, thanks in future. http://screencast.com/t/hiZ4qvVqA

Hello,

Thank you for the purchase!

Did you follow the Step 4 from the Documentation properly?

I’m interested in purchasing this theme.

Two questions:

- You say that 10 Ready-Made Skins are included. But what about using my own colours? Is that possible via a control panel or covered in the documentation?

- Also, the ThemeForest Files Included section just says Layered PSD. Does this theme come as a PSD or are the necessary coding to install it also included including PHP, CSS and HTML files?

Hello,

Thank you for your interest to our work!

1. Yes, you can add your own color scheme. It’s quite easy and we’ll explain how to do it.

2. You don’t need to edit any other files than css-templates and psd-files if you need to change some colors.

Thanks for the response! :) Cheers.

Hi,

Thank you for this beautiful theme.

Can you tell me please if the delivered package contain a ready to use installation of phpBB (with the template integrated) or contain a template file(s) to be installed into an existent phpBB installation ?

Thank you

Hello,

Thank you for your kind words!

The package only contains the template files. And the theme can be easily installed into an existent phpBB installation. If you have any difficulties with it – just let us know, we’ll be glad to help you.

Does this theme working with YouTube in the sense any YouTube link dropped into a message will automatically become a video and also be responsive?

Hello,

You need to paste the link via the editor button – in this case it will automatically become a video. As for responsiveness – by default the video is not responsive but it’s possible to make by adding some code lines – we’ll be glad to help you in that.

Hello…I assumed since this was built on “pro silver” I wouldn’t have any problem with my mods. Although, I can’t get my Like Button mod to work with this theme. I’ve followed all the steps, copied it to the right folders and can not get it to display. Any thoughts?

Here’s the link to the mod: https://www.phpbb.com/community/viewtopic.php?f=70&t=2162699

Link to the forums: http://forum.casheer.net

Hello,

Did you isntall it in a manual mode? The point is that the theme already has jquery link included, so there may be some issues with it.

Hi,

First of all, your theme is awesome! Love the simple design you’ve made. You guys did a great job :D

However there are few issues & requests with the theme;

1) The “red colour indicator” doesn’t appear in the navigation bar. - Say if the user at “Home”, then the Home menu should be red colour in background just like in the demo. But mine isn’t working.

2) How to decrase the width of the main area (forum) & increase the width of the sidebar. - I wanted to add 300×600 ads at the sidebar but it wont fit since the size width is only 280px if I’m not mistaken. - BTW I’ve found that in tablet view, the image in sidebar will indent the image to the left which make it look quite weird, so I add some codes (please correct if I’m wrong because I don’t understand “.block-body *:last-child” means)

Yours:

.block-body { background-color: #FFF; padding: 20px; margin-bottom: 20px; } .block-body *:last-child { margin-bottom: 0; }

Edited:

.block-body { background-color: #FFF; padding: 20px; margin-bottom: 20px; } .block-body *:last-child { margin-bottom: 0; } .block-body-custom { background-color: #FFF; padding: 0px; /* to remove padding for image */ margin-bottom: 0px; text-align: center; } .block-body-custom *:last-child { margin-bottom: 0; }

3) Footer links. How to change colour when visited to another colour (currently white, and my background is white) - The team - Delete all board cookies - Moderator Control Panel - Administration Control Panel

4) Question is in the image: http://postimg.org/image/68o5dgy7d/

5) In which folder do you store your icons?

Thanks in advance! :)

Thanks for your reply;

Is your forum placed in a subdomain or a subfolder like forum.site.com?

The forum is installed in subfolder, mysite.com/forums

There are two css-classed that you need to edit in this case - #page-body-inner.sidebar and #sidebar
#footer-links a:visited { color: YOUR_MAIN_LINKS_COLOR; }

Edited and works just perfect!

To which element do you apply the background?

I followed exactly from your Documentation, and this only happen in page such as “Save Draft” and some other pages (which I can’t recall) – the background doesn’t fully fit the screen.

Do you mean the menu icons? They’re font icons and can be found here – styles/YOUR_THEME/fonts

Found it inside the imageset folder (didn’t see the icons since my computer can’t preview it). What application did you use to create .svg file?

BTW, Moderator Control Panel footer link is missing in;

/memberlist.php?mode=leaders and /memberlist.php

Thanks :)

I can’t see “Bump Topic” in the board, am I missing something here?

Hello,

Do you use English language pack or some other language?

Can i Make the forum size bigger? It seems a bit small because of the space around it.

Will you be releasing any other phpbb theme within 2-4 months?

Hello,

Sure, you can make any width you want – wider or narrower.

I just purchased the theme and installed in on my site, but there seems to be some bug:

site: forum.prepare.pk

please check the introductions thread where i have created 1 thread regarding images

in the first post you will see that the options i’ve chose are that it will create the thumbnail of all attachments, but the thumbnail doesn’t show as an image

in the second it displays, i set the settings so that the image is not created into a thumbnail, but it goes right out of the whole thread with it is not being completely visible

my problems are 2:

1: in the first post, why doesn’t the thumbnail show, because i’ve tested thumbnails on a test forum with the basic template and it works fine?

2: why doesn’t the second post give a link for the image to be opened completely if it has not shown completely in the thread.

please help me solve this, my forum will be used for a lot of images and hence this is a real great problem for me

regards

Apart from all this, I believe this is my favorite design in the history of phpbb3 and I hope the coming versions of the theme will make it perfect.

I recommend this theme to all phpbb users.

Thanks!

Hello,

Thank you for the purchase and for your kind words!

1, 2. Did you set ACP > General tab > Attachment settings > Create thumbnail to Yes? It’s turned off by default. Here’s an example – http://phpbb3.pixelgoose.com/viewtopic.php?style=21&p=24#p24

2: why doesn’t the second post give a link for the image to be opened completely if it has not shown completely in the thread.
You need to check the directory where you previews should be stored. There may be some server writing permission issues.

a third problem is the signature line that was common in the basic phpbb theme but is not included in this theme, that confunsingly makes it seem as if the signature is a part of the post
There’s a signature divider in topic posts. You can check the link above. But if it’s not visible it may be your monitor that doesn’t show it – the line is really very bright. In this case you just need to use a darker color. Find the following code inside colours.css template and replace with your color.
.signature {
    border-top-color: #f5f5f5;
}

And don’t forget to refresh the theme’s cache after editing!

Thank you for the reply, I have fixed all the things; the thumbnail not being visible was a problem from my own end and not in the template.

Cheers!

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