Forum Replies Created
-
AuthorPosts
-
HI Mike
Thank you for responding so quickly. I appreciate it so very much.
Lyse
Hi
Found what caused that issue. I was given the following css code to hide the line of text displayed on the search page results:
.tax-product_cat h3 {
display:none !important;
}
but at the same time its hiding my product title.I removed the css code.
I will reopen the other issue separately after I launch only.
Thanks
LyseHi again,
To expedite things, I have included admin login credentials.
Thanks
LyseFebruary 25, 2017 at 11:09 pm in reply to: Form placeholder and input style in widget sidebar #751846No problem…..
Thanks
LyseFebruary 25, 2017 at 9:50 pm in reply to: Form placeholder and input style in widget sidebar #751839Hi Mike,
Created one use for you:
February 25, 2017 at 9:29 pm in reply to: Form placeholder and input style in widget sidebar #751833Hi Mike,
Recap:
form 1 (main) found throughout the website, input should be #ffffff – see form 1 here: http://silviafindings.wpengine.com/ (hosted on WPengine)
form 2 found within a blog post, placeholder should be #333333 – see form 2 here: http://silviafindings.wpengine.com/upcoming-shows-february-december-2017
form 3 is in the sidebar of blog page and works fine.
I added login credentials in the private area.
Thanks
LyseFebruary 25, 2017 at 8:23 pm in reply to: Form placeholder and input style in widget sidebar #751824Hi Mark,
Replacing your code fixed the color of the main form placeholder only but not the input (should be while not gray.
Also, form (2) placeholder is white and should be gray.
Form (3) works.Thanks
LyseFebruary 25, 2017 at 7:59 pm in reply to: Form placeholder and input style in widget sidebar #751817HI Mike,
I fixed those thank you, but I still don’t get the placeholder and input colors correctly on form 1.
Thanks
LyseFebruary 25, 2017 at 7:16 pm in reply to: Form placeholder and input style in widget sidebar #751805Hi Mike,
Can’t see what error your made.
I already updated all of the colors as follows and it’s not applying the one for form (1)/* start #mc4wp-form-1 */
#mc4wp-form-1 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
color: #ffffff!important;
background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”); (hosted on WPengine)
background-repeat: repeat;
}/*and use these for the placeholder styles:*/
#mc4wp-form-1 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #f8f8f8!important;
font-size: 12px;
}#mc4wp-form-1 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #f8f8f8!important;
font-size: 12px;
}#mc4wp-form-1 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #f8f8f8!important;
font-size: 12px;
}#mc4wp-form-1 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #f8f8f8!important;
font-size: 12px;
}
/* end #mc4wp-form-1 */
/* start #mc4wp-form-2 */
#mc4wp-form-2 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
color: #000000!important;
}/*and use these for the placeholder styles:*/
#mc4wp-form-2 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #333333;
font-size: 12px;
}#mc4wp-form-2 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333333;
font-size: 12px;
}#mc4wp-form-2 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333333;
font-size: 12px;
}#mc4wp-form-2 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #333333;
font-size: 12px;
}
/* end #mc4wp-form-2 */
/* start #mc4wp-form-3 */
#mc4wp-form-3 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
color: #000000!important;
}/*and use these for the placeholder styles:*/
#mc4wp-form-3 .mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #333333;
font-size: 12px;
}#mc4wp-form-3 .mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333333;
font-size: 12px;
}#mc4wp-form-3 .mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333333;
font-size: 12px;
}#mc4wp-form-3 .mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #333333;
font-size: 12px;
}
/* end #mc4wp-form-3 */Thanks
LyseFebruary 25, 2017 at 6:35 pm in reply to: Form placeholder and input style in widget sidebar #751799Hi Mike,
I replaced my CSS code with yours, but the main form (1) does not apply its set color. It uses forms (2) and (3) colors.
Thanks
LyseFebruary 25, 2017 at 5:39 pm in reply to: Form placeholder and input style in widget sidebar #751790Hi Mike,
So I have the following in my child theme styles.css
#mc4wp-form-1 input[type=”email”], #mc4wp-form-1 input[type=”text”] {
color: #ffffff!important;
background-image: url(“http://silviafindings.wpengine.com/wp-content/themes/enfold/images/background-images/dots-mini-light.png”); (hosted on WPengine)
background-repeat: repeat;
}and use these for the placeholder styles:
.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #f8f8f8;
font-size: 12px;
}.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #f8f8f8;
font-size: 12px;
}.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #f8f8f8;
font-size: 12px;
}.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #f8f8f8;
font-size: 12px;
}So how exactly do I insert/identify the form class to differentiate all three?
Thanks
LyseHi Nikko,
Just to let you know that I will be launching on Monday, so today and this weekend is critical to get this error out of the way.
Much appreciate your prompt response.
Lyse
Hi Ismael,
I will deactivate all plugins and start with the theme and activate each one by one. I must find a solution as my launch date is now the 26th-27th. I must have things working by tomorrow.
Thanks
LyseFebruary 24, 2017 at 7:10 pm in reply to: Display text after the price in shop and on single product page #751543Hi Ismael,
I’ve decided that after the price is not the best place to display the text. Is it possible to have it display on it’s own above the price (as a notice). So not part of the price. This way I wont’ mess up the price area, especially when it’s for a variable product, nor the admin product list.
My launch date is the 26th-27th. So I must get things working by this weekend.
Thanks
LyseHi Ismael,
They are options I can enable/disable in the Wholesale Lead Capture plugin built-in fields. I had to disable them because one requires a password and I must has an SSL to have this work. So I keep them disabled until I get the SSL and that I can’t get until I point the live domain which is currently with Shopify. I’m suppose to launch before the the 25th. I feel very stressed about his right now…
You are a great help!
LyseIsmael,
I try the form again today and get no response whatsoever, no error either, but it does not work.
Lyse
Hi Ismael,
I disabled both the username and password fields so you should not receive this message. The email address could already be used though.
As for the province/dropdown issue, you don’t get the the box above the actual drowpdown list?
Lyse
Hi Nikko
See private area for login credentials.
Thank you
LyseHi Ismael,
It’s because the site key is attached to the production domain and not the staging one.
I have disabled the recaptcha on the form on the staging area. You should no longer get the error.
Thanks
LyseFebruary 22, 2017 at 5:18 pm in reply to: Display text after the price in shop and on single product page #750556Hi Ismael,
That did remove not only the text but also the price. Not what I want.
I’m re-thinking this notice because I’m not checking they customer role, so if they were to be logged in as wholesale customers they would still see that notice. I will discuss and convince my client to remove it.
I will let you know today whether to continue with this customization that perhaps may not bring sensible results.
Thank you for your patience so far and I will update this ticket soon.
LyseHi Jordan,
I see it now. Great I was able to style the heading and the icon container.
Thank you for patience
Lyse
Hi Jordan,
I was expecting to see the following heading, just before the social share buttons:
… $content = ‘<div class=”share_heading”>Share this Product</div>’;…Thanks
LyseHi Ismael,
Here’s the wholesale registration page where when you try to register you will see the registration failed error:
http://silviafindings.staging.wpengine.com/wholesale-registration (hosted on WPengine)Thanks
LyseHi
Here’s a link to a product on my website:
Lyse
February 21, 2017 at 7:26 pm in reply to: How to remove sidebar widget and widget at bottom of Search Results page? #750126Hi Andy,
I added the css code to my child theme and it worked.
Thank you
LyseFebruary 21, 2017 at 6:00 pm in reply to: Display text after the price in shop and on single product page #750068Hi Ismael,
I replaced the code but it doubles the text. I removed the code and put back the original one.
It also did not remove the text in the admin product list panel.
Thanks
LyseHi Ismael,
I just received the following from the plugin developer:
” I’m afraid WooCommerce Wholesale Suites plugins doesn’t use the Select2 js instead we use the Chosen js. So the conflict isn’t likely us in that case. Could you please let your theme support know about this?”
Thanks
LyseHi Ismael,
I did not removed the accounts. I again resetted the password on both the staging and live site.
I was also able to login using the account.See in the private window.
Thank you
LyseHi Basilis,
I’m sorry, but I don’t see a Select2 plugin?
Lyse
Hi Ismael,
I understand the support scope with plugins.
I have removed the restricted access to the website for testing, so there shouldn’t be a problem for you to see the site. I also resetted your wp-admin password. I also removed the re-captcha security on the form temporarily on the staging area only.
I have server errors since yesterday, so WP Engine support just fixed the .htaccess file and pushed the most updates to my staging area. In the staging, feel free to deactivate any of the plugins you need at will.
As for the web console, I see no errors generated.
Would you please try again.
Thank you and sorry about this hickup
Lyse -
AuthorPosts