misabby
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] International shipping like the flat rateanyone????
Forum: Plugins
In reply to: [Regenerate Thumbnails] how to delete completelyand right before i deleted it, i did notice a javascript error/notice pop up. but i didnt really read it. i thought just deleting it would help, but it never completely removed all of the files from my wordpress, as “Regen. Thumbnails” still shows in the tools section
Forum: Fixing WordPress
In reply to: Turning HTML page to wordpress: Trouble Creating Menus@wpyogi I didn’t see your post. sorry. but what do you mean by the WP generated code? My WP “lingo” isn’t up to par, i guess.
[moderated – please respect the few rules here ]
So please excuse me if I offend anyone. But I really dont see the issue.
Forum: Fixing WordPress
In reply to: Turning HTML page to wordpress: Trouble Creating MenusI only put in caps to set apart, rather than just a new paragraph (so you know the key-part of my post), not to “shout.”
And i do not get any errors with those PHP codes. They are pretty irrelevant to me other than knowing it is the base code I need to show the menu’s on my page.
MAIN POINT: I’m trying to figure out how to STYLE the menus. I have them styled how I want in HTML, but with PHP I have no idea how to style them. I’m trying to take my styling from my HTML and apply it to the PHP code so it comes out in the correct font, color, etc. thats what “I NEED TO FIGURE OUT HOW TO CODE THEM SO WHEN I ADD A MENU, IT SHOWS IN THIS STYLE” means!
I have the option to add menus in my theme functions. So I can create menus via wordpress. The navigation-1.php and such I posted is how I’ve been putting them in place. But they are not styled how I want them to by styled. The HTML I posted was the original coding when I made the full page in HTML. I need my PHP code to be styled that way. I dont understand the proper coding for the styling attributes in the PHP
Forum: Fixing WordPress
In reply to: Turning HTML page to wordpress: Trouble Creating MenusI wasnt asking what code was right, wrong, whatever.
My page was fully coded as an HTML website and I am adapting it to wordpress. I posted the HTML coding and asked how do I transform that into a menu’s code to keep my styling.
The PHP I posted I said I got from a copy and paste menu’s “tutorial”. I’m asking what in that PHP code do I edit to make sure my style settings in my HTML is showed in the menu and is consistent with the style of the theme and my style.css file.
THESE ARE THE HTML CODING I CURRENTLY HAVE AND USE ON THE PAGE. THEY ARE JUST PERFECTLY FINE! I NEED TO FIGURE OUT HOW TO CODE THEM SO WHEN I ADD A MENU, IT SHOWS IN THIS STYLE
top nav (horizontal)
<div id="menu"> <ul id="ddmenu"> <li class="page_item page-item-41"><a class="loftmenu" href="/site">Home</a> </li> <li><img src="wp-content/themes/TheLoft/img/arrow_down.gif" alt="TheLoft"/></li> <li class="page_item page-item-74"><a class="loftmenu" href="#">About</a> <ul class="menu2"><li class="page_item page-item-106"><a href="#">Nu~Dé</a></li> <li class="page_item page-item-108"><a href="#">J~Lyte</a></li> <li class="page_item page-item-108"><a href="#">Briscoekidd</a></li> </ul></li> <li class="page_item page-item-90"><a class="loftmenu" href="#">Music</a> </li><li class="page_item page-item-99"><a class="loftmenu" href="#">Contact</a> </li> </ul> </div> </div>
bottom nav (vertical)
<div style="float: left;"> <div id="pages"> <ul id="nav"> <li class="page_item page-item-41"><a href="#">Home</a></li> <li class="page_item page-item-74"><a href="#">About</a></li> <li class="page_item page-item-90"><a href="#">Music</a></li> <li class="page_item page-item-90"><a href="#">Shop</a></li> <li class="page_item page-item-99"><a href="#">Contact</a></li> </ul> </div> </div>
Forum: Fixing WordPress
In reply to: Turning HTML page to wordpress: Trouble Creating MenusOk, now i am not a newbie to this. but this did not explain what i was asking for and if it did, idt you explained it well….