funt565
Forum Replies Created
-
I’m trying to get back to the problem. Videos are still not displayed on a site that is a version with a different language.
I returned to version 1.4, but I understand that this does not solve the problem, especially since I am going to purchase a paid version of the plugin.The URL of the poster and video are present in the page code, but the video is not displayed. The connection of the player is somehow lost.
Unfortunately I can not provide a link to the site, this is adult content.
I have a guess that this is a limitation of the free version, when the plugin thinks that the video was added from an external source and does not display it.
Confirm or disprove my guess.
And if possible, how can I apply for private support?Thanks, this solved the problem but revealed a new one.
I will create a new topicAs I can see, the developers are in no hurry to answer.
Well, I’ll answer myself.
To avoid errors with redirecting and linking to a site without https, add the following lines to wp-config:define('FORCE_SSL_ADMIN', true); if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
Forum: Plugins
In reply to: [WP Super Cache] Comments are not addedThe anti-spam plugin is indeed installed, but it was not the case.
https://www.ads-software.com/plugins/kama-spamblock/I reset my caching settings to default, then exclude the home page from caching.
Now everything is ok, the problem is solved.
Maybe someone else will use this solution.
Thank!It’s a pity, but the problem repeated itself on another of my projects.
After the update, the plugin “lost” the URL of the video file and poster.<div style=”margin:0px auto; width:100%;”>
<video crossorigin playsinline class=”player602f032e4039e”
controls
poster=””
>
<source src=”” type=”video/mp4″>
Your browser does not support the video tag.
</video>
<script type=”text/javascript”>
const players602f032e4039e = Plyr.setup(‘.player602f032e4039e’, {
fullscreen:{ enabled: true, fallback: true, iosNative: true },
controls:[‘play-large’, ‘play’, ‘progress’, ‘current-time’, ‘mute’, ‘volume’, ‘captions’, ‘settings’, ‘pip’, ‘airplay’, ‘fullscreen’, ‘download’]
});
</script>
</div>`
`
https://prnt.sc/100aevhversion 1.4
Forum: Reviews
In reply to: [W3 Total Cache] Not good, but not bad eitherCan you please share more details about this so we can improve the feature?
This is clearly seen when looking at the page code. W3 Total Cache leaves blank lines and tabs. Autoptimize hardlines the code into a line, which allows us to conclude that Autoptimize optimizes html better.
Yes, W3 Total Cache has a lot of settings for advanced configuration. Did you found the number of settings overwhelming or the UI of the plugin?
W3 Total Cache, unlike WP Super Cache, does not have a simple “Optimize” button without an in-depth study of the settings. I have over 10 years of web development experience, but the W3 Total Cache settings gave me some trouble.
More precisely, it would be much easier not to go into details, but to immediately get the result. And later, learn more about how the plugin works.Can you also please clarify this statement as I am not sure what you mean about this.
During installation, the plugin reported that read/write permission was changed to the /wp-content/plugins directory.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Error 404OK. So far I have created an empty /wp-content/plugins/envira-gallery-lite/assets/css/blocks.editor.build.css file and made a redirect.
Thank you, we are waiting for the update.Forum: Plugins
In reply to: [Yoast SEO] OG Image Not Showing Facebook. Yoast.The conflict between og:image and og:image:secure_url
Wow! It `s Magic! Thank!
Forum: Plugins
In reply to: [Autoptimize] Error 404 in logThanks!
Forum: Plugins
In reply to: [IP Geo Block] Похоже плагин сдохСори, все работает. Тему можно удалять. Настройки плагина совсем не простые, но все работает отлично!
The problem was solved as follows: a dump of the database was uploaded to the new site, then
UPDATE wp_options SET option_value = REPLACE(option_value, 'https://oldsite.com', 'https://newsite.com') WHERE option_name = 'home' OR option_name = 'siteurl';
query was executed through Phpmyadmin. The “Better Search Replace” plugin was installed. With its help, it was possible to correctly rewrite the new URLs, including in the table used by Envira.Good luck!
That’s exactly what I did. Used the function of mass replacement. Example: site1.com -> overwrite in a database dump on site2.com
What is my mistake and what is the best way to transfer a site with a plugin to a new domain?
UP
I still have backups, this is not a problem, just tell me the correct way- This reply was modified 5 years, 1 month ago by funt565.