Keyword

Advanced Search

Search Results (Searched for: preview)

  • Lefteris
  • Lefteris's Avatar
15 Oct 2015 15:29
Replied by Lefteris on topic Black frame instead of preview image with IE

Black frame instead of preview image with IE

Category: AllVideos

Just tested under IE11 and everything works fine for me. Try to visit Youtube with your browser to see if videos there work.
  • Lefteris
  • Lefteris's Avatar
06 Oct 2015 15:53
Replied by Lefteris on topic K2 Report comment got CSS error

K2 Report comment got CSS error

Category: English K2 Community

Hi,

We have fixed the PHP notices for the next release. Until then just set the error reporting to "Normal" under Joomla! global configuration.

Regarding the your second question, this is the preview of the text of the comment you are going to report, not a description.
  • Lefteris
  • Lefteris's Avatar
02 Oct 2015 11:15
Replied by Lefteris on topic Black frame instead of preview image with IE

Black frame instead of preview image with IE

Category: AllVideos

Hi,

AllVideos is using the embed code that Youtube recommends and should work in all major browsers. There is no option for the thumbnail, it is provided by Youtube. So probably something else is wrong with your site. Is there a link to the page with the issue?
  • TKB
  • TKB's Avatar
01 Oct 2015 20:48

Black frame instead of preview image with IE

Category: AllVideos

Hello, I just downloaded the Allvideo plugin and wanted to use a youtube video with this code:
{youtube}SR5sxe1IQUo|600|450|1{/youtube}
In Firefox and Chrome it works perfectly but IE 11 shows just a black frame instead of preview image.
Where can I define that the preview image is displayed?
Thank you very much for your help!
  • George Lias
  • George Lias's Avatar
26 Aug 2015 20:08
Can't embed more than 1 video in K2 was created by George Lias

Can't embed more than 1 video in K2

Category: AllVideos

For some strange reason I cant embed more than 1 video in my K2 items (articles). Although I am able to see multiple videos in the preview within the item editor but the site visitors can not see the multiple videos. Istead they can only see the last embeded video.

k2 item screenshot: imgur.com/o8NV0iN

K2 editos screenshot: imgur.com/j5Dy52w
  • Glauco
  • Glauco's Avatar
19 Aug 2015 02:30
Replied by Glauco on topic Immagine non visualizzata nell'articolo

Immagine non visualizzata nell'articolo

Category: Comunità italiana K2

OK, sembra abbia risolto tutto facendo questa modifica al file item.php del componente k2.

Sostituendo la riga di codice in questo modo:

<div class="itemImageBlock"> <a class="itemImage modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>"> <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" /> </a>

Sostituire con questa:

CODE: SELECT ALL
<div class="itemImageBlock"> <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />

Era un problema della classe "modal".

Visto che l'errore lo dava anche per il pulsante edit, magari è lo stesso problema. Vedrò!
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
13 Jul 2015 14:03
Replied by Krikor Boghossian on topic Implementing new responsive lightbox for K2 item Images

Implementing new responsive lightbox for K2 item Images

Category: English K2 Community

Open the item.php of that subtemplate. and locate title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>"

This is what generates this title. You can change this to the item's title or a custom search.
  • Lefteris
  • Lefteris's Avatar
13 Jul 2015 12:17
Replied by Lefteris on topic Video Preview is black

Video Preview is black

Category: AllVideos

You are welcome.
  • Maciej Baranowski
  • Maciej Baranowski's Avatar
11 Jul 2015 19:25
Replied by Maciej Baranowski on topic Video Preview is black

Video Preview is black

Category: AllVideos

Thank you :)
  • Lefteris
  • Lefteris's Avatar
10 Jul 2015 20:33
Replied by Lefteris on topic Video Preview is black

Video Preview is black

Category: AllVideos

Hi,

You can enable video thumbnails only for videos that are stored on your server. In order to do this just put an image file with the same name of the video in the folder of the video. For example if your video is named test.mp4 you need to name the image file test.jpg .
  • Maciej Baranowski
  • Maciej Baranowski's Avatar
10 Jul 2015 14:29
Video Preview is black was created by Maciej Baranowski

Video Preview is black

Category: AllVideos

Hello,

How to show preview of video, like youtube videos are? The videos are black on my website when not playing.

imgur.com/3IPVOU3

Thank you for any help.
Regards

maja
  • jpz
  • jpz's Avatar
26 Jun 2015 11:44
Replied by jpz on topic ReferenceError: $K2 is not defined

ReferenceError: $K2 is not defined

Category: Communauté française K2

Non je n'ai pas trouvé d'où venait le problème mais je ne l'ai plus en désactivant le plug-in "System - K2 Real Preview"

Merci
  • Guy Van Buyten
  • Guy Van Buyten's Avatar
25 Jun 2015 14:32
Responsive mp4 not resizing the same as player? was created by Guy Van Buyten

Responsive mp4 not resizing the same as player?

Category: AllVideos

I searched but cound't find any solution yet.

If embedding an mp4 file using the responsive-template, the video doesnt fill the player window completly, but appears smaller, so showing a black border.

When changing the browser window width smaller, the video file dimensions changes differently as the black player window dimensions.

I also tried it in a clean Joomla to rule out jquery or other conflicts

here are some pics:









Here is the code used:
{mp4remote}eikboomgmbh.de/images/video/Imagefilm_Eikboom_50_1-480.mp4{/mp4remote}

and here a live preview:
support.maxign.de/index.php/testvideo

Is it a bug? or something I need to change in settings or so?

Even if it is a bug... I need it to run on a live site asap nicely.. is there a kind of workaround? need to change the video file format or so?
  • Nickos Dandoulakis
  • Nickos Dandoulakis's Avatar
22 Jun 2015 23:07
Replied by Nickos Dandoulakis on topic alt attribute

alt attribute

Category: English K2 Community

I FOUND THIS COMMON CODE IN TEMPLATE 'S FILES ... CAN YOU HELP ME????


<!-- Item Image -->
<div class="itemImageBlock">
<span class="itemImage">
<a class="modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>">
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</a>
</span>

<?php if($this->item->params->get('itemImageMainCaption') && !empty($this->item->image_caption)): ?>
<!-- Image caption -->
<span class="itemImageCaption"><?php echo $this->item->image_caption; ?></span>
<?php endif; ?>

<?php if($this->item->params->get('itemImageMainCredits') && !empty($this->item->image_credits)): ?>
<!-- Image credits -->
<span class="itemImageCredits"><?php echo $this->item->image_credits; ?></span>
<?php endif; ?>

<div class="clearfix"></div>
</div>
  • Lefteris
  • Lefteris's Avatar
19 May 2015 12:14

4.7 no preview images - standard protostar on joomla 3.4.1

Category: AllVideos

@Raleigh Planning

Hi,

I don't see AllVideos in your page. If you are embedding the videos on your own, this has absolutely nothing to do with the extension.
  • gordon m
  • gordon m's Avatar
19 May 2015 05:00
Replied by gordon m on topic AllVideos...simply....does not work

AllVideos...simply....does not work

Category: AllVideos

Thanks for your reply. I am using PageBuilder to create the site so my first test was inside a PageBuilder RAW HTML Add-on.

When that didn't work and after double checking the tag, I tested putting the tag directly into code view in a Joomla article and going into Preview mode in the Article Manager but the plugin does not appear to work there.

I then found that if I put the article into a menu and added that menu to the site so that I could access the article then the plugin does work.

I've set it so you can see the plugin working in an article but not working in the PageBuilder row (links below). Does the plugin only work from within an article?

Thanks.

www.karosongs.com/joomla/index.php/allvideos-tag-for-mp3-entered-into-joomla-article

www.karosongs.com/joomla/index.php/allvideos-tag-for-mp3-entered-into-page-builder-raw-html-addon

Lefteris wrote: @gordon m

This means that probably the plugin is not triggered at all. Are you using a module to display the video? Check again that the tag you entered is correct . Is there a link to the page with the issue?

  • Raleigh Planning
  • Raleigh Planning's Avatar
18 May 2015 17:32
Replied by Raleigh Planning on topic 4.7 no preview images - standard protostar on joomla 3.4.1

4.7 no preview images - standard protostar on joomla 3.4.1

Category: AllVideos

Hi there, I just notice that the playlist thumbnails in one of our sites is not working, you tube have not support for certain old apps anymore since April and it seems that is affecting the plugins, here is the link to my site raleigh4u.com/newsvideos/video-gallery

this is you tube announcement

support.google.com/youtube/answer/6098135?p=yt_devicesupport&hl=en&rd=1

nee to find some fix or it is some update coming soon

thanks

Jorge
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
18 May 2015 14:21
Replied by Krikor Boghossian on topic How to make preview with thumbnails on manepage?

How to make preview with thumbnails on manepage?

Category: English K2 Community

You need to upload the image through the K2 image tab if you want it to be visible in the introtext.
Alternatively you should not use a word limit in the category's settings.
  • gordon m
  • gordon m's Avatar
17 May 2015 22:50
Replied by gordon m on topic AllVideos...simply....does not work

AllVideos...simply....does not work

Category: AllVideos

I have the same issue attempting to use AllVideos.

I have installed and published the plugin and set the paths for audio and video to my images/media folder. And my test mp3 file has been placed in that folder (and tested with a different media player).

Then, following the instructions in the documentation, I enter the tag {mp3}file_name{/mp3} into the HTML of an article.

When I go into preview, what I see in the article is the text of the tag itself, i.e., {mp3}file_name{/mp3}. In other words, it appears to have been treated as plain text rather than as a known HTML tag.

Is there something I'm missing?
  • George Nasis
  • George Nasis's Avatar
17 May 2015 21:16
facebook share was created by George Nasis

facebook share

Category: English K2 Community

hallo there,

i am trying to change something

in the preview of the facebook share, there is author`s name. how can i change that to author`s username?

thank you very much
Displaying 161 - 180 out of 989 results.

Powered by Kunena Forum