loyalkng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website keeps redirecting to Deleted pageI fixed the issue. The plugin “redirect” was causing the error… What a headache ??
Forum: Fixing WordPress
In reply to: Website keeps redirecting to Deleted pageBump, do anybody know a solution to this problem?
I tried locating the issue through looking at the .htaccess file, the settings in my wordpress, but I am unable to source out the reason why my website (loyalkng.com) keeps on redirecting to my deleted event page…
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEHmm I just tested your theory out by removing all the side bar buttons “Feature Articles” and such but the site randomly on refreshes still does the same thing, and not only that but the space below the page numbers are always extended. Heres a pic
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEThanks Whooami, I did all that and it seems that the side bar drops only on the home page where the page numbers actually comes into play. I went to my pages where I had only text and oversized images that I manually resized using WP resize tool and the bar seems to be in their right place.
But when I go to my homepage it randomly works and sometimes it just does this for a couple of seconds and returns back to normal. Sometime though it just stays like this.
heres an image: here
Also when the side bar goes back to its place, this happens right under the page numbers: here
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEI found that the error of the coding could be in the navigation.php
<?php if (is_single()) : ?>
<div class=”navigation”>
<p class=”previous” /><?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
</p>
</div><?php else : ?>
<div class=”navigation”>
<p><span class=”older” /><?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
</p>
</div><?php endif; ?>
You guys see any issues?
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEI just fixed a lot of the common errors from 120+ now I am left with only 5 errors, which I thin kare the culprit of the problem. Mainly the “Wp_page_number” one. The problem i have is locating this code in my template or plugin. I use the wp_page_number plugin to remove the next and previous button at the bottom of the body article section to navigate through previous sets of articles. But I have checked all the files and can’t seem to locate this code.. Can anyone walk me through this? Thanks
Also on the TopBlogArea error, I dont fully understand what the issue is here or how to fix it. Thanks
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEThanks Shifuiman, illutic, and whooami! I’ll do my best to clean up some of this mess and i’ll return if this still doesn’t fix the IE7 issue.
Forum: Fixing WordPress
In reply to: My website is not appearing correctly on IEAh thanks for that validator, Although I don’t understand where to locate the coding pieces that I need to edit from that list. Do you have a way to navigate it?