• Resolved ivanohe

    (@ivanohe)


    Hi there and thanks for your beautiful plugin.

    I’m writing cause i have some issues with the video gallery. I entered the shortcode but the thumbnails are “transparents”.
    When i’m the backoffice of your plugin a error alert is showed:

    Warning: Invalid argument supplied for foreach() in /homepages/13/d771777143/htdocs/clickandbuilds/Guappecarto/wp-content/plugins/wp-video-gallery-free/wp-video-gallery.php on line 140

    Can you help me with this?
    Many thanks,

    Ivano

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Majba

    (@majba)

    Hello @ivanohe,

    Thank you for using our plugin.

    You can disable the display of PHP warnings from your wp-config.php file by adding the following :
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    You’ll probably already have the define(‘WP_DEBUG’, false); line in the file.

    Concerning the transparent thumbnails, can you please send us a link to a page with the gallery so that we can check it out? there are none at https://guappecarto.com/video

    Hoping to hear back from you.

    Regards,
    Younes

    Thread Starter ivanohe

    (@ivanohe)

    Hello @majba!!!

    Many thanks for your unexpected and prompt reply: i appreciate!

    I restablished the shortcode of your plugin in the page! Now you can check it. The adress is still the same: https://guappecarto.com/video/ .

    Looking forward a reply!

    All the best,

    Ivano

    Plugin Author Majba

    (@majba)

    Hello @ivanohe ,

    You’re welcome, it is a pleasure 🙂

    We’ve looked at your page, and it seems that it is just a CSS conflict with the style of your theme “Folie”. To fix it, just add the following CSS into your custom CSS :

    div[class^=gridContainer-] .videosListFront .brick .name td {
    background: transparent;
    }

    We’ll include this in the next update to avoid having this issue again with other users, thank you for pointing it out.

    Please let us know if this solves your problem.

    Regards,
    Younes

    Thread Starter ivanohe

    (@ivanohe)

    Hi again @majba!

    It worked perfectly!!
    Many thanks for developping it and for the help!

    All the best,

    Ivano

    Plugin Author Majba

    (@majba)

    Hello @ivanohe ,

    We’re glad we could help 🙂

    Please, if you have time, feel free to leave us a review, it really helps us reach more people and so improve our work.

    Have a great day !
    Younes

    Thread Starter ivanohe

    (@ivanohe)

    Just done!
    And you well deserve a 5 stars review!
    I spent yesterday’s afternoon trying a lot of video plugins (la galère we say in french) : your is the best!

    Thanks again!

    Plugin Author Majba

    (@majba)

    Thank you mate, we really appreciate the review !

    We are glad that you are enjoying our work and hope to keep improving it.

    Have a great day.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error in showing video gallery’ is closed to new replies.