Jme
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display full content using video post formatIf I am understanding you correctly:
/* CHANGE EXCERPT LENGTH */ function custom_excerpt_length( $length ) { if(has_post_format('video')) { return 1500; } else { return 100; } } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );Forum: Plugins
In reply to: [Forums] WP site goes down when installingUpon saving settings for the integration, when viewing my site, I get this:
This webpage is not available The webpage at http://jessicaharpfans.com/ might be temporarily down or it may have moved permanently to a new web address. Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.With Debug on, no errors display in admin.
And all other plugins disabled.
Forum: Themes and Templates
In reply to: Cannot See Child ThemeJust try any other code editor that works with a Mac. Also, are you having FileZilla manage the type of file automatically?
Forum: Fixing WordPress
In reply to: Media Uploading ErrorJimmy – No you could also do it via your hosting control panel (most commonly, cPanel) using their file editor.
Forum: Fixing WordPress
In reply to: Media Uploading ErrorDo you use FTP at all? You would need to login to your site via ftp, delete the wp-admin folder, upload a fresh copy of that folder and then do the same for the wp-includes folder.
Forum: Fixing WordPress
In reply to: 3.5 Select All doesnt select in update plugins areaHey guys, I had the same issue and what solved it for me was deleting wp-admin and wp-includes folders and uploading fresh copies of those files!
Forum: Fixing WordPress
In reply to: Media Uploading ErrorI had some problems with 3.5 and what solved them for me was deleting the wp-admin and wp-includes folders and uploading fresh copies of all of those files!
Forum: Fixing WordPress
In reply to: Can't use "select all" themes/pluginsDeleting the wp-admin and wp-includes folders and uploading fresh copies of the files solved this issue!
Forum: Fixing WordPress
In reply to: Fly out menus not working in 3.5Okay I decided to reinstall WP 3.5 via the dashboard and that did NOT work.
However, deleting the wp-admin and wp-includes directories and uploading fresh copies of the files WORKED!
Forum: Fixing WordPress
In reply to: Can't use "select all" themes/pluginsInterestingly, I have other WP installs on the same server that are NOT having this problem.
I can’t figure out what the problem would be.
Forum: Fixing WordPress
In reply to: Fly out menus not working in 3.5It seems anything javascript related doesn’t work on this site and the formatting buttons on the post screen are gone.
Weirdly, I have other WP installs on the same server with the same version (3.5) installed with plugins active and I don’t have these problems.
Forum: Themes and Templates
In reply to: Cannot See Child ThemeWhat is your URL?
And have you tried using a different code editor?
I use Notepad++ and used the exact code you provided and the child theme showed up for me.
Forum: Fixing WordPress
In reply to: Fly out menus not working in 3.5Since it did not help, I re-activated my plugins. Let me know if you need me to disable them again.
Forum: Plugins
In reply to: [Download Monitor] Member Upload PermissionYou would need to use a Role manager plugin (I use Members by Justin Tadlock), then you’d edit the Editor permissions and put a check next to:
user_can_add_new_downloadForum: Fixing WordPress
In reply to: I can't edit pages after upgrade to 3.5resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.
I can attest that this will cause you to lose the “recently active” from your plugins menu so you will need to remember which ones you had active. Wish I had known that.
Didn’t solve my problem anyway.