Title: andreabeadle's Replies | WordPress.org

---

# andreabeadle

  [  ](https://wordpress.org/support/users/andreabeadle/)

 *   [Profile](https://wordpress.org/support/users/andreabeadle/)
 *   [Topics Started](https://wordpress.org/support/users/andreabeadle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/andreabeadle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/andreabeadle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/andreabeadle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/andreabeadle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/andreabeadle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie Bar not showing](https://wordpress.org/support/topic/cookie-bar-not-showing-2/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cookie-bar-not-showing-2/#post-4358698)
 * Ha ha, so sorry! I couldn’t get it to display but when I cleared my domain cookies
   it showed up.
 * Sorry to have bothered you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie Bar not showing](https://wordpress.org/support/topic/cookie-bar-not-showing-2/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cookie-bar-not-showing-2/#post-4358687)
 * How do I put wp_footer() in my theme? I am using Thesis 2 with a skin that I 
   purchased. Is it possible to put it back in easily without breaking my theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie bar not showing](https://wordpress.org/support/topic/cookie-bar-not-showing-1/)
 *  [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cookie-bar-not-showing-1/#post-4171181)
 * Thanks, have started a new thread
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie bar not showing](https://wordpress.org/support/topic/cookie-bar-not-showing-1/)
 *  [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cookie-bar-not-showing-1/#post-4171179)
 * I also have a theme that I’m using that doesn’t seem to have wp_footer()
 * At least the bar is not showing so I am assuming this is the case…
 * I have found this as a solution somewhere and wondered whether it would work?
 * > “The answer to this is to go into the plugin and change the calls of wp_footer
   > to wp_head, this should work. Unless there is some requirement for the plugins
   > functions to load after the page has loaded, also in this case a footer <div
   > > could be added and a call to the wp_footer could be achieved, this call could
   > be added to the base division that is located in his/your theme. ”
 * The site I’m working with is this one: [http://iainbakerweddingdj.co.uk](http://iainbakerweddingdj.co.uk)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Making a table smaller than the page width](https://wordpress.org/support/topic/making-a-table-smaller-than-the-page-width/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/making-a-table-smaller-than-the-page-width/#post-3655354)
 * HI there, yes, that is what I’m doing.
 * We are using it to present images and photos, plus sign up boxes etc.
 * It means that when I want to move the content around I can just paste the table
   into the new place rather than the code.
 * Also, I could not find a good editor that would allow me to create the information
   in the way I wanted.
 * This page is not protected and I’ve used tables in the same way.
 * [http://connectingwithangels.com/andrea](http://connectingwithangels.com/andrea)
 * Any advice welcomed!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/images-not-showin/page/2/#post-3215808)
 * Thank you so much! I must have missed that… All fixed now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/images-not-showin/page/2/#post-3215806)
 * Hi there, I resolved this thread a while ago but the issues that I fixed have
   all re-appeared!
 * Firstly I am using some code to prevent the quotes from showing and they are 
   back.
 * /* Specify no quotes on testimonial widget */
    .testimonialswidget_testimonial
   q { quotes: none; }
 * Also, where I had managed to get the boxes to stay the same size, the text is
   now bleeding out of the box and over the top of the one below it. I still have
   the settings as they were and can’t work out why this is happening again.
 * This is the other code that I’m using. Can you see anything that is going wrong?
 * .testimonialswidget_testimonial {
    text-align: justify; padding-right: 15px; 
   padding-left: 15px; }
 * .widget .testimonialswidget_testimonial .testimonialswidget_image img {
    margin-
   top: 1em; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215751)
 * Hi there, that might be useful although my issue was that I didn’t want to use
   it for testimonials and when you click through the URL shows testimonials which
   I didn’t want. I’d like to be able to use the read more to go through to the 
   post but to be able to remove “testimonials”. I can see it would work great for
   that but might be more flexible to be able to use it for other things. I hope
   that makes sense?
 * I can imagine using it for quotes, profiles, tips and things like that. So any
   flexibility to edit that URL would be what I’d prefer!
 * Thanks again for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215745)
 * Many thanks. I’ve played around and I think I have it looking ok now. Thanks 
   for your help.
 * I cant’ use the read more feature because I wanted it to link through to a blog
   category and post but I’ve managed to achieve a reasonable result which I hope
   they will like!
 * Take care
 * Andrea
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215737)
 * Thanks Michael,
 * Glad my queries have helped!
 * I’ve installed the pro version and am trying to follow FAQ 41 but the full testimonial
   is still showing and overlapping the widget below it even when I set both of 
   the parameters the same. I can see that it is changing the height by where the
   overlapping widget falls but I can still see the text and therefore the read 
   more part is not showing.
 * Is it also possible to add some padding above he top of the image in the widget
   so that my border doesn’t touch it?
 * What I mean about the Paypal issue is that when you go to get the pro version,
   it gives you options to donate. When I tried it the only option that would work
   was for $100
 * I tried selecting other amounts but each time it defaulted to $100. It might 
   put people off upgrading!
 * Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215723)
 * I’m sorry to bombard you with queries. I’m now having trouble with a couple of
   other things.
 * I’ve placed another widget underneath the testimonial widget but the testimonials
   widget appears behind it sometimes.
 * I’ve tried messing around with the maximum height and limit text to xxx characters
   to see if I can get it to display a uniform size but it won’t. Sometimes it displays
   the extra text sometimes it doesn’t and I don’t seem to be able to contain the
   size. I would like it to be a similar size to the height of my menu boxes so 
   that it aligns in some way but it doesn’t seem to work.
 * I’ve also sent an email about upgrading to the pro version as the buttons to 
   upgrade aren’t working properly.
 * sorry to be a pain!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215721)
 * One thing I’ve just noticed, the click here to read more sometimes goes over 
   to the “next page”. So it doesn’t show when the testimonial is showing but then
   appears on its own. Can I stop it doing that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215720)
 * Thank you! That is great! It works now.
 * Not 100% sure exactly what you mean about images, I will have to have a look.
   I think I will have to get my head round it as I do want to size the image so
   that it is a bit smaller and lines up better with the text that is displayed 
   in the widget. I also want to get more white space to the top and right.
 * However, what I wanted to do was use the image to click through to read the full
   profile. As I understand it the read more option isn’t available yet (or this
   might be the pro version and I need to make sure my customer is happy with the
   way it works first. This was a way I had thought of getting round it.
 * At the moment though the read more is outside of the border. Do you know how 
   I could get this inside the border so that it is obvious that it means read more
   of the profile?
 * thanks for your speedy reply on a Sunday, much appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Images not showin](https://wordpress.org/support/topic/images-not-showin/)
 *  Thread Starter [andreabeadle](https://wordpress.org/support/users/andreabeadle/)
 * (@andreabeadle)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/images-not-showin/#post-3215714)
 * Hi there, I’m running Thesis 1.8 at the moment.
 * I just updated your plug-in to the latest version – there was an update waiting
   but nothing has made any difference…
 * Hide image is not checked and I’ve tried checking it and unchecking it, deleting
   the widget and then putting it back. Disabling plugins and re-enabling them all
   to no avail…
 * Strange!

Viewing 14 replies - 1 through 14 (of 14 total)