moonswolf
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withHello and thankyou for your answer.
I made some test, and maybe i found the problem.
The plugin generate the link url in that format:
href="http://www.youtube.com/watch?v=G7z74BvLWUg&width=640&height=480"and this seems not to work, so if i try to remove the width and height parameters it works great.
So temporaly i’ve removed from the code the parameters of height and width, and it seems to work well.
Is there a way to use the code:
[video_lightbox_youtube video_id=”G7z74BvLWUg” width=”640″ height=”480″ auto_thumb=”1″]
without passing height and width necessarily?
Thankyou as always 🙂
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withOk, i’m looking for a solution, and now i understand that the lightbox doesn’t load cause the link of youtube generated from that code
[video_lightbox_youtube video_id=”G7z74BvLWUg” width=”640″ height=”480″ auto_thumb=”1″]
is passing some parameters (like width and height).
Is there a way to use that code without height and width? Something like this:
[video_lightbox_youtube video_id=”G7z74BvLWUg” auto_thumb=”1″]
i tried that code but it says to me that i’ve to add width and height….
Also if you would suggest some file to edit, i will follow your instruction and i will edit to solve the problem.
Thankyou.Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withI mean that i tried with my correct video ID, and the result is always the same.
Also tried with the code:[video_lightbox_youtube video_id=”G7z74BvLWUg” width=”640″ height=”480″ auto_thumb=”1″]
and it show correct thumbnail but doesn’t load the video.
Instead with the code:
<a href=”http://www.youtube.com/watch?v=G7z74BvLWUg”
rel=”wp-video-lightbox” title=””><img
src=”http://example.com/images/thumbnails/youtube.jpg”
alt=”YouTube” width=”60″ />it works but doesn’t create a thumbnail from video. And i need to generate thumbnail from video, not like image.
How can merge the twoo things?
Forum: Plugins
In reply to: [Client Logo Carousel] If I want several ones?Hello, i have different carousel in my page, and it seems to work, but the first carousel is always smaller than other (whatever carousel i put first), could you let me know if is there some files that i can edit to show all carousel of the same size?
If needed also editing files, thankyou.
Forum: Plugins
In reply to: [Client Logo Carousel] Two different carouselHello, i tried to put different carousel in some page, and it seems to work, but i see that the first carousel looks smaller than others, whatever carousel i try to add..it’s always smaller.
Could you let me know hot to solve this? Also with developing skilss and editing files if needed.
Thankyou.
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withYes, i copied and pasted your code. Also tried with my videos id and without the code above it works.
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withThankyou, i tried your code, and it shows me the thumbnail, but when click on it, it opens the lightbox but the video doesn’t load, it give me an error and say my to try later. Instead if i click on the code with link format it works…
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withHello, thankyou for your fast reply.
But I see that the wp video light box plugin has the feature of generate thumbnail from video.
Is there a way to auto-generate thumbnail directly from video?
Forum: Plugins
In reply to: [WP Video Lightbox] Lightbox not working, even withHello, thankyou for your reply mbrsolution, i’ve the same problem and your code seems to work, but how can i put this code with the video thumbnail?
I should create some thumbnails and clicking on theme it should open your lightbox video player.
Thankyou so much.
Hi RunarGunnarsson!
It’s incredible……but you are right 😀
The problem solved when i move into index.php 😀
Your it’s wonderful help for me 🙂
Thanks again! 😀
Hi, thanks for your answers.
I’ve the same problem, but i’ve PHP 5 running….is there another solution?
Thanks.
Forum: Fixing WordPress
In reply to: Can’t save posto or commentHi esmi, thanks for your answer. I tryed to do all that you wrote, cause i read one of your post in an article posted time ago. But nothing was appened.
Bu now i solved. I tested other things and i asked to my hosting service if my database wase updated, and they told me that the db need almost 12 -18 hours to be updated..so this is the problem..and not WordPress 😉
I suggest to all that have my problem to contact their hosting service support to check if the database is updated with new free space 🙂
By and thanx to all.
Forum: Fixing WordPress
In reply to: Update from 2.1.2Thanks so much, i’ve updated as you suggested to me and all is gone well 😉
Only some issues with plugin and some widgets…but i’ve to read about it some information.
Thanks again 😉
Forum: Plugins
In reply to: WordPress database errorI’ve created a new field on wp_posts table, this fiel is “post_ordine”.
After this i’ve modified, in the classes.php file,the variable “$allowed_keys” where i’ve inserted the name “ordine” as allowed key. So in index.php i could sort my post using “orderby=”ordine” is it right? 🙁The mistake is on the field that i’ve created..but i don’t know why!
helpme! 🙁