Forum Replies Created
-
AuthorPosts
-
Anthony
ParticipantI removed the third level when I couldn’t solve the problem. It began after you guys gave me a fix for the child element opening to the left of the parent menu items instead of the right. I can put it back up if you’d like.
Anthony
ParticipantAny advice on getting the child elements to only display on hover? For instance, the Systems&Solutions->Readers automatically displays the 3rd child element.
Anthony
ParticipantSort of 🙂 Thanks for the reply. wordpress has been very interesting so far. Like there wpautop function. Is there an easy work around to keep the service section empty? And maybe remove all of the underline on hover? Thanks so much guys. You’ve been awesome in your responses. Definitely will come back to you guys for themes.
Anthony
ParticipantThat and I think one of the last things is making the submenus open to the right of the main nav instead of the left. 🙂 Thank you so much for all of your reply guys, and providing this theme. 🙂
Anthony
ParticipantThank you for all of yoru replies. I got the menu to work out. I ended up using the wrong foundation file. I was only using it for a couple components and didn’t put the gutted version in the directory. 🙂 So Thank you for that.
Gave up on mega menu, looked cool but didn’t work properly.
Have another question for you too unfortunately. Trying to take away the text-decoration of all of the links on the homepage for hover. The navigation menu as well as the services section. Thank you again!!! You guys have been great.
Anthony
ParticipantStill the same thing unfortunately
Anthony
ParticipantHey thanks for the reply again. Another minor issue now witht he child theme. I’ve created the child theme, the only thing I’ve put in it is the functions.php and style.css file. the link is above and you can see what the mobile menu is doing now. Any tips would be much appreciated.
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘bizlight-pro’, get_template_directory_uri() . ‘/style.css’ );
}
?>Anthony
ParticipantNevermind Created the child theme. 🙂
Anthony
ParticipantHello Mr. Support team. The site temp URL http://66.147.244.96/~bridgga7/
I guess where I was going with the editing, is you’re already including the JS and CSS files for bootstrap to each page. When I am editing the page, can I type up bootstrap divs and will that simply suffice and still be okay to update, assuming you don’t update the actualy bootstrap version.
Anthony
Participant.navbar-fixed-active{background-color:rgba(200, 200, 200, 0.9) !important;}
#masthead{background-color:rgba(255, 255, 255, 0.9) !important;}
Not sure which you are referring to but try these out in the custom css. Change the rgba to whichever you would like. Play with them and see which changes you want.
Anthony
ParticipantAlso I see this was built on bootstrap. I am new to wordpress and was wondering if when I edit a “page” in the wordpress panel, can I hard code bootstrap divs and functionality? Or where would I put this?
Anthony
ParticipantSweet. Worked perfect. Thank you for your responses. 🙂
Anthony
ParticipantThank you. 🙂
Anthony
ParticipantI got this one 🙂 Thank you
-
AuthorPosts