Mark Scott
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialThanks @richardgabriel.
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialI’ve made some changes which gives me the result I had before the plugin was upgraded.
I removed the css from the plugin’s custom css, and I added this to my theme’s css:
.testimonial_body {margin: 0 0 26px 50px; margin: 0 0 2.6rem 5.0rem;} .easy_t_single_testimonial blockquote.easy_testimonial {background: url(images/blockquote.png) no-repeat;}Interestingly, this didn’t work properly using the plugin’s custom css.
And I still don’t understand how the blockquote.png was being displayed before.
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialHi @richardgabriel.
Thanks for responding.
And thanks for such a useful plugin!
I’m using css which is added to the plugin’s Custom CSS field of the Basic Options section under the Basic Settings tab.
The css is:
.testimonial_body {margin: 0 0 26px 50px; margin: 0 0 2.6rem 5.0rem;}If I remove this css, the text is no longer indented and there is no spacing between the paragraphs.
My theme’s blockquote uses the blockquote.png.
Up until the upgrade, the blockquote.png was being displayed in the space on the left of the text. I didn’t specify this separately for the plugin; I just assumed the plugin used the theme’s blockquote.
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialHi @richardgabriel.
Thanks for responding.
And thanks for such a useful plugin!
I am using additional css. It’s in the plugin’s Custom CSS field of the Basic Options section under the Basic Settings tab.
The css is:
.testimonial_body {margin: 0 0 26px 50px; margin: 0 0 2.6rem 5.0rem;}If I remove the css, the text is no longer indented and there is no spacing between the paragraphs.
My theme’s blockquote uses the blockquote.png.
Up until the upgrade, the blockquote.png was being displayed in the space on the left of the text. I didn’t specify this separately for the plugin; I just assumed the plugin uses the themes blockquote.
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialTest
Sorry, I typed a reply and it wasn’t submitted properly.
- This reply was modified 9 years, 1 month ago by Mark Scott.
Forum: Plugins
In reply to: [Easy Testimonials] Large quote graphic showing over testimonialI’m having a different issue. My blockquote graphic is not displaying at all.
Hi
Thanks. I just saw the update. Headings work now.
But the previous versions of the plugin accepted any html markup, not just headings.
I also noticed that post titles show html markup (like ) rather than interpreting it.
Are these things that can be fixed?
Tobias, thanks for the response.
The Members plugin does the trick. WHile it would be nice to control access to each table, being able to disable delete is fine for me at present.
Thanks for your advice, and thanks again for such a great plugin.
Regards
MarkForum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Email not being sent to leadNick, my apologies, I forgot to close the loop.
It’s working fine, now.
Thanks for your interest.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Email not being sent to leadNot yet. It’s an issue with the server. It’s going through the change management process.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Email not being sent to leadNick, thanks for the quick response.
I checked the spam folder; no mail there.
I’ll look into your suggestions and let you know.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Unable to edit pages when the plugin is activatedHi Mike
I followed the instructions for WP debugging. No error is displayed. All I get is a blank white screen.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Unable to edit pages when the plugin is activatedHi Mike,
Thanks for responding.
Sorry. I just reread my post and see I wasn’t very clear.
When I choose to edit some of my site’s pages, the screen opens but is completely blank. It doesn’t happen on every page.
I suspected a plugin might be the cause. When I deactivated Fast Secure Contact Form, the error went away.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Bullets appear with radio buttonstk, thanks so much for the 101.
And thanks for the code. It worked.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Bullets appear with radio buttonsHi tk, thanks for your response.
I’d rather not have to remove the ability to use bullets anywhere else on the page.
I originally had checkboxes on the form. They appeared in a list with bullets. That’s why I added this code to my CSS:
.mc_list ul { list-style-type: none; } .mc_list ul li { list-style-type: none; } .field-group li { list-style-type: none; }The code removed the bullets beside the checkboxes.
The bullets have reappeared now that I’m using radio buttons.
Using Firebug with Firefox, it shows mc_list is the class associated with the radio button list. mc_list is lower in the CSS than the code you quoted, so doesn’t that override it?