FAT Media

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 58 total)
  • Author
    Posts
  • in reply to: What do you think about this theme? #39707

    FAT Media
    Participant
    Post count: 42

    I’d be a little concerned about that one. It’s hard to say without seeing the back-end code but it looks pretty screwed up on the front end. Not only is he  loading his own version of  jQuery, which is a pretty bad idea all by itself… He’s not even dequeueing the version in WordPress core.

    You’d probably be better off sticking with themes that have been endorsed by StudioPress or at least using ones that are built by developers who have a reputation for quality.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: SEO effect of sub-menu items? #37969

    FAT Media
    Participant
    Post count: 42

    My general opinion on dropdowns is that they are shit. They are shit for a lot of reasons, one of which is that they’re not ideal for SEO*.

    People severely underestimate the value of siloing their site. Think about it like this:

    Google wants relevancy in everything that you do. Is it relevant to have a link to damn near every page of your site on every page of your site? If you have a section on your site about cars, why would you link to it from the section of your site about dogs? I’m not sure why you’d have a site with sections about dogs and cars, but you get the idea.

    Dropdowns also water down your linkjuice. If you’ve got 10 menu items plus 5 or 6 dropdowns for each you’ve got 60-70 links on every single page before you even get into your content. That’s not good.

    Here’s a pretty good guide on how to create a siloed website: http://scratch99.com/wordpress/wp-seo/siloing/

    *I’m sure plenty of people will disagree with me on this. That’s fine. My opinion is based on my own testing/experience as well as data that’s been published all over the web. If you think dropdowns are great for SEO, awesome. Keep using them.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    • This reply was modified 3 weeks, 6 days ago by  FAT Media.
    • This reply was modified 3 weeks, 6 days ago by  FAT Media.
    in reply to: Insert Columns using a Hook and Responsive #32227

    FAT Media
    Participant
    Post count: 42

    The short answer to this is yes. You could definitely do that. Bill Erickson outlines how to create a better, easier grid loop using column classes in this post:  http://www.billerickson.net/a-better-and-easier-grid-loop/

    What you’re talking about is similar to what he’s doing there. If the content that you wanted to include was static, it would be even easier to include. You’d just need to set up some conditional statements to include your content on the pages/sections that you wanted.

    If you need some help figuring it out, let me know and I’ll give you a hand.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!


    FAT Media
    Participant
    Post count: 42

    The procedure will be little different depending on how you are  gathering the info. I can probably write up a tutorial for both GravityForms and Genesis E-News Extended and post it to my blog if that would help. I’ll try to get to it this weekend.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!


    FAT Media
    Participant
    Post count: 42

    Hey Susan,

    If you need some help with this, ping me on Skype. Username is the same as my Twitter handle. :)


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Need Primary Menu & Header Alignment Help Quattro Theme #29559

    FAT Media
    Participant
    Post count: 42

    Shan,

    If you like you can send me a message through this form. Send your Skype name and I’ll add you to help diagnose the rest of your issues. http://youneedfat.com/contact/


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Need Primary Menu & Header Alignment Help Quattro Theme #25382

    FAT Media
    Participant
    Post count: 42

    My general rule for margins is only use them as a last resort. You will save yourself a lot of cross-browser debugging time if you just use padding whenever you possibly can.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Need Primary Menu & Header Alignment Help Quattro Theme #25375

    FAT Media
    Participant
    Post count: 42

    eightcrazy – I’m not sure if this is what you mean or not but if you’re talking about the menu breaking as the site scales, a quick fix would be to do something like  this:

    https://gist.github.com/fatmedia/5131359


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Need Primary Menu & Header Alignment Help Quattro Theme #25371

    FAT Media
    Participant
    Post count: 42

    Alright, I think I’ve caught the majority of the problems and put them here:

    https://gist.github.com/fatmedia/5131287

    You can click the revisions link to see what I changed.

    There’s definitely still some issues with your CSS. I also may have missed some stuff when copying the styles over. It’s difficult to do without being able to refresh to check, but this should at least get you started.

    If you still have trouble, I’d be happy to give you a hand cleaning the rest of it up if you can provide me with access.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Need Primary Menu & Header Alignment Help Quattro Theme #25360

    FAT Media
    Participant
    Post count: 42

    Shan,

    You’ve got some major issues with your CSS on this. I can fix it, but it would be difficult to go through all the changes one-by-one.

    Would you feel comfortable giving me access to your site temporarily?


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Issues with custom header #22120

    FAT Media
    Participant
    Post count: 42

    The reason this is happening is because #wrap has a background color of #fff.

    The easiest way to fix this is to add the following to your functions.php file:
    /** Move #header outside of #wrap */
    remove_action( ‘genesis_header’, ‘genesis_do_header’ );
    add_action( ‘genesis_before’, ‘genesis_do_header’ );

    You may have to add some CSS rules for your header once you do that because it will no longer be constrained by the #wrap element.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!


    FAT Media
    Participant
    Post count: 42

    Something like this should do the trick for the categories widget:

    .widget_categories .widget-wrap {
    background: #CCE8FF;
    padding: 20px;
    }


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: Genesis Compatibility With My Wishlist Member #22111

    FAT Media
    Participant
    Post count: 42

    Wishlist member SUCKS. I mean it really REALLY sucks. It conflicts with genesis in a number of ways and is just generally annoying to work with,

    They encrypt all of their plugin files so the only way to interact with the plugin is using their limited API.

    You might want to check out http://www.memberpress.com/and http://pippinsplugins.com/tag/restrict-content-pro/ as alternatives.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: How to remove /category/ from URLs? #18579

    FAT Media
    Participant
    Post count: 42

    Sam,

    Yes, Yoast will integrate with Genesis effortlessly. Yoast uses Genesis for his own site. http://yoast.com/


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

    in reply to: How to remove /category/ from URLs? #18111

    FAT Media
    Participant
    Post count: 42

    Probably the easiest way is to install Yoast’s WordPress SEO plugin. http://wordpress.org/extend/plugins/wordpress-seo/

    It’ll help your site in a lot of other ways and there’s a built in function to strip the /category/ from your permalinks.


    CEO + Lead Developer at FAT Media. Hit me up on Twitter!

Viewing 15 posts - 1 through 15 (of 58 total)