martywmaine
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to edit size and width of the form fieldsYeah, as I said earlier, I tried all of the above, nothing works for me.
Forum: Themes and Templates
In reply to: [Hueman] Social Media Icons show up in post and are dudsI deactivated all plugins, deactivated Heuman, deleted it and the plugin from my themes. Then I reinstalled Hueman, reinstalled the plugin, still doesn’t work.
With the plugin inactive I see single post settings.
Once I enable the plugin, I cannot navigate to single post, and single post settings are not an option.
Forum: Themes and Templates
In reply to: [Hueman] How center box Contact form 7This does not work for me. I have these tiny form fields and nothing seems to work to make them look better. https://www.marthalwilliams.com
I put this code in the custom css. The font is black, the Contact form 7 css is ignored.
body,p,li { color:black;} .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100% !important; }
Forum: Themes and Templates
In reply to: [Hueman] Social Media Icons show up in post and are dudsThis does not work
“If you don’t see the Single Post section after opening the Main Body Design, it might be because the page you’re currently customizing is not a single post. In this case, just click on any single post link in the preview to jump into a single post context. Then the Single Post section will pop up.”I am taken to the post page. If I click on a post, it just brings up the post page again.
I am using a static front page with a post page.
Forum: Plugins
In reply to: [Contact Form 7] How to edit size and width of the form fieldsI was so excited when I saw thandrade88 ‘s comment about commenting out the size option, but that didn’t work. My form just won’t behave, https://marthalwilliams.com/contact/
No matter what I try I can’t seem to override the existing styles. I’ve tried
[text* your-name size:100]
in the Contact7 form
I commented out the line in the text.php file of the plugin.
I have a child theme with.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; }
The child theme seems to be selective in what it applies – the li change is there, but it ignores other settings. I migrated this site from a localhost site and it seems like the changes I made when on localhost are still in effect but not the one in my new location. Here is my header:
/*
Theme Name: Hueman Child
Theme URI: marthalwilliams.com/
Description: Hueman Child Theme
Author: Marty
Author URI: https://marthalwilliams.com
Template: hueman
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html*/
I’ve used both the editor and FTP to edit/upload style.css
So while I am struggling with Contact7, it seems like this is an issue with my child theme.
I hate child themes.Yup, did the trick. Thanks so much. This theme has a LOT more options than twentyfourteen!
I was messing around some more. I don’t have much content since this is my test site.
I determined that if I went to Customization, and made Secondary Navigation blank instead of ‘main’ I made the problem go away.
Still, very strange that it takes the entire contents of the pages and puts them in the top of the displayed page.
I turned it back on for you to see. Now I am on a PC and it works the same (not correctly) in Chrome, FF,and IE.
If the browser is resized, the problem goes away. It displays correctly on my phone. Probably I had a smallish window open in Chrome last night so that it seemed to display correctly.
My ‘main’ menu is three pages with Menu Settings with checks for secondary navigation and footer navigation.
Thanks for your attention to this.