Viewing 30 results - 9,421 through 9,450 (of 10,094 total)
  • Author
    Search Results
  • #171052
    lpfa
    Participant

    Can’t seem to find anyway to remove these items from the pages:
    On product details – get rid of the addition information box
    On product details – get rid of related products (I did not associate anything in product details to link them together)
    On product details – Here is the problem – I started setting up the website in Flashlight and when the images displayed in product details, both horizontal and vertical images showed up fully and correct. In Enfold, all my images are getting cropped into a square. I have adjusted size in settings>catalog>image option and removed hard crop, and added size amount. Added rregenerate thumbnails. But images are cropped and squared. I don’t get why it happens and how to change it.
    On Shop page: I want to remove the sort by and display by dropdowns from showing. How do I do that?

    Sorry, I would search the forum but it does not allow you to search for instance by i.e. “product detail images” for enfold only – it shows ALL theme answers. There can be way too many answers that don;t apply since they are from other themes.

    #171041
    slui
    Participant

    Hi,

    As mentioned above, I’m having problems with the thumbnail images in the gallery showing up as fuzzy. However, when I click on the images they are crystal clear and sharp.

    I’ve gone thru the forums to figure out why the thumbnails may be fuzzy. Here is what I have tried so far:

    1. Use the rebuild thumbnail plugin – Did not work.
    2. Put the thumbnail to no scaling – Worked but the thumbnail images took forever to load

    You can see an example of what I’m seeing here:

    Untitled

    Please let me know how I can have this fixed! Thanks.

    sl

    • This topic was modified 12 years, 5 months ago by slui.
    #170852
    jmaguirrei
    Participant

    Hello

    My site: http://www.adw.cl

    I have a Post Slider in the sidebar. displayed everywhere widget area, page ‘Whiskypedia’.
    In Firefox it is shown, but in Chrome does not appear.

    This is the code I used in the widget area (type Text):

    [av_postslider link='category,16,14,1,15' columns='3' items='-1' offset='0' contents='title' preview_mode='custom' image_size='thumbnail' autoplay='yes' interval='5']

    Please help

    Thanks!!
    José

    #170704

    Hi!

    The featured images or portfolio thumbnails on the page have a huge difference in height. It will stretch the other image in a disappointing manner if we set a specific height. Please try to use a uniform canvas on portfolio images before uploading them. You can add this on your custom.css or Quick CSS to set a max-height for portfolio thumbnails.

    .attachment-portfolio.wp-post-image {
    max-height: 150px;
    }

    Best regards,
    Ismael

    #170542

    No worries – all fixed – I updated and disabled some plugins – all fixed!

    Thanks for the response nonetheless :)

    #170541

    In reply to: circular Thumbnails

    Thanks!

    #170489

    In reply to: circular Thumbnails

    Hi!

    Yes, it is Testimonials Element

    Regards,
    Yigit

    #170396

    In reply to: circular Thumbnails

    Hi Ismael, thanks for your reply:

    I want something like “What others say about us” section that is shown in demo page (home-v7-one-page-portfolio)
    Are there any option in “layout builder” for this?

    #170367
    This reply has been marked as private.
    #170262

    In reply to: circular Thumbnails

    Hey aledarbo!

    Where will you use the thumbnails? Post, portfolio? You can use border-radius property to render a circle image.

    http://css-tricks.com/almanac/properties/b/border-radius/

    Best regards,
    Ismael

    #170255

    Hi!

    The code works on my end. These are the code and their respective screenshots on different screen width:

    @media only screen and (max-width: 1000px) and (min-width: 700px)
    .avia-content-slider .slide-image img {
    height: 180px !important;
    }

    @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-parity-even .slide-image img {
    height: 160px;
    }
    
    .avia-content-slider .slide-parity-odd .slide-image img {
    height: 160px;
    
    .avia-content-slider .slide-parity-odd.first .slide-image img {
    height: 250px !important;
    }
    }

    Regards,
    Ismael

    #170091

    Hello!

    The way images work with WordPress is that you upload the largest possible file size in the proportions that the output will use. The theme/Wordpress then create thumbnails of that image for use in various functions. With this theme you can actually pick which thumbnail gets output in the portfolio elements pop up window by selecting custom image size for the image size parameter.

    The site has a login so i can’t see what you have right now but hopefully the above helps.

    Best regards,
    Devin

    #170005

    Topic: circular Thumbnails

    in forum Enfold
    aledarbo
    Participant

    Maybe its a silly question, but I try to find for a long time how can I add circular thumbnails

    Thank for your help

    #169986

    Even after clearing the cache and adding !important, it still behaves the same and continues to stretch the images. :( What else could it be? Or is there a way to have the images crop instead of keeping the entire image in the thumbnail?

    #169916

    Hi sure its http://www.dev.davidmattock.co.uk/

    You’ll see I’ve made the icon bigger on the thumbnail rollovers just to test it but the icon wont change now I’ve updated the theme
    Many thanks

    #169814

    Hello!

    Please try to append an !important tag like

    
    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: 160px !important;
    }
    }
    

    and don’t forget to clear your browser cache.

    Cheers!
    Peter

    #169747

    Thank you again for your suggestions! I tried them but unfortunately it is still not working. It doesn’t seem like it is recognizing the media queries I am inserting. Why could this be?

    #169703

    Hey!

    You can add something like this:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: auto;
    }
    }

    It will prevent the image stretching but you will lose the uniform height. You can also set a specific height for the images:

    @media only screen and (min-width: 768px) {
    .avia-content-slider .slide-image img {
    height: 160px;
    }
    }

    Best regards,
    Ismael

    #169423

    Thank you so much for your response!
    I inserted the code into the quick css, but the images are still stretching on mobile. Any ideas on why?

    #169409

    Hi!

    You can use Media Queries to change them on different screen sizes:

    @media only screen and (min-width: 700px) and (max-width: 1000px) {
    .avia-content-slider .slide-image img {
    height: 180px;
    }
    }

    Cheers!
    Ismael

    #169309

    Hey Devin, I gave that plugin a try and its excellent thanks ! My thumbnails are all now in a 16:9 format and not being cropped, I didnt ave to go into my funtions.php which I thought I’d have to do. And the good thing is any new projects I add are automatically set to my new size, perfect thanks again.

    I noticed as the page is loading all the areas are the old size then as the images loads it snaps to my new size, no biggie just wondered why?
    cheers!

    #169268

    Hi Yigit!

    That works, but the images still acts a bit strange. It’s most easily seen at this portfolio: http://agwp.agarkitekter.se/omagarkitekter/medarbetare/

    The first image is 400×300, and I have only added it as a post thumbnail (I want to view the whole image when I click on the ajax preview, and in the portfolio I want to see a scaled down version). The ajax preview image looks fine (even though I through this form got help fixing that by adding this custom css: “.page-id-26 .portfolio-preview-image { width: 36%; }”), but the portfolio image gets the wrong proportions, the face looks a bit wide. You see it clearly if you click on BECKMAN, TOMAS and compare the two images.

    I though maybe it had someting to do with the downscaling, so instead I created a image with 191px i height and added it as the post thumbnail, and the 400×300 as a ajax preview image. That didn’t help at all though, now even the portfolio thumbnail image gets blurry.

    Regards,
    Tomas

    #169264
    DavyE
    Participant

    Until recently, when clicking on my gallery images, they opened the original image size. Yet I have just noticed they now open up a predefined size (1210×806 px), which I don’t see where to change. The gallery ‘shortcode’ allows me to choose thumbnail dimensions, but not the image that opens after clicking.

    The purpose of one of my galleries is to allow the visitor to open and save highres images.

    #169161

    Hello!

    Ok, please revert the change and try following css code

    
    .js_active .portfolio-preview-content .tab_content {
    clear: none;
    }
    

    You can get rid if the caption link with following css code

    
    #top .portfolio-preview-image .avia-gallery-caption { display: none; }
    

    3) You can actually switch the thumbnail size in the portfolio option window: http://www.clipular.com/c?6068435528187904=W6HGVd_YZ5RBxt5NcgmpbZqIMRE&f=.png

    You need to select a thumbnail size which is applied to all images – i.e. if an image does not reach the thumbnail height or width wordpress will not re-size it and you’ll see an uneven grid.

    Cheers!
    Peter

    #168953

    Yes that works great except that it is not responsive. How do I make these thumbnails responsive for mobile because right now they are squished to fit the height.

    Thanks!

    #168949

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    .avia-content-slider .slide-image img { height: 220px; }

    Cheers!
    Yigit

    #168848

    Hello!

    You can use this plugin to change the crop/size of your images: http://wordpress.org/extend/plugins/simple-image-sizes/

    Just make sure to also regenerate the thumbnails for any old photos already uploaded.

    Best regards,
    Devin

    #168650

    Hi Peter,

    I did it but i cannot see any change. Can you tell me what size shoud i use for the pics and thumbnails of the ajax portfolio to be symmetric. Also how can i remove the image link that is under the product pic in the ajax slider?

    thanks

    #168549

    Sure! The recent post thumbnails are at the very bottom of the homepage.
    http://truessence.net/

    #168507

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

Viewing 30 results - 9,421 through 9,450 (of 10,094 total)