Page flickers when new html5 video loads

Does this all videos have the same height and width? I have just added a height for the video tag and the flickering issue is solved. You can either use a static height or use jquery to add height dynamically at page load.

Custom CSS rule overridden in theme

Based on the comment by @peter-hvd, I found the problem and a workaround. By going to the Computed tab in the DOM and Style Inspector, I expanded the color entry and found that what was taking precedence was an the inline rule .header-bar .menu li a{color:#000000;} As a side-note, I don’t understand why there is … Read more

About copy and paste content and formatting

Paste the content in the visual mode and adjust the line spacing and save it.Avoid the spacing between the lines. if you are pasting the content in editor mode use the html tags properly,avoid the like breaks and spacing between lines , use like these <h4>Lorem ipsum dolor sit amet,<br/> consectetur adipiscing elit</h4> <p>Lorem iscing … Read more