Fobstar
Forum Replies Created
-
Forum: Plugins
In reply to: [Videopack] Image not attached to videoBingo! Works perfectly, thank you Kyle. Much appreciated ??
Forum: Plugins
In reply to: [Videopack] Image not attached to videoHi Kyle, yes thats correct. Video thumbnails are appearing fine in backend WP Media, just not on my frontend upload page anymore. I use the code to display thumbnails for all video and image as they are uploaded to a post. Works fine for image thumbnails still so just trying to get video thumbnails working again. Here is how $attach_id is defined.
$file_loc = $uploaded_file[‘file’];
$file_name = basename( $upload_data[‘name’] );
$file_type = wp_check_filetype( $file_name );
$attachment = array(
‘post_mime_type’ => $file_type[‘type’],
‘post_title’ => preg_replace( ‘/\.[^.]+$/’, ”, basename( $file_name ) ),
‘post_content’ => ”,
‘post_status’ => ‘inherit’ );$attach_id = wp_insert_attachment( $attachment, $file_loc );
Forum: Plugins
In reply to: [I Recommend This] Like Post MetafieldCool. Thank u for your reply.
Is there a way to display the output only?
We have added the code to our archive template but want to prevent users clicking on multiple ‘likes’. When we do this currently it crashes our database. Cheers
Forum: Plugins
In reply to: [WP Attachments] Manually adding to templateForum: Plugins
In reply to: [WP Attachments] Manually adding to templateWe would like to exclude video files from appearing in the attachment list as well. Cheers ??
Yes, however is there are private email address I can send this to? Would prefer not to show an admin settings page on a public forum.
Alternatively, the structure under permalinks settings page is: %post_id%
These settings have been set for years without problems until using your plugin. Unless there is a separate permalink settings page for your plugin we have made no other changes.
Cheers
Yes we have saved the permalinks
The plugin seems to work with a postname permalink structure but we use postid links.
How do we use with postid premalinks?
Cheers.
This is happening to me also – we are uploading 1Gb+ file sizes daily.
I’m sure you guys are on the case but just letting you know the size limits scope/requirements for some of us. Cheers ??
One more question…
With the Pro version of the plugin do frontend users only have the ability to the single rating (e.g x stars out of 5) option, or can they rate the additional review types ( e.g, service, value, etc) as well?
Thanks Marcin
I have registered now and logged a support topic as requested.
Cheers
Hi Marcin, I can access the page now but I can’t find/create an free account without purchasing a product. It seems you can’t visit an empty checkout page which is why I couldn’t access the link earlier.
Keen to resolve this password protected problem – can you setup an account on my behalf?
Sorry Marcin,
I’ve tried to access the link multiple times but for some reason the page times outs. I can access all other pages on the Wp-types website fine except the checkout page. Please advise.
Hi Marcin,
I’ve tried but you need an account to login and I cant find a registration page. Can you please confirm?
Have checked the above but not making any difference. The only thing that works is disabling your plugin.
Our website is members only but we can setup an admin account for you to see the problem we are having. Is there a private email address we can send you these details?
Cheers
Forum: Plugins
In reply to: [Videopack] Video name errors and automatic conversionThe non-alphanumeric characters don’t appear to be an issue now. You were right, the filenames are sanitised. I was looking at the video titles.
– Re. the automatic process we still can’t crack it. We are using the WP Control plugin & completed a good cleanup of jobs but thumbnail generation & video conversion still not automatic.
– If we do run manually, jobs are queued but for some the conversion still fails. Sometimes the 1080p works but 720p wont – some videos it’s the other way round. The message we get is Error: No log file.
– We aren’t running SSL in wp-admin and have also tried turning thumbnail FFMPEG tab on/off but doesn’t make a difference.At my wits end – would you mind taking a look at it? Your plugin is excellent & an important tool for us so it’s only fair we pay for your time and help contribute towards the ongoing development. I have your addy details from your site but let me know if you would be ok with this first and then I’ll email you privately.