bgfrancey
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Sorting by deadline + Deadline date issueHi Jon – I’ve installed the snippet for the sorting of dates and it’s working, but it’s sorting by the date that the post was listed, not the closing date of the job (https://pact.ca/artsboard/). Is there a change in the snippet that would change that?
Forum: Plugins
In reply to: [WP Job Manager] Sorting by deadline + Deadline date issueThanks, Jon, for getting back to me so quickly. I’ve submitted an issue to GitHub. In terms of the adding a hook to the plugin, do I add that code from the link to the already existing code in the class-wp-job-manager-ajax.php file? Or replace it?
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingHi there –
Just heard back from the server people:Sorry for the delay here. Ajax can be a tricky one and can relate to a few area’s of the site including the resources from the server. A few hindering points is how much data is needing to be pulled in on requests. If it’s making a POST requests to get the data, that will be 100% uncached which also means that the server will be doing a bit additional work to return it.
With that said we have bumped a few things on our end to help give the site a bit more resources to use in its functioning. This may help but past that it would come down to development/data needing to be pulled. Those areas we’re limited on as each site is unique in itself and that functionality may have several components.
Not sure if that helps. I did notice that the increase in resources seems to have helped a bit increasing speed (2.7 – 2.3 seconds). Let me know if this helps you at a all?
- This reply was modified 7 years, 11 months ago by bgfrancey.
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingOkay – no worries. I’ll contact the server tech and ask them. Thanks.
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingThanks for the heads up. I’m not much of a coder so this is a bit foreign to me. I did see this in the Network tab though: https://cloud.bfdesign.ca/293s2K3g1Z1V
And https://cloud.bfdesign.ca/2h0y0H3f042MDoes this help narrow anything down?
Appreciate your help in all this!
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingThat seems to have done the trick. There’s a 3 second delay though before the copy actually appears. Here’s a quick video to show you the delay: https://cloud.bfdesign.ca/0y3C2K260p3U
Is the delay something that can be removed?
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingEverything seems to check out: https://cloud.bfdesign.ca/3g0n0h1e3M3n
(appreciate the quick response time!)
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingHi again,
I spoke with the server tech support and they came back with the following:
We are seeing this PHP error related to the mdocs plugin:
PHP message: PHP Fatal error: Uncaught exception ‘ImagickException’ with message ‘NoDecodeDelegateForThisImageFormat `PDF’ @ error/constitute.c/ReadImage/501′ in /www/wp-content/plugins/memphis-documents-library/includes/mdocs-doc-preview.php:102
Stack trace:
#0 /www/wp-content/plugins/memphis-documents-library/includes/mdocs-doc-preview.php(102): Imagick->__construct(‘/www/wp-content…’)
#1 /www/wp-content/plugins/memphis-documents-library/includes/mdocs-functions.php(37): mdocs_show_description(‘1359’)
#2 /www/wp-content/plugins/memphis-documents-library/includes/mdocs-post-page.php(61): mdocs_display_tabs(Array)
#3 /www/wp-content/plugins/memphis-documents-library/includes/mdocs-post-page.php(10): mdocs_post_page(Array)
#4 [internal function]: mdocs_post_page_shortcode(Array, ”, ‘mdocs_post_page’)
#5 /www/wp-includes/shortcodes.php(345): call_user_func(‘mdocs_post_page…’, Array, ”, ‘mdocs_post_page’)
#6 [internal function]: do_shortcode_tag(Array)
#7 /www/wp-includes/shortcodes.php(223): preg_rep” while reading response header from upstream, client: 66.249.66.215, server: pact.ca, request: “GET /mdocs-posts/digicancon-written-submission/ HTTP/1.1”, upstream: “fastcgi://unix:/tmp/site-61677.sock:”, host: “pact.ca”We’ve attached the error log to this email. A possible solution to this “Imagick” error would be to utilize a different graphic library. This can be done by placing this in your functions.php file:
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}error2.log
https://flywheelhelp.zendesk.com/attachments/token/b16LXjM5qy44liqqbJ9R0uNn4/?name=error2.logI tried adding the code to the functions.php file but that didn’t seem to help.
- This reply was modified 7 years, 11 months ago by bgfrancey.
Forum: Plugins
In reply to: [Memphis Documents Library] Description pop up not showingHi there – thanks so much for your quick response. They do have content in the description modal (https://cloud.bfdesign.ca/2a2c3M0M1W2y) but it’s still not showing up. I thought maybe it had something to do with Visual Composer, but that doesn’t seem to be the culprit. Would it have something to do with it being on a multi-network?
Forum: Fixing WordPress
In reply to: WP Admin font suddenly all boldFixed it.
https://discussions.apple.com/thread/6738736?start=15&tstart=0
Apparently if you don’t have Open Sans installed it can cause these issues.
Forum: Plugins
In reply to: [StageShow] Certain performances not showing upAh ha! Thank you. Didn’t even think to look at that. Fixed. Most appreciated.