mattyzzz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Not appearing to work in lightboxThanks I added that to my functions.php in my child theme and got this error
add_action(‘lyte_actionsfilters’,’lyte_force_widgets’,10,0); function lyte_force_widgets() { add_filter(‘widget_text’, ‘lyte_parse’, 4); }
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/xxxxxxx/public_html/wp-content/themes/pressive-child/functions.php:1) in /home/xxxxxxx/public_html/wp-content/plugins/thrive-ovation/inc/functions.php on line 9Forum: Plugins
In reply to: [WP YouTube Lyte] Not appearing to work in lightboxNo currently it’s embedded with the thrive theme builder I’m using. I tried a LYTE shortcode and nothing came up, I tried httpv and https and it just displays the link as is.
Forum: Plugins
In reply to: [WP YouTube Lyte] Not appearing to work in lightboxSure it’s the video in the header on funeralguide /co /uk
Forum: Plugins
In reply to: [WP YouTube Lyte] Not appearing to work in lightboxNo grey placeholder where image should be unfortunately. I’m not up to scractch with javascript, would you be able to paste the js function here?