tamjohnston01
Forum Replies Created
-
Hi Stoyan,
I appreciate you looking. But I think we’re struggling here with what info I’m providing being read! As I mentioned in my last message, I’ve had to turn minify (CSS) setting off at the moment as it is messing the form up and I can’t have it sitting on my page in an unstyled way.
If I know you or a colleague is able to take a look soon I can turn it on temporarily (I know you’re busy and don’t want to leave it on for 24hrs plus) or I can provide access to the dashboard so you can turn it on when convenient if preferable)Hi! I thought I already had! ?? It’s the contact form that comes with the divi THEME (One of their standard modules). Set up currently on my home page (but with the SG minify setting turned off at the moment)
Hi there,
That’s what I’m struggling with, it’s not a separate plugin so it doesn’t show in the drop down. It is a contact form that is part of the DIVI theme so I have no idea how to find the particular CSS to exclude it. When I’ve tried to add a class it says error. Instructions on how to do this for things within a theme would be very helpful!
Hi there, you won’t be able to reproduce it as I’ve disabled the plugin and added the code to the head instead (so mainly wanted to notify you of the conflict). Plus it occurs within the dashboard when editing. I can send you screen shots of the errors and list of plugins (it’s doing it on both of my sites that I have, using Divi and your plugin) with only some other common plugins across the sites.
It doesn’t look like I can add screenshots here, but happy to email them to you.Hi there, Yes a plugin update seems to of fixed it in the meantime so presume it was a conflict. Thanks for looking.
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] first and lastnameThankyou so, so much! Forgive the delay, I took a break over the holiday period. Your comment is hugely appreciated, thankyou for taking the time. That worked brilliantly, although I did have to do some tweaking of quotation marks from cutting and pasting yours to avoid parsing errors! For anyone else wanting to do this, here’s the code I found that works, as long as it copies well for you!
add_action( ‘mctb_before_email_field’, function() {
echo ‘<input type=”text” name=”FNAME” placeholder=”First Name” required />’;
echo ‘<input type=”text” name=”LNAME” placeholder=”Last Name” required />’;
});add_filter( ‘mctb_merge_vars’, function( $vars ) {
$vars[‘FNAME’] = ( isset( $_POST[‘FNAME’] ) ) ? sanitize_text_field( $_POST[‘FNAME’] ) : ”;
return $vars;
});add_filter( ‘mctb_merge_vars’, function( $vars ) {
$vars[‘LNAME’] = ( isset( $_POST[‘LNAME’] ) ) ? sanitize_text_field( $_POST[‘LNAME’] ) : ”;
return $vars;
});Forum: Plugins
In reply to: [Database Reset] Can’t get to dashboardFrustrating isn’t it. I suspect it’s something in a file that just needs amending but in the complete absence of any support on a support forum the irony hasn’t gone unnoticed!), having to reinstall everything and start all over again.
Forum: Plugins
In reply to: [Easy Testimonials] Turning off Featured Image in widget doesn't workHi Richard,
That’s great news, thanks for letting us know. For info, the global Show Testimonial Image option is already unchecked for me, as is the widget option, yet the featured image is still showing up in the widget!
i look forward to the update.Forum: Plugins
In reply to: [Easy Testimonials] Turning off Featured Image in widget doesn't workSorry to hijack this thread but I’m having exactly the same issue since update. The featured image is showing up in the widget despite it being unclicked/checked in the widget options and unchecked in display options in the main settings. I have tried checking and unchecking but to no avail.
Forum: Fixing WordPress
In reply to: Post excerpt to wrap around image thumbnailHuge apologies – I thought you meant it was already in the style sheet. Added now – and it’s perfect. Thankyou SO much for you help. Very much appreciated!
Forum: Fixing WordPress
In reply to: Post excerpt to wrap around image thumbnailThanks for your input. Sadly I don’t have that css class and I’ve adjusted the class for the image size it grabs to float left.
Forum: Reviews
In reply to: [Testimonials Widget] Great widget, fantastic support – get it!You’re welcome – just speaking the truth!
Forum: Plugins
In reply to: [Testimonials Widget] Reduce widget widthThanks a lot Michael. I don’t have a designer at the moment sadly. The other home page widgets are just automatically wrapped but your widget seems a bit too wide. Is there an easy edit that I can add/modify into the style.css file?
Forgive me, I know this is beyond your remit and support – but if it’s an easy edit then I can do it! Many thanks regardless.Forum: Themes and Templates
In reply to: Right side bar widget overlappingI’ve worked it out. Thanks for your help.
Forum: Themes and Templates
In reply to: Right side bar widget overlappingIt looks like we crossed paths with our emails!
Thanks for the link, I had found the vendors site but am unable to login and thought it would be simple to rectify as the only thing I changed was accidently deleting the sidebar widget code and cutting and pasting the home page widget code into the sidebar widget in its place thinking it was the same.Here is the current code in the sidebar widget
<div id="sidebar"><div class="widget"><div class="div"> <img src="https://freshinsightcoaching.com/wp-content/uploads/2012/12/Free-ebook.jpg" width="280" style="height:200px;"> </img> <span style="color: #444; font-size: 18px; margin:5px 0 0 ;float:left;">FREE EBOOK </span> <p>How to get out of….<span style="font-weight:bold; font-size:14px; color:#75B94A;">FEELING STUCK </span>and rediscover life</p> [contact-form-7 id="800" title="Untitled"]</div></div></div>
It clearly had something different in before before I accidently deleted it.
I am kicking myself!