Forum Replies Created
-
AuthorPosts
-
ewscos
Member1. no
2. yes that is an option.
the videos are only one part of the contentewscos
MemberWe would be registering the videos in wordpress via the plugin ftp to media and self hosting them. We could consider putting them on youtube or vimeo and streaming them that way as well. We currently have a video player displaying them with links to individual videos as here:
http://invention-protection.com/ip/inventor_resources/video.asp
Thank you in advance for your suggestions!
ewscos
MemberI noticed the page is displaying correctly in Opera and Microsoft edge, but not firefox or chrome...
ewscos
MemberHere's a screen shot of what I'm seeing in Google Chrome:
Thank you so much for looking!
Regards, Ed Sandersewscos
MemberI figured out that I needed to leave the front page widget 1 area blank and that moved the secondary menu up to where we wanted it.
ewscos
MemberI see that the change has affected your navigation menu, just add this to your custom css:
.genesis-nav-menu a {
color: #000;
}To change your nav links to black...
ewscos
MemberFound this class and if you change it so it should get rid of the black background...
.site-header.dark {
background-color: #FFF;
}Hope it helps. Cheers, Ed Sanders
ewscos
MemberI need to see your css, can you make the site go live so we can see the code it's putting out? Your site is sitting on the landing page from the install. The code to style the header would be like this:
.site-header {
background-color: #FFF;
}Hope it's what you need, but I can't tell without seeing your site...
ewscos
MemberJust realized, if you change the background-color, you'll also need to change the color to something dark:
.solid-section , .image-section .widget-area {
background-color: #FFF;
color: #000;
}ewscos
MemberYou might try checking out the Genesis Club Lite plugin, it has a top bar module that would do what you want:
ewscos
MemberHello,
Are you a using custom css module? I use jetpack with custom css module, it adds a css file to your page after the default stylesheet loads, and all you have to do is the changes you want, not copy the entire css code. Here is what I would try using altitude pro theme, just go to Appearance/Custom Css and add this code:
.solid-section , .image-section .widget-area {
background-color: #FFF;
}You may need to install the jetpack plugin, just enable the custom css module in the settings and you are good to go. Then paste the above code in your custom css.
ewscos
MemberHello, I was able to set this up for my site in the genesis settings, under navigation, primary navigation extras set to Search Bar, then just remove the search widget from your right header widget. My site is at http://jimmmccord.com and we have the search enabled this way in the nav header. You may need to enable the navigation panel of settings under the Screen Options button at the top of the genesis settings page…
If you want to style the search box itself like I did and make rounded corners, that is just some custom css added to the input element. I use jetpack custom css module to do this, rather than mess with the theme’s stylesheet code.
input { border-radius: 25px;}
ewscos
MemberThis reply has been marked as private. -
AuthorPosts