Tagged: x
-
AuthorPosts
-
December 12, 2016 at 8:29 am #1290001
Gee RParticipantSince there’s no elegant way to add a “Recent Posts” Cornerstone element that includes excerpt, I thought about using Essential grid.
However there isn’t an Essential Grid skin without an image, and there doesn’t seem to be a way to delete the image element within a particular skin.
Is there any .js or CSS to remove the image altogether, and add a “Read More” text link to the excerpt element?
December 12, 2016 at 9:05 am #1290041
RupokMemberHi there,
Thanks for writing in! You can add excerpt to Recent Posts with some code in Child Theme. You can follow this thread – https://community.theme.co/forums/topic/add-excerpt-to-recent-posts-shortcode/#post-66964
And regarding the ES Grid, Read more might not be added but I can help you to remove/hide the image with CSS. If you want this, you can provide your URL and point us the grid you are referring.
Cheers!
December 14, 2016 at 6:42 am #1292612
Gee RParticipantHmm, that doesn’t seem to work.
I have a php customization to “Recent Posts” already – see https://community.theme.co/forums/topic/blog-index-page-layout-help/page/2/
Could that be why this change isn’t working?
December 14, 2016 at 8:26 am #1292751
LelyModeratorHi Gee,
That’s different function. I tried to login to your site via FTP on that link to check you current code but it is not working. Would you mind providing updated credentials so we can check?
December 14, 2016 at 9:17 am #1292829
Gee RParticipantHi,
That login should work. Were you connecting via ftp rather than sftp? Also note that the port number isn’t the usual one.
December 14, 2016 at 1:55 pm #1293214
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.esg-entry-media-wrapper { display: none !important; }Let us know how this goes!
December 15, 2016 at 4:22 am #1294024
Gee RParticipantYes, that worked. Thank you.
I removed the image by adding:
.x-recent-posts .x-recent-posts-img { display: none; }But I’d like to style the “Read More” text (color and hover color). Can I do that?
December 15, 2016 at 1:47 pm #1294667
RadModeratorHi there,
Please add this as well with your preferred color.
.more-link, .view { color: #ccc; } .more-link:hover, .view:hover { color: #000; }Cheers!
December 20, 2016 at 1:58 am #1299099
Gee RParticipantHi,
That’s not working. Please advise.December 20, 2016 at 2:01 am #1299100
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 20, 2016 at 2:06 am #1299102
Gee RParticipantThe site is not live. However you can access the site from the login details previously provided at https://community.theme.co/forums/topic/blog-index-page-layout-help/page/2/
Thanks,
December 20, 2016 at 2:18 am #1299109
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.eg-cleveland-element-2 { background-color: rgba(255,0,0,0.5); color: #000; }Hope that helps.
December 20, 2016 at 2:20 am #1299110
Gee RParticipantNo, that doesn’t work either.
Please advise.
December 20, 2016 at 2:26 am #1299115
ChristopherModeratorHi there,
Please check the attachment and confirm if we’re looking at the right read more link.
I just tried to login to your dashboard but provided credentials don’t work anymore.Thanks.
December 20, 2016 at 2:36 am #1299129
Gee RParticipantNo – the read more link is at …/rfp-checklists/
Private message with login creds follows.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1290001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
