Redsy

Started by Daniel, April 03, 2015, 05:19:26 PM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Daniel

Bootstrap.css (Themes/Redsy/css)
Buscar:
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

Reemplazar por:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

omolinete

Hola Daniel,

Hice el cambio que me dijiste, y funcionó! GENIAL, muchas gracias!!

Ahora sólo tengo una duda más y también es concerniente al tema de la tipografía en el theme Redsy, y es la siguiente:

En la image que adjunto con este post, señalo en recuados de color rojo que hay menús y submenús que aparecen utilizando otro tipo de fuente que no es la utilizada globalmente en todo el theme.

Mi pregunta es: ¿Esto es así a propósito y por defecto, o es que no está heredando bien el cambio como ocurría con mi post anterior y hay que cambiar la cadena a "https" en algún otro source?

Si la tipografía que viene por defecto para este caso es la correcta, ¿cómo o dónde debo cambiarla para que sea la misma que se utiliza globalmente en el resto del Theme, y como se llama la tipografía que se utiliza en el resto del theme y que es más sencilla, clara y estética?

Muchas gracias de nuevo por adelantado!!

Saludos

-----------

Hola de nuevo,

Edito el post para añadir que he investigado un poco y no se trata de ningún problema de desconfiguración, sino que esos menús y submenús se basan en la tipografía "Segoe UI", la cual está licencia por Microsoft y no se puede utilizar en servidores Linux, por lo tanto SMF ni sus themes la distribuyen.

Sugiero que quien esté en el mismo caso que yo, edite el archivo ".../Themes/Redsy/css/index.css" y sustituya este bloque:


.dropmenu a span
{
        display: block;
        padding: 0;
        font-size: 9pt;
    font-weight: 600;
        font-family: "Segoe UI";
        transition: color .35s ease-in-out;
   -moz-transition: color .35s ease-in-out;
   -webkit-transition: color .35s ease-in-out;
}


Por el siguiente:

.dropmenu a span
{
        display: block;
        padding: 0;
        font-size: 10pt;
    font-weight: 600;
        font-family: "Open Sans";
        transition: color .35s ease-in-out;
   -moz-transition: color .35s ease-in-out;
   -webkit-transition: color .35s ease-in-out;
}
Last Edit: December 20, 2015, 05:29:39 AM by omolinete

Diego Andrés

Quote from: omolinete on December 20, 2015, 04:45:17 AM
Edito el post para añadir que he investigado un poco y no se trata de ningún problema de desconfiguración, sino que esos menús y submenús se basan en la tipografía "Segoe UI", la cual está licencia por Microsoft y no se puede utilizar en servidores Linux,

Buen dato, gracias por la información.

420connect

Hey,

Could you please help me with adding font awesome icons next to my main menu buttons.
(like you have done with the theme on smftricks.com, next to 'Home', 'Team', etc.)

I'm looking to do this with 'Redsy' should that change anything..

Many thanks!

420connect

Hi,

I'm looking to achieve this with 'Redsy' main menu (3rd level, in its own space)


Currently, the 3rd level is presented as a bulleted list:


I found a MOD that I thought would help but unfortunately it throws errors during installation due to the way 'Redsy' is put together  :(
http://custom.simplemachines.org/mods/index.php?mod=2454

Much appreciated if you can help get this one out the way!  O:-)

420connect


420connect

Hey guys,

I've found a bug in the new version of redsy   that I hope you can help solve.

In the mobile view, sub buttons have no icons or text on them.. They just appear as empty bars..

Screenshot attached of the problem..

Can you assist in having their button names show.

Ty

torkidatir

Hi

the redsy is best but my language forum is arabic

who change into rtl

thank you

Pravi

Hello guys..

I am trying to start a forum and i am new to all this. I have installed simple portal sidebar in my forum. The sidebar block merges with every thing adjacent to it. I just want to add padding after the block. Need some help guys.


Please help.

Diego Andrés

please leave a link to your forum so we can take a look

MarshallM

I solved that problem from css, it's not to hard.

Limkos

Hola, en mi foro, aparece esto    Mensajes reciente, Estadísticas SMF, Usuarios en Línea

Por defecto se muetra usuarios en linea,, pero quiero que se muestre los mensajes recientes por defecto.

Como podria hacerlo ?

Uso el theme Redsy

gracias

EduardO

Hola, es sumamente fácil. Te explico:

En el BoardIndex busca <li role="presentation" class="active"> como puedes notar ahi tiene el class <class="active">
Bien bas a borrar ese class quedando asi: <li role="presentation"> y vas a buscar la funciona mensajes recientes:

Si no te aparece los mensajes recientes vas a hacer este tutorial: http://smftricks.com/index.php?topic=1565.0

Bien luego buscas para activarlo en mensajes recientes:

Buscar:
<li role="presentation">
<a href="#recent" aria-controls="recent" role="tab" data-toggle="tab">


Reemplzar:
<li role="presentation" class="active">
<a href="#recent" aria-controls="recent" role="tab" data-toggle="tab">


Comentame como te fue!
EduardO
AZORAHAI
NerO
EDesign

Limkos

Hola, he realizado lo que dices, y ahora no salen los mensajes recientes..

Y lo que comentas en http://smftricks.com/index.php?topic=1565.0

no me sale en mi  archivo.. boardindex..

EduardO

Quote from: Limkos on January 30, 2018, 01:08:04 PM
Hola, he realizado lo que dices, y ahora no salen los mensajes recientes..

Y lo que comentas en http://smftricks.com/index.php?topic=1565.0

no me sale en mi  archivo.. boardindex..

Adjuntame tu BoardIndex.template.php y la URL de tu foro!
Last Edit: January 30, 2018, 01:36:10 PM by EduardO
EduardO
AZORAHAI
NerO
EDesign