Viewing 30 results - 6,391 through 6,420 (of 10,099 total)
  • Author
    Search Results
  • Hi Adinfix!

    Thank you for using Enfold.

    You can set the Portfolio Grid Image Size to “manual”. Select the thumbnail size that you want to use. You can resize the preset thumbnails by using this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #475571

    Hi Dietlinde!

    Can u please run the following plugin https://wordpress.org/plugins/regenerate-thumbnails/
    and let us know if that fixes the issue?

    It looks really strange to me that the file is not loading as should, have you contacted next gen gallery support?

    Cheers!
    Basilis

    #475420

    In reply to: Enfold Theme

    Dannie
    Guest

    Once again thank you very much for your kind advice.

    I think perhaps your idea is better, to share form my website to the Facebook-Page.
    I also like the social share buttons design, they are great!

    I did some test using your Endfold demo link, (http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/) and unfortunately I found two problems:

    1- Its display the wrong image. Using the above link, on the Facebook post preview it shows the car dashboard, but once it’s posted it shows a small thumbnail of the girl with the yellow diving goggles…???
    2- The image in Facebook is not display at its full-size.

    Perhaps the size problem is that it choose the wrong image.
    I try for example with my present website that use the free version of Moesia and it display the wright picture in its full-size.

    Any idea why this happen?

    Thank you in advance!
    Dannie

    Adinfix
    Participant

    Hi Team Kriesi!

    I have about 80 images to display (all in the same category) so I’ve decided to go with a full-width 4 column portfolio grid for my Portfolio page.

    I’m trying to create a portfolio grid that opens up the actual image using the ‘Display the big image in a lightbox’ option. There is no standard size for the actual image to be displayed on click, although I’m trying to make sure they’re all bigger than 700×700.

    My question is this: The actual image should be set in the ‘Featured Image’, right? How do I control the cropping of the preview in the 4-column grid?

    In future, I would also like to be able to manually create thumbnails, i.e possibly have black & white images with the client logo watermarked on the preview image. How do I go about achieving this?

    Thanks much!

    #475338

    Hey guys, I’ve fixed the problem and have been able to return all images back to the desired sizes. Here are the steps of the solution:

    1. Enter the following:
    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘square’] = array(‘width’=>81, ‘height’=>81 );
    return $size;
    }

    2. Changed the dimensions of ‘square’ using “simple image sizes” by Nicolas Juen plugin, from 180×180 to 81×81.

    3. Regenerated thumbnails using the “Regenerate Thumbnails” by József Koller plugin.

    It should be noted that even though the default ‘square’ size as provided by enfold is 180×180, this gets resized automatically to 81×81 so it’s pointless to have thumbnails generated at 180×180 when they won’t even display that size. You can see what I’m talking about here: http://grab.by/IVwM

    #475328
    TheMobster
    Participant

    Hi,

    I started a fresh install in one of my live site however I noticed that the galeries/partner logo galleries are not showing the animation.
    Is there any fix for this?

    Thumbnail fade in effect : Activate on page load.
    Autorotation active?: Yes

    I need a fix asap because this is a live website.
    Thanks alot.

    Hey!

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

    Cheers!
    Josue

    #475290
    icodesign
    Participant

    Hi there

    I search a solution for display the featured image on Search page for WooCommerce Products. I found the solution for Post ID but i dont know wich i need to modify now, can you help me? Thanks a lot

    I have already create a child theme and paste there the file loop-search.php and replace line 33 with this:
    $searchthumb = get_the_post_thumbnail( $post_id, $size, $attr );
    echo “<span class=’search-result-counter {$counterclass}’>{$searchthumb}</span>”;

    and also paste CSS rule:
    .search-result-counter {
    padding: 0;
    }

    .search-result-counter img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    }

    but no Shop image is displayed, because this is only for post rights?

    Thanks
    Regards
    Nicole

    #475136

    Topic: Short code not working

    in forum Enfold
    caretecher
    Participant

    Hi Friends,

    I have a added this shortcode to a child themes functions.php file. But it is simply outputting [current crn] when I put it in a Grid Row in the ALB.

    It works fine in the regular editor. Please guide me to the best way to make it work in ALB.

    Thanks!

    The shortcode is below.

    // Add Shortcode
    function current_crn() {
    
    	// Code
    switch_to_blog (7);
        $args=array(
          'tag' => 'cerp',
          'showposts'=>10,
          'caller_get_posts'=>1
        );
        $my_query = new WP_Query($args);
        if( $my_query->have_posts() ) {
          echo '10 recent Posts with CCC Tag';
          while ($my_query->have_posts()) : $my_query->the_post(); ?>
          <ul><li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a><p><?php the_post_thumbnail( 'widget', array( 'class' => 'alignleft profile-img' ) ); ?><?php the_excerpt(); ?></p></li></ul>
           <?php
          endwhile;
        } //if ($my_query)
      wp_reset_query();  // Restore global post data stomped by the_post().
      restore_current_blog();	
    }
    add_shortcode( 'curent crn', 'current_crn' );
    #475077
    FlexFitness
    Participant

    Hello,
    I’ve been having issues with getting the blog to display properly on my site. I used the Advanced editor to display the blog on my homepage and my blog page.
    I’ve added in custom css to left align the text and thumbnail photo.
    On the homepage the text wraps around the image and on the blog page all the text is aligned properly with image to the left with text to the right properly left aligned.
    How do I get the homepage to display the same way as on the blog page.
    Please help.

    Thanks.

    #475017

    In reply to: pictures on side bar

    Hi!

    I changed the code in Functions.php file of your child theme. Please regenerate thumbnails now.

    Regards,
    Yigit

    Larestours
    Participant

    Hello,

    I have a problem with the cropping of the images in the slider. At the moment it crops the vertical pages from the top and the bottom. I would like to choose how each one is cropped. So I would crop the image how I like it and then show the full image when you click on it.

    Is this possible?

    Thanks!

    #474978

    Topic: Gallery does not work

    in forum Enfold
    Larestours
    Participant

    Hello,

    I would like to add a gallery to my page but the only option that works is the small thumbnails option.
    I would like the large image with the thumbnails below for example. I change it in the back but nothing happens.
    Here is the page http://www.larestours.com/photo-gallery/
    Thank you

    #474853

    Hey lucein1774!

    does this happen on a default WordPress theme as well?
    Maybe you could try to add manually a lightbox link with something like this:

    <a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>
    

    Best regards,
    Andy

    #474807

    Hi Rikard

    I posted them on Private Content.
    So the idea is that on the old site all the pictures are showed in a certain format thumbnail.
    Because I don’t have an options to customize my thumbnail format, they are being shown half size.

    For example there are 2 pictures of ”funderwear” in the old site, as you can see they are intact and in the new site there are cutted.

    Hope this explains my problem, let me know!

    Regards,
    Mobster

    #474738

    Please forgive me, I was working between two websites and gave you the incorrect login details.

    Here are the correct details:

    And again, please feel free to take a look at the homepage (www.christianholydays.com.au) to see the error of the thumbnails

    #474720

    Can you please try to log out and then login again?

    The specific page in question is the home page:

    http://www.christianholydays.com.au

    If you have a look at the thumbnails, you’ll see they are rendering incorrectly…

    #474672

    Topic: pictures on side bar

    in forum Enfold
    paulchiao
    Participant

    please refer to the attached link
    on the right side bar,
    we change the picture thumb to 85x85px
    and we also run the Regenerate Thumbnails plugin
    but the actual picture side is still 36x36px and looks very fuzzy.

    #474562

    Hey TheMobster!

    The Masonry Gallery has a size option where you can set it to grid and each image is displayed at the same size. If your image sizes are vastly different then they will be cropped to fit inside.

    Other than that you could create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option for thumbnails get added in a future update.

    Best regards,
    Elliott

    #474496
    TheMobster
    Participant

    Hello,

    I’m loving the Enfold theme, but I’m struggling with the Masonry Gallery.
    I really need a option to select custom size thumbnails, is there anyway to get this done?
    I’m working with different sizes of photos and it’s important for me to have all the thumbnails at the same size.

    Please help me.

    #474478

    I’m ready to revisit this topic as school is out for the summer.

    http://henricoschools.us/photo-galleries/
    I’ve turned the AJAX feature on and added preview images for the first portfolio entry (Freeman).
    The CSS code provided above has been added and I don’t see any arrows.

    I want arrows to appear on all devices for navigation so you don’t have to rollover the thumbnails as that won’t work on mobile. If you click the thumbnail on mobile, it opens that photo and arrows appear but they don’t do anything.

    #474414
    mikebackhouse
    Participant

    Hi all, I’m using enfold with woocommerce and a few extra plugins,

    I’m having a strange problem, I’ve turned on “Sidebar on Smartphones”, but I seem to be getting the following layout:

    PRODUCT THUMBNAIL
    v
    “DISPLAY EVERYWHERE” SIDEBAR
    v
    REST OF THE PRODUCT INFORMATION (NAME, DESCRIPTION, ADD TO CART ETC.. )
    v
    RELATED PRODUCTS

    So essentially (and not surprisingly!) I’m looking to have the product at the top, followed by the related products and then the sidebar.. help!

    Thanks in advance

    • This topic was modified 10 years, 9 months ago by mikebackhouse.
    gsthakur1210
    Participant

    Dear Support,

    I am a new user of Enfold theme. Excellent theme for my requirements. Scanning through the forum came across “WP Gallery Custom Link” plugin to solve my problem of opennig a different page on click instead of the gallery image. When I click on a thumbnail image get the message “The image link could not be loaded.” I tried the following steps, but without any success:
    1. deleting the plugin
    2. removing the added code from functions.php
    3. reinstalling the plugin
    4. adding the code at the end of functions.php
    5. creating a new page with Avia builder media element “Gallery”
    6. adding a link in “Gallery Link URL” box

    Still no success. What am I doing wrong?
    Appreciate your help. The website is planned to go live end of July.

    Regards, Girish

    #473846

    So sorry to trouble you… have regenerated several thumbnails and all thumbnails are still showing up as square (even those that were changed):

    http://grab.by/IQhe

    #473828

    Hi!

    Which plugin are you using to regenerate thumbnails? Please use this one – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    #473816

    Thanks so much for your quick reply!

    I’ve added the code as suggested and have hit the button to regenerate thumbnails. For some reason nothing seems to happen, and it continues saying “regenerating 1 of 123” and not going anywhere:

    http://grab.by/IQbS

    Any suggestions?

    #473776

    Hey Rshaules!

    Code should not go to Quick CSS field. I removed it from there. Please add following code to Functions.php file in Appearance > Editor

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['square'] 		 	= array('width'=>144, 'height'=>81 );		
    	return $size;	
    }

    and then regenerate thumbnails

    Cheers!
    Yigit

    #473767
    Rshaules
    Participant

    Hello!

    Quick question: how do I change the dimension of the following?
    “Single author, small preview pic (no author picture is displayed, featured image is small) ”

    I’ve inserted the following in quick css:
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>144, ‘height’=>81);

    However the images are still showing up as square:
    http://grab.by/IQ3I

    I’d like the images to be displayed at 144×81 pixels, however this doesn’t seem to be happening. I’ve regenerated all thumbnails, and uploaded images that are 144×81 while keeping their name (image name)-180×180 intact. In other words, I uploaded images under the old name of (image name)-180×180 but changed the actual image dimensions to 144×81.

    thanks for your help!

    #473466
    endoradigital
    Participant

    I would like to be able to add a featured image to the top of the Portfolio Page. This would appear between the navigation and the breadcrumbs. Right now the featured image is used as the thumbnail on the main portfolio page. How can I possibly achieve this.

    #473353
    spadasof
    Participant

    Hi!

    I recently transferred my entire site to new domain (within bluehost). After I did this I noticed that when clicking on the thumbnails for my portfolio the images seem to be 2/3 cropped. The thumbnails show up fine on my portfolio page, its when you try to see the full image that is the problem. I have no idea what to do, I’ve tried re-uploading the images, but i still get the same problem. I’m using a portfolio grid.

    Thank you,
    Sofia.

Viewing 30 results - 6,391 through 6,420 (of 10,099 total)