Forum Replies Created

Viewing 15 posts - 1 through 15 (of 125 total)
  • in reply to: Excerpt length on tag page #311148
    3lias
    Member
    Post count: 128

    I’ve found a solution which works for the excerpt in pages:

    	function my_add_excerpts_to_pages() {
         add_post_type_support('page', 'excerpt');
    	}
    	add_action('init', 'my_add_excerpts_to_pages');

    Also the excerpt length can be adjusted with less code via the functions.php with

    	function custom_excerpt_length( $length ) {
    	return 200;
    	}
    	add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    if someone is also looking for this.

    I think this ticket can be closed 🙂

    in reply to: Excerpt length on tag page #311114
    3lias
    Member
    Post count: 128

    Hi David,

    that is strange.

    Our page meta tab looks like in the picture (Screenshot_1.png) below and is missing the custom excerpt.

    But in posts I have this custom excerpt. (Screenshot_2.png)

    It just seemed to be missing in pages then. Can this be added in the next update or is there a way to access this right now?

    Elias

    Attachments:
    You must be logged in to view attached files.
    in reply to: Search results excerpt #310222
    3lias
    Member
    Post count: 128

    Hello Rui,

    how was the respond from the Development team to the request. Will there be an update soon?

    This would be really helpful for people who search something on the site and where there more than one or similar results.

    Elias

    in reply to: Excerpt length on tag page #310221
    3lias
    Member
    Post count: 128

    I don’t see in pages a Custom Excerpt is there one as well?

    in reply to: Excerpt length on tag page #310220
    3lias
    Member
    Post count: 128

    Ok. Thanks for the follow up.

    in reply to: Excerpt length on tag page #309846
    3lias
    Member
    Post count: 128

    Hello.

    Did you guys come up with a excerpt solution yet?

    Elias

    in reply to: Archive and RSS Feed Problem #307781
    3lias
    Member
    Post count: 128

    Hi David, you are right there is a option for the RSS Feed URL for the whole blog. Unfortunately this seems to be different for single categories which I assume a processed or managed by WP itself. Am I right?

    in reply to: Dashboard Warning / Notification for Authors #306551
    3lias
    Member
    Post count: 128

    Thanks allot. 🙂

    in reply to: Archive and RSS Feed Problem #306411
    3lias
    Member
    Post count: 128

    Ok. In the meantime we implemented a redirect to the main rss feed. Let me know if there will be a proper fix or solution for this. Thanks.

    in reply to: Archive and RSS Feed Problem #305362
    3lias
    Member
    Post count: 128

    In WP it says Version: 3.3.32 Unfortunately our admin has restricted access to only those who are working in our company. But I guess you can see or not see this settings on your end as well or what do you see?

    in reply to: Archive and RSS Feed Problem #305352
    3lias
    Member
    Post count: 128

    Hello David,

    will try solution 1. hopefully today if I get some time.

    2. There is no RSS setting under the dante theme menu which you have pointed out. Please see the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Excerpt length on tag page #304492
    3lias
    Member
    Post count: 128

    Hello David,

    I’ll try what you have suggested but what is the point by not using the default excerpt? Also we have many entries already and I am not going to every each of them to change the excerpt.

    The Admin still says he won’t give out any server details or access. As we are using the default Dante installation you should be able to see the excerpt issue on your side as well and try to fix it.

    Elias

    in reply to: Releated Article on Mobile Devices Problem #303637
    3lias
    Member
    Post count: 128

    Perfect! Thanks Rui.

    Ticket can be closed 🙂

    in reply to: Responsive Problem in Client and Testimonials Area #303472
    3lias
    Member
    Post count: 128

    Awesome! Thanks…

    Ticket can be closed 🙂

    in reply to: Excerpt length on tag page #303470
    3lias
    Member
    Post count: 128

    I have asked our server admin but he said he wouldn’t give an FTP access to the server. Sorry. Maybe you can still work something out which would be great.

Viewing 15 posts - 1 through 15 (of 125 total)