-
AuthorPosts
-
March 8, 2021 at 5:02 pm #1286493
Ich habe meine Beitragsseiten eingestellt mit einer Sidebar rechts.
Wenn ich jetzt aber eine Kategorie auswähle, werden die Beiträge anders dargestellt, wie kann ich das anpassen, das sie so dargestellt werden wie auf der vorherigen Anzeige.March 10, 2021 at 3:24 pm #1287146Hi Lin84,
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,
NikkoMarch 11, 2021 at 10:05 am #1287341This reply has been marked as private.March 12, 2021 at 6:34 am #1287590Hi Lin84,
Thanks, I see you are using a widget to display posts, unfortunately, Enfold cannot extend this functionality.
I would suggest copying archive.php from the parent theme (Enfold) and paste it to the child theme and tweak it.
I hope you’ll find the suggestion helpful.Best regards,
NikkoMarch 12, 2021 at 11:11 am #1287633Leider hilft das mir nicht wirklich weiter, da ich keine Code schreiben kann.
Die Beitrags Einstellungen in Enfold sind leider sehr gering, und deshalb musst ich ein Plugin installieren. Oder kann ich die Darstellung auch so in Enfold anpassen, das ich kein Plugin benötige?
Wieso wird die Ansicht in der Rubrik Kategorien denn nicht von dem Plugin übernommen?- This reply was modified 3 years, 9 months ago by Lin84.
March 12, 2021 at 12:52 pm #1287660Kann man nicht das Layout der Archiv und Kategorie Seite selber anpassen?
March 13, 2021 at 12:51 pm #1287942Hi Lin84,
I have checked your site and it seems this is already fixed.
Let us know if you still need further assistance on this.Best regards,
NikkoMarch 15, 2021 at 10:08 am #1288230Das Problem ist leider noch nicht behoben.
Die Darstellung ist leider noch nicht die gleiche. Wenn ich auf Kategorien oder Archiv klicke, dann erscheint kein Bild links, so wie ich es eigentlich eingestellt habe.
Kann man die Archiv Seite und Kategorie Seite nicht selbst anpassen?March 15, 2021 at 3:01 pm #1288301Hi Lin84,
Thanks, can we request for FTP access?
I can modify it with the current access you gave but it’s a bit risky with just the Theme Editor, if I make a mistake and it causes a fatal error I could not undo it, but with FTP access I would not lose access and be able to undo any mistake.Best regards,
NikkoMarch 15, 2021 at 3:09 pm #1288306This reply has been marked as private.March 17, 2021 at 7:50 am #1288648Hi Lin84,
Thanks, I have removed archive.php and instead created includes folder inside the child theme and added loop-index.php inside it (copied from parent theme’s includes > loop-index.php):
Below this code (line 264):echo "<div class='entry-content-wrapper clearfix {$post_format}-content'>";
I added:
if( $thumb_post && is_archive() ) { echo "<div class='archive-featured-image'>"; echo '<a href="' . $link . '" ' . $featured_img_title . '>' . wp_get_attachment_image( $thumb_post->ID, 'medium' ) . '</a>'; echo "</div>"; }
Then in Enfold > General Styling > Quick CSS, I added this code:
.archive-featured-image { float: left; } .archive-featured-image a { border: 1px solid #EEE; box-shadow: none; display: inline-block; margin: 2px 10px 2px 0; padding: 3px; } .archive-featured-image img { display: block; } .archive .entry-content-header+p { min-height: 96px; }
Best regards,
NikkoMarch 17, 2021 at 9:27 am #1288665Super vielen dank.
Das sieht super so aus.March 17, 2021 at 10:15 am #1288677Hi Lin84,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Beitrag Seite – Kategorien’ is closed to new replies.