clayhendrix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Contact Form FormatBy using Firebug, I found that the jetpack.css file provides formatting for contact forms. Also, using Firebug, I found that I can make the headings of the form fields left-align by cancelling the margin-bottom: 13px.
‘.contact-form input[type=”email”], .contact-form input[type=”text”] {
margin-bottom: 13px;
max-width: 98%;
width: 300px;’However, when I open jetpack.css I read
‘* Do not modify this file directly. It is concatenated from individual module CSS files.’
I have not been able to find where the first quoted code is. I can search jetpack.css and find it, but do feel that following the instructions prudent.
I wish that I knew how to make cPanel search the contents of each file and not just the file name. I think that would help me find the location of the code I am looking for.
Please help if you can!
Forum: Fixing WordPress
In reply to: Share Buttons ErrorI have resolved my issue. I searched the wordpress forum for
“Warning: Cannot modify header information – headers already sent by”
which was the beginning of the error received when trying to use the share buttons. I found this page:
https://codex.ww.wp.xz.cn/FAQ_Troubleshooting
and FAQ #8 (at the time of this posting) helped me solve my problem. I learned that the offending code was in index.php line 4 and pluggable line 1207 was the victim.
Also in the FAQ #8, I learned some information about .php file structure.
I had added google-site-verification code to the index.php file to verify with google that I owned this domain. I had to put the verification code between <head> and </head> and in a .php file the first characters must be “<?php” and my file had <head> for the reason stated.
I deleted the entire head and made certain the file started with <?php as it originally did. I also checked some other rules I found in FAQ# 8 to be certain.
This fix immediately solved my problem. I am going to mark it as resolved, although someone smarter than I might well have additional information to add.
I hope this helps someone.
Forum: Fixing WordPress
In reply to: Share Buttons ErrorAdditional information.
When I type the URL farmington.church, I am redirected to http://www.farmington.church and see the website perfectly.
When I type the URL farmingtonchurchofchrist.com, I get the same error as above.
Warning: Cannot modify header information – headers already sent by (output started at /home/farmingtonchurch/public_html/index.php:4) in /home/farmingtonchurch/public_html/wp-includes/pluggable.php on line 1207
I think that information should help someone determine what the problem is. It seems to me that I have a DNS or some type of domain setting that is incorrect.
Both farmington.church and farmingtonchurchofchrist.com domains are setup the same way in godaddy and in my host’s cPanel. Well, apparently, they are not, but I intend for them to be, can someone give me a clue as to where to look?
Forum: Fixing WordPress
In reply to: Unable to alter page status after 4.3 upgradeI am pleased that preview opens in a new tab. I am not certain how to change that behavior and personally do not want it changed, but perhaps someone could help you change that behavior for your site.
Can you see the options of page status and visibility? Do the dropdown boxes work, but you cannot save? Can you save the new status, but it does not take effect?
Have you cleared your browser cache? After the update, clearing my browser cache solved several little issues for me. https://kb.iu.edu/d/ahic
Forum: Fixing WordPress
In reply to: Editing Images – No Option To RefreshI am not familiar with the “refresh link” to which you are referring.
After I edit an image, I just click save.
Please also describe this sentence in more detail so we can understand what you mean: ” I can go to the image editor directly from the page”
Forum: Fixing WordPress
In reply to: Can not upload picture via add media button and drag and dropHave you tried using a different browser?
Is your browser fully updated?
Also, try to clear your browser cache.
Restart the computer.Forum: Fixing WordPress
In reply to: Unable to login my admin areaAre you trying multiple browsers? (even when on different devices)?
Are your browsers up to date?
Can you login to the cPanel or FTP site?
What operating system(s) are you using?
Forum: Fixing WordPress
In reply to: How to create a form like thisCheck out this link.
http://stackoverflow.com/a/23433834
I believe you are trying to filter the ink/toner products you have based upon multiple dynamic filters. That is what the link should help you do. If you are asking for something else, please correct my misunderstanding.
Your English is not bad.
I hope this helps.
Also, for your information, I found this by doing a Google search for “multiple dropdown boxes” that link was a suggested link in a forum that was the first listed URL from the search.
Forum: Fixing WordPress
In reply to: Share Buttons ErrorAdditional information:
I get the same error when I try to submit the contact form on this page:
http://www.farmingtonchurchofchrist.com/planned-improvements/
Warning: Cannot modify header information – headers already sent by (output started at /home/farmingtonchurch/public_html/index.php:4) in /home/farmingtonchurch/public_html/wp-includes/pluggable.php on line 1207
Clearly, to me, they are related. Here is lines 1190 to 1211 in pluggable.php
‘line 1190 * Filter the redirect status code.
*
* @since 2.3.0
*
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$status = apply_filters( ‘wp_redirect_status’, $status, $location );if ( ! $location )
return false;$location = wp_sanitize_redirect($location);
if ( !$is_IIS && PHP_SAPI != ‘cgi-fcgi’ )
status_header($status); // This causes problems on IIS and some FastCGI setupsline 1207 header(“Location: $location”, true, $status);
return true;
}
endif;’Forum: Themes and Templates
In reply to: Incorrect footer positionThat keeps the text below the maroon bar and it keeps the maroon bar below the slider, but it removes the background from the footer when you make the browser window smaller or view on a phone.
Here is what is in style.css:
#footer {border-top:solid 10px #b80201;width:100%;height:10px;clear:both;}
Check it out: http://www.farmington.church
Thanks for the help, though.
Also, I’m on WordPress 4.3 now.
Forum: Fixing WordPress
In reply to: admin login hangsThe problem has been resolved. I did nothing to correct the issue.
Forum: Themes and Templates
In reply to: Background At Top from Unknown SourceThat’s it. When I’m not logged in, I do not see the background strip that I was concerned about.
Thanks.
Forum: Fixing WordPress
In reply to: No sound on my YouTube video on my Android galaxy phoneHave you updated the youtube plugin on your wordpress site?
Can you hear audio from any other youtube video on your phone?
I just watched and listed to your youtube video on my Android phone. My is an LG G3 Vigor. The button that mutes and unmutes the sound is right beside the button to make the video go to full screen mode. Make certain that the picture of the speaker does NOT have a line through it. If it has a line through it, then the video is on mute.
Also, some Android phones have separate volume controls for ringers and media. Your media volume might be turned all the way day. That’s why the second question I asked is important.
Forum: Fixing WordPress
In reply to: HTML website to WordPressI do not know an automated way to do it.
I have done it, but I is a manual process and the more complex the original site, the more work involved in making the conversion.
Are you referring to one single HTML page you wish to add to an existing WP site or converting a non-WP site to a WP site? I assumed you were inquiring about the later. Please let me know.
Forum: Fixing WordPress
In reply to: Pages not all listedAre you certain that you have full rights to edit those pages?
Is the home page an actual page or just a post (like the most recent post)?
Are you sure that you are clicking the publish button after you make changes to the About Us page?
Is your browser reloading the About Us page?
Have you tried looking at the About Us page from another browser in which you are not logged in to the WordPress site on? or from a different device?
Have you logged out and logged back in?
Would you provide a link to the site?