Tagged: x
-
AuthorPosts
-
November 2, 2016 at 1:06 pm #1241190
SandieParticipantHi,
I’ve activated The Grid to my site and I’ve created a grid with which I need some additional help.
1. I want to remove the DATE. I just want the Page name to be displayed.
2. I want to enlarge the font size of the Page name.
3. When hoverd over, is it possible to remove the PAGE NAME?
Thanks!
Best Regards
/SandraNovember 2, 2016 at 4:11 pm #1241443
Nabeel AModeratorHi Sandra,
Thanks for writing in!
1. To remove the date, add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
span.tg-item-date { display: none !important; }2. To enlarge the font size of the Page name, you can add this code:
.tg-item-title a { font-size: 32px !important; }3. To remove the page name when hovered over, use this code:
.tg-item:hover .tg-item-title { display: none !important; }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
November 3, 2016 at 12:53 am #1241956
SandieParticipantHi,
Thanks! I added the CSS codes directly to the CSS for the specific grid in GRID SETTINGS. It works fine. Just tell me if I still need to add it to the Customizer CSS.
I got three more questions.
I have made 2 different grids, they look almost the same, the only difference is that one of them is displayed horizontal (computer and large screens) and one is displayed verticaly (for Mobile and Ipads).
1. When displayed verticaly (GRID NAME: LOME MOBILE), the text for “PRIVAT PERSON” melts together to I think I need to adjust the LINE HEIGHT. Where do I do that.
2. I get the LINKS working on the horizontal grid (LOME), but NOT on the vertical grid (LOME MOBILE). I have added the site link to PAGE/EDIT/The Grid – Item Format
This works on one of the grids as I mentioned above, but not on the one (LOME MOBILE) used for mobile and pads.
3. As the GRIDS are the only thing displayed on this page, how do I get it centered verticaly as well? So the GRID in placed in the middle of the screen. Right now it’s placed to high up. Do I just change the Padding och Margins for the SECTION, or how do I do it? And for the whole backgroud of the page to be WHITE, now one part of it is black and I don’t know how to change that.
SITE: http://jon-aslund.com/start/
Please let me know how to proceed to solve this matters.
Thanks you so much for all your help, your team is awesome!
Best Regards
/SandraNovember 3, 2016 at 3:30 am #1242054
Rue NelModeratorHey Sandra,
Thanks for getting back to us.
1] Yes you are correct. Since you change the font size, you also need to change the line height. You can use this code:
.lome .tg-item-title, .lome .tg-item-title a { line-height: 46px !important; }2] Could please provide the url with the vertical grid in it?
3] Please go to the row settings and enable the marginless columns. In your column settings, please align it to center and insert an inline css
vertical-align: middle;Hope this helps.
November 3, 2016 at 4:36 am #1242112
SandieParticipantThis reply has been marked as private.November 3, 2016 at 3:10 pm #1242838
RadModeratorHi there,
Please add this CSS to Admin > Appearance > Customizer > Custom > CSS
body { background-color: transparent !important; }About the linking on mobile, I tried but no luck since each has structure has a complex structure. Though it can be easily done through The Grid skins, I checked and you don’t have any skin for your grid. Please create one and there, you can easily manage how linking works. https://www.youtube.com/watch?v=CemceZL2UGg
Right now, all of those elements aren’t editable since there is no active skin.
Thanks!
November 5, 2016 at 5:41 am #1244888
SandieParticipantHi,
I have found the problem. It’s when I add the CSS code below, that THE LINKS stops working in the grid.
.tg-item:hover .tg-item-title {
display: none !important;
}I want to use this code as I want the PAGE TITLE to disapear once hoverd over, but right now the link also disapears.
If you check the page now the grid looks good and the links are working, so please advise me what to add instead so the PAGE TITLE disapears when hovered over, BUT the LINKS still need to work.
Please let me know what to do.
Thanks!
Best Regards
/SandraNovember 5, 2016 at 6:45 am #1244958
ChristopherModeratorHi there,
It’s not possible without custom development since page titles wrap within
<a></a>tags, see the attachment.Hope it helps.
November 5, 2016 at 8:24 am #1245011
SandieParticipantCan I make the PAGE TITLE transparent when hovered over, to keep the links? Then the Page Title will still be there.
If its not possible, do you know who I can contact for some custom development?
Thanks!
Best Regards
/SandraNovember 5, 2016 at 9:15 pm #1245485
Rue NelModeratorHey Sandra,
If you want the title to disappear and want to retain the link, please update the code. So instead of using this;
.tg-item:hover .tg-item-title { display: none !important; }You can make use of this code:
.tg-item:hover .tg-item-title { opacity: 0; }Please let us know if this works out for you.
November 7, 2016 at 1:41 am #1246653
SandieParticipantHi,
Thanks, that worked so much better.
I want to make the overlay darker, so the Page Title is more visable on in the grids.
But I can’t get it to work. I have tried to change this parameter: “Overlay Background Color” to darker but nothing happens.
Should I change something else?
Thanks!
Best Regards
/SandraNovember 7, 2016 at 2:53 am #1246724
LelyModeratorHello Sandra,
Please try using this custom CSS:
#grid-1534 .tg-item-overlay { background-color: rgba(22,22,22,0.85); }Adjust .85 respectively.
Hope this helps.
November 7, 2016 at 5:19 am #1246902
SandieParticipantThis reply has been marked as private.November 7, 2016 at 5:41 am #1246920
ChristopherModeratorHi there,
Please update your cod to :
#grid-1534 .tg-item-overlay { background-color: rgba(22,22,22,0.95) !important; }Hope it helps.
November 7, 2016 at 6:06 am #1246947
SandieParticipantGreat, thank you.
Now it works superb!
/Sandra
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1241190 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
