Bekahb

Participant

Forum Replies Created

  • In reply to: Updating from a very old version

    #50296

    When I update the whole site crashes. I get a white screen and have to restore from a back up. All plugins and wp are up todate. If I active a different theme it does not crash. Only with graphene update. I figured it was because I jumped updates but if that’s not it why would it crash if updated?

    In reply to: NEO – custom tags not working right

    #45126

    That worked! Thank You!! 🙂

    In reply to: Remove Powered by Graphene Mobile NEO

    #45068

    THANK YOU!! 🙂

    In reply to: Side Bar gone on one Page-Please help

    #43776

    Thank you for your help. This ended up being the “Magazine Column” plugin causing it. Its okay if you set the columns up and publish the page once. However, anytime you republish the page for any reason the columns add extra lines of code (you can see it under the text tab). Once I cleaned that up the sidebar went right back to where it was suppose to be.

    In reply to: Side Bar gone on one Page-Please help

    #43773

    Can someone help me out on this please 🙂

    In reply to: WooCommerce Side bar issue

    #43230

    This is what I’ve got and its still not working. The sidebar is still at the bottom of the page on the product pages

    <?php
    function graphene_custom_header_width(){
    return 1024;
    }
    function graphene_custom_header_height(){
    return 150;
    }

    {
    remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
    remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
    }

    {
    remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
    remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
    add_action('woocommerce_before_main_content', 'graphene_before_page_content', 10);
    add_action('woocommerce_after_main_content', 'graphene_after_page_content', 10);
    }

    function my_theme_wrapper_start() {
    echo '<div class="entry-content clearfix">';}
    ?>

    http://66.147.244.89/~leaddog1/product-category/allied/allied-730/

    In reply to: Background Image Size Fixed

    #41787

    I had to change the background image out since this response is taking a bit longer than I thought. The image that is on the site is still messed up http://www.bodpodbellevue.com If you zoom both sites out to 67% you will see that one is fixed and overs the whole screen and the other does not.

    Thanks in advance for your help!

    In reply to: How can I optimize space in an action hook ad?

    #41057

    Got it! It was a plugin issue and the ad is up and looks great! THANK YOU!! 🙂

    In reply to: How can I optimize space in an action hook ad?

    #41056

    Oh, I also have another graphene site http://www.latestfromthegreatest.com that I have used the same widget and the same action hook on and it comes up just fine. Its the banner ad for the Elvis Presley bedding.

    In reply to: How can I optimize space in an action hook ad?

    #41055

    Hmmm…. okay. this is an interesting issue. I activated the “Before content-main” action hook. Added an image widget to the area (same image widget I use throughout the site with no problems) and the widget and ad I placed there shows up on my computer but can not be seen by anyone else.

    If I cash out and log out of WP, then return to the site the image is gone and/or not viewable. As I log into the WP dashboard the image then appears on my site but only viewable on my computer.

    Any idea what on earth could be causing this.

    I do not know how to add a screen shot to this forum or I would show you what I see on the website when I’m simultaneously logged into wordpress at the same time.

    It only affects this one widget area. All the other widget areas with the same “Image Widget” plugin work just fine.

    http://www.latenigthhealth.com

Viewing 10 posts - 1 through 10 (of 18 total)

  • 1
  • 2