Forum Replies Created
-
AuthorPosts
-
June 30, 2014 at 10:19 am in reply to: Listen Live / Streaming Audio Feature For Radio Website #112104
Seth
MemberSeth
MemberTJD,
Are you editing the stylesheet from within the dashboard editor, or via a local copy which you're then uploading via FTP? The later is definitely the preferred way, especially if you every make any PHP changes, and not just CSS.
All that being said, try changing the other instances to see what happens, you can always change it back. And as jhguynn mentioned above, always delete your cache after making changes to insure they'll show up.
Seth
MemberGo to your stylesheet and find line 1842. You should see the following:
.sidebar .searchform { padding: 5px 0 0 0; }Add:
float: right;to that section and it should fix it for you.
Seth
MemberDepends on what kind of server you're on. If a shared server such as Godaddy or Host Gator, I typically use Backup Buddy, but there are several other options in the WP repository as well.
Seth
MemberIf you're worried about file size, I'd recommend downloading Image Optim, as it will strip out unnecessary info that can increase the file size. http://imageoptim.com. I run every image through it before uploading and it has drastically cut down on load time due to large images.
Seth
MemberWe built a radio station site a couple years ago and just linked directly to the feed via a text box in the header widget area. http://owensborocatholicradio.com/ Not sure if that's much help, but I think stations can differ in the type of feed they produce.
Seth
MemberSeth
MemberWill do. I'm leaning towards using Multi-site, but will be looking at other options as well. Thanks again for the suggestion.
Seth
MemberSeth
MemberYou can duplicate the landing page template, name it 'sales' or something similar, make any required changes, FTP it to the theme folder, then add the necessary styling to your stylesheet. Whenever you want to use that template for a page, just choose it from the options in the page editor. Make sense?
Seth
MemberI added this to the functions file and seems to have fixed the issue.
/** Remove the post image */
remove_action( 'genesis_post_content', 'genesis_do_post_image' );However, the featured images on the archive page are not all the same size. Anyone have an idea why that is?
Seth
MemberThanks Eliz. No, we didn't do the logo, John Thompson from Zebra Graphics did. He's amazing. If you need logo/graphic work, I highly recommend him. He created our current logo, and we've worked together on several client projects.
Seth
MemberOpps, you're right! Here's the site: http://www.bestkyradiology.com/
Seth
MemberOops! You're right, I forgot the link! Here it is: http://www.bestkyradiology.com/
Seth
MemberTry deactivating all your plugins and re-saving the settings. It could be that there is a plugin conflict. What theme are you using, by the way? Also, could you post a link to your site?
Seth
MemberSeth
MemberHi Dorian, thanks for the feedback. For whatever reason, the client was quite content as is. But I you might be right, using a little more Oswald could help it stand out a bit.
Seth
MemberSeth
MemberThe theme was actually designed to align left like that. The client really liked that feature since it's so different. I prefer symmetry, so it took a little getting used to, but it does stand out!
Seth
MemberThanks Len, they were both fun projects to work on, challenging as well because both site owners are graphic designers by trade (and I'm not!), so they were somewhat particular about how things should look. At least, more so than my normal small business clients:)
-
AuthorPosts