karenalma
Forum Replies Created
-
Forum: Meetups
In reply to: Albuquerque, NMSo excited ??
Thanks for following up and I’m glad to hear the issue is resolved ??
It looks like there is an issue with wp-config.php, plugin, or a theme on your site.
If you go to https://lmashton.com/xmlrpc.php , you’ll see the message saying “XML-RPC server accepts POST requests only.” You are right, that’s the correct message.
The problem is that there is extra whitespace above the message. This extra space is annoyingly important. It suggests that some plugin, theme, or wp-config.php file in your WordPress has extra “whitespace” (new lines, spaces, tabs, …) before the first “<?php” in the file. This problem is another symptom of a more common problem: the “Headers already sent” problem: https://codex.www.ads-software.com/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
Can you check your wp-config.php, theme files, and plugins for any whitespace that might be causing the issue?
Thank you!
Forum: Fixing WordPress
In reply to: wp-admin 404Hi,
A couple of questions:
– did you take a back up of the site before you made any changes? Then you could start over just to see if you missed a step.
– did you follow the instructions here?
– can you get in touch with your host and find out why you can’t see your .htaccess file? I know that on my host if I tweak the wrong setting .htaccess won’t show up and I have to go click a link to get it to appear.Forum: Themes and Templates
In reply to: Need Help with a Contact Page designCan you post a link to the site and share what you are trying to accomplish?
If I understand your issue correctly, I’ve had this problem as well. My current method is to use my hosts file on my computer. So, I can type in https://mysite.com and see the site online.
Causes a bit of a problem when I have to help a client view the site, but so far they are fine with me editing their host file. Typically they think it’s cool that although the site is “live” no one can see it.
I just ran across this though:
https://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/I’ve never used it, but it looks promising.
Forum: Fixing WordPress
In reply to: Removing Gap / Break Between Postsare you talking about the horizontal gray rule?
removing the border-bottom from this CSS should fix it:
[please follow https://codex.www.ads-software.com/Forum_Welcome#Posting_Code to mark any code in your reply]
.fco_search_results_wrapper { width: 760px; height: 126px; background: url(images/fco_background_line.gif) #1B1B1B left repeat-y; display: inline-block; border-bottom: 2px solid #9E9E9E; <strong><=take this out or change it as follows</strong> margin-bottom: -5px; }
change to this:
.fco_search_results_wrapper { width: 760px; height: 126px; background: url(images/fco_background_line.gif) #1B1B1B left repeat-y; display: inline-block; border-bottom: none; margin-bottom: -5px; }
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] What is the shortcode@mcohen94: if you enable permalinks you should see yourdomain.com/category/events
I disabled all my plugins, leaving only Restrict Categories and my categories disappear.
Forum: Plugins
In reply to: [Plugin: μAudio Player] uAudio Player not workingMine is not working either. Here is my site:
https://mariachispectacular.comIs there a fix? Or am I doing something wrong?