• Resolved nooonooo

    (@nooonooo)


    The plugin is perfect, I have tested it many times, but only one thing is not so good. Whenever the product page is opened, the video screenshots cannot be displayed in full, but only a part of the above is displayed. Please check the photo for this problem https://snipboard.io/jpm8rG.jpg

    I use firefox, chrome, safari, brave and other browsers to test, only firefox does not have such a problem, please fix it when you are free, this is really a great plugin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nooonooo

    (@nooonooo)

    The strange thing is that in the same browser, if you click another tab and then click back to the product page, miracle, the video screenshot will display normally.

    I have a similar problem,
    I registered my post_type in Theme functions.php
    It seems the plugin-code is registered before theme functions.php or that RSFV doesn’t check post_type.

    My temporary solution ist to extend in class-general.php the array “$post_types”

    public function get_settings( $current_section = '' ) {
    
      $post_types = array(
    	'post' => __( 'Posts' ),
    	'page' => __( 'Pages' ),
    	'my_post_type' => __( 'My Post type Name' ),
      );
    
      ...
    }

    Better ist they check it dynamicly in plugin like get_post_Types()

    Plugin Author Krishna Kant Chourasiya

    (@lushkant)

    Hi there @nooonooo

    Sorry for the late reply, I have just released an update with support for WP core themes and some new beneficial features.

    There will be more updates fixing this and other requested features by users.

    As for @tommyfrog, you’re correct atm I am not able to support each and every post type due to unexpected implementations and behavior from each CPT.
    But I have it under consideration and it most likely will be added through integrations in the upcoming updates. Starting with the most popular plugins and their CPTs.

    I also have a full-time job and don’t get much time out to keep working on this, but for the past week, I’m trying to continue this under my own one-man team.
    Hopefully, this makes sense!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot show full of the video screenshot’ is closed to new replies.