Viewing 30 results - 7,861 through 7,890 (of 10,095 total)
  • Author
    Search Results
  • #302717

    Topic: Post Slider

    in forum Enfold
    blankonblank
    Participant

    Hi –
    Wh have set up the post slider to show 3 columns across. It’s working nicely. We want to tweak a few things:

    – Remove the space between the thumbnails.

    – Either remove that arrow icon that appears on hover or change it to a play button icon.

    – When testing the post slider on a smartphone, for example, the slider does not become a carousel showing just one of the thumbnails at a time. Instead three images show in stack. I would just like there to be one image and users can swipe to the next. It should be a carousel. How do we do this?

    Thanks, guys, in advance.

    • This topic was modified 11 years, 7 months ago by blankonblank.
    #302716

    Hey!

    It works now. I just had to regenerate the thumbnails on this page: https://divawow.org/membersonly/wp-admin/tools.php?page=regenerate-thumbnails – you must keep this page open in the browser, otherwise the regeneration process will stop. The thumbnail size is set to 230x230px. You can also try to increase the quality of the generated thumbnails with: http://wordpress.org/plugins/simplejpegquality/

    Cheers!
    Peter

    #302613

    I’ve managed to use the shortcode below to insert the news story.

    [av_sidebar widget_area='Homepage News']

    A couple of further questions, can I expand on this code to order the stories by date (most recent first) and can I use css to remove the thumbnail image which is being displayed?

    Cheers

    #302466

    I’ll answer my self..

    It seems that the Lightbox will open the image in the size set via Settings > Media > Large size. When I set the large size to a bigger size and regenerated the images using this https://wordpress.org/plugins/regenerate-thumbnails/ the lightbox shows the original uploaded image (if you set Large size to be bigger).

    But the downside to this is that now galleries and everything have very large images. I would prefer to have the Settings > Media > Large size in a size that isn’t too big for better user experience.

    When I add an Image to the page and select Lightbox as the link type, it should open the Full size image if I have selected full size for the image attachment when selecting it from the Media library.

    Why it doesn’t do that and anyway to fix it?

    #302432

    In reply to: Image sizes

    Hi,

    I have changed the line and regenerated the thumbnails but the images are still cropped to 1030. Is there anther place where this value might be hard-coded?

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>2800, 'height'=>980 ); // images for fullsize pages and fullsize slider


    http://www.athanescholtz.co.za/

    Any suggestions?

    #302379
    This reply has been marked as private.
    #302354

    In reply to: mobile solution

    Hey!

    I’m sorry but it’s not possible to serve different thumbnail size when viewing on mobile device without modifying the theme files. What you can do it to optimize the site using the following. Usually minimizing the image file sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg as Josue suggested.
    2. Once all images are on the website, optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings. You can also W3 Total Cache with minify settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Of course, improving the hosting plan is a must if you want to fully optimize the website.

    Best regards,
    Ismael

    #302341

    In reply to: Portfolio issues

    Hi!

    Thank you for the info.

    1.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 {
    width: 50% !important;
    }
    }

    Remove browser cache then reload the page a few times.

    2.) Go to Settings > Media. Change the dimension of the Large size option then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #302328

    Hey Ralph12!

    Thanks for sharing. You can also use a filter to change the thumbnail size of the testimonial image. Use this on functions.php:

    add_filter('avf_testimonials_avatar_size', 'avf_adjust_testimonials_avatar_size' );
    
    function avf_adjust_testimonials_avatar_size($avatar_size) {
    	$avatar_size  = 'square';
    	return $avatar_size;
    }

    Upload the images again if you already have the testimonial section or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #302324

    Hey!

    Aside from doing Yigit’s suggestion, you can set the blog style on Enfold > Blog Layout > Blog Style. Choose the last option (Use the advance layout builder…). Edit the blog page then insert the Blog Posts element. Set the Preview Image Size setting to manual then select the thumbnail size that you want.

    Regards,
    Ismael

    #302288

    Topic: Blog Posts Overlay

    in forum Enfold
    blankonblank
    Participant

    When you hover over the thumbnail for a blog post listed on a page, you see a green arrow icon. How can you:
    a: remove the icon
    b: change it to another icon, like a video play button, and change the color of the icon?

    #302273
    Ralph12
    Participant

    Hey,

    I noticed more people are looking to resize the testimonial images. It seems the recommended methods require functions.php edits and such, which means the edits have to be re-done after each theme update. Which is a bit of a hassle.

    Also, changing the thumbnail size setting via Settings > Media is possible. But since Enfold uses 80px*80px by default, this could lead to issues with other images using this setting.

    So, here’s a tip that doesn’t require changes to core code / core settings:

    Follow these steps if you want your testimonial images to be, for example, 150px*150px in size (instead of the default 80*80)… please note: these steps assume the required custom CSS is already set to 150px*150px:

    • Simply set the testimonial images via the Avia Layout Builder;
    • You’ll notice the images are 80px*80px scaled to 150px*150px, because of your custom CSS, which might look a bit ugly;
    • To force the theme to use actual (unscaled) 150px*150px images, just rename the real 150px*150px images on your computer to: IMAGE_NAME-80×80.jpg;
    • Upload the renamed images to your server and make sure they overwrite the orginal 80×80 images;

    You basically overwrite the 80*80 thumbnails on your server, which are used by Enfold, with images that have the size you require / the custom CSS dictates. So even though the images are named 80*80, their actual size can be anything you require. Enfold will then use these images without scaling them.

    I hope the above makes sense :)

    Good luck,

    Ralph

    #302265
    rubendeveloper
    Participant

    Hi,
    I would like to have a blog post grid with social buttons (the “share this entry” functionality) in each element of the grid (every element of the grid would be: thumbnail, then below, title, and then below, the social buttons).

    I’ve managed to actually set the “Share this” toolbar on its desired place, but it does not work properly, because no matter which element of the grid you choose, the URL “to be shared” remains always the same.

    What I’ve done is, in postslider.php, after the “header” closing tag, line 375

                      $output .= '</header>';
    		    $output .= avia_social_share_links(array(), false); // I added this
    	            $output .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; // I added this

    Is there any way to pass the post’s correct URL as an argument to avia_social_share_links?
    Or a better way to achieve what I want?

    Any help would be really appreciated, thank you very much :-)

    #302230

    In reply to: Gallery thumbnails

    Thanks Josue,

    I added the max-height: 100px; for thumbnails, but that is ‘squashing’ the vertical thumbnails so they appear square.

    How could I set all the thumbnails to be the same height, so the vertical thumbnails line up to be the same height as the horizontal thumbnails (reducing in both height and width to fit, not distorting)

    At the moment, the thumbnails are all set to the same width, with heights changing accordingly. What I need to do is set them all to the same height and then let their widths vary.

    Thanks, Richard

    #302110

    In reply to: Widht box

    Hey!

    Try adding this code to the Quick CSS:

    ul.products li .thumbnail_container {
        max-height: 167px;
    }

    Cheers! 
    Josue

    #302106

    In reply to: Magazin Thumbs

    Hi!

    Add this too:

    .av-magazine-hero .av-magazine-thumbnail img {
        height: auto !important;
    }

    Cheers!
    Josue

    #302004

    Topic: Gallery thumbnails

    in forum Enfold
    richardwilding
    Participant

    Hi, I’m using the gallery element.

    How can I remove the padding and border from around the large image, so that the image stretches to fill the full 2/3 column width (782px at full page size)

    Also, I’m not sure why the thumbnail images sometimes sit one above the other like the last four thumbnails on this page, but other times fall into a strip. Can they forced to either always flow in a strip with just one thumbnail next to the other, or alternatively fall into a proper ‘masonry’ style grid.

    Thanks, Richard

    #301945

    Hi!

    You can re-size the thumbnail images with css code – insert it into the quick css field:

    
    #top .avia-gallery .avia-gallery-thumb a {
    width: 14.288%;
    }
    

    Best regards,
    Peter

    #301714

    In reply to: Image sizes

    Good day!

    After changing the values, you should regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #301697
    This reply has been marked as private.
    #301489
    This reply has been marked as private.
    #301488
    wgmassociatesllc
    Participant

    On the sample page http://kriesi.at/themedemo/?theme=enfold you have 7 pictures in one row below the image in the Some Enfold Core Features section. I can only seem to get 5 images on Row 1 and 2 images on Row 2. My thumbnails are showing up larger than yours. I went to school on how you have done it and can’t seem to find the issue.

    My thumbnails look square. See second link below. I don’t see how you save the thumbnail changes. All I have is a back button.

    It looks like my thumbnails are rectangular now and when I had them square (I will try to make them square again) … when square they were still bigger than the demo site but it looks like both were showing 80×80 in the code.

    I have wasted hours on this for my client.

    #301483
    australiaconnection
    Participant

    http://www.officeathletes.org/how-to-avoid-being-donald-sterling/

    Videos are not working on and blog posts, pasting or otherwise. Not sure why this is?

    Hi!

    Thank you for the info.

    It might be a problem with the database. Try to restore a backup of the database or try it on a test server. If possible, try to do a database repair. Also, if you have the time, scroll through the media library then delete all images without a thumbnail. Upload them again.

    If all else fails, try using this:

    .av-magazine-thumbnail img, img {
    width: auto !important;
    height: auto !important;
    }

    Regards,
    Ismael

    #301367

    I have read through many of the posts, have changed my catalog to 230×230, regenerated thumbnails and nothing is changing. If you right click and view image, the thumbnail is actually 150×150.

    What else needs to be done.

    #301330
    mrshaffly
    Participant

    The thumbnails on the main shop page are blurry. The product pages themselves are not. The images uploaded are very high resolution. How or why are they blurry on the default shop page?
    Shop page: https://divawow.org/membersonly/shop/
    Individual product page: https://divawow.org/membersonly/shop/hats/live-love-reload-hat/

    #301150

    Also the discount (on the left of the blog post thumbnais were not right)
    I got it right with all this
    ######################à
    .news-thumb {
    height: 60px !important;
    width: 66px !important;
    }
    .news-thumb img {
    height: 60px !important;
    width: 60px !important;
    }

    .attachment-shop_thumbnail {
    height: 60px !important;
    width: 60px !important;
    }
    .attachment-shop_thumbnail.wp-post-image img {
    width: 60px; height !important;
    60px !important;
    }
    .attachment-widget.wp-post-image {
    width: 60px !important;
    height: 60px !important;
    }
    .attachment-widget.wp-post-image img {
    width: 60px !important;
    height: 60px !important;
    }
    #################

    Now the second part of the initial question in which I was asking:

    Almoust all our products have variations and the two full prices and the two discounted prices in the DISCOUNTS footer widget wrap to a new line. It would be better to have full prices in one line and discounted prices on another. Is it possible?

    Thank you Mauro

    #301074

    Hey Dave! :)

    1- Please add following code to Quick CSS as well

    .multi-big .post_author_timeline, .single-small .post_author_timeline { top: 14%; }

    2- Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs

    and change the values as needed. Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    Cheers!
    Yigit

    #301065

    Hi NOSPORTS!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .nextgen_pro_thumbnail_grid .image-wrapper {
    float: left;
    }

    Best regards,
    Yigit

    #301045

    Hi Ben!

    Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)

    and change it to

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>210, 'height'=>210 );						// images for portfolio entries (2,3 column)

    then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

Viewing 30 results - 7,861 through 7,890 (of 10,095 total)