Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - qs12345

#1
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.
#2
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?
#3
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.
#4
Free Themes / Re: MinDI
May 03, 2016, 08:29:20 PM
I downloaded the MinDI template found here: http://smftricks.com/index.php?topic=426.0

I found that on my mobile device when I access the menu, the menu can only expands/drop down to the second level. When I try to expand/drop down to the 3rd level it automatically closes all of the levels. Can someone help me fix this problem?