Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 28 total)
Author Posts
February 28, 2015 at 3:07 am in reply to: Youtube URL 37797
Webfreelance Webfreelance

You can use this plugni https://wphive.com/plugins/wp-youtube-lyte/faq/
It has the option to render any code using their shortcode into a video.
You will see on the FaQ that there is an option to add a function to your function.php file

Hope this helps

February 27, 2015 at 12:28 pm in reply to: Youtube URL 37775
Webfreelance Webfreelance

You can use this plugin https://wphive.com/plugins/wp-youtube-lyte/faq/
It has the option to render any code using their shortcode into a video.
You will see on the FaQ that there is an option to add a function to your function.php file

Hope this helps

August 22, 2013 at 8:35 pm in reply to: Compatibility issues with Jigosho[ 7346
Webfreelance Webfreelance

Thanks for getting back to me Tareq.
I know your a busy guy.

Will test it and give you feedback.
Much appreciated

August 21, 2013 at 7:42 pm in reply to: Compatibility issues with Jigosho[ 7271
Webfreelance Webfreelance

Hi Tareq, Any fix for this, still having issues.
Id appreciate it if you could get back to me. Thanks

August 7, 2013 at 1:19 pm in reply to: Compatibility issues with Jigosho[ 6704
Webfreelance Webfreelance

Hi Tareq,

The reason i haven’t gone with WooCommerce is that i am already familiar with Jigoshop and have written a client user guide for it as well as purchased multiple add-on’s.

Even so i have given WooCommerce a try as i don’t think this issue will be resolved in time and WooCommerce does the exact same thing.

August 6, 2013 at 5:22 pm in reply to: Compatibility issues with Jigosho[ 6686
Webfreelance Webfreelance

Hi Tareq, Any update regarding this issue?

July 31, 2013 at 2:31 pm in reply to: Compatibility issues with Jigosho[ 6532
Webfreelance Webfreelance

When i activate Jigoshop it does not show the Jigoshop menu, and if you go into your active plugins and select settings on the Jigoshop plugin it says you do not have sufficient permission to access.

June 10, 2013 at 9:02 am in reply to: Image Upload issue in Chrome 4734
Webfreelance Webfreelance This reply has been marked as private.
June 10, 2013 at 8:48 am in reply to: Image Upload issue in Chrome 4732
Webfreelance Webfreelance This reply has been marked as private.
June 10, 2013 at 8:34 am in reply to: Image Upload issue in Chrome 4730
Webfreelance Webfreelance This reply has been marked as private.
June 10, 2013 at 8:32 am in reply to: Image Upload issue in Chrome 4729
Webfreelance Webfreelance This reply has been marked as private.
June 5, 2013 at 11:14 am in reply to: You Tube Link 4582
Webfreelance Webfreelance

If you are going to make this function work for multiple youtube videos then put the function in your loop below <?php while (have_posts()) : the_post(); ?> then the this outside the loop <?php do_shortcode('[lyte id="'.$newTubeid.'" /]'); ?>

The each time you input a video id for individual posts it will show the id specific video on the post 🙂

June 5, 2013 at 11:11 am in reply to: You Tube Link 4581
Webfreelance Webfreelance

Because you are using wp userfrontend pro your function should be this.

<?php
$tubeid =  get_post_meta( $post->ID, ‘youtubeid’, true ); // The parameter name 
$newTubeid = $tubeid;// appending the values
?>
June 5, 2013 at 10:52 am in reply to: You Tube Link 4579
Webfreelance Webfreelance

Simple solution!
Install this plugin http://wordpress.org/plugins/wp-youtube-lyte/

Create a custom field called youtubeid and on the input side only put the video id.
EG: http://www.youtube.com/watch?v=gRyPjRrjS34 – only the bolded part.

Then write a function to display the output, add this in your page template.

<?php
$tubeid =  get_field('youtubeid'); // The parameter name 
$newTubeid = $tubeid;// appending the values
?>

Place this in your template where you want the video to show.

<?php do_shortcode('[lyte id="'.$newTubeid.'" /]'); ?>

June 2, 2013 at 11:05 am in reply to: Image Upload issue in Chrome 4425
Webfreelance Webfreelance

Hi Tareq,

Please close this.
My apologies it in-fact was caused by a user role permission.
If your users do not have the capability to ‘manage options’; when you try upload an image it will break the upload and display a distorted version of your website within the image frame.

Viewing 15 Topics - 1 through 15 (of 28 total)