Title: jonahsule's Replies | WordPress.org

---

# jonahsule

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Something may be wrong with WordPress.org or server's configuration](https://wordpress.org/support/topic/something-may-be-wrong-with-wordpressorg-or-servers-configuration/)
 *  [jonahsule](https://wordpress.org/support/users/jonahsule/)
 * (@jonahsule)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/something-may-be-wrong-with-wordpressorg-or-servers-configuration/#post-8389763)
 * Hi I’m using wamp in my local host and i’ve been experincing this error anytime
   i try to upload a new theme or plugin to my wordpress. i need help please.
 * Warning: An unexpected error occurred. Something may be wrong with WordPress.
   org or this server’s configuration. If you continue to have problems, please 
   try the [support forums](https://wordpress.org/support/). (WordPress could not
   establish a secure connection to WordPress.org. Please contact your server administrator.)
   in C:\wamp\www\realestate\wp-includes\update.php on line 479
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating an HTML Vertical Menu on a wordpress post](https://wordpress.org/support/topic/creating-an-html-vertical-menu-on-a-wordpress-post/)
 *  Thread Starter [jonahsule](https://wordpress.org/support/users/jonahsule/)
 * (@jonahsule)
 * [10 years ago](https://wordpress.org/support/topic/creating-an-html-vertical-menu-on-a-wordpress-post/#post-7366155)
 *     ```
       <html>
       <head>
       <style>
       html,
       body {
         font-family: Bell MT, Arial, Helvetica, sans-serif; font-size:15px;font-weight:bold; background-color:#6d6767;text-align: center;
       }
   
       /* define a fixed width for the entire menu */
   
       .navigation {
         width: 100%;
   
       }
   
       /* reset our lists to remove bullet points and padding */
   
       .mainmenu,
       .submenu {
         list-style: none;
         padding: 0;
         margin: 0;
   
       }
   
       /* make ALL links (main and submenu) have padding and background color */
   
       .mainmenu a {
         display: block;
         background-color: #6d6767;
         text-decoration: none;
         padding: 0px;
         color: #fff;
         padding-left:30px;
       padding-top:30px;
       }
   
       /* add hover behaviour */
   
       .mainmenu a:hover {
         background-color: #533c56;
       }
   
       /* when hovering over a .mainmenu item,
         display the submenu inside it.
         we're changing the submenu's max-height from 0 to 200px;
       */
   
       .mainmenu li:hover .submenu {
         display: block;
         max-height: 180px;
       }
   
       /*
         we now overwrite the background-color for .submenu links only.
         CSS reads down the page, so code at the bottom will overwrite the code at the top.
       */
   
       .submenu a {
         background-color: #3b2c37;
       font-weight: normal;
       }
   
       /* hover behaviour for links inside .submenu */
   
       .submenu a:hover {
         background-color: #5f0244;
        font-weight: normal;
       }
   
       /* this is the initial state of all submenus.
         we set it to max-height: 0, and hide the overflowed content.
       */
   
       .submenu {
         overflow: hidden;
         max-height: 0;
         -webkit-transition: all 0.5s ease-out;
       font-weight: normal;
       }
       </style>
       <embed>
       </head>
       <body>
   
       <nav class="navigation">
         <ul class="mainmenu">
   
       <li><a href="http://www.ehiokoedion.com/product/shirt/">SHIRT</a></li>
       <li><a href="#">BLAZER/JACKET</a></li>
       <li><a href="#">ACCESSORIES</a>
             <ul class="submenu" style="font-weight: normal; font-size:12px;">
               </li>
       <li><a href="#">LAPEL PIN</a></li>
       <li><a href="#">CRAVAT/NECKTIE/BOW TIE</a></li>
       <li><a href="http://www.ehiokoedion.com/product/shirt/">SUIT AND TUXEDO</a></li>
       <li><a href="#">TROUSER</a></li>
       <li><a href="">NATIVE</a></li>
       </nav>
   
       </body>
   
       </html>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code has now been damaged by the forum’s parser.]_
 * This is my HTML and CSS code. I need help, actuall want to paste it asside bar.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Problem with installing new themes an pligin](https://wordpress.org/support/topic/problem-with-installing-new-themes-an-pligin/)
 *  Thread Starter [jonahsule](https://wordpress.org/support/users/jonahsule/)
 * (@jonahsule)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/problem-with-installing-new-themes-an-pligin/#post-6663975)
 * ok
    i use wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b 64bits os
 * Thank Samuel B.

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