Forum Replies Created
-
AuthorPosts
-
TomboParticipant
The AgentPress specific fix also worked. Anyone looking to modify the theme instead of core should do the following...
Using FTP or a web based file manager open the functions.php file.
Next, find and remove the following line:
require_once( get_stylesheet_directory() . '/lib/style.php' );
Add the following code to functions.php:
//* Create additional color styles add_theme_support( 'genesis-style-selector', array( 'agentpress-gray' => __( 'AgentPress Gray', 'agentpress' ), 'agentpress-green' => __( 'AgentPress Green', 'agentpress' ), 'agentpress-red' => __( 'AgentPress Red', 'agentpress' ), 'agentpress-tan' => __( 'AgentPress Tan', 'agentpress' ) ) );
Note: I added the last section to the end of the file.
I hope that helps.
I want the old forums back!!!
TomboParticipantThat worked! Thanks! I did receive one through support I am going to try as well. That one is theme specific for AgentPress.
I want the old forums back!!!
TomboParticipantI am having the same issue and it was suggested that it may be a plugin. If you can list your plugins I can see what we have in common and maybe we can figure it out by deduction.
I want the old forums back!!!
TomboParticipantI have to agree with apt513. The old forum system was so much better. Great, you want people to have direct access to you for support. I like that, but the old forums were so much better for community discussion and as apt513 pointed out ideas/fixes can be theme specific and should be in a theme specific forum.
One of the things I loved most about StudioPress was the community forums that you had. I could go to the forum for the theme I was researching, find ideas/fixes pertaining specifically to that theme and if I needed help or had a question the community was involved. On that same note, I would reply to others if I had an answer and the SP team had none. If I found something I thought was wrong, I'd post a fix without anyone asking such as the continued errors with the xml files on updated themes.
I dunno, simply put... I say leave the downloads in the portal, allow people direct access through the portal, leave the old forums with the disclaimer you have in the new... that you may or may not get an answer. What's there to manage if your people are doing tickets only?
I get a bad feeling that things just won't be the same nor as good from a community perspective.
Just my 2 cents worth.
I want the old forums back!!!
-
AuthorPosts