-
AuthorPosts
-
February 4, 2021 at 2:59 pm #1277724
Hi,
I have a short question.Which exact setting does my blog post element need so that the pictures are arranged above?
It should look like this example: https://ibb.co/ykbDG6MI would be grateful for any information.
Regards Clemens
- This topic was modified 3 years, 9 months ago by Clemens.
February 5, 2021 at 8:13 am #1277886Hi Clemens Johannes,
Do the following:
1. In Enfold > Blog Layout, set the following:
– Blog Styling: Modern Business
– Blog Layout: Use the advance layout editor to build your own blog layout2. Edit the Blog page, use the Advanced Layout Builder. Add two Blog Posts.
3. On the first (top) Blog Post, use the following settings:
– Blog Style: Single Author, big preview Pic
– Blog Content Length: Full Content
(Filter)
– Offset Number: Do not allow duplicate posts on the entire page
– Conditional display: Remove element if the user navigated away from page 1 to page 2,3,4, etc
(Styling > Pagination)
– Post Number: 1
– Pagination: no4. On the second (bottom) Blog Post, use the following settings:
– Blog Style: Grid Layout
– Blog Content Length: Title and Excerpt
(Filter)
– Offset Number: Do not allow duplicate posts on the entire page
– Conditional display: Always display the element
(Styling > Appearance)
– Blog Grid Columns: 2
(Styling > Pagination)
– Post Number: 2 (you can set this to any even values)
– Pagination: yes
Hope this helps.Best regards,
NikkoFebruary 5, 2021 at 9:47 am #1277919Hi Nikko,
thank you for your instructions.Unfortunately I now have the following problem with the second blog post:
Headline and picture are missing.
Look here: https://ibb.co/2cN9fYRThe settings in the posts look like this: https://ibb.co/5LLKCG8
I would be grateful for further help.
February 5, 2021 at 10:33 am #1277930Hi jhoelzl,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 5, 2021 at 1:01 pm #1277970This reply has been marked as private.February 8, 2021 at 10:30 am #1278589Hi,
Thanks for giving us admin access.
The reason why it’s not appearing is because of this code in Quick CSS:.avia-content-slider .slide-image { display: none; }
Why did you add this code? or where is it used? so we can try to modify that code so it’s only on specific elements.
Best regards,
NikkoFebruary 8, 2021 at 11:27 am #1278613Hi Nikko,
thank you for your solution.The code was important because blog posts were showing on the home page.
We didn’t want any post images here.February 8, 2021 at 11:34 am #1278614Hi,
I recognized the following:
Page navigation: https://ibb.co/dBDC8ZtI can’t go back from page 2 to page 1
What could be the reason?
February 8, 2021 at 1:26 pm #1278652Hi Clemens,
Since it’s only for the homepage, can you try to replace this code:
.avia-content-slider .slide-image { display: none; }
with:
.home .avia-content-slider .slide-image { display: none; }
As for pagination issues, please try the solution posted on this thread: https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673
Best regards,
NikkoFebruary 8, 2021 at 2:08 pm #1278663Hi Nikko,
thank you for your support. Everything works now. :-)Have a nice day.
Best regards,
ClemensFebruary 8, 2021 at 8:03 pm #1278775Hi Clemens,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.