sdwm
Forum Replies Created
-
Forum: Plugins
In reply to: [Editor Menu and Widget Access] wp crashes after plugin upgrade to 3.1I’m getting the same error as well on a number of sites. Have disabled the plugin so I can get my sites back online.
I’ve applied this update. Looks good. Thanks.
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Bookings to start on Mondays for 1 weekJust installed this and looks good, thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php7.2 502 errorI too have a number of sites hosted with WP Engine and am experiencing the same issues, but WP Engine are no longer supporting php 5.6 from early march 2019. Are there any timescales for a permanent fix for this issue?
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFFurther update, if I store the images on a separate website i.e. completely different url, they seem to work fine?
Could the issue be something else completely. I’ll carry out further tests on a new domain, I’ll limit the plug-ins being used and even keep to a simple WordPress default theme and report back.
Would that be a useful test?
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFThanks I’ve applied this to the PDF template as described. Now the images ARE appearing which is great, but I have lost all my formatting on the PDF, so all the information is coming through as unformatted text?
Any ideas?
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFJust to clarify, the images that are not showing are part of a radio button selection option. i.e. the label of the radio buttons are as follow:
1) LabelName1 <img class=”pre-imgs” src=”http://www.mydomain.co.uk/wp-content/uploads/2015/07/image1.jpg” alt=”” />
2) LabelName2 <img class=”pre-imgs” src=”http://www.mydomain.co.uk/wp-content/uploads/2015/07/image2.jpg” alt=”” />
etc. etc
Therefore it is currently using an absolute path.
This radio button form currently has 7 options to select 1 from.
Therefore, I’m note sure how or where I am to use your str_replace(): detail above.
Any further clarification would be much appreciated?
Thanks
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFThanks for the update.
Are you able to confirm how I go about doing this? i.e. show an example?
Thanks again.
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFNo. It’s a registered domain, but the form sits on a private page restricted by WordPress’ password feature.
Forum: Plugins
In reply to: [Gravity PDF] image selected or added via form question now showing on PDFYes, that works correctly. How do I ensure that the PDF that is sent with the emailed form displays the images correctly?
Forum: Plugins
In reply to: [SP Project & Document Manager] change date format on document listingI think I’ve worked it out. I amended the date format in the file:
/sp-client-document-manager/classes/ajax.phpline no: 741
<td class="cdm_file_date">' . date("F Y g:i A", strtotime($r[$i]['date'])) . '</td>now changed to
<td class=”cdm_file_date”>’ . date(“j F Y g:i A”, strtotime($r[$i][‘date’])) . ‘</td>
Forum: Plugins
In reply to: [SP Project & Document Manager] Sub Projects not listed in add file windowUpgraded to latest version (*at time of writing) and this resolved the issue
*SP Client Document Manager Premium – Version 3.0.2.2Installing this version resolved this issue. Thanks.