Ty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar Code Helpalchymyth,
Thank you very much, simply changing the get_sidebar to ‘about’ made the widgets on that page to immediately update. That must have been the issue.
I really appreciate the quick help!
Forum: Themes and Templates
In reply to: Comment Callback ErrorAlmost forgot, if this helps any. Line 1336 from comment-template.php:
if ( !empty($args['callback']) ) { call_user_func($args['callback'], $comment, $args, $depth); return;Forum: Themes and Templates
In reply to: Menu Will Show Up In Header.php, but CSS not taking effectIn my HTML mock-up page the menu appears and acts just fine..just not sure why when I add the exact code to WP it just looks like a list? Quite frustrating!
Forum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSok, problem solved…thank you much
Forum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSwell you made an excellent suggestion about the linear gradient, but I am still not sure what I am doing wrong on the line height issue? The height of both menus is noticeably different, but I thought my CSS has both at 30px? Not sure.
Thank you for helping me AndrewForum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSnow for the line height, do you know what section I should edit to make both sites have identical menu height?
Forum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSok, I tried to adjust the linear and it did make a difference, looks much better!
Forum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSWell I am trying to apply only to the list items and sub-list items, I may have placed the linear code under to many of the access div’s?
Ideally the look of five distinct menu items with border-radius rounded corners would be great. As of now, it is just one large purple bar, and the border radius is only noticeable on hoverForum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSUsing linear gradient’s:
background: #5F0161; /* Show a solid color for older browsers */background: -moz-linear-gradient(#5F0161, #0a0a0a);
background: -o-linear-gradient(#5F0161, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5F0161), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#5F0161, #0a0a0a);
Almost all the CSS is identical, I just can’t get the visual separation between each item or get the menu height to be identical.
Forum: Themes and Templates
In reply to: Can't get HTML website menu to match WordPress menu- CSSYah, that was the ultimate goal, so a visitor clicking in from the html would really even notice it went to a wordpress install.