Reseller

Started by Daniel, July 28, 2014, 09:19:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Elliiott

Quote from: Diego Andrés on February 25, 2015, 08:27:14 PM
Prueba con el siguiente archivo.
Para agregar más grupos, abre el archivo y justo en las primeras líneas verás algo como

$premium_groups = array(9);

simplemente pones tus ids dentro del array y los separas por comas:

$premium_groups = array(9,4,2,1);
Gracias man quedo muy bien!!

Elliiott

Hola amigos tengo un problema con el chat de SMFPacks Shoutbox, por que cuando lo instalo queda desconfigurado la parte de envió de mensajes y de los botones de emoticones, cambio de letras y todo eso.
Quería saber se puede ajustar modificando algo??



Daniel

Deja el link de tu foro.

FelixHalim

any alternative for better layout for the mobile-use ? the avatar seems very big for mobile-view especially when we use it landscape. any way to make it smaller?

rumosdio

Hey!

I also use this theme!

SimplePortal rotors are not really compatible, according to Google. I attach pictures.

How can you move it to a responsive theme SimplePortal?

Google Translate

adrelanos

I suppose the big login button is a javascript one. So are the drop down menus in the main menu.

Your demo page (http://demo.smftricks.com/index.php?theme=50) works for me. Although it is still on 2.0.7 while our forum is at 2.0.9. So it's likely not a browser issue on my side.

Any idea why the buttons are broken? Is the reseller theme ready for 2.0.9 yet?

Daniel

Maybe you have a problem jquery library. What is your website?

Daniel

Quote from: rumosdio on March 15, 2015, 08:11:39 AM
Hey!

I also use this theme!

SimplePortal rotors are not really compatible, according to Google. I attach pictures.

How can you move it to a responsive theme SimplePortal?

Google Translate
This post is not for support. Anyways..
Themes/default/css/portal.css

Find:
body
{
   min-width: 750px;
}

Replace:
body
{
   min-width: device-width;
}

Themes/Reseller/css/indes.css
Add to the end:
@media (max-width: 991px) {
#sp_left, #sp_right
{
display: none;
}
}

rumosdio

Quote from: Daniel on March 15, 2015, 11:01:41 PM
This post is not for support. Anyways..
Themes/default/css/portal.css

Find:
body
{
   min-width: 750px;
}

Replace:
body
{
   min-width: device-width;
}

Themes/Reseller/css/indes.css
Add to the end:
@media (max-width: 991px) {
#sp_left, #sp_right
{
display: none;
}
}



Thank you, I'll try.


Daniel

Attatch your index.template.php

adrelanos


rumosdio

After installation template was also prepared two errors.

- The top menu bar, a drop-down menu on the wrong links

- The menu editor lite is not working properly, the links can not be edited.

The module also tried to reinstall, but the same was so bad.

Can you even in this help?

rumosdio

Tapping on the surface is too small.

Which file should be edited to be good?

Were you describe your patch?

I have attached pictures.

Daniel