For some reason firefox shows two rss icons whereas IE only shows the one. This is the same with a habitat theme I have as well. is there a reason for this as it would appear to be a firefox issue and how can I correct this. Thanks.
RSS Feed icon
13 posts from 2 voices-
Posted 1 year ago #
-
Hey,
please check your footer.php. It seems like you've an empty a href tag in the social bookmarks section.Posted 1 year ago # -
Ok, what should I have? Thanks
Posted 1 year ago # -
Please post the content of footer.php by using a service like http://pastebin.com - I'll correct the code.
Posted 1 year ago # -
Sorry Dude not sure what to do with pastebin however is this waht you need
<?php //reset wordpress query in case we modified it wp_reset_query(); /** * The footer default dummy widgets are defined in folder includes/register-widget-area.php * If you add a widget to the appropriate widget area in your wordpress backend the * dummy widget will be removed and replaced by the real one previously defined */ ?> <div class='container_wrap styled-border'></div> <!-- ####### FOOTER CONTAINER ####### --> <div class='container_wrap' id='footer'> <div class='container'> <?php //create the footer columns by iterating $columns = avia_get_option('footer_columns'); $firstCol = 'first'; switch($columns) { case 1: $class = ''; break; case 2: $class = 'one_half'; break; case 3: $class = 'one_third'; break; case 4: $class = 'one_fourth'; break; case 5: $class = 'one_fifth'; break; } //display the footer widget that was defined at appearenace->widgets in the wordpress backend //if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php for ($i = 1; $i <= $columns; $i++) { echo "<div class='$class $firstCol'>"; if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - column'.$i) ) : else : avia_dummy_widget($i); endif; echo "</div>"; $firstCol = ""; } ?> </div> </div> <!-- ####### END FOOTER CONTAINER ####### --> <!-- ####### SOCKET CONTAINER ####### --> <div class='container_wrap' id='socket'> <div class='container'> <span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a>'><?php echo get_bloginfo('name');?></a> 2011 <a></span> <ul class="social_bookmarks"> <li class='rss'></a><a>">RSS</a> <?php if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Facebook</a>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a>"; ?> <!-- end social_bookmarks--> </div> </div> <!-- ####### END SOCKET CONTAINER ####### --> </div><!-- end wrap_all --> <?php /* Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ avia_option('analytics', false, true, true); wp_footer(); ?> </body> </html>Posted 1 year ago # -
Yes obviously this line:
<li class='rss'></a><a>">RSS</a>is corrupt. Remove it completely or replace it with the original code.
Posted 1 year ago # -
Thanks for that. I will replace the original code.
Posted 1 year ago # -
Out of interest why is it ok with IE and not with firefox?
Posted 1 year ago # -
Not sure why. This article expresses my feelings for IE: http://9gag.com/gag/204028/
Posted 1 year ago # -
Hi Dude, I have replaced the footer .php file and the problem remains. It only shows to rss icons with firefox and other browsers it is ok. Any thoughts?
Posted 1 year ago # -
Can you create me the admin account again - I'll delete it for you...
Posted 1 year ago # -
Got it sort thanks .
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














