Title: esilk's Replies | WordPress.org

---

# esilk

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/esilk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/esilk/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Zigaform - Form Builder Lite] Configuration Issues](https://wordpress.org/support/topic/configuration-issues-2/)
 *  [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/configuration-issues-2/#post-10607901)
 * I am using this plugin and that is an unfair rating to give because you didn’t
   read the instructions. You have to have an email field in your form to set the
   customer email. Just saying that it’s so simple and not a reflection of the plugin
   at all.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Second WordPress Installation in Sub-directory](https://wordpress.org/support/topic/second-wordpress-installation-in-sub-directory/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/second-wordpress-installation-in-sub-directory/#post-8249351)
 * Thanks Mark, but that did not work either.
    Here is the url: [http://www.milnerheights.ca/lattice-interactive/](http://www.milnerheights.ca/lattice-interactive/)
 * I tried this in both the htaccess in the root and in the sub-directory and neither
   worked:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /lattice-interactive/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /lattice-interactive/index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * Could it be something in the existing/root htaccess? I’m really not familiar 
   with this…
    -  This reply was modified 9 years, 9 months ago by [esilk](https://wordpress.org/support/users/esilk/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Second WordPress Installation in Sub-directory](https://wordpress.org/support/topic/second-wordpress-installation-in-sub-directory/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/second-wordpress-installation-in-sub-directory/#post-8248563)
 * I also tried this in the .htaccess of the sub-directory and it also did not work:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Content – H5P] Image Hotspots: Fields not appearing in admin](https://wordpress.org/support/topic/image-hotspots-fields-not-appearing-in-admin/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/image-hotspots-fields-not-appearing-in-admin/#post-7408692)
 * This is running on a Windows server
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Interactive Content – H5P] Image Hotspots: Error Uploading Background Image](https://wordpress.org/support/topic/image-hotspots-error-uploading-background-image/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/image-hotspots-error-uploading-background-image/#post-7408285)
 * Updated file permissions to resolve this
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Portfolio Gallery] Filter page by category](https://wordpress.org/support/topic/filter-page-by-category/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/filter-page-by-category/#post-7292325)
 * Thanks Labcat – would you be available to hire to do this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Social Icons in Mobile Menu](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/#post-6924967)
 * I updated the links using the permalink function and it seems to work just fine:
 *     ```
       <div class="menu-main-navigation-container">
       <ul id="primary-menu" class="nav-menu">
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="<?php echo esc_url( get_permalink(12) ); ?>">Residential</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="<?php echo esc_url( get_permalink(14) ); ?>">Commercial</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="<?php echo esc_url( get_permalink(16) ); ?>">About</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="<?php echo esc_url( get_permalink(18) ); ?>">Blog</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="<?php echo esc_url( get_permalink(20) ); ?>">Contact</a></li>
       <li id="menusocial" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-999"><span class="followus">Follow Us </span>
       <a href="<?php echo get_option('facebook'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/facebook.png" alt="Like us on Facebook" /></a>
       <a href="<?php echo get_option('twitter'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/twitter.png" alt="Follow us on Twitter" /></a>
       <a href="<?php echo get_option('instagram'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/instagram.png" alt="Instagram" /></a>
       </li>
       </ul>
       </div>
       ```
   
 * CSS is unchanged from the above – which is added to the /* Small Menu */ block
   in the twentythirteen style.css.
 * I also renamed the theme folder to “boulevardgroup” so that it won’t be affected
   by future updates.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Social Icons in Mobile Menu](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/#post-6924963)
 * [http://boulevardgroup.ca/dev/](http://boulevardgroup.ca/dev/)
    I managed to 
   hard code it but its not the most elegant solution:
 *     ```
       <div class="menu-main-navigation-container"><ul id="primary-menu" class="nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="http://boulevardgroup.ca/dev/index.php/residential/">Residential</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="http://boulevardgroup.ca/dev/index.php/commercial/">Commercial</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="http://boulevardgroup.ca/dev/index.php/about/">About</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="http://boulevardgroup.ca/dev/index.php/blog/">Blog</a></li>
       <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="http://boulevardgroup.ca/dev/index.php/contact/">Contact</a></li>
       <li id="menusocial" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-999"><span class="followus">Follow Us </span>
       <a href="<?php echo get_option('facebook'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/facebook.png" alt="Like us on Facebook" /></a>
       <a href="<?php echo get_option('twitter'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/twitter.png" alt="Follow us on Twitter" /></a>
       <a href="<?php echo get_option('instagram'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/instagram.png" alt="Instagram" /></a>
       </li>
       </ul></div>
       ```
   
 * CSS:
 *     ```
       li.menu-item-999 {
       		padding: 12px 20px 12px 20px;
       }
   
       .toggled-on .nav-menu .menu-item-999 li > a,
       .toggled-on .nav-menu .menu-item-999 a {
       	color: #fff;
       	display:inline !important;
       	padding: 15px 3px 15px 3px;
         margin:0 !important;
       }
   
       span.followus {
         padding-right:15px;
       }
       ```
   
 * I’m open to suggestions if there is a better way
    Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Social Icons in Mobile Menu](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/social-icons-in-mobile-menu-1/#post-6924961)
 * It’s a modded twentythirteen theme
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822791)
 * Awesome Samuel – that works perfect. Thanks so much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822562)
 * Adding the javascript fixed the sort order for countries, but now the Select 
   Country option is down the list instead of first:
    [http://electricsilk.com/dev/loewen/index.php/dealers/](http://electricsilk.com/dev/loewen/index.php/dealers/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822559)
 * [Electric Silk Dev Page](http://electricsilk.com/dev/loewen/index.php/dealers/)
 * Actually the FTP failed and when the file is replaced, there is nothing in the
   list…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822555)
 * Samuel – here is the pastebin link:
 * pastebin dot com/wx8n6Crv
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822554)
 * I see now when I look at the source it’s using the two letter code for the country,
   and Spain is ES and United Kingdom is GB, so that is why they are listed after
   Estonia and not in the correct place.
 * Still not sure how to fix it though…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort array by Country Name not Country Code](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/)
 *  Thread Starter [esilk](https://wordpress.org/support/users/esilk/)
 * (@esilk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-array-by-country-name-not-country-code/#post-6822553)
 * electricsilk dot com/dev/loewen/index.php/dealers/

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/esilk/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/esilk/replies/page/2/?output_format=md)