Lisa at OG

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • in reply to: Share button plugins – Page Errors in IE #17237

    Lisa at OG
    Participant
    Post count: 39

    We always like to do an HTML Validation and get our clean bill of health. I hate to see error messages even if they are not affecting our functionality. Great minds think alike – I have done exactly that and left messages for the respective plugins. Thanks Anita.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Share button plugins – Page Errors in IE #17213

    Lisa at OG
    Participant
    Post count: 39

    Hey Anitac, what do you mean by it’s an issue that would be resolved by Facebook?


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com


    Lisa at OG
    Participant
    Post count: 39

    Thanks to both of you for the input. Much appreciated.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #14340

    Lisa at OG
    Participant
    Post count: 39

    To check for  plugin conflicts: “deactivate your plugins one-by-one until you find the one that is conflicting”. If none are, then move on to looking for errors in your code. It’s always good to do this anyways. I’d recommend http://www.w3schools.com/web/web_validate.ASP to check HTML, XHTML or CSS code site-wide. It will tell you any errors it finds so you can correct them. That may resolve your issue.

    If not, I would go back to square one because the theme works “out of the box”.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #14328

    Lisa at OG
    Participant
    Post count: 39

    Sunil, if you’d like us to provide some development services, please send me a private message to info@originalginger.com. Thanks.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #14074

    Lisa at OG
    Participant
    Post count: 39

    I also have a demo set up of this particular theme. Mine is working perfectly straight out of the box. If I were you I would look for broken code that might be affecting the excerpts OR check to see if there are any plugin conflicts. One little piece of code out of place like a comma can throw a wrench into things. Hope this helps.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: How to get a Home Page Widget to Display on All pages #13738

    Lisa at OG
    Participant
    Post count: 39

    Sorry Anita, I removed the code when it wasn’t working.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #13736

    Lisa at OG
    Participant
    Post count: 39

    Sunil, the excerpts is something controlled separately from the height of the slider. Are you using an excerpt plugin by any chance?


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #13726

    Lisa at OG
    Participant
    Post count: 39

    Sunil,

    Did you add the following code to your CSS?

    #genesis-responsive-slider {
    height: 320px;
    }

    It worked for me in Firebug. Once you make the change in the CSS and save it, you will need to purge your cache and refresh your page so that you are seeing it with the changes. W3 Total Cache is a great plugin but during development you need to keep clearing the cache to see the “live” version of the page.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Genesis slider height not changing #13712

    Lisa at OG
    Participant
    Post count: 39

    Sunil, I used Firebug to add height: 500px to the #genesis-responsive-slider in CSS and it worked. Could it be that you are just not seeing the changes due to cacheing? Are you using a cacheing plugin?


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: How to get a Home Page Widget to Display on All pages #13707

    Lisa at OG
    Participant
    Post count: 39

    Anita, I used Genesis Simple Hooks to try it in the -genesis_after_content_sidebar_wrap. The suggestion you make is effective to place the home-bottom-message text on every page; but the problem still remains on how to add that full width background (only to that section)?


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: How to get a Home Page Widget to Display on All pages #13614

    Lisa at OG
    Participant
    Post count: 39

    Susan and Anita — thanks for your assistance with this. Much appreciated. Here is a link again to the site in progress: http://www.englishscholar.ca/wordpress. The section I want to display on every page is the home-bottom-message directly above footer 1, 2 and 3 area (it has association logos in it with a full width gray background). Here is the CSS code I have right now:

    .home-bottom-message-wrap {
    background: url(“http://www.englishscholar.ca/wordpress/wp-content/themes/legacy/images/home-bottom-message-bkgd.png”) repeat-x scroll 0 0 transparent;
    /*  border-top: 1px solid #eee; */
    clear: both;
    color: #666;
    line-height: 30px;
    /*  padding: 40px 0 0;    */
    padding: 0px 0 0;
    height: 138px;
    }

    .home-bottom-message-inner {
    width: 960px;
    clear: both;
    color: #666;
    line-height: 30px;
    text-align: centre;
    margin: 0 auto
    }

    For home php the code is:

    if ( is_active_sidebar( ‘home-bottom-message’ ) ) {
    echo ‘<div class=”home-bottom-message-wrap”><div class=”home-bottom-message-inner”>’;
    dynamic_sidebar( ‘home bottom message’ );
    echo ‘</div><!– end .home-bottom-message-wrap –></div><!– end .home-bottom-message-inner –>’;
    }

    For functions.php the code is:

    genesis_register_sidebar( array(
    ‘id’            => ‘home-bottom-message’,
    ‘name’            => __( ‘Home Bottom Message’, ‘legacy’ ),
    ‘description’    => __( ‘This is the bottom section of the homepage right before the footer.’, ‘legacy’ ),
    ) );

    Thanks.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: How to get a Home Page Widget to Display on All pages #13604

    Lisa at OG
    Participant
    Post count: 39

    Hi Susan,

    I did try it myself on my own page; but, when I use the simple hooks and place the code here: genesis_before_content_sidebar_wrap, it doesn’t include a full background width — it is sized to 960px. I would like the welcome message to be exactly as it is now (repeating background full screen width) with text 960; but on every page. Using your suggestion, is there a way to get the background full width??


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: How to get a Home Page Widget to Display on All pages #13589

    Lisa at OG
    Participant
    Post count: 39

    Yes, I have registered the widget and it displays where I want it on the home page; but the tutorial link doesn’t tell me how to get it to display on all pages — not just the home page. :(


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

    in reply to: Putting a customized background on my theme #13579

    Lisa at OG
    Participant
    Post count: 39

    And for the width I would make it about 1850px wide to allow for a larger screen and then fade it out to left and right to a solid color as Diane has suggested for height. Just remember that on smaller screens part of your image will not be visible. An alternative would be to add repeat to the background code in CSS. Hope this helps.


    Owner and Co-Founder of Original Ginger
    Where Fresh Strategy Meets Digital Design
    Website: http://www.originalginger.com

Viewing 15 posts - 1 through 15 (of 32 total)