Hi there :).
I am having a misalignment on my homepage between two vertical blocks. The first block is showing one additional line due to a longer word.
I tried switching the excerpts from words to letters, however that cuts down all excerpts to a very low number of letters. The input in the Excerpts>Wordpress default>Excerpt length is not applied to the letter setting (I tried both 150 and 300).
Where can I increase the number of letters used?
Hello i also have the same problem with my website. http://nimb.ws/hEFukY
Please how do i fix this?
Hi,
The Excerpts>WordPress default>Excerpt length option applies to rss feed excerpt only: http://screencast.com/t/wpjde0ffMo
The excerpts for posts on modules/blocks can be set from the same panel for each module in part as you can see in the screenshot above.
You can also set an custom excerpt from post editing panel > excerpt section: http://screencast.com/t/2Nco7OItMZ
Hope this helps!
Thanks
Thanks. Unfortunately I am still a bit stuck. I managed to identify the modules I used for block 1 and 2.
However there are two things I have not been able to fix
1) Title of the first post on the Module 5 category page:
http://www.wordpressinside.info/category/wordpress-guides/installing-wordpress/
2) Latest post using block 6 on the homepage (bottom). The documentation stops at block 5. https://forum.tagdiv.com/modules-and-blocks/
http://www.wordpressinside.info/
Hope you can help me 🙂
Hi,
Make sure you change it form theme panel excerpt, like this: http://screencast.com/t/pE6MHrJR
Sorry for the documentation we will updated it asap. Block 6 uses -> module 9 so you have to set your title length for module 9 post layout.
In my ex(screenshot) I had set the title length on letters but you can leave it on words as the letter mode is most common for chinese language.
Hope this helps!
Thanks
No problem@documentation. Thanks for your reply.
However it is not listening to me:P
-
This reply was modified 11 years by
Magistar.
Hi,
I have checked your site and noticed that this dose work for you according with your panel entry values as for example the excerpt title and content length for the post on this category page: http://www.wordpressinside.info/category/wordpress-guides/getting-started/ which use module 5 are between the limits you have set from panel and the post content excerpt include 150 characters and the post title is under 200 characters as you set it from theme panel and as it should be: http://screencast.com/t/JjVDo3aE69KF
Set it to 3 character for eg and check if it changes. Please note that I have also tested this and haven’t found any issues.
Thanks
Hi Lucian.
Thanks for testing.
Did some more testing with the 3 limit.
For homepage module 9 is indeed working for the latest posts. I did notice except excerpts overwrite the function which confused me. So that mystery is solved.
For the module 5 the first post is the one I want to target (I want it longer):
regards
Sebastiaan.
Hi,
For the slide posts title you need to edit the module slider file and set the excerpt attribute to a higher value like this: http://screencast.com/t/gVFqK8hQWfxa
Please note that if you have changed the type to “letters” from panel then this limit will also be set for characters.
Thanks
Thanks
changed to
function get_title_main() {
$cut_parms = array(
'char_per_line' => 26,
'excerpt' => 150, //words or letters
'line_wrap_start' => '<span class="td-sbig-title">',
'line_wrap_end' => '</span><span class="td-sbig-sep"></span>'
);
Worked like a charm:).
-
This reply was modified 11 years by
Magistar.
I am trying to change the WordPress default excerpt length for the RSS Feeds, not the modules but the xml document that created the feed. I do not see the WordPress Default Excerpt module you pointed here http://screencast.com/t/wpjde0ffMo
It does not show up in my panel.
Hi,
From version 6 this option was removed, but you can go to > Settings > Reading and select “summary” rather than “full text” for the RSS Feed entry and then click save – http://screencast.com/t/KCZ7iDDr96X3
If you need to specify a value you can search an online solution and paste the code in functions.php file.
Thanks!
