Forum Replies Created
-
AuthorPosts
-
Bryan HadawayKeymaster
Update:
#menu nav ul li:hover ul li a, nav ul ul li:hover ul li a, nav ul ul ul li:hover ul li a { border-top: 1px solid #666; margin-left: -2%; padding-left: 7%; width: 100%; }
To:
#menu nav ul li:hover ul li a, nav ul ul li:hover ul li a, nav ul ul ul li:hover ul li a { border-top: 1px solid #666; margin-left: -2%; padding-left: 7%; width: 100%; max-width: 170px; }
We’re adding:
max-width: 170px;
Bryan HadawayKeymasterWhoops, forgot about the other part of your question.
People in real estate love IDX so I’d start your search here:
Bryan HadawayKeymasterAdd:
margin-left: -4px;
So altogether:
#menu nav ul li a { border-right: 1px solid #fff; color: #fff; display: inline-block; font-size: 82%; line-height: 200%; margin-left: -4px; padding: 0 1%; text-transform: uppercase; }
I’m actually looking to sell GroundWork if you might be interested in simply outright owning it? Feel free to take a look:
https://flippa.com/5395534-4-established-and-live-wordpress-themes-bundle
Thanks
Bryan HadawayKeymasterColorSnap is actually owned by someone else now. Not seeing a clear way to ask for support with them, but you may contact them here:
http://thememags.com/contact-us/
Thank you.
July 18th, 2015 at 6:02 PM in reply to: Jquery fade-in fade-out effect to main menu mouse hover #3723Bryan HadawayKeymasterActually, we can get away with this more easily using CSS3.
#menu nav ul li a { transition: opacity 0.25s ease-in-out 0s; } #menu nav ul li a:hover { opacity: 0.5; }
That’s the gist of it and you can change up the settings from there.
Bryan HadawayKeymasterGroundwork is already responsive to an extent. In terms of updating it with more responsive capability and popular responsive design features, sorry, I have no intention of making any updates to it at this time.
Bryan HadawayKeymasterI don’t see why there would be any vulnerability or compatibility issues. Are there some issues you’ve specifically run into?
Bryan HadawayKeymasterThe theme is still there:
https://wordpress.org/themes/groundwork/
It just hasn’t been updated in over 2 years (hasn’t really needed to be) and WordPress has a system in place to caution that themes and plugins this old might no longer be operational although in this case it is.
There are no media queries in GroundWork.
Bryan HadawayKeymasterOff the top of my head I’m not sure, you might have better luck here:
https://wordpress.org/support/plugin/contact-form-7
Sounds like you might be looking for an AJAX form, this might do the trick:
Bryan HadawayKeymasterSite’s in maintenance mode.
Bryan HadawayKeymasterPlease start a separate topic for this and please share the URL and more details on what the issue is.
Thank you.
Bryan HadawayKeymasterYou’re welcome.
Bryan HadawayKeymasterYou’ll want to add the following HTML to your header.php or a child theme header.php:
<div class="header-third header-third-1"> PHONE # HERE </div> <div class="header-third header-third-2"> LOGO CODE HERE </div> <div class="header-third header-third-3"> SEARCH CODE HERE </div>
You’ll then want to add the following CSS to your style.css or a child theme style.css:
.header-third{width:31.3%;margin:1%;float:left} .header-third-1{text-align:left} .header-third-2{text-align:center} .header-third-1{text-align:right}
Bryan HadawayKeymasterWelcome. :)
Bryan HadawayKeymasterAre you asking me if Bootstrap can be incorporated into GroundWork?
Yes, you could of course do this manually, but you might prefer using something like:
-
AuthorPosts