__anton__
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Landscape] Can I Limit Excerpt Length?Also, if anyone else tries this solution and runs into the weird jump from the continue reading link to the middle of the blog post a fix can be found here:
[Link moderated. If you have a solution, please post it here.]
I found the answer here: [link moderated – the site’s url is in violation of https://wordpressfoundation.org/trademark-policy/ ]
There is some code you will need to add to your functions.php file. I tried it and it works.
Forum: Themes and Templates
In reply to: [Landscape] Can I Limit Excerpt Length?HappyZebra,
Oops I’m sorry, I didn’t read your post carefully. I found the little “Insert More Tag” icon and it works perfectly.
Thank you!
Forum: Themes and Templates
In reply to: [Landscape] Can I Limit Excerpt Length?HappyZebra,
Thanks but it doesn’t seem to work with this theme. I went to screen options and checked excerpt to show that option in the post editor and the added a brief summary. The full post is still showing up on the homepage.
I think the problem is with the Landscape theme. On the index page it is set to show “content” not “excerpt.”
Forum: Themes and Templates
In reply to: A different CSS for front pagealchymyth,
Thanks for the detailed post. I used the pure css .home solution you provided to get rid of the padding on my homepage, but keep it on the others by adding this:
.hentry {padding: 0 25px; } .home .hentry {padding: 0; }
Here is the solution to change the calendar picker’s date format in the admin.
Go to: settings > formats/layouts > date/time formats > Date Picker Format
Thanks, this works!
It sounds like you have a jQuery conflict that is preventing the calendar popup. I had this issue too and had to disable one of my plugins to get it back, for me it was the Genesis Title Toggle plugin that caused the conflict.
This would be a great extension for someone to build. Instead of getting multiple emails per day it would be great to get one email with a .csv attached with he submissions from the past 24 hours. Or, get an email once 50 submissions have been sent, or some other number, set through the admin.