Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author stacyvlasits

    (@stacyvlasits)

    Hmm…

    I would be happy to troubleshoot this with you if you have the problem again. But I am unable to re-create it on any installation of the plugin that I have, so it is hard for me to determine what the problem is.

    For example, whenever I upload an image I see the image in the preview and I see the delete button and when I look at the site I see the image.

    And whenever I have deleted the image I uploaded, I see no image in the preview and I no longer see the delete button and when I look at the site I see an empty image outline.

    It sounds like you are saying that when you UPLOAD an image, you see no image in the preview and don’t see the delete button and when you look at the site you see an empty image outline.

    My guess is that the image did not upload correctly. I would suggest that you try to re-upload the image (by clicking the Upload Image button).

    If you do try that I would be grateful if you let me know what the results are.

    Best of luck,
    Stacy

    Plugin Author stacyvlasits

    (@stacyvlasits)

    danicasati,

    Hmmm… so let me see if I have this correct

    1. You installed the latest version of the plugin.
    2. You uploaded your own image for the right image, but left the left hand side image at the default.
    3. You tried to change the link for the right image.
    4. You saved the new settings and visited the page.
    5. When you visited the page it displayed the default image on the left, the default link on the left, no image at all on the right, and link to the default url on the right.

    First, is all of that correct?

    Second, could you send me a link to the site?

    Regards,
    Stacy

    Plugin Author stacyvlasits

    (@stacyvlasits)

    Hmm… I have it working on 3.5.

    The only way to upload images is by using the WP Branding Bar settings page which is on Settings –> Wp Branding Bar. Are you sure you used that upload?

    You will need to modify the css.

    In your admin panel go to:
    Appearance -> Editor

    Then on the left look for style.css

    When you click on that file look for this text:

    #content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
    }

    To make it wider, increase the width percentage and decrease the second value in the margin by a corresponding amount.

    If you have a sidebar, you will have to decrease its width by a similar amount:

    Find:

    #secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
    }

    Then decrease the width by an amount that corresponds to the values you used above.

Viewing 4 replies - 16 through 19 (of 19 total)