Christopher Anderton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeAlso you can test with creating a empty text file and add:
<?php phpinfo(); ?>
Save as info.php and upload to your server (example: to your web root so the URL is https://www.yourdomain.com/info.php)There you could see how much memory that is used by PHP. Just for diagnostics.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeIn my PHP.ini i have:
max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 512M ; Maximum amount of memory a script may consume
After changing this i needed to restart the server. I don’t know how it works on shared hosting.
Or another option. Add
php_value memory_limit 256M
to you .htaccess file. Else (if your are on shared hosting) you may need to contact your host.Forum: Fixing WordPress
In reply to: Basic problem1. Where do you want to do this modification?
2. Without knowing your theme, i think it will require some heavy modifcations.Forum: Fixing WordPress
In reply to: "Membership" area on website. Using WP or not?Cheers. Check out the many plug-ins for memberships.
https://www.ads-software.com/extend/plugins/search.php?q=member
Sometimes if you need certain specific features, you may have to do it yourself or maybe contact some of the plug-in developers and do a feature request or hire them to do it.
Maybe someone else here can do a specific recommendation for a plug-in in the repo?
Good luck!Forum: Everything else WordPress
In reply to: spelled my domain wrong please helpI’m not sure what you want here.
Where did you misspell the domain?Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory sizeTry to add it to your wp-config.php file in the WordPress install root.
Like:
define('WP_MEMORY_LIMIT', '256M');
( placing it on top after the<?php tag
)The reason for this, is that i have seen sometimes that changes to the PHP.INI files for some reason does not kicks in (one time you could edit the PHP.ini file, but when talking to the hosting support they said that i was to use the wp-config way, and then it did actually work. The PHP.ini files didn’t do anything. The host users did not have access to the ”real” PHP.ini file).
I’m not an expert on this. But try.
Forum: Alpha/Beta/RC
In reply to: Server disconnection.Have you checked your logs?
Forum: Alpha/Beta/RC
In reply to: audio in posts 3.6 beta versionYou can upload as many audiofiles as you want. However, a Audio Post Format post you can only upload one ”featured” audio file. However, depending on what theme you are using (most themes), you can also insert more audio files in the post content.
Forum: Alpha/Beta/RC
In reply to: .MOV Media Extension No Play?Tested right now with 3.6b3 on a local MAMP install (Mac OS X).
Theme: Fork of SemPressVideo Post Format
Result: No output at all. In the post screen just a link to the media file.Shortcode
Result: Outputs the stated video shortcode dimensions and a URL for ”Download file”.URL
Result: Shows the URL string.MOV files tested with: H264 video and AAC audio, Sorenson Video 3 (old codec) and AIFF sound. Plays fine in Quicktime in the browser ”raw”.
EDIT: Same results for .AVI, MKV and .MPG
Works:.MP4, .FLV,
Looked at Apache mime/types and everything checks out.
Forum: Alpha/Beta/RC
In reply to: CSS for WP 3.6 built in audio/videoCheers.
Like Sami says, there are some different ways to do this. In a theme i’m working on the first method i used was to simply overwrite those styles where needed with!important
and placed that in a separate CSS file as a ”skin” along with the mediaplayer images/svg files i have edited.Here is a paste: https://pastebin.com/XUvkc9fz
And screenshots: https://cl.ly/OvOuHowever, as i don’t like to use
!important
i’m gonna go the dequeue way instead. But both methods works.The CSS is located as Sami said in
wp-includes/js/mediaelement/mediaelementplayer.css
and the interface media (SVG, PNG) is in the same folder.Forum: Alpha/Beta/RC
In reply to: Audio Post 3.6In the field for uploaded audio its should be the URL without shortcode like:
https://somegirlwitha.com/....mp3
Forum: Alpha/Beta/RC
In reply to: Audio Post 3.6Here is the ticket for the embedds.
https://core.trac.www.ads-software.com/ticket/23961Else, have you tried using:
<?php the_post_format_audio(); ?>
In your template (just after “audio-content”)?
Forum: Alpha/Beta/RC
In reply to: 3.6b1 Video Post Format Problems (or bugs)I also think that oembed urls are the best way to go. Easier for the end user also.
Forum: Alpha/Beta/RC
In reply to: 3.6b1 Video Post Format Problems (or bugs)I found a ticket for problem 1.
https://core.trac.www.ads-software.com/ticket/23961Forum: Plugins
In reply to: [Cispm Mail Contact] brokenThat plug-in has not been updated in over 2 years.
Why not use a plug-in that is still developed?Like
https://www.ads-software.com/extend/plugins/contact-form-7/Or any other contact form plug-in?
https://www.ads-software.com/extend/plugins/search.php?q=contact+form&sort=