bernbe01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: delete plugin requiring "connection information"?this happened for me when permissions on some folders were off
files should (typically) be 644 and folders should (typically) be 755
is this shared hosting?
if yes most host providers can reset your perms for youdo you have ssh access?
this can be done with a few commands if you are comfortable on the command linefind /path/to/doc/root -type d -exec chmod 755 {} \; find /path/to/doc/root -type f -exec chmod 644 {} \;I suggest reading the caveats of this at the source page to reduce the chances of breaking your install
Forum: Fixing WordPress
In reply to: integrate WP blog on html site into new WP site?it’s worth considering exporting posts from your current blog and importing them into the new wp install
then you can classify them and all your old post and your new posts can reside in the same wp backend
Forum: Fixing WordPress
In reply to: Cleaning up my blog posthey
so go back to the page/post, select add featured image, then go to your media, pick anything.
save/update the post
check out the page to see if it renders correctly with the image
if yes, then go back to the page/post and in the featured image box click remove featured image
save/update
review the page on the site
if at this time after just having removed the featured image if you still get the alt text for the featured image then i suggest reaching out to the theme dev as it would appear they are not accounting for when no featured image is set
are you running any caching plugins? if yes try resaving permalinks with the plugin disabled
also may be worth manually inspecting your htaccess after saving permalinks to ensure what you expect is contained in there
Forum: Fixing WordPress
In reply to: Cleaning up my blog posthey @drewwescott, just fyi links to sites are ok per the rules
@samiyoyo – when editing the post in question, can you please let us know what the Featured Image settings?
@drewwescott is correct that the img is reverting to it’s alt text. The image is within meta regiuon for the post so I don’t think we’re dealing with post content here
if you do not have a featured image currently set, try setting one and see if the theme requires that. if you do have one, try changing it or removing and
Forum: Fixing WordPress
In reply to: Added code to custom css and now I can't get to my wp-admin pagecan you access it via ftp?
if yes, since the error appears to be in your themes files, try renaming the theme folder to something else
Rename:
{DocRoot}/wp-content/themes/casualblog/To:
{DocRoot}/wp-content/themes/casualblogTMP/and sometimes when site/wp-admin wont work, it’s worth trying site/wp-login.php
*edited for formatting
Forum: Fixing WordPress
In reply to: Cannot Add Themesare you trying to add theme via FTP, zip upload or auto install from the wordpress.org themes directory?
after changing site and blog urls in the backend, and after removing from the wp-config.php file, try resaving permalinks
sometimes after a domain or even folder migration the old htaccess files have to get updated. saving the permalinks seems to do that
Forum: Fixing WordPress
In reply to: Added code to custom css and now I can't get to my wp-admin pagehey there
i’d look at line 25 of this file:
/home/medicamina/medicaminablog.com/wp-content/themes/casualblog/includes/custom-function.phpthe error that you’re seeing doens’t look to me to be related to the css change, unless syntactically something got broken.
whats on that file/line? 😛 and the line before as well please
also is that the only code you have edited by hand?
do you have a caching pluing? i.e. is it possible a change you made earlier broke it but your site was still cached?
Forum: Fixing WordPress
In reply to: Auto Updateawesome sauce!
mind marking this as resolved?
Forum: Fixing WordPress
In reply to: empty needle?generally this is safe to do
that being said take a backup first
than try disabling all plugins *except* for woocommerce and see what happens
here are some known woocommerce issues to make sure none of these apply to you
Forum: Fixing WordPress
In reply to: 406: :Not Acceptablewhat happens if instead of accessing /wp-admin/ to ty to hit /wp-login.php directly?
that old thread says it was a related to host security. have you happened to check with your host?
Forum: Fixing WordPress
In reply to: Lost all of my pages?!What was happening right before you noticed the pages were gone?
Forum: Fixing WordPress
In reply to: parse errorProbably should get a coder to help you if you don’t want to contact the devs
The jobs forum would be a great resource for this
Forum: Fixing WordPress
In reply to: 403 Forbidden Errori’d bring it over to the geniuses then 😛
definitely sounds isolated to your machine or network
despite being on a mac i’d doa virus scan anyway