jmvandeel
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [The Events Calendar] Importing featured image for events is being ignored??Hi,
I have tried the solution of adding the script to my child-theme function.php, but no luck. Importing via CSV is still not importing images…
Hoping for a fix soon.Forum: Plugins
In reply to: [The Events Calendar] Featured image import broken with CSV importSame here. Running the latest version, but importing via CSV is not importing Event Feature Image.
Hoping on a fix soon.Thank you, that worked. I have added the following code to my child theme function.php:
/* Adding the video backgroun to the footer on the homepage only */ add_action('wp_footer', 'add_video_background'); function add_video_background(){ if(is_front_page()) { echo do_shortcode( '[vidbg container="#post-252" mp4="Traffic_disco.mp4" webm="Traffic_disco.webm" poster="Traffic_disco.jpg" muted="true" loop="true" overlay="false" overlay_color="#000" overlay_alpha="0.1"]' ); } };Only the alpha seems not to work, but thats no issue for now.
Hi Blake,
thank you for your reply. But i’m not sure how to do that. My homepage is not a static page, but showing the latest 10 posts.
Please advise.
Viewing 4 replies - 1 through 4 (of 4 total)