Viewing 30 results - 4,351 through 4,380 (of 10,101 total)
  • Author
    Search Results
  • #761912
    EdFritz
    Participant

    Hi,

    When I put this code in Quick Css it displays thumbs dimension correctly 180×180

    see url: http://fritzimages.com/blog/?s=camden

    .search-result-counter img {
    border-radius: 0!important;
    }
    .search-result-counter {
    width: 180px;
    height: 180px;
    }
    #top .template-search.content .entry-content-wrapper {
    padding-left: 200px;
    }

    However, when I put this code into my custom.css file it displays the thumbs incorrectly very very small dimension.
    /*12) Add thumbnail to search results */
    .search-result-counter img {
    border-radius: 0!important;
    }
    .search-result-counter {
    width: 180px;
    height: 180px;
    }
    #top .template-search.content .entry-content-wrapper {
    padding-left: 200px;
    }
    /*

    I have tried purging caches, and a lot of other ideas to fix the problem, but I am stumped.

    Thanks for your help

    Ed

    Fritzimages.com

    • This topic was modified 9 years, 1 month ago by EdFritz.
    #761838

    Hey,

    Thanks for the login details, I tried it out and it was working properly when I changed it to Single Author Small Thumbnail. Probably it was cached when you checked it try to flush the cache or disable w3 total cache plugin and see if it works.

    Cheers!
    Nikko

    #761704
    opusuno
    Participant

    http://kriesi.at/themedemo/?theme=enfold

    How can I make the images all the same size? I’ve rebuild thumbnails, etc.. Not having any luck with taller images.

    #761624

    Topic: CSS thumbnail

    in forum Enfold
    casewonderwall
    Participant

    Hi, I have a problem… I’ve just installed endfold theme, but I have a problem with the thumbnails in blog page.

    This is the actual situation: http://casewonderwall.com/test/

    I’d like to know 2 things:
    1. how to restore the default situation with the small thumbnail on the left
    2. How I can modify the css to reach this result (http://www.ricevimentodafavola.it), that is with the thumbnail bigger and on the left of the text.

    I can provide a full back-end access.

    Can you help me please?

    Thank you!!

    #761422

    Hi,

    Sorry for the late response. You can change the size using this plugin: https://wordpress.org/plugins/simple-image-sizes/
    Then after you have modified the thumbnail size and regenerated the images, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #portfoliobox-2 .news-thumb {
        float: none;
        margin: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    Hey!

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

    If that does not help, please post a link to your page :)

    Best regards,
    Yigit

    #761343

    In reply to: Gallery issue

    Hi Andy,
    thanks for your answer. Here is the problem with my gallery http://karatedo.krakow.pl/fitness/ and on the main site. Thumbnails overlapped image preview in the top left corner. The same problem is on the main site and additionally with gallery module position I think.

    Regards,
    Mariusz

    FZKFranziska
    Participant

    Hello,

    I’ve tried some CSS fixes on my own, but my dilemma is related to the different ways the featured image assigned to a blog post is cropped in different places in the template. This matters more because, on my site, the featured image is primarily text-based, and in the “related posts” area at the bottom of single.php, some of the text is cropped out. Same goes for the featured image at the top of each single.php. It’s cropped in a fairly extreme landscape orientation, and text on the top and bottom is cut off.

    How can we set these dimensions ourselves?

    #760883

    Topic: Gallery issue

    in forum Enfold
    marekmario
    Participant

    Hi,
    I have problem with Enfold Gallery with thumbnails and big image preview.
    Here is my website with gallery section (Galeria zdjec)
    Any ideas how I can repair this issue?

    Sorry for my english.

    Regards,
    Mariusz

    #760637
    fineart
    Participant

    Hi Team

    any ideas why a gallery with the following code would render like picture 1 ‘bad code render’ when it should look all similar like picture 2 ‘good code render’

    the avia code is
    [av_one_full first][av_gallery ids='[1208 show=id]’ style=’thumbnails’ preview_size=’portfolio’ crop_big_preview_thumbnail=’avia-gallery-big-crop-thumb’ thumb_size=’shop_catalog’ columns=’3′ imagelink=’lightbox’ lazyload=’avia_lazyload’]
    [/av_one_full]

    And ‘portfolio’ size is specified as ‘495×400’

    as such the good picture shows them all uniform and neat. The error ‘bad’ image shows them in their proprietary orientation (portrait/ landscape)

    Your help would be much appreciated.

    Thanks

    #760299
    franktw
    Participant

    The image size on the Enfold Latest News are very small and hard to see (especially on Desktop). Is there a way to increase the image sizes (ideally have them use thumbnail 80×80 instead of widget 36×36)?

    Thanks!

    #760255

    Topic: Latest post thumbnails

    in forum Enfold
    mikkijack
    Participant

    I’m trying to change the size of the thumbnail. I’ve put in this code….

    but it just stretched them out. I can’t find why it’s not working.

    • This topic was modified 9 years, 1 month ago by mikkijack.
    #760209

    Hi,

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

    Best regards,
    Andy

    #760034
    fanlokbun
    Participant

    Hi I am working (for free) on a charity web site collecting war stories. Each story is a custom post type. To add images to the story I have the following code. Unfortunately the images are not showing captions in lightbox. Do you know what php I should add to the code to get the captions to show?

    				$content_output .= '<div class="story-images">';
    				$content_output .=  '<span></br><strong>Images: </br></strong></span>';
    					if( $images ): 
    					$content_output .=  '<ul>';
    						foreach( $images as $image ):
    						$content_output .= '<li>';
    						$content_output .= '<a class="lightbox" href="'.  $image['url'].'">';
    						$content_output .= '<img src="'. $image['sizes']['thumbnail'].'" alt="'.  $image['alt'].'" />';
    						$content_output .= '</a>';
    						$content_output .= '</li>';
    						endforeach;
    					$content_output .= '</ul>';
    					endif; 
    				$content_output .= '</div>';
    

    If you need access login below.
    Many thanks
    Rob

    #760008

    Hi Yigit,

    Thanks for quick response and link. Everything works, however, I’d like to change the thumbnail dimensions. The results of using the code provided a small round thumbnail. I am interested in a larger square thumb.

    Can you please provide some code to accomplish this?

    thanks a lot,

    Ed

    #759981
    EdFritz
    Participant

    Hi,

    Can you provide some code for adding a Thumbnail beside the results of a search ?

    thanks,

    Ed

    #759975

    Thanks. This works great for logo in header, but what if I want to use svg as an “image” on a page.

    I tried these two ways.
    Adding this code I found to function.

    function fix_svg_thumb_display() {
      echo '
        td.media-icon img[src$=".svg"], img[src$=".svg"].attachment-post-thumbnail { 
          width: 100% !important; 
          height: auto !important; 
        }
      ';
    }
    add_action('admin_head', 'fix_svg_thumb_display');

    I also tried adding this to quick css

    svg {width: 100%; height: auto;}

    I added link to page in first post.

    #759611

    Hey hofitlev,
    It kind of depends, for a masonry grid you can choose Perfect Grid: Display a perfect grid where each element has exactly the same size. For the classic blog you can choose to manually set the thumbnail or to have it automatically set to column width. Or in your WordPress > Settings > Media Settings you can choose maximum dimensions in pixels to use when adding an image to the Media Library.

    Best regards,
    Mike

    #759576
    jeffreytreffers
    Participant

    Hi Guys,

    One more question. Iff you look at the link (private section) you notice that the sidebar images are 68x68px ‘square’ (i have changed the thumbnails size for the whole site to this). But…

    These sidebar images are generated by the “Enfold latest portfolio widget” I would like these thumbs to be landscape with the 68px height. and the title, centered beneath the thumb. But only for the latest portfolio widget and not for the latest news widget.

    Is there a css for this?

    #759486
    Marion Friedrich
    Guest

    Hello, I bought your theme and now I work with it. On this site https://www.eattravelandmore.com/a-nice-post/?preview_id=55&preview_nonce=bd0b42c908&post_format=standard&_thumbnail_id=68&preview=true
    there you can see “related posts” where can I find exact this style for my own sites. If I make a new site – is there anywere a plugin or something else where I can find “this” related post? Is there a element in Avia Layout Editor? How does it work?

    Further I tried many CSS styles for my problem. I want to make pullet points but between every point there is a lot of space. In custom CSS I wrote
    p {
    line-height: 1.0;
    }
    for the normal text but which code is for the same style for bullet points.

    #758665

    Hi,

    We checked your site again, the image on the right side on which you do not want the hover effect has the same class name as rest of the thumbnail images.

    Please try adding a different class name to the image on which you do not require any hover effect from the “Link & Attribute” tab so we can target it separately using custom CSS.

    Best regards,
    Vinay

    #758261
    architchandra
    Participant

    Hey guys, I have a small piece of feedback and a follow-up question.

    Although in general, I really like Enfold, I have a few complaints around the photo/video gallery (in the form of portfolio grid). The default design does not look good and the amount of customization required is too much to make it look nice. In particular, the way the captions are added looks too clunky. It was actually a bit sad that I had to use an external plugin like FooGallery to create a photo gallery on a page.

    The other complaint I have is around video galleries, where we add a custom link to a Youtube video. The main qualm I have here is why can’t we automatically generate thumbnails from the videos added? Adding thumbnails manually just makes the user experience bad. Is there any way to do this right now?

    It would be really nice to see you incorporate some of the feedback in the next version. Keep up the good work. We all have faith in you.

    Maskinsektionen
    Participant

    Hello!

    I’m trying to show an event feed from facebook on my website and id like to use the style and visuals of the post thumbnails for the event cover images. I pretty much want to use the “featured large” thumbnails from the “Blog Posts” shortcode with custom images and link urls.

    All the digging ive done has shown that i pretty much need the events to be replicated as posts in able to use the wordpress/enfold functions for generating a thumbnail. Is there a way to make a temporary post and use that to generate a thumbnail? I’ve searched the post-thumbnail-template and loop-index files but cant seem to find a way. I really dont want to have to duplicate the events from facebook as posts…

    Any help would be much appreciated, and i’m using a child theme so major alterations are possible. Ill be using a custom avia-template to position the elements.

    #758092

    Thanks Nikko!
    What about mobile version?
    Can I somehow lower resolution of thumbnails and full size images only for mobile devices?

    PtboRelic
    Participant

    Hi — I am tearing my hair out trying to create what seems like a very simple grid of images of speakers at an event.

    It must have:

    • A head shot of each speaker (square thumbnail)
    • Each with their name and organization below the image
    • With proper spacing between the images
    • With the photo linking to their website.

    An exact example of what I need is the speakers section of this page: http://sbnmass.org/events/local-sustainable-economies/

    I have tried four different approaches, none of which work. What is the best way to do this? (I can use the WP Gallery Custom Links plugin for the external links if needed.) Thank you.

    Hi Vinay,

    Thx, I’m looking for a second page on my website to put all my projects on; a bit like this ons behaves: http://kriesi.at/themedemo/?theme=enfold-overview (note: couldn’t get the right link directly, so getting there on this overview page is by selecting on the left button above the ‘Angular’ theme).
    And then I would like to showcase only a few of them on mij startpage that is set up with the Enrique theme.
    The portfolio that’s in there now only shows thumbnails, not the projectdetails etc. which I would like to have also on the startpage (actually it’s a then a copy of the project on the second page).
    I like the lay-out of the portfolio on the startpage (one page) of Enrique. Best would be: square images next to each other and when you scroll over it will love name of the project eind by clicking them opening the details and more pics like in the theme demo above.
    The last square on my startpage will then be a ‘more of this’ button to get to the second page with all projects (and you can also will be able to get there by the menu on top).
    That’s what I have in mind… But maybe I have to start with another base-theme that’s more into portfolio and add/build the front/startpage like the Enrique theme?

    Best regards en thanks for helping out!
    Parcifal

    #757153

    In reply to: Magazine module

    Hi,

    you can find all image sizes here:
    https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Don’t forget to regenerate your thumbnails after adjusting them.

    Best regards,
    Andy

    #757035

    In reply to: Magazine module

    Hey Sabina,

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

    Best regards,
    Yigit

    #756766

    Andy,

    Thank you this suggestion worked wonders.
    I had originally used this plug in to re-define the Medium thumbnail size’s max width and height to match the size of the Featured Photos I wanted to use, but it wasn’t working. Seeing this post reminded me that I then had to regenerate the site’s thumbnails to affect any imagines I had already uploaded. After adding the plugin and setting the size, this last step is under Tools > Regen

    For those having the same issue with Events Calendar Pro it is because the plugin uses the Medium size for its Featured Images which has a max width and height of 300px which is then stretched across a container equal to 1/3 the screen. Setting the width to at least 500-600px and the height to match the aspect ratio of whatever you are using will fix the issue. Keep in mind however, that if you are using a 2500px wide graphic that file would be too large and a max width in the 600px range easily fits 1/3 of a screen without loosing resolution.

    #756623

    Hi Yigit,

    Thank you for the reply.

    I know I need to regenerate thumbnails, whenever I make changes to image settings.
    Unchecking hard crop the remedy is worse than the disease!
    To inform vendors for the images size is an option, but it will be the last one, as it is not practical and there will always be faults, besides requiring a tight control.

    I thought you could give me a code for that.

    I’ve been doing some research and found the following:
    http://wordpress.stackexchange.com/questions/28359/how-to-require-a-minimum-image-dimension-for-uploading.
    http://wordpress.stackexchange.com/questions/130203/limit-image-resolution-on-upload.

    However, since I’m no expert on the subject, maybe you can help me. :)

    Kind Regards
    Elsa Soares

Viewing 30 results - 4,351 through 4,380 (of 10,101 total)