Luis Supfort
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to change “via” and “mailed-by”??This is NOT resolved, not even close, so please don’t mark it as resolved. Contact form does not solve this successfully. 6 months and not solution for this.
Forum: Plugins
In reply to: [Featured Video Plus] Disable or Eliminate controls=”controls”***** SOLUTION TO THIS PROBLEM *****
NOTE: Unfortunately CSS does not works for this, so I ended up not changing the plugin, please if anyone has a better solution please share.
This is not the best solution as I need to change the media.php file from WordPress but for me is a small price I am willing to pay.
To eliminate controls inside the video tag go to /wp-includes/media.php
And find this PHP code around line 2580 or so:
$html .= sprintf( '<video %s controls="controls">', join( ' ', $attr_strings ) );
and just change it to this
$html .= sprintf( '<video %s>', join( ' ', $attr_strings ) );
Make a backup and every time you update WordPress, remember this small change as you will need to change it back
- This reply was modified 8 years, 1 month ago by Luis Supfort.
- This reply was modified 8 years, 1 month ago by Luis Supfort.
- This reply was modified 8 years, 1 month ago by Luis Supfort.
Forum: Plugins
In reply to: [Featured Video Plus] Disable or Eliminate controls=”controls”For those CSS classes to work that you offered in your solution, they have to be inside an HTML element and inside the “Featured Video Plus” HTML Markup. There is no such thing inside this plugin, so I don’t know how you came out with that solution, I do appreciate your help though but that does not apply to this.
Forum: Plugins
In reply to: [Featured Video Plus] Disable or Eliminate controls=”controls”This does not works, now my question is how are you getting those CSS clases? You can check the HTML Markup and there is no CSS rules affecting or creating this control bar. So this is kind of non-sense without you getting me wrong of course…:)…do you have an screenshot where you can see the CSS Classes affecting this control bar on this plugin?
Forum: Plugins
In reply to: [Featured Video Plus] youtube hide controlsAnyone has an answer on this?
How can we eliminate this attribute from the VIDEO TAG –> controls=”controls”
That’s the one making showing the controls
UPDATE
For new testings.
I installed a new WordPress site with everything fresh.1. WordPress is a fresh install.
2. Plugins are all of them fresh install.BUT
The problems keep doing the same.
TEST MODE works great even with the fake Credit Card information.
LIVE MODE does not works. It just keep looping and send the timeout error
- This reply was modified 8 years, 4 months ago by Luis Supfort.
I meant the problem is that the gateway just keep looping and does not redirect anywhere.