Title: viang's Replies | WordPress.org

---

# viang

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bam] An indent has disappeared after the update](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/#post-15359121)
 * I’m sorry. The problem is in my child theme. This is my first website powered
   by WordPress. I often forget about the settings that are in the child theme. 
   Previously, I used a different cms engine that did not have a child theme. Once
   again I apologize.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bam] An indent has disappeared after the update](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/#post-15253735)
 * You can see the link to my site in another thread: [https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/](https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/).
   At the end of the first post, see: The page I need help with.
    I edited “before”.
   Opened file: `.../wp-content/themes/bam/assets//fonts/css/all.min.css` Fixed 
   css code:
 *     ```
       .fa-user:before {
           content: "\f007";
           margin-right: 11px;  // Added this.
       }
       ```
   
 * PS.: Note the two slashes in the link to the all.min.css file (assets//).
    Maybe
   it’s only on my site due to my modifications… but it’s worth checking.
    -  This reply was modified 4 years, 7 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This reply was modified 4 years, 7 months ago by [viang](https://wordpress.org/support/users/viang/).
    -  This reply was modified 4 years, 7 months ago by [viang](https://wordpress.org/support/users/viang/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bam] An indent has disappeared after the update](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/an-indent-has-disappeared-after-the-update/#post-15172952)
 * Perhaps this problem only appeared for me.
    I will look for the reason …
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 5.8.1 does not show Video Player inside Spoiler HTML5 details](https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/#post-14945011)
 * My assumptions turned out to be correct. The new version of the template has 
   a code that rewrites my CSS to insert a video.
    This problem has been known since
   2019 [https://github.com/…/14257](https://github.com/Automattic/jetpack/issues/14257)
   and continues to occur occasionally, as in my case with the Video Player inside
   the details html5 Spoiler. The problematic part of the code:
 *     ```
       // Scale based on ratio, thus retaining proportions.
       video.style.width = iTargetWidth + 'px';
       video.style.height = ( video.dataset.origheight * ratio ) + 'px';
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 5.8.1 does not show Video Player inside Spoiler HTML5 details](https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wordpress-5-8-1-does-not-show-video-player-inside-spoiler-html5-details/#post-14937333)
 * I found part of the problem. It is css related. The Element Style unknown to 
   me overwrites mine: width 100%; and height 100%; in an iframe, video.
    If I add**!
   important** to the width and height, then the video player reappears in the spoiler
   like it did before. I used to have WordPress 5.6.1 installed on HAMPP and everything
   worked fine there. After I upgraded to WordPress 5.8.1 and updated all themes,
   I got this problem with showing the player in the spoiler html5 details. The 
   correct solution would be to find the styled code that blocks my width and height.
   Perhaps the theme I’m using is to blame? The theme has been updated with new 
   versions several times.
    -  This reply was modified 4 years, 11 months ago by [viang](https://wordpress.org/support/users/viang/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bam] The footer file does not work in the Child theme](https://wordpress.org/support/topic/the-footer-file-does-not-work-in-the-child-theme/)
 *  Thread Starter [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/the-footer-file-does-not-work-in-the-child-theme/#post-13020745)
 * I apologize, this error is on my site. I think it is in the .htaccess file. I
   added some prohibitions in htaccess and maybe one of them blocks the correct 
   operation of footer.php in a child theme.
    I created a child theme on XAMPP and
   there the footer.php file works well if I use the default htaccess file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] Sitemap Doesn’t show Page titles](https://wordpress.org/support/topic/sitemap-doesnt-show-page-titles/)
 *  [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/sitemap-doesnt-show-page-titles/#post-11686802)
 * Read this page: [New format. At the end of the FAQ](https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme Authenticity Checker (TAC)] Abandoned?](https://wordpress.org/support/topic/abandoned-88/)
 *  [viang](https://wordpress.org/support/users/viang/)
 * (@viang)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/abandoned-88/#post-11663487)
 * Today installed the TAC plugin on WP5.2.2. It seems still working, although it
   has not been updated for a long time. You can test it yourself on XAMPP. Install
   the ColorMag theme Version: 1.3.9 from ThemeGrill and you will see how many hidden
   links are there. [Photo: My TAC Plugin Test](https://prnt.sc/o5ehb9)
    -  This reply was modified 7 years, 2 months ago by [viang](https://wordpress.org/support/users/viang/).

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