halleluuja
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Blank pagesI remember I used to have similar problem once. It happened when no themes were activated.
Forum: Fixing WordPress
In reply to: HTML markup displaying in posts sometimesThis line also needs to be changed:
<param name="allowFullScreen" <a href="https://www.studentnews.ie/topic/value">value</a>="true"></param>
This is correct:
<param name="allowFullScreen" value="true"></param>
Forum: Fixing WordPress
In reply to: HTML markup displaying in posts sometimesI think I finally detected the bug:
<param name="movie" value="https://www.<a href="https://www.studentnews.ie/topic/youtube">youtube</a>.com/v/6AR51Jo2Tmw?version=3&hl=en_US&rel=0"></param>
Change this line to this:
<param name="movie" value="https://www.youtube.com/v/6AR51Jo2Tmw?version=3&hl=en_US&rel=0"></param>
Forum: Fixing WordPress
In reply to: HTML markup displaying in posts sometimesCould you upload the modified page? I still have strong feeling that answer must be somewhere in the HTML.
Forum: Fixing WordPress
In reply to: HTML markup displaying in posts sometimesMaybe this section in the page source has something to to with it:
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_button_email"> <a class="addthis_button_print"> <a class="addthis_counter addthis_pill_style"></a> </div> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f145ae36adbb0be"></script> <!-- AddThis Button END -->
This section has two missing tags and this may cause conflict with that line:
<a href="https://www.studentnews.ie/topic/youtube">youtube</a>
Forum: Fixing WordPress
In reply to: get_post_type function only works on localhostSOLVED!
All I needed to do was simply visit the Settings > Permalinks page on Admin area. That caused the rewrite rules to be flushed — and my plugin became to work like a charm.
Viewing 6 replies - 1 through 6 (of 6 total)