To fix the Page Styling Issue
Add the following just before the </head> tag
<b:if cond='data:blog.pageType == "static_page"'>
<style>.cstyle, .js-kit-rating {display:none !important;}
.post-outer {height:100% !important;padding:5px;}</style>
</b:if>
Demo
To fix the Page Title Issue
The page title that you would have entered in the Title box in the Post Editor is not visible.
In the Edit HTML of the Page add the following Code at the top
<h2 style="font-family: Chelsea Market;" >TITLE</h2>
Replace TITLE with the respective title of the Page
Also Pages don't support videos as the JavaScript is specifically written for posts only. Changing it to accommodate the pages into it will be very time consuming.
Alternatively you can add video via the Video option present in the Post Editor.
I think this addresses all the issues present, In case you are facing any problems please feel free to share
0 comments:
Post a Comment