Forum Replies Created
-
AuthorPosts
-
wpspeak
MemberI think this is doable with CSS. Have you tried targeting the right class for date and author name to positioning them?
September 3, 2014 at 8:37 pm in reply to: What do you think about this 'Interior Designer's' site? #122703wpspeak
MemberThe logo need some padding at the bottom. You might want to increase the height of the header section
wpspeak
MemberGlad that solved the problem. May I know what widget/plugin caused that problem?
wpspeak
MemberI know fitvids.js works well on 'most' videos but no sure about Amazon S3. If you're looking for a WordPress plugin, you might want to use FitVids for WordPress. Also, recently Jetpack just add a new feature that will make video responsive
wpspeak
MemberHi,
From style.css of your theme, I can see this
.pagination a { background: none repeat scroll 0 0 #ddd; display: inline-block; height: 15px; margin: 0 5px 0 0; width: 15px; }
Please remove the height and width attributes and that should fix it.
wpspeak
MemberHi,
Welcome to the Genesis Community.
The purpose of using visual composer is to help you easily setup a custom layout for any of your page without any coding knowledge. As far as I know, the plugin works on pretty much any WP theme. You may keep using it even after you've switched to Genesis. Depending on the layout you've built using the plugin, you may want to set the layout to 'full width layout" for that page.
May 20, 2014 at 7:28 pm in reply to: How to add a section in the Appearance Customize Screen #106106wpspeak
MemberNever built something like this before but few weeks ago I found something that could be useful. Here's the link https://github.com/copyblogger/genesis-customizer
wpspeak
MemberSomething like from Ambiance Pro theme?
http://demo.studiopress.com/ambiance/
wpspeak
Memberwpspeak
MemberNot sure about the first problem, but when you use excerpt (Read More), WordPress will strips all the HTML (links, bold text etc)
wpspeak
MemberThis is a bit hacky I guess.
Have you tried this plugin http://wordpress.org/plugins/global-body-mass-index-calculator/ ? Looks much easier. Once you've activated the plugin, you may use [gbmicalc] shortcode in your post or page.
Hope this helps
wpspeak
MemberThe easiest way is to use plugin. Have you tried http://designsbynickthegeek.com/plugins/genesis-responsive-header ?
I'm using this for one of my clients site, works great so far.
wpspeak
MemberHi groovyliving.
1. Do you want to swap the position of the content from content - sidebar to sidebar - content? If that the case, it can easily be done by changing the layout from Genesis settings page from your dashboard.
2. Look from #wrap from your style.css file.
Change the background from background: #fff; to
background: rgba (255, 255, 255);
background: rgba (255, 255, 255, 0.7);The first one is for fallback for browser that does not support opacity. The 0.7 is parameter for opacity.
This tool might be useful for you http://www.css3maker.com/css-3-rgba.html
wpspeak
Memberwpspeak
Memberwpspeak
MemberHave you check out the setup page of the Modern Porfolio theme? http://my.studiopress.com/setup/modern-portfolio-theme/#widget
<div class="alignleft">Are you interested in a brilliant website that is mobile responsive and will convert?</div><div class="alignright">Hire Me Now</div>
wpspeak
MemberHave you tried this plugin? http://wordpress.org/plugins/wp-admin-bar-removal/
wpspeak
MemberI think I've done this before and it's not that hard.
Btw, here's a tutorial that might be useful http://wpsites.net/web-design/modify-post-info-genesis/
wpspeak
MemberHi JamesDunn,
This should be easy. The search result page has a class of .search
So you could use something like this
.search .post-info .time {
display: none;
}
wpspeak
MemberDo you want to create a page for category archive? You don't have to as WordPress already has this.
Posts > Categories > Hover to the category you'd like to edit and you'll see an "Edit" link. Click on it > You'll see a text-field to insert the description of the category.
To view the category archive, here's the link
yourdomain.com/category/your-category
-
AuthorPosts