elipsett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Editing or replacing default bullet markThat worked fine, thank you.
Forum: Themes and Templates
In reply to: [Mantra] Editing or replacing default bullet markThank you, Michael.
Keep in mind that while I can follow instructions, I do not know much about WP…Replacing the PNG with the dot is the best approach, because then I can change it later with minimal effort. I will try and see…
Forum: Fixing WordPress
In reply to: Eliminating unknown ul bullet symbolsThank you, Michael.
Can this be transferred to that section somehow? Or should I just input it all again?
- This reply was modified 6 years, 3 months ago by elipsett.
Forum: Plugins
In reply to: [Contact Form 7] Simple code for simple recaptchaThank you.
I started there, and I have tried inserting
[recaptcha size:compact]
into various places in the above code, with and without the <div> code around it.
None of them has even displayed properly, let alone functioned properly.There is no code sample anywhere on the ContactForm7 site that I was able to find.
Could you be more specific about how to implement it?
あったら、日本語のページでも構いません。- This reply was modified 7 years, 9 months ago by elipsett.
Forum: Fixing WordPress
In reply to: Table background color missingJust closed both!
🙂Forum: Themes and Templates
In reply to: [Mantra] setting class text color/size in child themeThis problem was also resolved by Clarion Technologies, with thanks. The working code is:
.PRtext p { margin-left:2em; margin-right: 2.5em; font-style: italic; color: #008000 !important; font-size:12px !important; }Forum: Fixing WordPress
In reply to: Table background color missingOops again. My error.
It seems to be functioning perfectly.
I didn’t have the old code properly disabled.
And I guess that resolves both my problems!
Thank you very much for taking the time to help me out on this.
Forum: Fixing WordPress
In reply to: Table background color missingNone of the specs function (no indent or italics) for either.In other words, the new code is totally dysfunctional.
<div class="PRtext"><p>blah blah </p></div>
or
<div> <p class="PRtext">blah blah </p></div>
or
<p class="PRtext">blah blah </p>Forum: Fixing WordPress
In reply to: Table background color missingJust to verify, the functions.php file inside the same mantra-child directory reads:
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>Forum: Fixing WordPress
In reply to: Table background color missingDoes the code on that paragraph change?
Does it become
<p class="PRtext">blah blah</p>At the moment it is marked off by DIV tags.
Forum: Fixing WordPress
In reply to: Table background color missingI just tried this, and the background color changed:
div.PRtext { margin-left:2em; margin-right: 2.5em; font-style: italic; background-color: #F4BFC0 !important; color: #F4BFC0 !important; font-size:24px !important; }Forum: Fixing WordPress
In reply to: Table background color missingNope.
If you look at this URL, you’ll see the result is indented and italic, but no color or point size change. (should be pink and BIG)
First paragraphChanging the text size increases the indent (because it is measured in em), so obviously something is happening, but the actual text is not changed.
Forum: Fixing WordPress
In reply to: Table background color missingOur messages are posting here out of order.
I just published your code, and as you can see the first one (bg specification in individual cells with !important) worked. For the first time!
So the suggestion here is that the DW code (bgcolor) is not being parsed correctly by the WP engine, and using your code is.
Thank you! I should be able to work it out from here.
Are you up for looking at the child theme issue, too?
Forum: Fixing WordPress
In reply to: Table background color missingNo change in appearance.
Forum: Fixing WordPress
In reply to: Table background color missingSorry, just added the missing ” after backgrouind-color… And published.
That line now reads:
<table style="background-color:#F4BFC0 !important" width="90%" border="1" cellpadding="2">