rbennett

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Ad Blocker #35011

    rbennett
    Participant
    Post count: 18

    Thanks, Robin!

    in reply to: Ad Blocker #34934

    rbennett
    Participant
    Post count: 18

    Thanks, Robin, Thanks, Anitac.

    Ad blocker is a plugin for browsers not a wordpress plugin.

    I knew that the problem was that the nav background was built into the body background.  I did make the nav background with the stripes and it will pull up but the body background still stays there so it looks all wonkie.

    Trying to figure out how to make the entire body background pull up if the page/content pulls up.

    Any ideas?

    Thanks,

    Robin

     

    in reply to: Freelance – Genesis Featured Post Widget #29924

    rbennett
    Participant
    Post count: 18

    Thank you.  I tried that but I put it under #home-top .featuredpost .post img instead of #home-top .featuredpost .post.

    It’s those little things.

    Thank you. Thank you. Thank you.

    in reply to: Offsets #22530

    rbennett
    Participant
    Post count: 18

    Sorry just now saw your response. Kept checking back and wasn’t getting any answers and just now got back to it.

     

    Yayyyyyyyyyyyyyyyyyyyy — your suggestion works

     

    thank you!

    in reply to: Receiving Warnings on Genesis/Lifestyle #16369

    rbennett
    Participant
    Post count: 18

    Wanted to update this for my fix just in case someone missed my other post.

    Called Godaddy and they reset the permissions on my hosting account and said it could take from one hour to 24 hours, but it fixed it in 5 minutes.

    Hopefully, this can help someone else.

    Robin

    in reply to: Scandir Permission Denied on Genesis/Innovative #16359

    rbennett
    Participant
    Post count: 18

    Finally, got it fixed. Kept googling it and one person said it had to do with PHP so I decided to call Godaddy back again and asked them to reinstall PHP. They said they could not reinstall PHP, but they would reset the permissions on the hosting account and said it could take from one hour to 24 hours, but it fixed it in 5 minutes.

    Hopefully, this can help someone else.

    Pays to be persistent, and I really, really appreciate your help, Anita.

    Thank you.
    Robin

    in reply to: Scandir Permission Denied on Genesis/Innovative #16355

    rbennett
    Participant
    Post count: 18

    Godaddy is the host. Yes, I did a manual install myself by deleting wordpress and reinstalling. Then did an install of wordpress from Godaddy’s site as well.

    Thanks for your help.

    in reply to: Scandir Permission Denied on Genesis/Innovative #16346

    rbennett
    Participant
    Post count: 18

    Thanks. I changed the plugin folder to Plugin-Old but still get the error messages.

    I called the hosting company and confirmed that the file permissions were set to 755 on the wp-includes folder and the class-wp-theme.php file.

    Still getting same error messages.

    Really appreciate your help.

    in reply to: Scandir Permission Denied on Genesis/Innovative #16216

    rbennett
    Participant
    Post count: 18

    I changed the file permission to 755 and that didn’t work and then tried 775 and that didn’t work. Also tried 777.

    in reply to: Receiving Warnings on Genesis/Lifestyle #16204

    rbennett
    Participant
    Post count: 18

    Getting the same thing on Innovative theme. When I activate the TwentyTen theme, it is fine but when I reactivate this theme, I get this message also. Did a FRESH install of WP 3.5.1 and did a FRESH install of Genesis 1.9. Did a FRESHinstall of Innovative and still get this messge..

    Warning: scandir(/home/content/50/9072750/html/wp-content/themes/genesis) [function.scandir]: failed to open dir: Permission denied in /home/content/50/9072750/html/wp-includes/class-wp-theme.php on line 980

    Warning: scandir() [function.scandir]: (errno 13): Permission denied in /home/content/50/9072750/html/wp-includes/class-wp-theme.php on line 980

    Warning: Invalid argument supplied for foreach() in /home/content/50/9072750/html/wp-includes/class-wp-theme.php on line 983

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/50/9072750/html/wp-includes/class-wp-theme.php:980) in /home/content/50/9072750/html/wp-includes/pluggable.php on line 876

    in reply to: Home.php Not Working #12148

    rbennett
    Participant
    Post count: 18

    Figure out that I need to ad this

    add_action( 'pre_get_posts', 'child_change_home_query' );
    function child_change_home_query( $query ) {
    if( $query->is_main_query() && $query->is_home() ) {
    $query->set( 'posts_per_page', '6' );
    }
    }

    instead

    in reply to: Home.php Not Working #12147

    rbennett
    Participant
    Post count: 18

    Added this to functions.php file

    add_action( ‘pre_get_posts’, ‘child_change_home_query’ );
    function child_change_home_query( && $query ) {
    if( $query->is_main_query() && $query->is_home() ) {
    $query->set( ‘posts_per_page’, ’6′ );
    }
    }

    and get this Error message

    Parse error: syntax error, unexpected ‘;’ in /home/content/41/9844641/html/wp-content/themes/focus/functions.php on line 25

    in reply to: How to make the the footer full width #3566

    rbennett
    Participant
    Post count: 18

    The OLD FORUM refers everybody to this page – http://genesistutorials.com/genesis-structural-wraps-creating-a-full-width-genesis-child-theme/

    But I have tried it and can’t seem to figure it out either.

Viewing 13 posts - 1 through 13 (of 13 total)