Title: iGudi's Replies | WordPress.org

---

# iGudi

  [  ](https://wordpress.org/support/users/igudi/)

 *   [Profile](https://wordpress.org/support/users/igudi/)
 *   [Topics Started](https://wordpress.org/support/users/igudi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/igudi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/igudi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/igudi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/igudi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/igudi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site doesn’t load properly in IE, unless I “power refresh”](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [9 years ago](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/#post-9140424)
 * In regards to the unclosed IMG tag, this solved that:
    1. Edit this file template.
   twig. 2. In this location: /wp-content/plugins/sitepress-multilingual-cms/templates/
   language-switchers/legacy-list-horizonta/ 3. Simply add the closing tag for the
   element in line 13 like this:
 * `<img id="my-id" class="{{ css_classes_flag }}" src="{{ language.flag_url }}"
   alt="{{ language.code }}" title="{{ language.flag_title }}"/>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site doesn’t load properly in IE, unless I “power refresh”](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [9 years ago](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/#post-9139663)
 * I changed the following
 * `<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />`
 * to
 * `<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />`
 * It seems to have helped, also disabled w3c temporary, so no caching messes up
   the testing.
 * Can anyone else force the error, so the forms do not display?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site doesn’t load properly in IE, unless I “power refresh”](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [9 years ago](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/#post-9137069)
 * I still have to quick-pres F5 to get it to show the forms. Emptying cache doesn’t
   change the behavior.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site doesn’t load properly in IE, unless I “power refresh”](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [9 years ago](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/#post-9136593)
 * added `charset="utf-8" type="text/javascript"` to the <script> that has no tag
   below, this solved the validation, but forms still do not display.
 *     ```
       <!--[if lte IE 8]>
       <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
       <![endif]-->
       <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
       <script>
         hbspt.forms.create({ 
           portalId: 'removed-my-id',
           formId: 'removed-this-id'
         });
       </script>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site doesn’t load properly in IE, unless I “power refresh”](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [9 years ago](https://wordpress.org/support/topic/site-doesnt-load-properly-in-ie-unless-i-power-refresh/#post-9136445)
 * Hi Sinip
    Thank you for the input.
 * Fixed the error by removing BOM tag and closing an  tag and removing an tag in
   the widget. This fixed the layout – nice!
 * So I’m left with the WPML language switcher looking wierd (also giving validation
   error because of unclosed img tags) – but still more inportant – the whole Hubspot
   Form part is stilling missing in IE.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing Emoji code from header](https://wordpress.org/support/topic/removing-emoji-code-from-header/)
 *  [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/removing-emoji-code-from-header/#post-6054102)
 * My site stopped validating after the update, but after enabling the “Disable 
   Emojis” my site once again validated at W3
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Link to Facebook] [Plugin: Add Link to Facebook] You do not have permission to post in this group](https://wordpress.org/support/topic/plugin-add-link-to-facebook-you-do-not-have-permission-to-post-in-this-group/)
 *  [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-add-link-to-facebook-you-do-not-have-permission-to-post-in-this-group/#post-2742114)
 * I didn’t quite get the fix?
 * I have a group, and when i post something on my wordpress blog, the post is added
   to my facebook group propperly.
 * Also when someone add a comment on our facebook post, the comment is added to
   my wordpress post.
 * However, when someone add a comment on my wordpress post, i recieve an error:
   Add Link to Facebook – Weekendtur: Add comment: Facebook error: You do not have
   permission to post in this group.
 * Been thru the FAQ several times, but maybe I’m missing something.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [The perfect title](https://wordpress.org/support/topic/the-perfect-title/)
 *  Thread Starter [iGudi](https://wordpress.org/support/users/igudi/)
 * (@igudi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/the-perfect-title/#post-1751404)
 * Thanks to [this page ](http://www.tammyhartdesigns.com/tutorials/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/)
   i have now made a working title.
 * Could someone please validate this?
 * <title><?php if($post->post_parent) { $parent_title = get_the_title($post->post_parent);
   echo $parent_title; echo ‘ · ‘; ?> <?php } ?><?php wp_title(”); ?><?php if(wp_title(‘‘,
   false)) { echo ‘ · ‘; } ?><?php bloginfo(‘name’); ?></title>

Viewing 8 replies - 1 through 8 (of 8 total)