Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    the image does not upload when testimonial submitted

    I have experienced that in other plugins but I can’t remember the exact cause. I will look into that. Can you give me a list of your active plugins?

    when I add one in the back under featured image it hangs off in to the next testimonial

    That’s probably a simple CSS conflict. Can you post a link to the site so I can see it?

    If not here then via the contact page at wpmission.com.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    The missing image bug has been fixed. I’m sorry for the trouble. Please update to version 1.6.1.

    Thread Starter Josparky

    (@josparky)

    Thanks Chris that is great and thank you for making this a great plugin. I will have to send you a private link on the other as it is not on a live server yet but i believe you are correct in it is a css conflict. I will look a little harder in to that and see.

    Thanks

    Plugin Contributor Chris Dillon

    (@cdillon27)

    The image is floated left so if the content is floated too then it might cause that. Try this:

    #wpmtst-container .content,
    [id^="wpmtst-widget"] .content {
      float: none;
    }

    Please let me know whatever solves it for you, as I think this problem may be underreported and a pre-emptive fix should be added to the plugin.

    Another option is to save the entire page in your browser, stylesheets and all, then zip it up and send it to chris at wpmission dot com.

    (Edit: added shortcode content div)

    Thread Starter Josparky

    (@josparky)

    Hey Chris where do I put this code at?

    #wpmtst-container .content,
    [id^="wpmtst-widget"] .content {
      float: none;
    }
    Plugin Contributor Chris Dillon

    (@cdillon27)

    In your theme’s stylesheet or custom CSS function.

    Thread Starter Josparky

    (@josparky)

    This didn’t work Chris. I have been playing with it and cannot figure out how the only thing that changes it is if I put a height in on line 62 of the css in the plugin but of course that wont work see if you can figure it out. Maybe me or you can figure out how to fix this and you can put it in the next update.

    Thanks for all your help.

    Thread Starter Josparky

    (@josparky)

    Hey Chris,

    I was able to fix it by doing this if you want to implement this in the next update. I removed the border from the inner on line 20 of css as it is really not needed. Then on line 12 of css add overflow: hidden;

    This fixed it for me. Maybe you can add these fixes and put them in an updated version. Hope this helps out. Also I removed the background color from the inner as well on mine so it blends in with my site. Just another thought.

    Thanks

    Plugin Contributor Chris Dillon

    (@cdillon27)

    I’m glad you got it working. The plugin’s CSS definitely needs some work, maybe an overhaul. Thanks for the feedback.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Image Not Working’ is closed to new replies.