SMF Tricks

SMF Tricks Themes => Premium Themes => Topic started by: Daniel on January 12, 2016, 01:45:32 PM

Title: Enjoy - Responsive theme with Colorpicker
Post by: Daniel on January 12, 2016, 01:45:32 PM
(https://smftricks.com/proxy.php?request=http%3A%2F%2Fdemo.smftricks.com%2FThemes%2FEnjoy%2Fimages%2Flogo.png&hash=172b707c69680579f85712686aff4d00d6792201)

Theme by Daniiel (http://smftricks.com/index.php?action=profile;u=2). Designed by Raphisio (http://smftricks.com/index.php?action=profile;u=3458)








(https://smftricks.com/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FdPIODMT.png&hash=b6f92abadce8442967ec0f11dbd76b758b3159e2)

(https://smftricks.com/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FbA0ACTR.png&hash=08a8531c9a192c7e3d5eb5409e6998d4ef311c12)

Demo: http://demo.smftricks.com/index.php
Link: http://smftricks.com/index.php?action=store;sa=view;id=24
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: qs12345 on July 29, 2016, 07:50:40 PM
I'm tempted to buy this theme but I'm curious how well the responsive layout is with SimplePortal. I tried the Exodus theme on my phone and found that it doesn't collapse my columns into a single column like with MinDi or ColorCity and that makes me hesitant to buy.
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: Diego Andrés on July 29, 2016, 08:00:24 PM
Quote from: qs12345 on July 29, 2016, 07:50:40 PM
I'm tempted to buy this theme but I'm curious how well the responsive layout is with SimplePortal. I tried the Exodus theme on my phone and found that it doesn't collapse my columns into a single column like with MinDi or ColorCity and that makes me hesitant to buy.

It depends on the codes you added to manage simpleportal, or if the theme has some css by default for it. Normally it doesn't so you cant request Daniel to help you in the support board of the theme if you need it.
But really is just a piece of code to show all the portal colums in a single column (full width) for mobile devices and stuff.
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: qs12345 on July 30, 2016, 03:24:49 PM
Quote from: Diego Andrés on July 29, 2016, 08:00:24 PM
It depends on the codes you added to manage simpleportal, or if the theme has some css by default for it. Normally it doesn't so you cant request Daniel to help you in the support board of the theme if you need it.
But really is just a piece of code to show all the portal colums in a single column (full width) for mobile devices and stuff.

The only code I've added into simpleportal is to disable one column when viewed by mobiles which I found on simpleportal's forum.  I'm not too familiar with code, how would I go about writing the code to make simpleportal appear in one column and where would I need to insert it?
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: Daniel on July 30, 2016, 04:38:41 PM
Quote from: qs12345 on July 30, 2016, 03:24:49 PM
The only code I've added into simpleportal is to disable one column when viewed by mobiles which I found on simpleportal's forum.  I'm not too familiar with code, how would I go about writing the code to make simpleportal appear in one column and where would I need to insert it?
It just a css trick to make simpleportal responsive. Will show all the columns in one.
Index.css (Add to the end)
For only on phones:

@media screen and (max-width: 767px) {
/* some dirty fix for SP :)*/
#sp_left, #sp_right, #sp_center
{
width: 100%;
display: block;
}
}

For phones and tablets:

@media screen and (max-width: 991px) {
/* some dirty fix for SP :)*/
#sp_left, #sp_right, #sp_center
{
width: 100%;
display: block;
}
}

Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: qs12345 on August 01, 2016, 02:15:51 AM
Quote from: Daniel on July 30, 2016, 04:38:41 PM
It just a css trick to make simpleportal responsive. Will show all the columns in one.
Index.css (Add to the end)
For only on phones:

@media screen and (max-width: 767px) {
/* some dirty fix for SP :)*/
#sp_left, #sp_right, #sp_center
{
width: 100%;
display: block;
}
}

For phones and tablets:

@media screen and (max-width: 991px) {
/* some dirty fix for SP :)*/
#sp_left, #sp_right, #sp_center
{
width: 100%;
display: block;
}
}


Thanks so much for the help! I'll give it a try first on Exodus when I get the chance and purchase this one once I've tested it.
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: ncfom on February 08, 2018, 12:00:41 PM
Hi. I am from Turkey and in my country, paypal is forbidden. I want to buy this theme but how will I do that?
Title: Re: Enjoy - Responsive theme with Colorpicker
Post by: Diego Andrés on February 11, 2018, 04:18:35 PM
Quote from: ncfom on February 08, 2018, 12:00:41 PM
Hi. I am from Turkey and in my country, paypal is forbidden. I want to buy this theme but how will I do that?

We don't offer alternative payment methods at this moment