MyBB Community Forums

Full Version: Is there any way to make the Cerise theme responsive?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to make the Cerise theme responsive?

Its really a cool theme. And I am using it so any suggestions??!!
Yes, you need to know responsive design
https://www.w3schools.com/html/html_responsive.asp

I have some old tutorial on WallBB as well, will probably add more based in future
https://wallbb.co.uk/mybb-tutorials/
https://wallbb.co.uk/forums/forumdisplay.php?fid=9
(2019-02-08, 05:43 PM)WallBB Wrote: [ -> ]Yes, you need to know responsive design
https://www.w3schools.com/html/html_responsive.asp

I have some old tutorial on WallBB as well, will probably add more based in future
https://wallbb.co.uk/mybb-tutorials/
https://wallbb.co.uk/forums/forumdisplay.php?fid=9

I looked into the tutorials. But don't know how to implement them?
You can talk to the theme author. See what he says.
(2019-02-09, 09:14 AM)meetdilip Wrote: [ -> ]You can talk to the theme author. See what he says.

I don't know how to contact him. And here I am pretty sure, I am not allowed to PM directly.
(2019-02-09, 12:25 PM)vk_knight Wrote: [ -> ]
(2019-02-09, 09:14 AM)meetdilip Wrote: [ -> ]You can talk to the theme author. See what he says.

I don't know how to contact him. And here I am pretty sure, I am not allowed to PM directly.

Greetings,


While I do not currently have the free time to focus on this at the present moment, nor had I intended as of yet to make that specific free theme responsive as a free release pkg and if I do plan on ever releasing the free theme as responsive, it would and will have to be when I have the free time and desire to do so but, yes, to answer your question, you could make the cerise theme responsive, but, it will take some knowledge of the subject on your end as the end user to edit it further to do so, though not hard and for the most part much easier with a completed theme as you do not really have to tweak as much as you would from scratch. A good deal in the theme already is scalable and the memberlist is already responsive so setting the viewport would be your first step in the process.

<meta name="viewport" content="width=device-width, initial-scale=1">

making the buttons scalable is also something to look at:

https://community.mybb.com/thread-206119.html

making the calendar responsive is another topic to think about:

https://community.mybb.com/thread-205961.html

making your breadcrumbs responsive is another task to think about:

https://community.mybb.com/thread-206120.html

etc, etc, just for a quick examples. Oh, these are only a few examples to get your brain juices flowing. Again, as wallBB stated, there are plenty of various tutorials floating around to help on various parts of the task.

NOTE: While I currently do not have the free time that I would like to focus so much on various projects related to mybb, that does not mean I won't get to this or that at some point if it is something on my todo list. Also, if there are folks that want to improve upon any of my projects, I would gladly enjoy the welcome contributions and help and would gladly add contributors to whatever project they would like to help with. Sharing is caring. WinkFood for thought. Smile


*** Cerise Acp style normal ("the actual most current release of Cerise ACP style regular ( not rtl ) is included in the Cerulean ACP Style and is more current than the cerise acp style found on mods site as this was done to keep releasing my current version  of cerise acp style even though I was no longer a contributor to the original cerise acp style release so if you are using cerise acp style download cerulean acp style and cerise acp style current is always included") and rtl style is a completely different story and is not something currently easily made responsive but as many folks often mistake the acp style with the theme I figured I should clarify it just so there is no confusion.