roseyazman
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Not WorkingNo this theme does not use Mega Menu Plugin how ever it have its own builtin function for setting menu. It seems your plugin is not compatible with this theme.
regardsForum: Plugins
In reply to: [.TUBE Video Curator] Some feature requestsHi dear I’ve checked it right now but unfortunately it is causing Internal Server Error with following message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Link of print screen is as under:
https://photos.app.goo.gl/4VSSOXfXArmT9mTu1Forum: Plugins
In reply to: [Menu Image, Icons made easy] Not WorkingHello dear
I’m using WooHoo theme link of theme is https://themeforest.net/item/woohoo-modish-news-magazine-and-blog-theme/13570398?s_rank=1
I have tried by deactivating all the plugins but it did not worked. However, I’m using following plugins:
.TUBE Video Curator
Admin Custom Login
Bdaia Shortcodes
Better Notifications for WordPress
BuddyPress
Easy Custom SidebarsPlease check the issue and make it compatible for my website as I need this plugin.
regards
Forum: Plugins
In reply to: [.TUBE Video Curator] .TUBE Video Curator Could Not be Activatedissue solved
Forum: Plugins
In reply to: [.TUBE Video Curator] Some feature requestsdear @tubegtld
It is still not working I have tried channel name lowercase with dashes but it is still making default category on publishing the post.waiting for your reply
regardsForum: Plugins
In reply to: [.TUBE Video Curator] How to reduce size of Featured ImageOk dear thanks for you guidance
I’ll contact the email notification plugin owner to enhance its features.
regardsHi dear
I’m also facing the same problem…. what is the solution?In instructions following Redirect uri:
https://www.ezyfun.com/wp-login.php?apsl_login_id=google_check
and when I enter this for rui it shows following error:
Origin URIs must not contain a path or end with “/”: https://www.ezyfun.com/wp-login.php?apsl_login_id=google_check/
waiting for an early reply
regards
Forum: Plugins
In reply to: [.TUBE Video Curator] Some feature requeststhanks for your reply dear
Now I’ve applied following code:
add_filter( ‘tube_vc_filter_import_term’, ‘mytube_custom_import_terms’ );
function mytube_custom_import_terms( $import_term_ids, $source_site, $creator_name ){
// custom terms per channel
$custom_terms = array(
‘youtube-UCq-Fj5jknLsUf-MWSy4_brA’ => array(13, 9, 10), //setting categories for T-Series youtube channel
‘youtube-UCxW2EB82hxC8Vtoy7AGn-Cw’ => array(1586, 38, 61, 37), //setting categories for mazaaq raat youtube channel);
// create a slug from source site and creator name
$key = $source_site.’-‘.sanitize_title($creator_name);// if no custom terms, send back original value
if ( ! array_key_exists( $key, $term_map ) ):
return $import_term_ids;
endif;// return the custom terms for this channel
return $custom_terms[ $key ];}
applying above code nothing changed i.e. when I click on publish in channel from .tube the post was published with the default category
Forum: Plugins
In reply to: [.TUBE Video Curator] Hide youtube logo in Control Bar and loop videoThanks dear
now I clearly understand what is the use of modesbranding.
regardsForum: Plugins
In reply to: [.TUBE Video Curator] How to reduce size of Featured ImageThanks for your reply
Actually the problem is that I’ve set a plugin for email notifications to subscribers and when subscribers receive the email, image there is of full size 1280 x 720 which which is not good for them in their inbox.
On the other hand image on facebook page is automatically adjusted and on posts on my website theme also adjust the image size accordingly.To solve the above problem I’ve to reduce featured image size I click Edit Post, Click Featured Image, reduce its size and save it then publish it.
Is there any other way?
regards
Forum: Plugins
In reply to: [.TUBE Video Curator] Some feature requestsI’m writing the following code for customize categories for videos imported in my site from youtube channel:
add_filter( ‘tube_vc_filter_import_term’, ‘mytube_custom_import_terms’ );
function mytube_custom_import_terms( $import_term_ids, $source_site, $creator_name ){
// custom terms per channel
$custom_terms = array(
‘youtube-UCq-Fj5jknLsUf-MWSy4_brA’ => array( 420 ),);
// create a slug from source site and creator name
$key = $source_site.’-‘.sanitize_title($creator_name);// if no custom terms, send back original value
if ( ! array_key_exists( $key, $term_map ) ):
return $import_term_ids;
endif;// return the custom terms for this channel
return $custom_terms[ $key ];}
UCq-Fj5jknLsUf-MWSy4_brA in above code snippet is id of youtube channel for which I want to customize categories.
regards
Forum: Plugins
In reply to: [.TUBE Video Curator] Hide youtube logo in Control Bar and loop videoThanks for support dear
I’ve applied the above code for loop and modestbranding i.e.function my_custom_oembed_args( $args ) {
$video_id = get_post_meta( get_the_ID(), ‘tube_video_id’, true );
$args[‘loop’] = 1; // add parameter to loop video
$args[‘playlist’] = $video_id; // add parameter to loop video
$args[‘modestbranding’] = 1; // will not work with white color
return $args;}
add_filter( ‘tube_vc_filter_oembed_args’, ‘my_custom_oembed_args’, 10, 1 );
but I think it is still showing youtube logo and when we click on this logo it goes to youtube site. Is this the modestbranding ??? You can check it on following link:
Forum: Plugins
In reply to: [.TUBE Video Curator] Some feature requestsHi dear @tubegtld
I’ve tested the above code and it did not worked in my case.
https://www.ezyfun.comSorry dear the issue is solved. It was my mistake. Actually the youtube channel was different from where the video is being accessed. thanks
Forum: Plugins
In reply to: [.TUBE Video Curator] .TUBE Video Curator Could Not be ActivatedThanks for your support. I deactivated plugin Backup by Supsystic and .tube it is activated.