Title: schmax's Replies | WordPress.org

---

# schmax

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] SSL Proxy WP 3.4.2 HTTPS 3.3.6 -> Admin Login Prolbems](https://wordpress.org/support/topic/ssl-proxy-wp-342-https-336-admin-login-prolbems/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/ssl-proxy-wp-342-https-336-admin-login-prolbems/#post-3638717)
 * Great using wp-login.php instead of wp-admin solved also my Login Problem. Thanks.
   
   ==> Perhaps add this remark to FAQ for ohters?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] white editing pages with Strato SSL](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-white-editing-pages-with-strato-ssl/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-white-editing-pages-with-strato-ssl/#post-2977951)
 * Cocodil, thanks for this hint. It helped me a lot.
 * **The good thing: The new version 3.2 of the HTTPS plugin is now also running
   with PHP 5.3 at Strato!**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] HTTPS breaks Visual Editor](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/#post-2970494)
 * Everything okay now, when using the new version 3.2 of this plugin. Also othter
   plugins can be used again in the visual editor.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BirdTIPS] [Theme: BirdTIPS] custom menu changes format and font](https://wordpress.org/support/topic/theme-birdtips-custom-menu-changes-format-and-font/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-birdtips-custom-menu-changes-format-and-font/#post-3088585)
 * [@andrew](https://wordpress.org/support/users/andrew/): Good point. However, 
   my hope that the author of the theme will integrate this for new version. In 
   my view it is currently a bug.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] HTTPS breaks Visual Editor](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/#post-2970493)
 * I know now which plugin caused the trouble. In my case it is “NextGEN Gallery”.
   This plugin inserts an icon in the visual editor. I presume any plugin inlcuding
   links into the visual editor can cause problems because they might not resolve
   the different URLs e.g. when workikng wiht a shared SSL. So in my case deactivating
   NextGEN Gallery made the visual editor work again.
 * For those of you using an older verison (e.g. 2.0.4) of the https plugin: Is 
   this really working together with the plugins you have also installed for the
   new version or might this also be a different set up?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BirdTIPS] [Theme: BirdTIPS] custom menu changes format and font](https://wordpress.org/support/topic/theme-birdtips-custom-menu-changes-format-and-font/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-birdtips-custom-menu-changes-format-and-font/#post-3088548)
 * I’m not sure if we had the same problem. I solved my problem today by changing
   the header.php file. (Design -> Editor -> choose “header.php” on the right list).
 * The problem in my understanding is, that layout for the menu as defined in the
   CSS is only used for 2nd level. In order to use this layout for the whole menu
   the definiton has also to be used for the container class. So I added this to
   the call of wp_nav_menu in the header.php.
 * **In detail:** I replaced in the header.php the old call
    `<?php wp_nav_menu(
   array( 'theme_location' => 'primary' ) );?>`
 * with this one:
    `<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class'
   => 'menu' ) ); ?>`
 * Now I can assign my own generated menu and add it to the Primary Nav Menu of 
   the BirdTIPS Theme and it looks fine.
 * Hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] HTTPS breaks Visual Editor](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/)
 *  [schmax](https://wordpress.org/support/users/schmax/)
 * (@schmax)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-https-breaks-visual-editor/#post-2970492)
 * Same problem again. However, I have two versions with the same version of WP 
   and the Plugin. In one version it is working in the other not. Perhaps there 
   is an interference with other plugins (the main difference between these installations).

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