MyBB Community Forums

Full Version: Emerald - Clean, Multicolor & Responsive Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
(2022-10-01, 05:14 AM)tempo Wrote: [ -> ]thanks for the answer, it works!!!

One more question, i want to add the "rating" 5 stars (on mobile mode) into when i see a thread, when i see the post.
Is it possible?


Yes of course, go to Templates & Style >> Your theme >> star_ratings.css, find this & delete it :
@media (max-width: 768px) {
.star_rating_container {
	display:none;
}

Tell me if it's okay Wink
(2022-10-01, 11:40 PM)AmazOuz Wrote: [ -> ]
(2022-10-01, 05:14 AM)tempo Wrote: [ -> ]thanks for the answer, it works!!!

One more question, i want to add the "rating" 5 stars (on mobile mode) into when i see a thread, when i see the post.
Is it possible?


Yes of course, go to Templates & Style >> Your theme >> star_ratings.css, find this & delete it :
@media (max-width: 768px) {
.star_rating_container {
	display:none;
}

Tell me if it's okay Wink

no, it doesn't work... Confused Confused Confused

Working with theme i want to inform you that the "Reply" page isn't mobile friendly.
(2022-10-02, 06:15 AM)tempo Wrote: [ -> ]
(2022-10-01, 11:40 PM)AmazOuz Wrote: [ -> ]
(2022-10-01, 05:14 AM)tempo Wrote: [ -> ]thanks for the answer, it works!!!

One more question, i want to add the "rating" 5 stars (on mobile mode) into when i see a thread, when i see the post.
Is it possible?


Yes of course, go to Templates & Style >> Your theme >> star_ratings.css, find this & delete it :
@media (max-width: 768px) {
.star_rating_container {
	display:none;
}

Tell me if it's okay Wink

no, it doesn't work... Confused Confused Confused

Working with theme i want to inform you that the "Reply" page isn't mobile friendly.

Oh yeah thanks for reporting that bug. In fact I forgot to add "newreply.php" to "responsivity.css" properties. 
You can go to Templates & Style >> Your theme >> responsivity.css Properties >> Add another >> Write newreply.php >> Save
It must be like this : https://prnt.sc/OZuMXNb9zTCT

For the rating stuff you can go to css3.css, find this : 
@media (max-width: 1280px)
#threads, #views, #replies, #lastpost, .scrollToDown, .scrollToTop, .star_rating_container, #rating {
    display: none;
}

Delete the ", .star_rating_container, #rating". Make sure you've also deleted the code in the previous post, It should work Wink 
Tell me if it's okay.
Hey folks ! 

The theme was updated by fixing the responsivity of newreply.php page Smile
You can also see the demo without registering & changing the theme via user cp, directly with this link : https://developement.design/demo/emerald...me&style=3



[Image: 68747470733a2f2f63646e2d69636f6e732d706e...332e706e67] In order to support us, please give this project a star in this page : https://community.mybb.com/mods.php?acti...w&pid=1037  [Image: heart.gif]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21