ok a little lost? where is the option to make that member block on the homepage Horizontal rather than vertical... it takes to much space...
ok a little lost? where is the option to make that member block on the homepage Horizontal rather than vertical... it takes to much space... |
That is a bug. Not a feature. It will be fixed in BETA2 https://www.deanbassett.com |
Or you can apply the changes in this ticket.
SWEEET... I made that changes.. Thanks |
well nowww... I really dont like the change here, I prefer the member block how it was before, photo closer together with the name under them. there is way to much of a gap in between them.. I like to keep 2 rows of 8 each across a total of 16 on the homepage member block. |
see attached photo, the homepage members block... how do I change this? get them closer and have the name on the bottom like 7.0.9? |
This fix didn't seem to make any difference for me... they still show as vertical...
I replaced all 3 files provided with the fix... |
You should not even be needing it. Have you not updated to 7.1 final? https://www.deanbassett.com |
It was a fresh install.... yes... I'll PM you and let me know what details you need.... |
Most likely custom template. https://www.deanbassett.com |
ahh so it was... had to add the css to their index.css file: div.featured_block_1 { /*##############################################################*/ |
If you had to do that. That would indicate to me that the template was made while dolphin 7.1 was still in beta. https://www.deanbassett.com |
AFAIK, they said they weren't going to start the template until final was released.
Thanks for the heads up. |
I guess that's why the "My Members" block does the same thing on the account page... :) |
the homepage members block... how do I change this? get them closer and have the name on the bottom like 7.0.9? Anyone have any tips for this change? |
Any thoughts? I'd really like to tighten up the bloated look those blocks have in 7.1...
thanks |
I know it has to be done here... just can't seem to get it to do what I want...
/* Thumbs in normal view */
div.thumbnail_block { width:64px; height:64px; overflow:hidden; }
div.thumbnail_block_with_info { width:240px; float:left !important; }
div.infoMain div.thumbnail_block_with_info { width:240px; float:none !important; }
div.thumbnail_block_icon { width:32px; height:32px; }
div.thumbnail_image { position:relative; float:left; width:64px; height:64px; } div.thumbnail_image img.thumbnail_image_file, div.thumbnail_image img.thumbnail_image_file2 { width:64px; height:64px;
background-position:center; background-repeat:no-repeat; background-color: #EDEDED; }
div.thumbnail_image_couple img.thumbnail_image_file { width:32px; float:right; border-top-left-radius:0px; border-bottom-left-radius:0px; }
div.thumbnail_image_couple img.thumbnail_image_file2 { width:32px; float:right; border-top-right-radius:0px; border-bottom-right-radius:0px; }
div.thumbnail_block_icon img.thumbnail_image_file, div.thumbnail_block_icon div.thumbnail_image { width:32px; height:32px; } |
No. More to it than that. The templates were redesigned also. You will need more than just simple css changes to get it back to the way 7.0.9 looked. https://www.deanbassett.com |
dang it, that's too bad :( |