Learn about Centmin Mod LEMP Stack today
Become a Member

Xenforo style installed: Soft Responsive

Discussion in 'Forum Feedback & Suggestions' started by eva2000, May 29, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Metro style will still be default for now. But @Matt was generous enough to donate a spare Soft Responsive style license http://www.artodia.com/xenforo-styles/soft-responsive/ for this forums. So i have installed it and it's user selectable.

    Feedback is welcome, but remember my focus is on getting the Metro style right first for now :)

     
  2. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    Padding for similar thread. Could either do with 15px all around, or removing it (currently no top padding)

    Code:
    .similarThreadsThreadView {
    margin: 0px;
    padding: 15px 15px 5px 15px;
    }
     
  3. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
  4. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    best way to get to that as it's an addon is via EXTRA.css ?
     
  5. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    No, as the image was provided by the add-on, you just need to upload the image into the specific styles folder. It's the same with all add-ons, they usually only supply image structures based on the default theme, so if you have a none-standard theme, you need to re-upload all the image folders to the new themes.
    For me site, running Adare theme:
    Code:
    [root@host adara]# ls -al
    total 36
    drwxrwsr-x  7 nginx nginx 4096 May 12 13:01 .
    drwxrwsr-x  8 nginx nginx 4096 May 19 07:15 ..
    drwxrwsr-x  2 nginx nginx 4096 May 12 06:27 images
    -rw-rw-r--  1 nginx nginx    0 May 19 07:14 index.html
    -rw-rw-r--  1 nginx nginx 4993 May 12 06:34 mwsv2.png
    drwxrwsr-x  3 nginx nginx 4096 May 12 13:01 nflj
    drwxrwsr-x  3 nginx nginx 4096 May 12 13:01 Tinhte
    drwxrwsr-x 14 nginx nginx 4096 May 12 06:01 xenforo
    drwxrwsr-x  2 nginx nginx 4096 May 12 06:01 xenresource
    [root@host adara]# pwd
    /home/nginx/domains/mattwservices.co.uk/public/styles/adara
    [root@host adara]#
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    fixed the missing image.. your post got in before my reply..

    i mean for the padding for similar threads via the addon, fix via EXTRA.css ?
     
  7. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    Yes, sorry. If there isn't a style property for it (don't think there will be), add it to EXTRA.css, and stick the !important tag on the end.
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah there isn't, i see in template modifications section there's one but it says can not be modified

    fixed the padding for similar threads, thanks Matt
     
  9. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    Sent you the details for the sidebar mini issue on here as well.
     
  10. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks.. i disabled the collapsing sidebar addon .. much easier :D
     
  11. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    Form nodes:

    upload_2014-5-29_15-8-58.png

    To fix that:
    Code:
    .node .nodeText {
    min-height: 40px !important;
    }
    upload_2014-5-29_15-10-8.png
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    fixed :D
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just changed the font to "Open Sans" with large font size for just message text. Default font size too small for my liking :)
     
  14. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:40 PM
    Mainline
    10.2
    Sorry but I'm not a fan of very light theme :D
     
  15. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    I'm the opposite, I don't like Dark themes.
     
  16. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:40 PM
    Mainline
    10.2
    And why? :)
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,535
    12,219
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,788
    Local Time:
    8:40 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I like lite themes as in low on http requests :D

    But ultimately forum theme has to closely match with intended new http://centminmod.com site revamp ;)
     
  18. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    10:40 AM
    1.5.15
    MariaDB 10.2
    Because books have white paper and black text. That's what I've spend my whole life reading, so I've become accustomed to seeing things that way, and prefer lite themes with dark text.
     
  19. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:40 PM
    Mainline
    10.2
    Seriously because of this of what you've said, I'm requesting pixelexit for a custom theme which is Light theme :)
    Thanks Matt!
     
  20. rdan

    rdan Well-Known Member

    5,446
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:40 PM
    Mainline
    10.2
    And I already waste 5 premium style :/
    Hopefully this will be my final theme.
    A lot of my user's always requesting dark theme.
    But sometimes I feel light theme is much nicer.