gfsweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Drop-down menus not working on subpages?My issue was resolved by changing the following code in my theme’s menu js file:
var $curobj=$(this).css({zIndex: *100*-i})
To:
var $curobj=$(this).css({zIndex: *300*-i})
For those who may have my same problem.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] custom login feature suggestionActually I figured it out by removing the following code from the wp-login.php file…
</div>
<p id=”backtoblog”>/” title=”<?php esc_attr_e(‘Are you lost?’) ?>”><?php printf(__(‘← Back to %s’), get_bloginfo(‘title’, ‘display’ )); ?></p>
<?php } else { ?>
</div>Thought I would post my solution in hopes it helps someone else.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] custom login feature suggestionIm having a 404 not found error when I try this and hit save.
Any suggestions?.. the “Are you lost” really serves no purpose and will just confuse our sales reps when they go to log in.
Thank you 🙂
Same problem here. any solution yet?
Forum: Fixing WordPress
In reply to: Drop-down menus not working on subpages?I am having a similar error:
http://img.photobucket.com/albums/v25/tumblemonkey/Screenshot2011-06-09at45017PM.png
In the above screenshot you can see my menu item is blank it should be the “resort” tab. Does anyone have an idea of why this is happening? (It doesnt do this on the main home page, only the subpages) Also it only does this under the “products” column and if i add any new columns to the right side of that menu item.
I have already inserted:
[suhosin]
suhosin.post.max_vars = 5000 suhosin.request.max_vars = 5000
into my php.ini file.
Forum: Requests and Feedback
In reply to: WP v3.0 Menu Feature Bug@mishimasan I have a similar problem as well but more like 40 some items and it bumps the last item up to the top navigation. Ideas anyone?