Viewing 30 results - 4,591 through 4,620 (of 10,101 total)
  • Author
    Search Results
  • #725236

    Hey Rikard,

    Thanks a lot for your quick response, I’ve installed the latest version of the Enfold theme, but unfortunately it didn’t work out. Is it possible for you to take a look at our website. Than you can see what happens on the homepage and on the Portfolio-page. The thumbnails on the Blog-page are still there.

    I really hope you can help us out. We are busy with some new business projects, and the new prospects are visiting our website.

    Thanks in advance. Best regards,
    Robert

    #725217

    Hi, Ismale

    Thanks very much for your help.

    I am very interested about this.

    actually I tried to load photoswipe before, just it is not working to lightbox either.( maybe it is because I don’t know how to activiate it)

    so later I tried the wooswipe, which only effect to the the gallary of woocommerce. ( live demo )
    but for my website, it works like this
    Small thumbnails can be swiped left or right, but to view big image, you still have to click.


    #724944
    changegroup
    Participant

    Hi Team Enfold,

    Can you change the position of the image-thumbnail on the Enfold Latest News Widget, so that the image is on the left side of the text, when the widget is used on a left-sidebar? – As when the widget is in a right-sidebar…

    Br
    ChangeGroup

    #724863

    In reply to: Masonry caption effect

    http://www.witschurke.de/home/?preview_id=677&preview_nonce=d3dbeedf91&_thumbnail_id=-1&preview=true

    Hello,
    here is the effect that I get when I introduce that code, I would like the text to appear in the middel of the foto instead of from the down party moving until the middle. I do not know why the masonry picture turns coloured and then comes back to black and white.

    Thank you very much!

    Here are all the CSS that I have introduced already:

    .main_color .av-masonry {
    background-color: white;
    }

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none;
    animation: none;
    }

    .av-masonry .avia-arrow {
    display: none !important;
    }

    #top figcaption.av-inner-masonry-content,
    #top figcaption.av-inner-masonry-content .av-masonry-entry-title {
    background: transparent !important;
    }

    span.av-masonry-date.meta-color.updated {
    display: none;
    }

    .av-masonry-image-container {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    -webkit-transition: all .6s ease;
    }
    .av-masonry-image-container:hover {
    filter: grayscale(0%);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    }

    .av-masonry-entry .av-inner-masonry-content h3 {
    color: #e5e5e5!important;
    }

    #top .av-masonry .av-inner-masonry-content {
    align-items: center;
    background: transparent;
    display: flex !important;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
    }

    #724813
    MindYourGuest
    Participant

    Hi,
    From one day to another my website doesn’t show the thumbnails anymore of my Portfolio items (on the homepage and navigation page) and my blogs. Also the testimonials items are gone. Both on my NL and E pages. The only thing I see is the Portfolio and Blog frame on my home page with page numbers, but the thumbnails are gone. Can somebody please help me? Thank you in advance.

    Robert Bosma
    Mind Your Guest

    #724658

    Hi Basilis,

    Yes, I did try.

    1) The gallery in Layout Builder will work with the Fotomoto plugin if I designate 1 column and thumbnails only. If I use more than one column, the Fotomoto buy links are not aligned with the images.

    2) If I use 1 large image on top with thumbnails below, the Fotomoto buy links are on the large image on top (first thumbnail below). However, when I select a different thumbnail below, it shows up in the large image on top, but the buy link is still linked to the first thumbnail. This is my preferred config for a photography gallery.

    I can set up a gallery as outlined in config 2) above and send you the URL if you want to see for yourself what I’m talking about. You can then look at any of the other galleries to see config 1), which works. Link to a gallery setup like config 1) https://www.majesticmoments-photographyllc.com/shop/bird-gallery/

    Please let me know. I don’t want to leave the gallery in config 2) for extended time because someone might buy the wrong image due to the issue I mentioned.

    Thank you!

    Richard

    • This reply was modified 9 years, 4 months ago by reamesr.
    #724141

    Hi,

    Thank you for the update. Please modify the templates > order > order-details.php and the order-details-item.php file. In the order-details.php file, look for this code:

    
    <th class="product-name"><?php _e( 'Product', 'woocommerce' ); ?></th>
    <th class="product-total"><?php _e( 'Total', 'woocommerce' ); ?></th>
    

    Above, those lines, add this one:

    
    <th class="product-thumb"><?php _e( 'Image', 'woocommerce' ); ?></th>
    

    Edit the order-details-item.php, look for this code:

    
    <tr class="<?php echo esc_attr( apply_filters( 'woocommerce_order_item_class', 'order_item', $item, $order ) ); ?>">
    

    Below, add the image markup:

    
    <td class="product-thumb">
                                <?php $thumb = get_the_post_thumbnail_url($item['product_id'], 'shop_catalog'); ?>
                                <?php
                                    if(!empty($thumb)) {
                                        echo "<img src='{$thumb}' width='80px' height='100px'/>";
                                    }
                                ?></td>
    

    Best regards,
    Ismael

    #724084
    reamesr
    Participant

    What library type is used in the galleries and slideshows in Enfold? Magnific? Avia?

    I am having issues with a Fofomoto plugin for online print and digital download transactions on my site. Buy links do not show up if I deviate from thumbnails, such a larger image on top with thumbnails below….which is the layout I want for my online store. Even selecting thumbnails only, if I choose more than 1 column, the buy links are all over the place and I can’t won’t load more than one column.

    #723927

    Topic: Relate Post Images

    in forum Enfold
    CMCEquipment
    Participant

    I thought related posts had thumbnails, is that something i can turn on? here is alink to our site

    #723686

    Hi,

    yes try shop_thumbnail_size”, otherwise it is “shop_catalog size”. Deactivate your cache plugin, otherwise you won’t see any changes. Don’t forget to renegerate your thumbnails after changing image sizes.

    Best regards,
    Andy

    hi nikko

    thanks for the reply. i think i can handle the images. what im asking is the text title/ description. i want to limit the text that shows there somehow and make them all uniform like say showing only 2 lines. see even if i have the same thumbnail images in one row..they still dont have the same height because some title/descriptions are longer. can you help?

    • This reply was modified 9 years, 4 months ago by fluidsuccess.
    #723352

    Topic: Galleries

    in forum Enfold
    candiceone
    Participant

    Hello.
    I’m looking for a way to display a preview window above thumbnails for a photo gallery.
    I see that the portfolio gallery does this but these are just for featured post images that link to blog post?
    I need the galleries for static pages. Thank you!

    #722993

    Hi!

    I’m sorry but I’m a bit confused with your last post. If you want to create another column, look for this code.

    <th class="product-name"><?php _e( 'Image', 'woocommerce' ); ?></th>
                <th class="product-name"><?php _e( 'Product', 'woocommerce' ); ?></th>
                <th class="product-total"><?php _e( 'Total', 'woocommerce' ); ?></th>
    

    I added the “Image” column there. Just copy the pattern and then create rows (td) inside the loop. Example:

    <td class="product-thumb">
                                <?php $thumb = get_the_post_thumbnail_url($_product->id, 'shop_catalog'); ?>
                                <?php
                                    if(!empty($thumb)) {
                                        echo "<img src='{$thumb}' width='80px' height='100px'/>";
                                    }
                                ?></td>
    

    Regards,
    Ismael

    #722640

    Thanks for your advise, I installed plugin; do you mean “shop_thumbnail size”? Because voice “category_thumb” I didn’t find.
    Thanks
    Best regards
    Nunzio

    #722600

    Topic: Gallery Image Size

    in forum Enfold
    jdannay
    Participant

    Hi, I am struggling with the image size for my galleries. I am using the portfolio grid. When I select an image, the image size within the slider is always 1030px across. How can I change this to be ~2000px?

    I have tried changing the image size in the Media Setting, then regenerate thumbnails, but the image size in the slider does not change.

    Thanks!

    fluidsuccess
    Participant

    hi there

    i need some help on limiting the characters or length that shows on the product descriptions of the products on the Product Overview page
    and the product grid if possible. as you can see on my page.. they have different length that shows the thumbnails in different sizes.

    thank you

    • This topic was modified 9 years, 4 months ago by fluidsuccess.
    #722389
    Amar
    Guest

    I noticed that on some demos the widget thumbnail picture are not showing even though I put the feature image, how can i make them show ?
    Below a link of website I’m working on.

    #722093

    Hey nuncer,

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the category_thumb image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Thank you for reviewing Enfold :)

    Best regards,
    Yigit

    Hi,

    I’m not sure how many columns you want to add, try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .single-product-main-image .thumbnails a {
        width: 47.6%;
    }

    This would result to 2 columns. Hope this helps.

    Best regards,
    Nikko

    #721986

    Please could you re-read my original question.

    I want to have my gallery thumbnail images crop square.

    Thanks, Richard

    #721956

    Hi,

    not sure what you mean, but you need to regnerate your thumbnails, when changing image sizes.

    Best regards,
    Andy

    #721491

    Thanks, but if there is no ‘crop’ => false’ set for the square 180 x 180 pixel images, why are my gallery thumbnails not being cropped square?

    Thanks

    #721311

    In reply to: Enfold, image quality

    Hi,

    It depends on where you want to use the image. The theme generates multiple versions of the thumbnails which is then use on different elements in the theme. What image or element are you trying to improve? If you’re familiar with the browser inspector, you can check the theme demo and inspect the images there. This article might help as well.

    // http://kriesi.at/archives/4-key-wordpress-image-optimization-tips

    Best regards,
    Ismael

    #721289
    nuncer
    Participant

    Hi, with a code below and thanks to Yigit I can see in product categories thumbnail image and decription on the right.
    .archive.woocommerce .term-description {
    width: 67%;
    float: left;
    clear: none;
    margin-left: 3%;
    }
    .archive.woocommerce .page-thumb {
    width: 30%;
    float: left;
    }

    And it’s perfect.

    Is possible to setting thumbnail dimension, for example 250×250 dpi? Or do I vary percentage of Css code above?
    In private a link of exemple and admin access

    Ps: I just reviewed Enfold on Themeforest five star for theme and customer support 
    Thank you in advance for you kindness.

    Best regards.
    Nunzio

    • This topic was modified 9 years, 4 months ago by nuncer.
    #720985

    Hi,

    both portfolio items have different image sizes, so if it doesn’t change a thing for you, then something is not working. You should be able to see different image sizes. For this you really need to regenerate your thumbnails, clear browser cache and hard refresh a few times. Also make sure that you host is not caching anything on your server. Please try this with another (default) WordPress theme to check if this is a theme related issue or not.

    Best regards,
    Andy

    #720722

    In reply to: Images in Mobile

    Thank you, Ismael,
    1. The blog posts are listed under outdoor living in the footer, and I’d like a thumbnail to show with them.
    2. That worked to get those images to show up on mobile, but it looks terrible. I am assuming since the first block is image left, text right followed by text left, image right and so on, that is why it looks bad. Is there a way to leave the desktop looking that way, but get the mobile to show up with the images on top followed by the corresponding text?
    Thanks!

    #720507
    dalen550
    Participant

    Hi, I am having problems trying to upload certain pictures to my website.

    I can attach the file for you to see.

    When i upload the file, it does not show the picture thumbnail but instead just states its a png file and nothing happens.

    Link to screenshot : http://prnt.sc/dflxnl

    Am i doing anything wrong?

    Please advise.

    Thank you!
    Dalen

    #720315

    Hi,

    Thank you for the info. Please try to regenerate the thumbnails with this plugin.

    // https://wordpress.org/plugins/force-regenerate-thumbnails/

    Best regards,
    Ismael

    #720203
    richardwilding
    Participant

    Hi Kriesi,

    I’m using the Gallery element (private link below) set to display as ‘Big image with thumbnails below’.

    As the thumbnail images are a mix of vertical and horizontal format, the thumbnails do not display neatly in a grid.

    How can I set the thumbnails to all crop square?

    I have tried choosing a square format i.e 300 x 300 pixels for the ‘Gallery Preview Image Size’, but this does not result in square thumbnails.

    Thanks, Richard

    #719614

    Hi Yigit,

    Thank you but it seems all thumbnails become static.
    What I want to achieve is, when I click the thumbnails, I can see large image above, and they can not be opened in new window or tab.

    Can you please recheck?

    Regards

    Eric

Viewing 30 results - 4,591 through 4,620 (of 10,101 total)