ternstyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Members List Plugin] PHP Fatal errors?The class and the function which are unable to be found are standard WordPress functions necessary to the use of WordPress. Did you recently perform an upgrade? It appears as though WordPress is not installed properly.
It eon’t break, per se. However, yes, you’d need to make this change after every upgrade.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] 5.1.4 ChangelogThe change log on the website is related to the PRO version only. Are there particular features you have questions regarding?
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Can't Manually UpdateThank you for your purchase! So glad you were able to solve you’re issues as well.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] How to Activate this pluginjustoke,
Are you receiving errors? If so, this is commonly related to having the FREE version of the plugin activated. Please deactivate the FREE version first and then activate the PRO version.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Video previews not appearing in listToby,
This is usually an issue with your theme. Often themes use custom functions outside the built-in functionality of WordPress (which is bad practice.) Our plugin uses the WordPress function
the_post_thumbnailto display your thumbnails. If your theme is not using this in those locations, the thumbnail will not be displayed. You’d need to then edit your theme to ad the thumbnail functionality.You can read about the plugin’s theme functions here: http://www.ternstyle.us/automatic-video-posts-plugin-for-wordpress/documentation/theme-functions
Try changing line 26 of /front/thumb.php from this:
add_action(‘the_post’,’WP_ayvpp_add_post_thumbnail’);
To this:
//add_action(‘the_post’,’WP_ayvpp_add_post_thumbnail’);
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Plugin Not WorkingThe latest version of the plugin should be good to go. YouTube had deprecated its API and this is why the plugin wasn’t working. The plugin is now fully up-to-date with YouTube’s v3 API. There are also new features!
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] TimThumbThe the latest version in the WordPress Plugin repository no longer uses timthumb. You are now able to import and store thumbnails locally. If you’re importing from many channels, we’d suggest using Amazon s3 to store them.
This plugin does the trick:
https://wordpress.org/plugins/amazon-s3-and-cloudfront/Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Video tagsThe unfortunate things is that the API used to offer the tags publicly. Not sure why they stopped doing that.
Hi, bionary.
The way the plugin works is, the import of the videos takes places. Then when
the_postis called for the video post in either a WordPress post loop, or when viewing the post, the plugin checks to see if the featured image is set. If not, it imports it. If it is set it should NOT import it.Is the featured image set for a post that has had its featured image imported more than once? Are the images being imported more than once?
Forum: Plugins
In reply to: [Members List Plugin] Automatically add new usersAre the users being added using built-in WordPress functions? Or are they being manually added to the database outside native WordPress functions. When a list is created in the PRO version, you can specify it to automatically add specified roles. However, WordPress hooks are needed to add the user to the list.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Video tagsThe video tags are only available to the owner of the channel from which the videos are being imported. Also, it would require additional calls to the YouTube API which slow down the import process. To keep things simple, we do not offer this functionality with the plugin.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Manually Insert VideoThe plugin has theme functions you can read about here:
http://www.ternstyle.us/automatic-video-posts-plugin-for-wordpress/documentation/theme-functions
Forum: Plugins
In reply to: [Members List Plugin] do not upgrade past version 3.x.x !!!youtag, were you receiving errors? Or was the list just not displaying? In the latest version of the plugin you must create and specify a list for your members to be displayed.