• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi,
    I wonder wheter it is possible to add a video gallery someway.
    Can you help me?

    Cioka
    1 year ago
  2. I would also like to edit the css of the image gallery, in which file should I do it?

    What I particularly want is to allow more than a six bullet icon set bellow the image. How should I get it?

    And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?

    Thank you very much!!!

    Cioka
    1 year ago
  3. Hi,

    I wonder wheter it is possible to add a video gallery someway

    Please provide more information about video gallery type

    I would also like to edit the css of the image gallery, in which file should I do it?

    Do you mean slideshow shortcode?
    The styles are in the style.css file

    What I particularly want is to allow more than a six bullet icon set bellow the image. How should I get it?

    The icons number depends on the images number, you can't change their numer

    And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?
    Sorry, but is not possible to set automatic transition.

    Cheer,s
    George

    George
    1 year ago

  4. Please provide more information about video gallery type

    A slideshow with Images but in video version.

    The icons number depends on the images number

    Yes I see that, but when you make a slideshow with more than 6 images the following icons go to a second line and that is quite ugly in my opinion. I would like to have more than 6 icons in the first line. How could I do it?

    Sorry, but is not possible to set automatic transition.

    So I can´t mofify the time of transition between images in a specific .js file, I thought it was a usual operation???

    Thanks

    Cioka
    1 year ago
  5. Hi,
    A slideshow with Images but in video version.

    Sorry but this can't be done. The only thing that you can achieve is:
    1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page
    2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:

    <a href="VIDEO LINK HERE" rel="prettyphoto">IMAGE OR LINK HERE</a>
    

    when you make a slideshow with more than 6 images the following icons go to a second line and that is quite ugly in my opinion. I would like to have more than 6 icons in the first line. How could I do it?

    The size of a button depend on the amount of text that you have on that button so if you would add a smaller amount or letters then you would be able to have more than 6 buttons there.

    And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?

    You mean slider transition? Is set to auto by default. Please provide more details. If this is a slider, please let me know which one and I would help.

    Cheers,
    Max.

    Max
    1 year ago

  6. Sorry but this can't be done. The only thing that you can achieve is:
    1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page
    2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:

    It is a shame you don´t offer a video slider the same way the image slider is offered but thanks anyway.

    Cioka
    1 year ago

  7. Sorry but this can't be done. The only thing that you can achieve is:
    1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page
    2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:

    It is a shame you don´t offer a video slider the same way the image slider is offered but thanks anyway.

    The size of a button depend on the amount of text that you have on that button so if you would add a smaller amount or letters then you would be able to have more than 6 buttons there.

    I think you have missunderstood my question cause I´m asking about the small circle icons that the image gallery has bellow. About how it is displayed a second row if you gather more than 6 photos and that Iwould like to have nine icons in a row for example.

    You mean slider transition? Is set to auto by default. Please provide more details. If this is a slider, please let me know which one and I would help.

    Yes that slider transitions, Could they be modified in the time of pause between images.

    Thanks!!!

    Cioka
    1 year ago
  8. Hi,
    I think you have missunderstood my question cause I´m asking about the small circle icons that the image gallery has bellow. About how it is displayed a second row if you gather more than 6 photos and that Iwould like to have nine icons in a row for example.

    in style.css file find this code:

    .slideshow .pagination {
    margin: 10px 5px 10px 225px;
    width: 120px;
    }
    

    and replace with:
    .slideshow .pagination {
    margin: 10px 5px 10px 225px;
    min-width: 120px;
    }
    

    Yes that slider transitions, Could they be modified in the time of pause between images.

    You can change this from slides.php file (library\tfuse_mods\thememodules\shortcodes). This is the code where you can change this:

    <script language=\"javascript\" type=\"text/javascript\" charset=\"utf-8\">
    							jQuery(document).ready(function($){
    								$('#slides" . $tfuse_shortcode_arr['uniq'] . "').slides({
    									play: 4000,
    									hoverPause: true,
    									autoHeight: true,
    									effect: 'fade',
    									fadeSpeed: 600,
    									crossfade: true,
    									preload: true,
    									preloadImage: '". get_template_directory_uri() ."/images/loading.gif'});
    							});
    						</script>
    

    Cheers,
    Max.

    Max
    1 year ago
  9. Thank you very much guys!!

    By the way, do you expect a video slider (or a slider that also allows videos) adittion for a coming upgrade of the theme??

    See you

    Cioka
    1 year ago
  10. Hi,
    unfortunately no, we don't have this in plans for a future update. Theme structure was already made and there wouldn't be added this kind of features.

    Cheers,
    Max.

    Max
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.