-
AuthorPosts
-
March 10, 2015 at 3:10 pm #408859
Hello Enfold,
I had support in the following topic:
https://kriesi.at/support/topic/single-author-small-preview-pic-with-separators/
https://kriesi.at/support/topic/blog-categories-display-the-full-post-instead-of-single-autor-small-preview-img/
Everywhere I look the have the same exerpt, If I click the items I should be gettign the full posts
In the theme I have the next Quick CSS..single-post .single-small.with-slider .small-preview {
width: 180px;
height: auto;
}.single-post .single-small.with-slider .small-preview img {
height: auto;
width: 100%;
}.blog-meta, .blog-meta a, .blog-meta img {
width: 220px !important;
max-width: 220px !important;
max-height: 150px;
height: 150px;
border-radius: 0px !important;
}.blog article {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 20px;
}.blog .post_delimiter,.archive .post_delimiter {
padding: 0;
margin: 20px 0;
}
.archive article {
border-bottom: 1px solid #e2e2e2;
margin-bottom: 50px;
}.blog .post_author_timeline {
display: none;
}And in /enfold/includes/loop-index.php i have this line
$blog_content = !empty($avia_config[‘blog_content’]) ? “excerpt” : “excerpt”;My guess would be the php line does something.
Any thoughts?
Thank you
March 11, 2015 at 4:26 am #409646Hey emilcobussen!
Thank you for using Enfold.
Can you please provide a link to the actual single post and blog page? Revert the modifications done on loop-index.php then try the solution provided here: https://kriesi.at/support/topic/blog-category-frontpage-view/#post-386022
Regards,
IsmaelMarch 11, 2015 at 10:59 am #409744This reply has been marked as private.March 12, 2015 at 11:39 pm #410777Hey!
Try adding this code to the Quick CSS:
.single .blog-meta { display: none; }
Cheers!
JosueMarch 13, 2015 at 11:30 am #410915Hey Josue,
This fixed the single blogpost view! Thank you.
The main blogpage is also fixed. So this can be closedthank you!
March 13, 2015 at 11:48 am #410917This reply has been marked as private.March 13, 2015 at 11:53 am #410918This reply has been marked as private.March 14, 2015 at 4:04 am #411378Hi!
Thumbnails are showing on those links you posted.
Best regards,
JosueMarch 16, 2015 at 11:10 am #412020Yes that is correct, but on the main page the full blogposts are showing instead of thumbnail and excerpt
best regardsMarch 16, 2015 at 2:35 pm #412150I solved it by using a categories page as main blogpost page. Its fine like this. thanks
-
AuthorPosts
- The topic ‘No full blogpost anymore’ is closed to new replies.