Redsy

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

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Daniel

Link to the theme


Free & Premium Responsive Themes for SMF




Redsy
Developed by Daniiel

Features
  • Responsive layout
  • Nav options
    • Height
    • Set as fixed/static
  • Bootstrap
  • FontAwesome
  • Social networks
  • Logo URL
  • Custom copyright

Languages



Demo Online
GitHub
Last Edit: July 08, 2022, 10:16:49 AM by Diego Andrés

Dave_Lich

It Looks great. I'm going to try this theme on my site.
Nice Work !

Brianϟ


ForumMix

Neat theme.

I run a simple forum where you collect and paste images, particularly of celebrities. I have noticed that the images do not match at the edges. I would like to have pictures of ram more centered.

The sides are good spacing, but I also want to have the same width of above and below.

Where do you change this?

http://www.forummix.org/index.php


Daniel

You have to use the BBC as follows:
[img width=100][/img]
For example:

[img width=32]http://i.imgur.com/rzOuhPh.jpg[/img]

ForumMix

Was no wiser. What I want is that the image must have the same margins both vertically and horizontally.

Daniel

Quote from: ForumMix on April 04, 2015, 11:29:43 AM
Was no wiser. What I want is that the image must have the same margins both vertically and horizontally.
Oh sorry, I think I'm asleep yet. Try with this:
Index.css
Add to the end:
.post img{margin-bottom: 3px;}

ForumMix

AHA, quiet. I searched a little, but there are many post

You have no idea what a line like this can be?

ForumMix

I put in now Reseller that theme and where would I change the frame around the image both horizontally and vertically are the same dimensions.

Where and which line is this Index. css?

Diego Andrés

Quote from: ForumMix on April 04, 2015, 12:11:55 PM
AHA, quiet. I searched a little, but there are many post

You have no idea what a line like this can be?

Quote
.post img{margin-bottom: 3px;}

You have to add that and the end of Themes/Redsy/css/index.css
Just at the very very end

Jasiels

Disculpen si otra ves molesto, pero me descargue el theme Redsy, me encanto, mas en la versión móvil, pero hay algo que quiero mejorar y es que cuando posteo desde el móvil solo me sale la imagen de usuatio, no te sale ningún dato, ni cuantos mensajes tengo ni nada, solo la imagen, y quería saber como puedo arreglar eso, que se vea como aquí en smf tricks algo de los datos del usuario al postrar en un tema

Daniel

Index.css (Themes/Redsy/css)
Buscar:
@media (max-width: 991px) {
.poster h4, .poster ul
{
display: none;
}
.buttonlist li span
{
display: none;
}
}

Reemplazar por:
@media (max-width: 991px) {
.buttonlist li span
{
display: none;
}
}

Ringooo

Looks great, and thank you for themes

Zaukev


Paracelsus

Hi, great theme once more Daniel!

There's a little bug you might want to solve: when the top menu is collapsed (not visible) and you resize the window to a small width or open the forum on a mobile phone it's not possible to open the menu by clicking the symbol with three bars. It just doesn't work. If you have it uncollapsed while in wide-mode  then it works. I guess it should work in both situations. You can check it with Firefox or Chrome responsive element tools.