Forum Replies Created
-
AuthorPosts
-
Joseph Lee
MemberOh, if I hook five div tags in the genesis_header, will they appear in document order in the same order that they were listing in the function?
Joseph Lee
MemberThat is easy for you. You can look at the source and know if it is credible. Earlier I had two sources that cited two different ways of doing something. I needed help to figure out which way to do what I wanted to do.
I get what you mean though.
Joseph Lee
MemberSoZo, THANKS!!! I have been trying to figure out how to force a layout in a template! I asked you that question earlier and you didn't give me this link, shame on you! haha, I am so much happier now with Genesis.
Joseph Lee
MemberI agree with the original poster though. The fact the widget doesn't have core social networks is just awkward.
Joseph Lee
MemberThat plugin is bugged. You can change the color in the plugin, but then after awhile it goes back gray. If you go in to the widget, the colors can be set it just won't show the color, it will be gray. If you uninstall then reinstall, it will take on the colors until it just stops working again and goes gray.
Joseph Lee
MemberYou know what, never mind.
There is no reason to provide good customer support. This is not a continual fee basis. I understand that. Perhaps someone at Genesis should consider a subscription with better support. I really regret having purchased the framework. There is no community.
Joseph Lee
MemberI expected a one line response. I thought it would at least answer my question.
The forum support is depressing. Is there no community on this framework?
Joseph Lee
MemberIt is worth mentioning, I removed simple sidebar, deactivated and deleted. Somehow when I reloaded it, it had saved all the sidebars from earlier.
Joseph Lee
MemberI had to uninstall everything then reinstall it all. It's working now. Thank you anitac for attempting to help.
Joseph Lee
MemberThis is a Genesis plugin problem...
Joseph Lee
MemberThe BuddyPress Template Pack will guide you through the process of manually editing your existing theme. It comes with a step-by-step guide and involves copying the BuddyPress template files into your theme. This option requires knowledge of CSS and HTML. You will need to tweak the new templates to match your existing theme.
Choose this option (go to Appearance ?’ BP Compatibility after setup is complete)
There is no BP Compatability under Appearance. I have looked everywhere.
January 28, 2013 at 3:38 pm in reply to: How would I make a login that displays a different menu? #15723Joseph Lee
MemberThis reply has been marked as private.January 28, 2013 at 2:25 pm in reply to: How would I make a login that displays a different menu? #15673Joseph Lee
MemberHow does one "log in to" wordpress? I don't know where my site offers that to my visitors? I know there are settings in the wordpress back office that dictate people "signing in" are merely subscribers.
btw, thanks for always helping me Sozo.
Joseph Lee
MemberSoZo, thank you for your continued assistance. The problem has been resolved thanks to you. I've also learned quite a bit.
I greatly appreciate your assistance. I also enjoyed your websites thoroughly. Pursuit of Happiness is an excellently designed page. I definitely learned a few css tricks from that page. Thanks!
Joseph Lee
MemberIs there anyone else that might be able to assist me with this theme? I don't see where these qoutes are that would effect my code.
I really need help. I am about to give up on genesis. I don't feel like I should have to go in and modify their "ready to go code" 🙁
Someone please help
Joseph Lee
MemberI don't see where I included the fancy qoutes. The code isn't working though.
Do you see fancy qoutes in my second code post?
Joseph Lee
MemberWhat are fancy qoutes?
Thank yo uso much for helping me by the way
Joseph Lee
Memberimminentwebdesign.com
I dont have such a plugin, BUT this code doesn't work! I used ctrl+shift+r to clear cashe.
Joseph Lee
MemberI tried this code. I figured, home-top-1 sidebar is showing up on the front page, but sidebar 2 isn't. This still doesn't work though.
/**
* Conditionally add Home Top #1 (home-top-1) sidebar and WP-Cycle.
*/
function enterprise_home_top_helper() {echo '<div id="home-top-bg"><div id="home-top"><div class ="wrap">';
if ( is_active_sidebar( 'home-top-1' ) ) {
echo '<div class="home-top-1">';
dynamic_sidebar( 'home-top-1' );
echo '</div><!-- end .home-top-1 -->';
}if ( is_active_sidebar( ‘home-top-2′ ) ) {
echo ‘<div class=”home-top-2″>’;
dynamic_sidebar( ‘home-top-2′ );
echo ‘</div><!– end .home-top-2 –>’;
}
echo '</div><!-- end .wrap --></div><!-- end #home-top --></div><!-- end #home-top-bg -->';}
-
AuthorPosts