Forum Replies Created
-
AuthorPosts
-
Please share a link to your site.
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.
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.
Which theme are you using? Please share a link to your site.
November 28, 2012 at 2:17 pm in reply to: Pre-sale question: Please help with the right theme for my Blog #2098If 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
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.
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.
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.
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.
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.
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.
we get plenty of requests with nothing in there.
Cheers.
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.
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.
-
This reply was modified 5 months, 2 weeks ago by
-
AuthorPosts