This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>scope</key> | |
| <string>source.css meta.selector</string> | |
| <key>settings</key> | |
| <dict> | |
| </dict> | |
| </dict> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Theme Name: Flexible-Child (by Slava 2.0) | |
| Description: Child theme for the Flexible theme | |
| Template: Flexible | |
| Version: 2.0 | |
| Author: Slava | |
| */ | |
| @import url("../Flexible/style.css"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Basically, ET doesn’t recommend using Divi at wp.com yet because third party themes allowance on wodpress.com is relatively new and we’re not sure yet whether our themes runs well on wodpress.com due to: | |
| * We don’t have any idea what the server setting is | |
| * No way to test it yet | |
| * We’re under impression that wp.com has unique setting | |
| * We have test sites on most of hosting service but none of the wodpress.com yet. | |
| We’re also under impression that most user who asked this is actually personal plan-tier, not business plan-tier, customer thus they don’t actually have access to custom themes usage - can you please confirm that you are using the business plan and not the personal plan? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-07-15T10:02:44.618Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( function() { | |
| setTimeout( function() { | |
| var youtube = document.querySelectorAll( ".youtube" ); | |
| for ( var i = 0; i < youtube.length; i++ ) { | |
| var source = "https://img.youtube.com/vi/" + youtube[ i ].dataset.embed + "/sddefault.jpg"; | |
| var image = new Image(); | |
| image.src = source; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .youtube { | |
| background-color: #000; | |
| margin-bottom: 30px; | |
| position: relative; | |
| padding-top: 56.25%; | |
| overflow: hidden; | |
| cursor: pointer; | |
| } | |
| .youtube img { | |
| width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="youtube" data-embed="37FJQ9kpbIE"> | |
| <div class="play-button"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian focal contrib" >> /etc/apt/sources.list.d/virtualbox.list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define( 'WP_DEBUG', true ); | |
| define( 'WP_DEBUG_LOG', true ); | |
| define( 'WP_DEBUG_DISPLAY', false ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [10-Feb-2022 00:16:08 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php on line 263 | |
| [10-Feb-2022 01:29:10 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php on line 263 | |
| [10-Feb-2022 01:45:11 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php on line 263 | |
| [10-Feb-2022 01:45:18 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php on line 263 | |
| [10-Feb-2022 01:49:28 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php on line 263 | |
| [10-Feb-2022 01:49:32 UTC] PHP Notice: Undefined property: stdClass::$version in /var/www/wp-content/plugins/woocommerce/includes/admin/class-wc-adm |