#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
How to put video co...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Solved] How to put video controls code in posts

Page 2 / 3 Prev Next
    Last Post
RSS

gilbau
Posts: 38
 gilbau
Topic starter
September 9, 2021 8:51 pm
(@gilbau)
Eminent Member
Joined: 2 years ago

I have done all this and the issue is remaining

I can add that when I edit the post the video appear but disappear when i save the post

 

 

What I have done with deleting all cache at different times

In wprocket in the Never Cache URL(s) list.

wp-admin/options-general.php?page=wprocket#advanced_cache

I add like asked

/my-forum-name/derniers-messages/(.*)
/my-forum-name/(.*)

 

and in wp-admin/options-general.php?page=wprocket#file_optimization

my list of is 

/app/js/api.min.js
feedbackcompany.com/includes/widgets/feedback-company-widget.min.js
snap.licdn.com/li.lms-analytics/insight.min.js
static.ads-twitter.com/uwt.js
platform.twitter.com/widgets.js
/sdk.js
static.leadpages.net/leadbars/current/embed.js
translate.google.com/translate_a/element.js
xfbml.customerchat.js
smartsuppchat.com/loader.js
pinit.js
/gtm.js
fbevents.js
google-analytics.com/analytics.js
ft.sdk.min.js
apps.elfsight.com/p/platform.js
livechatinc.com/tracking.js
pixel-caffeine/build/frontend.js
wp-content/plugins/visitors-online/js/script.js
wp-content/plugins/visitors-online/bws_menu/js/shortcode-button.js
wp-content/plugins/visitors-online/bws_menu/js/c_o_o_k_i_e.js
frontend.js
ajax.js
widgets.js

 

So I added with success

frontend.js
ajax.js
widgets.js

But I cannot add 

wpforo

tinymce

Because these 2 lines disappear when i save

 

 video-ok-when-edited.jpg
3 Replies
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1453
September 10, 2021 10:22 am
Reply togilbaugilbau

@gilbau,

Please give us your website URL.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

gilbau
 gilbau
(@gilbau)
Joined: 2 years ago

Eminent Member
Posts: 38
September 10, 2021 11:33 am
Reply toChrisChris
gilbau

@chris here is the post with the video https://www.vivrenu.com/forum-du-naturisme/postid/2429904/

and the source code of the post is

<p>J'archive la video de brut ici </p>
<p><video controls="controls" width="280" height="auto"><source src="https://download.vivrenu.com/2020_rennes_cyclistes_tout_nus_brut.mp4" type="video/mp4" /></video></p>
<p> </p>
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1453
September 10, 2021 12:21 pm
Reply togilbaugilbau
Chris
gilbau

@gilbau ,

Follow these steps`

  1. Edit the post
  2. Press Source Code Button
  3. Delete the < height: 0PX; > code or make it bigger

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

gilbau
Posts: 38
 gilbau
Topic starter
September 10, 2021 3:00 pm
(@gilbau)
Eminent Member
Joined: 2 years ago

Thank your for your answer,

for this post this is good when I change

but i think there is an another general problem with others video for example like 

https://www.vivrenu.com/forum-du-naturisme/postid/2204970/

with the source code 

<p>[Elite_video_player id="61343"]</p>
<p>ou</p>
<p><video controls="controls" width="100%"><source src="https://download.vivrenu.com/1974_ina_agde_congres_naturistes.mp4" type="video/mp4" /></video></p>

and the short code for elite video player also dont work

 

And in my test website everything is okay with the source code including height="auto" and I dont know why and which difference there is

see at https://test.vivrenu.com/forum-du-naturisme/postid/2204970/

elite video player dont work with wpforo 1.99 but is okay with wpforo 1.96

<p>[Elite_video_player id="61343"]</p>
<p>ou</p>
<p><video controls="controls" width="100%" height="auto"><source src="https://download.vivrenu.com/1974_ina_agde_congres_naturistes.mp4" type="video/mp4" /></video></p>

This test url will be remove soon

Chris
Posts: 1453
 Chris
Admin
September 11, 2021 8:49 am
(@chris)
Support Team
Joined: 12 months ago
Posted by: @gilbau

but i think there is an another general problem with others video for example like 

https://www.vivrenu.com/forum-du-naturisme/postid/2204970/

with the source code 

The same was here, the height was 0px.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

gilbau liked
Chris
Posts: 1453
 Chris
Admin
September 11, 2021 10:17 am
(@chris)
Support Team
Joined: 12 months ago
Posted by: @gilbau

and the short code for elite video player also dont work

If that is a WordPress sort code, you need to activate Enable WordPress Shortcodes in Post Content option from Dashboard > Forums > Settings > Features Tab

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

gilbau liked
gilbau
Posts: 38
 gilbau
Topic starter
September 11, 2021 12:10 pm
(@gilbau)
Eminent Member
Joined: 2 years ago

So i have change all my video codes as

old code
<video controls=\"controls\" width=\"100%\" height=\"auto\">
new code
<video controls=\"controls\" width=\"auto\" height=\"350\">

 

and that works

 

But still remain the elite video shortcode that dont work in wpforo 1.99

https://www.vivrenu.com/forum-du-naturisme/reportages-emissions-tv/1974-08-04-ina-congres-naturiste/

and works in wpforo 1.96

https://test.vivrenu.com/forum-du-naturisme/reportages-emissions-tv/1974-08-04-ina-congres-naturiste/

and yes it is a wordpress video shortcode which is already activated in Dashboard > Forums > Settings > Features Tab

The issue seems not to come from shortcode as i can use other shortcodes like this https://fr.wordpress.org/plugins/photo-gallery/#description

 

2 Replies
Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1453
September 13, 2021 11:16 am
Reply togilbaugilbau

@gilbau,

We will need admin credentials to check why the plugin doesn't work on 1.9.9, please send it to info[at]gvectors.com

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Chris
 Chris
Admin
(@chris)
Joined: 12 months ago

Support Team
Posts: 1453
September 15, 2021 1:36 pm
Reply toChrisChris
gilbau

Our Developers fixed the problem. You can deactivate the credentials that you gave us.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Page 2 / 3 Prev Next
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Petits icons
    2 weeks ago
  • CSS button selectors for pixelyoursite
    4 weeks ago
  • Slight changes to my forum
    1 month ago
  • CSS Color Issue
    3 months ago
  • Hiding or collapsing alt forums
    3 months ago
Topic Tags:  css issue (25), css (52), elite video player plugin (1),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Why doesn't Google index pages?

    By Onurkansan, 6 hours ago

  • Attachments not showing on forums posts after migration

    By Formicid, 2 days ago

  • New Feature About Plugin Customization and Integration

    By z14165899, 3 days ago

  • WordPress Email sending function wp_mail() doesn't work!

    By feassistant, 3 days ago

  • Import users from IPBoard

    By jesusdlg, 4 days ago

  • Intruder signing in to wpforo without approval

    By plaurits, 4 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2195)

Recent Posts

  • RE:

    By Anonymous, 53 years ago

  • RE: Why doesn't Google index pages?

    I did not use any caching plugin. I canceled the cache ...

    By Onurkansan, 3 hours ago

  • RE: Member Reputation with Likes?

    @mpanichi, in wpForo 2.0 you can set Points for One T...

    By Chris, 1 day ago

  • RE: Hide user roles from Members list

    Hi @mpanichi Edit the needed usergroup and disable/un...

    By Chris, 1 day ago

  • RE: Description for each topic?

    @chris That's really too bad. I was ready to send you ...

    By Christine, 2 days ago

  • RE: There are versions of wpforo functions that return string?

    Amazing 👍

    By Marco Panichi, 2 days ago

  • RE: About Plugin Customization and Integration

    Hi @z14165899, Please send your request to sales[at]g...

    By Chris, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,943 Topics
50.3 K Posts
9 Online
48.7 K Members

Latest Post: Why doesn't Google index pages? Our newest member: Magyar Kaszinók Online és Tová... Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation