karthickr
Forum Replies Created
-
Forum: Plugins
In reply to: [Nooz] Dequeue nooz-basic-css style from unwanted pagesThanks for the support. I have modified a few lines on your code and now it’s working good.
Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Can’t pass data to APIForum: Plugins
In reply to: [All-in-One Video Gallery] Video not playing in detail pageI have deactivated the plugin one by one and checked this issue on our page. But, still, the same black screen is shown on the page.
If I use this shortcode in the description box as like below,
[aiovg_video id=4547 youtube=”https://www.youtube.com/embed/w47PU9ppuF8″%5DThen, Video’s playing fine. Please find the below iframe src URL using the shortcode
<iframe width=”560″ height=”315″ src=”https://localhost:65457/player-embed/id/4547?youtube=https%3A%2F%2Fwww.youtube.com%2Fembed%w47PU9ppuF8″ frameborder=”0″ scrolling=”no” allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” webkitallowfullscreen=”” mozallowfullscreen=”” allowfullscreen=””></iframe>
It should be shown like this
First one is the default black screen as I told already, then the second one, tried by using the shortcode in the description box.
As you are asking the HTML code for this URL https://localhost:65457/player-embed/id/4547, but I clicked the URL in a new tab, it redirected permanently into the new URL as https://localhost:65457/player-embed and shown the black screen with the play icon.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Next and Previous navigation supportThanks for your support.
We will check the demo link and also use the custom post type template.
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video not playing in detail pageWe are not hosted our site in the public domain, we are working in localhost.
Please check the below iframe code for your reference, while clicking the iframe src link, it’s permanently redirected to the player-embed page(like as shared black screen snap).
<iframe width=”560″ height=”315″ src=”https://localhost:65457/player-embed/id/4547″ frameborder=”0″ scrolling=”no” allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” webkitallowfullscreen=”” mozallowfullscreen=”” allowfullscreen=””></iframe>
Forum: Plugins
In reply to: [All-in-One Video Gallery] Video not playing in detail pageThanks for your support.
I have sent the dummy URL for your purpose. But on my page, I have used the valid URL.
For eg:
Video Type: YouTube
Video Link: https://www.youtube.com/watch?v=w47PU9ppuF8Still, I got the same black screen on my window. How can I resolve this?
Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Can’t pass data to APIAfter downloading the plugin, need to keep the below PHP files in a separate folder which is to be named as includes
- class-cf7-api-admin.php
- class.qs-admin-notices.php
- class.cf7-helpers.php
- class.cf7-api.php
And then upload the zip file in WordPress and activate the plugin. Now, the issue has been resolved.