Viewing 14 replies - 1 through 14 (of 14 total)
  • can you please advise?

    As I wrote last time, the plug-in allows to open up the first post in the list, but the rest of them are closed with title only.

    I just want a simple list of posts, all open.

    The other problem with the plug-in is that you can only show images on the posts by using “featured image” which doesn’t allow for alt text…

    is there a solution?

    Plugin Author Content Views

    (@pt-guy)

    Hello,
    # Collapsible list: all posts open
    => we will investigate then get back to you soon. It may be able to do with custom filter.

    # alt text when no featured image found
    Please add this code to file functions.php of your active theme:

    # Content Views: show alt text when no featured image found
    add_filter( 'pt_cv_field_thumbnail_not_found', 'cvp_field_thumbnail_not_found', 100, 4 );
    function cvp_field_thumbnail_not_found( $args, $post, $dimensions, $gargs ) {
    	$args = 'No featured image found';
    	return $args;
    }

    Fyi, if no featured image found, Content Views Pro will extract first image/video/audio in post content then display as post thumbnail.

    Best regards,

    sorry I don’t understand what this is achieving, I pasted in the code but what exactly changed? Do featured images now have alt text and title tags? I’m confused

    Plugin Author Content Views

    (@pt-guy)

    Well, I thought you need alt text when no featured image found.
    Featured image already has alt text. If it doesn’t work on your site, please send me URL of web page which illustrates problem.

    About title tag, WP thumbnail function doesn’t show it, too.
    Best regards,

    sorry for the confusion, my problem is that if I use featured images instead of using images within the posts, then I don’t get the benefit of alt text and title tags within each post.

    How can I solve this?

    also…

    # Collapsible list: all posts open
    => we will investigate then get back to you soon. It may be able to do with custom filter.

    any news on this?
    Thank you

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note not related to this topic: Why are you using 2 accounts? @digoo and @tarnationsports are the same person. Please pick one and the other will be marked as inactive.

    can you please advise on this issue from three weeks ago?

    # Collapsible list: all posts open

    you wrote…
    => we will investigate then get back to you soon. It may be able to do with custom filter.

    any news on this?
    Thank you

    Plugin Author Content Views

    (@pt-guy)

    Hello,
    I’ve updated CV to make it works. But this change is not released yet. So please:
    1/ use latest development version:
    – deactivate and remove only Content Views plugin (please don’t worry, all Views & settings are safe)
    – download and install this package
    https://dl.dropboxusercontent.com/u/73588917/content-views-query-and-display-post-page-1861-collapsible.zip

    2/ add this code to file functions.php of your active theme:

    // CV - Collapsible list: open all posts
    add_filter( 'pt_cv_collapsible_open_all', '__return_true' );

    Best regards,

    thank you so much, I appreciate it. When will the CV update containing this change be released?

    Plugin Author Content Views

    (@pt-guy)

    Hi, that doesn’t matter.
    New version will include this change.
    All things you need to do is updating plugin as usual.
    Best regards,

    Hi,

    This is exactly what I want to do with CV, the list displaying as non-collapsible.

    I tried to download the file referred to above but the link goes to a 404.

    Please can someone clarify and reiterate how to achieve this?

    Thanks so much.

    Plugin Author Content Views

    (@pt-guy)

    Dear @orchomh,
    Please download latest version 1.9.0, it will include the things you want.
    Best regards,

    Sorry for the hassle but WordPress says I have installed 1.9.0 already, along with CVPro 3.9.7.1

    What do I need to look for, to have all the rows expanded?

    Thanks again!

    Plugin Author Content Views

    (@pt-guy)

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Display settings as collapsible list – only the first post opens?’ is closed to new replies.