-
AuthorPosts
-
March 18, 2020 at 5:17 am #1193999
Hey, need help real quick on this URL: https://internationalgrandball.com/
If you scroll down the page, you will see a video with the text IGB Promo 2020 at the top left.
I would like to remove that entire smiley section, “IGB Promo 2020” section, and “from Guy Platt”. That would include the black backgrounds as well.
I was able to use display:none while in Inspect Mode, but haven’t been able to isolate the divs in CSS.
Please help.
Thanks,
-DanielMarch 19, 2020 at 4:23 am #1194294Hey Dzimnikov,
Please try the following in Quick CSS under Enfold->General Styling:
#player div.headers { display: none; }
Best regards,
RikardMarch 19, 2020 at 7:16 pm #1194540That didn’t work. Put my log-in details in the private area below:
March 19, 2020 at 7:21 pm #1194548Hi,
This is actually not possible via css. Even though you can adjust in the browser, you would need to do this through the Vimeo API.
Best regards,
Jordan ShannonMarch 19, 2020 at 9:57 pm #1194611Ok, I tried uploading the video, but the upload file size is too big…
How do I change it from 64MB to something higher?
March 20, 2020 at 12:22 am #1194637Hi,
Refer to the following:
https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Best regards,
Jordan ShannonMarch 20, 2020 at 3:38 am #1194661Does Enfold’s function.php page support that code?
I tried, but didn’t seem to work for me. Not sure why.
March 20, 2020 at 1:03 pm #1194779Hi,
It should work in functions.php as far as I know, but you have two more ways you can try if it shouldn’t in the tutorial which Jordan linked.
Best regards,
RikardMarch 20, 2020 at 10:02 pm #1194954I used a plugin to make the size bigger, tried to upload the video, got a “Unexpected response from the server.” error.
March 20, 2020 at 11:26 pm #1194968I figured out how to increase the size.
I was able to upload the video and get the video into the page… was wondering if there was a way to edit the thumbnail image of the video using the native element. Or do I have to find a plugin?
March 21, 2020 at 3:46 pm #1195090Hi,
This is not a native feature. Perhaps the plugin suggested here would help:
https://www.wpbeginner.com/plugins/how-to-add-featured-video-thumbnails-in-wordpress/
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.