Forum Replies Created
-
AuthorPosts
-
bluedaisygraphics
Participantupdated genesis and it fixed itself
bluedaisygraphics
Participantthank you Victor for your help.
when i changed the color in the turquoise theme it changed it everywhere.. is there a way to isolate just the color for the header?January 11, 2016 at 5:23 pm in reply to: changed theme to Enterprise pro, header and menu disappeared #176264bluedaisygraphics
Participanti updated the plugins and it worked.. thanks for your help.
January 11, 2016 at 4:45 pm in reply to: changed theme to Enterprise pro, header and menu disappeared #176262bluedaisygraphics
Participanti get this error
Warning: preg_grep() expects parameter 2 to be array, null given in /home/content/16/8451116/html/wp-content/themes/genesis/lib/admin/editor.php on line 39Warning: Illegal offset type in /home/content/16/8451116/html/wp-content/themes/genesis/lib/admin/editor.php on line 39
Warning: Illegal offset type in /home/content/16/8451116/html/wp-content/themes/genesis/lib/admin/editor.php on line 40
Warning: preg_grep() expects parameter 2 to be array, null given in /home/content/16/8451116/html/wp-content/themes/genesis/lib/admin/editor.php on line 40
Warning: Illegal offset type in /home/content/16/8451116/html/wp-content/themes/genesis/lib/admin/editor.php on line 40
January 11, 2016 at 4:19 pm in reply to: changed theme to Enterprise pro, header and menu disappeared #176258bluedaisygraphics
ParticipantThanks for your help. I followed the setup instructions.
Will try the men again but the header image I recreated and uploaded to this themes specs
And that search bar and button are not in any ofmy widgets. why it's there is another problemSuzanne
bluedaisygraphics
Participantwhat plugin? I am having the same problem
November 4, 2015 at 9:58 am in reply to: Balance theme I want the feaured left and featured right on the home page #170148bluedaisygraphics
Participantok.. thanks so much for your help..
i think i want to add featured left and right widgets to my static page instead.
so i can have the circles..
is there a way to do that?cause I can't figure out how to add those circles to the home page where the blog posts were?
November 4, 2015 at 9:42 am in reply to: Balance theme I want the feaured left and featured right on the home page #170145bluedaisygraphics
Participantso comment out is like this...
<?prep /*add_action( 'genesis_loop', 'child_grid_loop_helper' ); */?>bluedaisygraphics
ParticipantThanks you for this post! helped me, easy fix!
bluedaisygraphics
Participantthank you!
bluedaisygraphics
Participantthanks Robin!
September 18, 2013 at 12:58 pm in reply to: Agency theme home left, center, right span entire screen #63256bluedaisygraphics
Participanttried coping clean files from my agency zip and the widgets still span entire screen
any other ideas?thanks
bluedaisygraphics
ParticipantI want them to appear on the home page as
home slider
home welcome
thanks for your help!bluedaisygraphics
Participantso cut and paste one before the other?
/** Register widget areas */
genesis_register_sidebar( array(
'id' => 'home-welcome',
'name' => __( 'Home Welcome', 'agency' ),
'description' => __( 'This is the welcome section of the homepage.', 'agency' ),
) );
genesis_register_sidebar( array(
'id' => 'home-slider',
'name' => __( 'Home Slider', 'agency' ),
'description' => __( 'This is the slider section of the homepage.', 'agency' ),
) );
genesis_register_sidebar( array(
'id' => 'home-left',
'name' => __( 'Home Left', 'agency' ),
'description' => __( 'This is the left section of the homepage.', 'agency' ),
) );
genesis_register_sidebar( array(
'id' => 'home-middle',
'name' => __( 'Home Middle', 'agency' ),
'description' => __( 'This is the middle section of the homepage.', 'agency' ),
) );
genesis_register_sidebar( array(
'id' => 'home-right',
'name' => __( 'Home Right', 'agency' ),
'description' => __( 'This is the right section of the homepage.', 'agency' ),
) ); -
AuthorPosts