Title: Major@PG's Replies | WordPress.org

---

# Major@PG

  [  ](https://wordpress.org/support/users/tmajor/)

 *   [Profile](https://wordpress.org/support/users/tmajor/)
 *   [Topics Started](https://wordpress.org/support/users/tmajor/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tmajor/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tmajor/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tmajor/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tmajor/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tmajor/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Cache Location. Omgf_upload_dir and omgf_upload_url filters not working anymore?](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/#post-16864409)
 * No problem, in the meanwhile I created a simple plugin as you suggested, and 
   that way it works like a charm. However I would still prefer the functios.php
   solution, if it will come some day. Please don’t forget to mention it in the 
   change log, if it’s done.
   Thanks again for your advice abut the separate plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Cache Location. Omgf_upload_dir and omgf_upload_url filters not working anymore?](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/#post-16859546)
 * Thanks for the additional info, and for the future effort to make it work through
   a theme’s functions.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Cache Location. Omgf_upload_dir and omgf_upload_url filters not working anymore?](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/cache-location-omgf_upload_dir-and-omgf_upload_url-filters-not-working-anymore/#post-16853982)
 * Well, I tried to trigger that code early as possible, but in a child theme’s 
   functions.php. I’ll try it in a separate plugin, as you suggested, hopefully 
   it will do the job, thanks for the advice. 
   However please consider adding a 
   field on the settings page for the cache directory, I don’t think it would disturb
   anybody. Because it is a cache plugin, I think it is essential for the users 
   to have full control over the cache files including where they are stored, not
   only to be able to delete and recreate them.
    -  This reply was modified 2 years, 11 months ago by [Major@PG](https://wordpress.org/support/users/tmajor/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] SSL problem after upgrade to php 8.1.3](https://wordpress.org/support/topic/ssl-problem-after-upgrade-to-php-8-1-3/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/ssl-problem-after-upgrade-to-php-8-1-3/#post-15611746)
 * Problem solved.
 * The source of the problem was the php.ini for PHP 8.1, and a small difference
   compared to the php.ini for PHP7.4.
 * Somehow the last row of the following content was missing in the new PHP 8.1 
   php.ini file causing a certificate error, because OpenSSL didn’t find the cacert.
   pem.
 *     ```
       [openssl]
       ; The location of a Certificate Authority (CA) file on the local filesystem
       ; to use when verifying the identity of SSL/TLS peers. Most users should
       ; not specify a value for this directive as PHP will attempt to use the
       ; OS-managed cert stores in its absence. If specified, this value may still
       ; be overridden on a per-stream basis via the "cafile" SSL stream context
       ; option.
       openssl.cafile=/usr/local/etc/cacert.pem
       ```
   
 * The Plugin is now functioning normally.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Video (uploaded) playback won’t stop automatically if the popup window is closed](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/#post-11492959)
 * No answer for my ticket yet.. is it forgotten? If you can’t make out a simple
   solution, just send me a short answer that I should not wait for it. I’ll figure
   it out myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Video (uploaded) playback won’t stop automatically if the popup window is closed](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/#post-11489718)
 * No problem, i’ll open a ticket.
 * The content is a simple video player generated by WordPress Editor (classic not
   the Gutenberg-Editor), but I also tried “Videojs HTML5 Player plugin”. Nothing
   special is used here.
 * It is for me clear, that a simple video content with auto play turned on, will
   start immediately and will not stop the playback probably because the whole popup
   content is immediately loaded and stays as a hidden html content in source-code.
   A delayed, dynamic loading of the whole popup content and removing it completely
   form the html source after closing the window as an option for popup events would
   be the perfect solution I think.
    -  This reply was modified 7 years, 1 month ago by [Major@PG](https://wordpress.org/support/users/tmajor/).
    -  This reply was modified 7 years, 1 month ago by [Major@PG](https://wordpress.org/support/users/tmajor/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Video (uploaded) playback won’t stop automatically if the popup window is closed](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/#post-11489218)
 * Please click on the “zum Video” button on the first slide to see the popup window:
   
   [https://hartmann-os.com/](https://hartmann-os.com/) Video playback will start
   in background immediately after the page is loaded, it won’t wait till popup 
   widow is triggered, and won’t stop if it is closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Video (uploaded) playback won’t stop automatically if the popup window is closed](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/)
 *  Thread Starter [Major@PG](https://wordpress.org/support/users/tmajor/)
 * (@tmajor)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/video-uploded-wont-stop-automatically-if-popup-closed/#post-11489064)
 * I must correct myself: auto-play is also a failure. It starts video playback 
   immediately, before the click event.
 * It seems that the reason for all those problems is the preloaded and simply hidden
   content.
 * It would be a nice to have option if one rather dynamically after a trigger event
   wants to load the popup window html code instead of preloading and hiding it.

Viewing 8 replies - 1 through 8 (of 8 total)