Mick37
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] change submit button positionhi tracey
sorry my mistake, i am using chrome on my PC, my colleague is using firefox on her MAC.she has checked it on chrome and it looks fine, seems like the issue is on firefox.
by the way, when i click on the cloudup link you sent, i just get a black screen..
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] change submit button positionchrome on both PC and MAC
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] change submit button positionhi Tracy
Thanks for your help again!Weird thing, I have added your CSS. It looks fine on a PC but not on a MAC…?
On the MAC the submit button is under the radio buttons, on the PC the submit button is to the right of the radio buttons, centrally located, just where I want it to be.Any ideas?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] format fields so they are side by sideperfect, thanks!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] format fields so they are side by sideHi Tracy
here is my URL. i am trying to move the submit button on the form so it is centrally aligned to the fields on the form, at the moment it is left aligned.
thanks…Forum: Plugins
In reply to: [Easy Forms for Mailchimp] format fields so they are side by sideThat’s great, thanks.
I have added the css class to put my first name and last name into two columns. Looks great!.I also want to reduce the width of the submit button. I have added the following css to do this.
.yikes-easy-mc-form .yikes-easy-mc-submit-button {width: 30% !important;}This reduces the width but the button sits to the left of the form. Is there a way to align the button so it sits in the center of the form?
I have tried the align and float attributes but they don’t work…Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] make a row active on hoverthat works perfectly, thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] make a row active on hoverhi Tobias
the code i am using to make the image appear is –
html in each table cell:
<a href="#">1</a>correspoding css for each image:
a.holeimg1:hover {position: relative;} a.holeimg1:hover:after {content: url(http://www.dev.niftymarketing.co.uk/twisted.co.uk/wp-content/uploads/2016/06/h-01.jpg); display: block; position: absolute; left: 700px; top: 0px;}I don’t use the visual editor, only the text editor. I cant see any BR tags in the code in the text editor.. Not sure where they are.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] search a hidden tableHi Tobias
Yes the extension is activated. I have commented out the if condition and now it works! The table is hidden and the search box is visible and when you enter a postcode, for example BN, the table appears only showing the rows that contain BN..
that’s perfect, thank you!
i will add additional slugs so i can use the functionality on multiple pages..
And thanks for the really quick response..Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] search a hidden tableHi Tobias
Thanks for the reply.
So I have loaded the plugin extension and if I am understanding your instructions correctly I have found this code in the php –// Only use this functionality on these pages:
if ( ! is_page( array( ‘page-slug-1’, ‘page-slug-1’ ) ) ) {
return $commands;
}and replaced it with this code –
// Only use this functionality on these pages:
if ( ! is_page( array( ‘aarrow-ecoburn-plus-5kw’, ‘aarrow-ecoburn-plus-5kw’ ) ) ) {
return $commands;
}Unfortunately it doesn’t work, i.e. there is no change to my page – see the delivery tab in this url
http://www.dev.niftymarketing.co.uk/chimney.co.uk/product/aarrow-ecoburn-plus-5kw/
Any ideas?
Also, if i wanted this table to appear on multiple pages, can i add multiple slugs into the php?
Thanks….Forum: Plugins
In reply to: [Fast Secure Contact Form] regex validation problemshi, thanks for the response.
Re the first question, I added a full stop but all that does is publish a full stop in place of the error message. It is visible and pushes all of the content below it down. I was hoping to hide that message line completely so it does not appear or affect anything else around it.Any ideas?
Re the second question, it is not a required field as not everyone will have a promo code so not everyone will use the field.
I am using the field to capture promo codes to offer a different set of prices to my customer. If they enter a code they will be re-directed to an alternative booking page with different prices. If they don’t enter a code they stay on the page and are presented with the standard prices.
If they leave the field blank but click submit (apply in this case) I don’t want them to be redirected to the alternative page, i want them to get the error message saying ‘Incorrect discount code, please try again’ which i have added as the regex fail message. I thought trying to submit a blank field when i have specified the content of the field as ^password^ would generate this error…Forum: Plugins
In reply to: [Contact Form DB] How to ignore certain fieldsHi
I have the same question, I don’t want to store Captcha data and I don’t need the ‘Submitted Login’ field. Can these fields be removed?
I have version CFBD 2.7.1
thanks….Forum: Fixing WordPress
In reply to: [Weaver II] [Theme: Weaver II] FULL WIDTHThanks for that. Yeah i had tried that and the footer stretches almost all the way across but still not all the way, leaving a margin or padding on both sides. Cant figure out how to remove that.
Also, the widgets in the footer auto fit to the size of the footer so they now looked stretched and i cant figure out how to fix their width..
Any ideas?
thanks…MickForum: Fixing WordPress
In reply to: [Weaver II] [Theme: Weaver II] FULL WIDTHHi Morgson
I have the same problem. Did you find a solution?
Thanks…Mick