nickthegeek

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 486 total)
  • Author
    Posts
  • in reply to: Minimum Theme 2.0 IE8 #2105

    nickthegeek
    Keymaster
    Post count: 596

    Please share a link to your site.

    in reply to: Community support fears #2103

    nickthegeek
    Keymaster
    Post count: 596

    In help desk we are generally answering questions about technical and usage issues. We want to make sure that new users and those with technical problems don’t fall through the cracks (they were in the old system in a big way). We have always relied on an amazing community to help with customization questions. So if the question is basically “how do I change …” then it comes to the Community Forums so the Community can help and benefit. Even if we had the time to write up custom code for each request it just doesn’t make sense because the community can often provide better answers for custom changes and when someone else is looking for something similar they will be able to find it here, but not inhelp desk.

    • This reply was modified 5 months, 2 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 2 weeks ago by  nickthegeek.
    in reply to: Multisite use case #2101

    nickthegeek
    Keymaster
    Post count: 596

    I use multisite for development. I do not host for clients so I don’t deal with anything like that.

    That said, one huge advantage to multisite if you are building the site and hosting is you can limit the themes, their ability to edit the themes, and the plugins. So if you are building, hosting, and maintaining then it might be a good solution for you. If you build it and then give it to the client so they can use it, like I do, then it just doesn’t make sense.

    WordPress.com hosts tons of blogs that have little in common. They use domain mapping and generally have a great service.

    in reply to: New To Genesis. Featured Image help. #2099

    nickthegeek
    Keymaster
    Post count: 596

    Which theme are you using? Please share a link to your site.


    nickthegeek
    Keymaster
    Post count: 596

    If you ever stumble across my design or personal blog you will find I am using a very lightly modified version of Streamline (well maybe a bit more modified that it looks on the surface). I’ll be sticking with that for a while because I really love the look/feel of Streamline. But that is a personal thing

    in reply to: How to add code to your post in these forums? #2097

    nickthegeek
    Keymaster
    Post count: 596

    Right now we are looking for a better solution. <code> is the way to code (the the HTML editor) but you cannot have line breaks between lines. That breaks. We are working with some top notch folks to get a working solution that not only benefits us but the WordPress/bbPress community.

    in reply to: Featured Widget Amplified Bug? #1799

    nickthegeek
    Keymaster
    Post count: 596

    This is the first time I’ve heard of this. I don’t experience this. You might disable your other plugins to see if one is affecting it.

    in reply to: Featured Widget Amplified help #1798

    nickthegeek
    Keymaster
    Post count: 596

    Jeffery,

    It isn’t super hard, it can be done via the hooks system built into the plugin. I’m not aware of one that does this already.

    in reply to: Excerpts on some pages / full posts on others #1794

    nickthegeek
    Keymaster
    Post count: 596

    There are a few ways to do this. One solution is to use a custom conditional action like


    add_action( 'genesis_before', 'child_conditional_actions' );
    function child_conditional_actions() {
    if( is_page_template('page_blog.php') ) {
    remove_action( 'genesis_post_content', 'genesis_do_post_content' )
    remove_action( 'genesis_post_content', 'genesis_do_post_image' );
    add_action( 'genesis_post_content', 'the_content' );
    }
    }

    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    • This reply was modified 5 months, 3 weeks ago by  nickthegeek.
    in reply to: Outreach Theme Header Not Displaying #1793

    nickthegeek
    Keymaster
    Post count: 596

    Glad it is working. Next time please leave a URL so ti is easier for us to see what is happening. Also, this is a question you could submit to us via my.studiopress. Thanks.

    in reply to: Can't buy through my.studiopress ??? #1792

    nickthegeek
    Keymaster
    Post count: 596

    Carsten,

    We have been crazy busy in support today. Lots of people buying on the last day of the sale. Please make sure you log into your account first. If it still does not work or you do not have a my.sp account please try a different browser. Thanks.

    in reply to: Support ticket with non-standard url #1791

    nickthegeek
    Keymaster
    Post count: 596

    we get plenty of requests with nothing in there.

    in reply to: URGENT!! In Need Of Support #1675

    nickthegeek
    Keymaster
    Post count: 596

    Cheers.

    in reply to: URGENT!! In Need Of Support #1672

    nickthegeek
    Keymaster
    Post count: 596

    Sorry you have not heard back from us. I just checked and I do not see multiple unanswered requests. It is likely that the requests were responded to but caught in a spam filter. Please whitelist @copyblogger.com and check your spam folder. Thanks.

    in reply to: 404 errors on main nav pages #1534

    nickthegeek
    Keymaster
    Post count: 596

    Try using a different browser when you aren’t logged in. See if that makes a difference. If so please disable all of your plugins and test.

Viewing 15 posts - 391 through 405 (of 486 total)