Viewing 30 results - 9,151 through 9,180 (of 10,094 total)
  • Author
    Search Results
  • #190090

    In reply to: thumbnails shifting

    Hi freeethinka!

    Can you please post a link to the website? How did you add the thumbnails?

    Best regards,
    Ismael

    #189981

    Topic: thumbnails shifting

    in forum Enfold
    freeethinka
    Participant

    HI
    I’ve created 4 columns in Advanced Layout Builder, added a text block to each, and a thumbnail image with two lines of text within each text block. Problem is, after refreshing the page, the image with its accompanying text shifts downward a little bit when I run my mouse over it. The other 3 do not shift until I run my mouse over those as well. Is there a way to stop the this shifting?

    Thank you!
    —Freeethinka

    • This topic was modified 12 years, 4 months ago by freeethinka.
    #189780

    Hi Ismael,

    what you describe is correct, but why didn’t change the preview images in “portfolio-ajax” after a new and default installation? The thumbnails are in the mediathek and each of this preview images was chosen correct in the portfolio sites too and looks great. Only in portfolio-ajax change the images not correct. I’m pretty sure that this feature in the past worked with an earlier version of Enfold.

    Best regards,

    Torsten

    #189754

    Hi Torsten!

    I visited the page http://www.auvent.de/portfolio/portfolio-ajax/ and it is working properly. Maybe, you’re confused with the thumbnails. Some of the portfolio items have added preview images and it is showing the same thumbnail when you click it. Anyway, it is working as expected. :)

    Best regards,
    Ismael

    #189652
    Paul M
    Participant

    hi

    using the following to embed a gallery within a tab:
    [av_gallery ids='10946,10945,10944,10943,10942,10941,10940,10939,10938' style='thumbnails' preview_size='portfolio' thumb_size='square' columns='5' imagelink='lightbox' lazyload='avia_lazyload']

    is it possible to sort the images by caption, title or description or is the only way to sort them via the shuffling the id#’s

    http://www.kafkagranite.com/wp/epoxy-overlay-aggregates/streetscape/#tab-id-2

    thanks

    #189406

    @andregorn – If you look at the prettyPhoto examples, you need this for flash content:
    <a href="http://www.adobe.com/products/flashplayer/include/marquee/design.swf?width=792&height=294" rel="prettyPhoto[flash]" title="Flash 10 demo"><img src="images/thumbnails/flash-logo.jpg" alt="Flash 10 demo" width="60" /></a>

    @ondrej – For a button, you would need to get the html code for it and then add it into a text box. You would not be able to do it from the template builder element as far as I know.

    The script is just included into the theme but not all of the full capabilities are added in as elements from within the advanced editor at the moment so working with the raw code is your only real option.

    #188508

    I didn’t see any difference that code made.

    #188506

    Hi!

    You can change following code to .75 as well if you would like to change “dimmed at first” kind of effect

    .avia_transform .avia-gallery-thumb img {
    opacity: 0.1; }

    Regards,
    Yigit

    #188504

    1) here is the page I am testing http://www.jaredburnettphoto.com/test-gallery/

    2) That code is pretty awesome. I made it .75 opacity to tone down the contrast slightly.

    I can’t really think of any way to make it better. Any suggestions from a design standpoint?

    #188463

    Hey!

    1) Can you post the link to your website?
    2) All pictures could have lower opacity and on hover could be opacity 1, with following code

    #top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }
    #top .avia-gallery .avia-gallery-thumb a { opacity: 0.5; }

    But if you would like to have it just like it is on the website you have posted, then you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can request quote here.

    Best regards,
    Yigit

    #188459

    The first code makes it look great with square thumbnails, however the second code doesn’t seem to make any difference from before.

    Is there any way to make it slightly dim the other pictures that the mouse is not over?

    #188303
    This reply has been marked as private.
    #187856

    The size getting created is 172×97.jpg

    So you can use this plugin to find that size and then change it http://wordpress.org/extend/plugins/simple-image-sizes/

    After you save you will need to regenerate thumbnails to have the new image shown.

    Hi!

    Please go to wp-content\themes\enfold\js to find shortcodes.js file

    Cheers!
    Yigit

    Okay, please forgive my ignorance, I am so thankful for your help and I can do this, if I knew what file and folder to look in… I looked in the js folder in WP-admin, but could not find a file called “shortcodes.js”

    Then I looked in the WP-Includes Folder and found a file called “shortcodes.js”, but there is no line 887, it ends at line 342.

    Could you tell me specifically where to find this file?

    Thank you so much!

    Eleina

    #187767

    Hey!

    Maybe you use the “small thumbnail” post layout? If yes please delete the entire code in loop-index.php and use: http://pastebin.com/n5m6JZyW (=updated code which will be part of the next theme update). Make sure that you inserted some text into the description field: http://www.clipular.com/c?5000794906558464=KtjSYCDzHo7HRrHafw_p9w0qaD0&f=.png

    Regards,
    Peter

    #187736

    Hey JaredBurnett!

    You can add Gallery element under Media elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to remove borders and padding

    #top div .avia-gallery img { border-style: none; padding: 0px; }

    And this css code to increase opacity and remove animation

    .avia_transform .avia-gallery-thumb img { opacity: 1; }
    .avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }

    Regards,
    Yigit

    #187689
    Delphiine
    Participant

    Hi,

    I have a problem with the galleries. I would like to create difference album on a single page.
    For exemple I would have a row of different photos displayed with title underneath and when you click on that single photo it opens a lighbox where you can see all the photo (one at a time) that are linked to this photo on my page but are not displayed on the page.
    Or if I click on that photo it redirects me to a page where there are all the photos linked to the one on the page.

    See this website to understand better except that on this site it opens the photos on a slider and I want them on a page or on lightbox.

    http://www.jaredwilsonphotography.com/?galleryID=13

    I could create that by adding different galleries with the enfold module gallery but the problem is you have little thumbnails underneath or it will display all the photos…

    Any though of how I can do?

    kind regards

    Delphine

    #187688

    In reply to: post as a link

    I want that the the post title and thumbnail links not to the post. It should link to the extern link…

    #187687

    Hi petersandin!

    Edit js > shortcodes.js, find this code:

    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    Replace it with:

    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hey Eleina_Shinn!

    Please edit js > shortcodes.js, find this code on line 887:

    var image = $(this);
    				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));

    Replace it with:

    var image = $(this);
    				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 10));

    Remove browser cache then reload the page a few times. You can use WT3 Total Cache and Better WordPress Minify to enhance the page loading speed.

    Cheers!
    Ismael

    Eleina_Shinn
    Participant

    Hi: Here are the GALLERY PAGE URL’s for the site I’m working on:

    http://new.vampedupvintage.com/rentals/
    http://new.vampedupvintage.com/show-costuming/

    The thumbnails will eventually load, but it takes forever… I have re-sized all my images using a plugin called EWWW Image Optimizer, but it’s still noticeably slow to load….

    Do you have a fix for this?

    #187411
    JaredBurnett
    Participant

    I want to create a gallery almost identical to this http://adamelmakias.com/portfolio/press/ with a set number of columns that display high quality square thumbnails of the same size and are flush together. You click on a thumbnail and it opens the lightbox and you can key though the images.

    How can I achieve this? I tried the fullwidth masonry gallery and set the thumbnails to the same size. It wasn’t quite square thumbnails and I don’t want the gallery to be full width. I want there to be a small margin on each side of the page. Is there a way to achieve the same look from the website above using a grid gallery? I don’t want borders on the pictures.

    A dimming feature of the other images that the mouse is over would be cool too.

    Thanks for your help!

    #187403

    Thanks for your answer, Yigit, now my bold is bold :-)

    Regarding the second problem, I do not want to remove all the slide meta, what I would like is to change is the number of comments by the author of the post, so I stay below the thumbnail something like this: John Smith / 13 november 2013 instead of 0 comments / 13 november 2013

    Thanks in advance,

    LRS

    #187254

    Hi Devin,

    please goto:
    http://www.weisscam.com/wp

    Regards,
    PeterPan2

    #187227

    Hey!

    We’ll implement it in the next version – for now open up /wp-content/themes/enfold/includes/loop-index.php and replace

    
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }
    

    with

    
            if(strpos($blog_style, 'big') !== false)
            {
                 $description = get_post_field( 'post_content', get_post_thumbnail_id());
                 $description = trim($description) ? esc_attr($description) : "";
    
                if($slider) $slider = '<a href="'.$link.'" title="'.$description .'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }
    

    Regards,
    Peter

    #187153

    Hi have this code :

    $output .= "<div data-ajax-id='{$the_id}' class=' grid-entry flex_column isotope-item all_sort {$style_class} {$post_class} {$sort_class} {$grid} {$extraClass}'>";
    				$output .= "<div class='main_color inner-entry'>";
    				$output .= "<a target='_blank'href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title='".esc_attr(strip_tags($title))."'>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
    				$output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    				$output .= !empty($title) ? "<h3 class='grid-entry-title'><a target='_blank'href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>": '';
    				$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt'>".$excerpt."</div>" : '';
    				$output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
    				$output .= "</div>";
    				$output .= "</div>";
    #187017
    Smaskit6
    Participant

    Hi there,

    I’m trying to do one thing : have a small thumbnail (maybe 300px) and a popup lightbox window for this image at maybe even 2000px x 2000px. Where exactly do I modify it and should I use portfolio or gallery for this?
    Please, advice!

    Thanks!

    #186984
    LRS123
    Participant

    Hi Enfold team,

    I sincerely appreciate your quick responses but this theme brings me a little crazy. :-)

    In the Enfold Theme Options, i.e, if I change the color of links… this change also the color of the bold type… ¿why? I want a usual black-bold type font and the links in other color. This is possible via CSS?

    And other question, in the grid presentation below the thumbnail appear the number of comments and date. It is possible to sustitute the number of comments for the author post?

    Thanks in advance,

    LRS

    #186763

    Hey!

    You can’t control the slider size. It will always use the entire container width of the surrounding container. If you put it in a column the slider width will adjust to the column width, if you use it without a column wrapper the slider will stretch over the entire page width. The thumbnail size option helps you to select the right image size for your slider but it won’t set a fixed size. If you’reusing a slider within a column you can choose a smaller thumbnail size, for a fullwidth slider you need to use a bigger thumbnail size, etc.

    Regards,
    Peter

Viewing 30 results - 9,151 through 9,180 (of 10,094 total)