-
AuthorPosts
-
February 24, 2020 at 12:54 pm #1187305
Hello,
I’ve some troubles with the Blog:
In Category the featured Image is not shown (In preferences i choosed “Single Post with large previev image” And I deactivated all Meta Elements except Category, but Author and Date are still shown…And some other strange thing creating a new Post:
The Panel where to choose a Post type doesn’t appear any more…Anyway I would like to show also Category in Grid-Layout, like the Blog-Layout with the row of Categories above. Is that possible in a way? (or should I ask this question in a new Topic?)
thanks in advance
znelloFebruary 24, 2020 at 5:39 pm #1187422Hey znello,
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 27, 2020 at 6:29 pm #1188547This reply has been marked as private.February 28, 2020 at 10:05 pm #1188924Hi znello,
Here is how you can change the category page layout:
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206If you need further assistance please let us know.
Best regards,
VictoriaMarch 1, 2020 at 6:21 pm #1189237Hi Viktoria,
I tried it out and it worked fine, thanx. Is it possible to get rid of the rounded corners?
In the end I left it like it was so that Nikko can see what I described before…I’ll change it later.
znelloMarch 4, 2020 at 6:16 am #1189900Hi znello,
We apologize for the delayed response, here’s how you can remove the Author and Date in the Category, just go to Enfold > General Styling > Quick CSS, then add this CSS code:
#top.category .post-meta-infos { display: none !important; }
As for creating new post The Panel where to choose a Post type doesn’t appear any more…
I can’t seem to find this, can you give us a screenshot?As for the 3rd question, Victoria has already pointed out the answer.
The reason why the featured image was not showing because Blog Layout is set to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page) (we have already reported this as a bug), for now just use the solution posted by Victoria, when that is done, to remove the rounded corners, just add this CSS code in Quick CSS:#top .big-preview img { border-radius: 0 !important; }
Hope it helps.
Best regards,
NikkoMarch 4, 2020 at 5:17 pm #1190121Hi Niko,
delayed response is no problem, thank you for the answer ;-)
1.Meta data:
I tried the code you sent me to hide the meta data but it didn’t work, the date is still shown below…
2. Post type panel:
It was a panel with symbols for each kind of post e.g. “video” or “link”. An if the post doesn’t have a featured image this symbol was shown instead. For category “general” for example I remember it was the symbol of a lead pencil. Unfortunately I can’t give you a screenshot, because it’s all gone ;-)
3. Also the css to set the border radius of the previews to 0 didn’t work, corners are still round.
But this is not that important, I just leave it as it is now.Cheers, znello
March 6, 2020 at 5:54 am #1190741Hi znello,
1. Can you give us a link to the page that shows that? so we can try to inspect the page and see why the code is not working as you mentioned. You can post it in private content if you want.
2. Can you remember what version of Enfold was that? I’ll try to check in the archive and try to review it.
3. Same as #1Best regards,
NikkoMarch 6, 2020 at 7:16 pm #1190949This reply has been marked as private.March 9, 2020 at 4:39 pm #1191566Hi,
1. Try adding this CSS code:
#top .slide-meta { display: none; }
2. We’ll have to check on this further.
3. Add this CSS code:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 0 !important; }
Best regards,
NikkoMarch 10, 2020 at 12:44 pm #1191793Hi Niko,
1. and 3. worked fine, thank you ;-)Cheers
znelloMarch 12, 2020 at 4:45 pm #1192673Hi znello,
You’re welcome, you can disable the access to your site since it’s not needed anymore.
As for #2, I have checked the previous versions but I could not find what you mentioned, I just want to clarify if you are referring to Blog Posts element in the Advanced Layout Builder?Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.