schmax
Forum Replies Created
-
Great using wp-login.php instead of wp-admin solved also my Login Problem. Thanks.
==> Perhaps add this remark to FAQ for ohters?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!
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
In reply to: [BirdTIPS] [Theme: BirdTIPS] custom menu changes format and font@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.
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
In reply to: [BirdTIPS] [Theme: BirdTIPS] custom menu changes format and fontI’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.
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).