Forum Replies Created
-
AuthorPosts
-
Thank you, Josue!
That got me a lot closer to my desired result — http://www.finalsmoke.net/order-form-1/
Now I just need to figure out where the alternating row colors in tables are coming from, along with very light-colored fonts and borders in input fields and select fields (something still overrides a bit of my css).
Please let me know if there is anything I am still missing.
Also noticed there are alternating row colors in tables that I did not put in here: http://www.finalsmoke.net/order-form-1/
Enfold is doing some complex overriding of tables and input fields somewhere.
My css for tables (below), is not really being obeyed, nor is my css for input fields.
#fstable table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border-color: #000;
border-width: 2px;
outline: 0;
width: 285px;
font-size: 100%;
vertical-align: baseline;
border-collapse: True;
background: none;
}Can you please show me how to counteract what Enfold is doing with tables and input fields so my own styles will come through?
Thanks.
March 4, 2014 at 9:44 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #232104Hi Ismael,
Issue still occurs with All-In-One SEO deactivated.
I tried earlier with all plugins deactivated and it still occurred with all of them deactivated.
Hi Ismael,
That CSS code does not work.
I would like the form fields in the order form at the right here:
http://www.finalsmoke.net/order-form-1/to look like the original (before Enfold) here:
http://www.quithere.com/fsmokewp/order-form/Because Enfold has overwritten the defaults for tables and input fields, the table holding the order form has a white background, instead of being transparent, the td cells are too spaced out, and the form fields are too large and without borders.
Below is my original CSS for input fields, and select fields. Is there a way to use these styles in Enfold, along with an unstyled table?
——————————–
input.fsfield {
border: 1px solid rgb(0, 0, 0);
color: #000;
line-height: normal;
padding: 2px;
background: rgb(255,255,255,0.5);
font-size: 13px;
font-family: Verdana, Arial;
margin: none;
}select.fsselect {
border: 1px solid rgba(0, 0, 0);
color: #000;
line-height: normal;
padding: 2px;
background: rgb(255,255,255);
font-size: 13px;
font-family: Verdana, Arial;
margin: none;
}
—————————–Thanks,
ScottMarch 4, 2014 at 2:03 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231971Issue still occurs randomly in Firefox 27 (see below).
If you try editing a Text Block a few times, you will probably come across the issue. I come across it on the 2 Text Blocks on my Home page
March 4, 2014 at 1:33 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231963Also, while Internet Explorer does show the formatting buttons, the HTML below the buttons is shown as plain text, not formatted HTML.
Firefox displays the previewed HTML correctly. See screenshots below.
Any thoughts?
IE 9:
FF 26:
March 4, 2014 at 1:12 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231948I still get the issue even with Ultimate TinyMCE deactivated. I don’t think it’s that plugin.
March 4, 2014 at 12:37 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231929Hi Yigit,
Using Windows 7 & Firefox 26.
March 3, 2014 at 10:09 pm in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231867This reply has been marked as private.March 3, 2014 at 10:05 pm in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #231865Hi Yigit,
Tried deactivating plugins, and the problem still comes up about half the time.
A Text Block could have the formatting buttons on the first attempt, but not on the second, so it seems random?
Hi Yigit,
Contact form is here:
http://www.finalsmoke.net/contact-us/Also, does this mean none of the other scenarios above is possible at this time?
Yes, added that to my child theme’s style.css, and it worked fine.
Thanks!
Hi Yigit,
Yes I have 2.5.4. Just downloaded & installed a couple of days ago :)
Hello,
Just wondering why this logo modification by Ismael only works in Quick CSS, and not in my child style.css?
div .logo {
position: absolute;
left: 200px;
}In Quick CSS, the logo correctly shifts to the right. In my child style.css, the logo remains in the same place.
Regards,
Scott -
AuthorPosts