Viewing 30 results - 7,801 through 7,830 (of 10,095 total)
  • Author
    Search Results
  • #308704

    Wunderbar, danke Peter. Habe das Thumbnail von “large” auf “medium” geändert, damit die Liste noch überschaubar bleibt. So sieht das schon viel besser aus.

    Regards, Adrian

    #308678

    Hey!

    Ja, dann ersetze den Code:

    
     $excerpt = trim(get_the_excerpt());
    if(!empty($excerpt))
    {
    the_excerpt();
    }
    else
    {
    $excerpt = strip_shortcodes( get_the_content() );
    $excerpt = apply_filters('the_excerpt', $excerpt);
    $excerpt = str_replace(']]>', ']]>', $excerpt);
    echo $excerpt;
    }
    

    durch:

    
     $excerpt = trim(get_the_excerpt());
    the_post_thumbnail( 'large' ); 
    if(!empty($excerpt))
    {
    the_excerpt();
    }
    else
    {
    $excerpt = strip_shortcodes( get_the_content() );
    $excerpt = apply_filters('the_excerpt', $excerpt);
    $excerpt = str_replace(']]>', ']]>', $excerpt);
    echo $excerpt;
    }
    

    Die the_post_thumbnail() sollte vor dem Exzerpt das Featured Image ausgeben.

    Cheers!
    Peter

    #308608
    newpappa
    Participant

    I’d like to have thumbnails overlay above sections, such as the 3D books you see below the hero video section on this site: http://brendonburchard.com/

    Any suggestions?

    #308591
    kristenangel
    Participant

    Hello – I am trying to set up a page with the Half Sized Blog Element (Single Author Style) as shown here: http://kriesi.at/themes/enfold/shortcodes/blog-element/

    When I select the options for Single Author – Small Preview Pic in the options window, it only appears on the page with the post thumbnail living above the excerpt and centered. I would like the image to float to the left of the excerpt, with the dotted line linking to the pagination, as shown on the sample link above. Can you advise?

    Thanks.

    #308564

    Hey Lambella!

    Thank you for using Enfold.

    Please go to Settings > Media then look for the Large size thumbnail. Change the width and height to 9999 or higher. Regenerate the thumbnails or upload them again. Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #308388

    In reply to: Thumbnails

    Hey!

    Install this plugin and change the shop_catalog image size (Settings > Media), once you done that; regenerate the thumbnails.

    Regards,
    Josue

    #308376
    stefaniesomers
    Participant

    Me again. I have another weird image-sizing type issue. On this page: http://dev.stefaniesomers.com/studio-stefanie-somers/
    Check out the pages linked to the first two thumbnails (yes, I know this is a plug-in – that’s not the issue, but it’s easier to take you to the pages via this plug-in, it’s only configured as a linking mechanism)

    I built these pages as copies of each other i.e., I built the first one, (the waterfall looking earrings with all the teardrop shapes), copied it, built the red and fuschia earring page from that (http://dev.stefaniesomers.com/studio/mekayla-studio/), copied it, and built the third one. Here’s where things got weird.

    The third page, named CARLYN (http://dev.stefaniesomers.com/studio/carlyn-studio-2/), I can’t get the danged image to size correctly – it wants to present landscape and cropped – but I haven’t changed a single setting! Have I missed something that IS different? Do I need a vacation?

    thank you :-)

    S

    #308347
    KairosCanada
    Participant

    Hello.

    None of the images in my Team Member Element are showing up.

    I have tried Regenerating Thumbnails to no effect.

    http://www.kairoscanada.org/test/who-we-are/contact/

    Any help on this would be appreciated.

    Nik

    #308060

    Yes the regenerate thumbnails works – however, explaining this to a client every time they add a gallery is unacceptable.

    #307868

    Topic: Thumbnails

    in forum Enfold
    codecreative
    Participant

    Hi

    Love the enfold theme. Quick question. If you go to

    http://www.jasminesboutique.co.uk/product-category/made-to-order/

    You can clearly see that the thumbnail heads are being chopped off and cropped. Is there a way to reposition this? Or is there a way to set no max height to the thumbnails people see?

    What is the best solution for this?

    #307828

    Hi!

    Just for the protocol – the thumbnil regenerate plugin can be downloaded here: https://wordpress.org/plugins/regenerate-thumbnails/ for free.

    Cheers!
    Peter

    #307769

    @ewingmh it appears to be a problem with the thumbnails, as soon as i used the thumbnail regenerate plugin everything fell into place, for some reason enfold dose not appear to recognise the thumbnails when creating a gallery, I was having the same problems with testimonials and once regenerated again everything was fine.

    #307751

    In reply to: Magazine thumbnails

    Hi Wils1234!

    1) You can add a background color to the preview thumbnail div element – insert the code into the child theme style.css or quick css field:

    
    .av-magazine-thumbnail {
        background-color: #333;
    }
    

    and change the color value if necessary.

    2) You can hide the date with this code:

    
    #top .main_color .av-magazine-time{
    display: none;
    }
    

    3) Use this code to change the thumbnail size:

    
    #top .av-magazine-thumbnail, #top .av-magazine-thumbnail a, #top .av-magazine-thumbnail a img {
        width: 100px;
        min-height: 100px;
    }
    

    and replace 100px with your thumbnail size. If the images display blurry you may increase the thumbnail size of the images – insert this code into the child theme functions.php (or enfold/functions.php) file:

    
    add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
    function avia_magazine_thumbnail($atts, $magazine){
    $atts['image_size']['small'] = 'square';
    return $atts;
    }
    

    and replace “square” with another thumbnail size like: ‘masonry’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”

    Best regards,
    Peter

    #307709

    Hey!

    Thank you for the info.

    Did you set the Gallery Preview Image Size when you edit the Gallery element? Set it to Shop Thumbnail because there’s a big chance that you’ll have uniform thumbnail sizes. Of course it is better if you upload images with the same ratio or better still the same size.

    Best regards,
    Ismael

    #307680

    Hi!

    If i understood correctly you want to mimic the behavior (play now) that happens when you hover on one of those thumbnails, to do something like that in Enfold you can use the Image Element and set the caption to show on hover (you’d put the button as the caption).

    Cheers!
    Josue

    #307656
    This reply has been marked as private.
    #307580
    theprodigy129
    Participant

    I would like something exactly like the bottom of this page: http://kriesi.at/themedemo/?theme=enfold

    Except I would like the blog thumbnails to link to another page where my users can submit there information and I send them a case study or a white page. Is this possible? If so, can someone please chime in! Thanks, I am loving the theme, but would like to get this going asap.

    THANKS!!

    • This topic was modified 11 years, 7 months ago by theprodigy129.
    #307564

    Topic: Magazine thumbnails

    in forum Enfold
    Wils1234
    Participant

    Hi,

    Please could you show me how to make the thumbnails bigger and with a colour border? Also how do I remove the date that is displayed next to the thumbnail?

    Thanks in advance.

    #307233

    Topic: Slider Navigation

    in forum Enfold
    kmue
    Participant

    Hi,

    thanks for your nice theme! I need help with two little issues regarding the sliders.

    – One slider is a content and the other is a post slider (see attachment). The navigation of the left slider looks nice and the right slider should loo the same.
    – The post slider should to not show any thumbnail at all. The thumbnail (or beginning of content) should be aligned to the other two blocks.

    Kind regards,
    Karsten

    #307227

    Hi Josue,

    I think I have managed to sort the issue late last night. I used the regenerate thumbnails plugin and it appears to be working on the test gallery I have done so far. Hopefully I will get the time to create a few of the galleries I need today and will let you know if I have any problems.

    Thanks for everyones help.

    Kind Regards,

    Chris

    #307163

    Hi Kyle!

    Doing the change on functions.php and regenerating the thumbnails will suffice. Also, you may want to take a look at this plugin – https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Josue

    #307125

    Hey blankonblank!

    Thank you for visiting the support forum.

    Please add this on functions.php to change the thumbnail size of the testimonial element:

    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 or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #307067

    Topic: two problems

    in forum Enfold
    denis-lvov
    Participant

    Hi
    1. how to remove a link from a blog thumbnail images?
    http://gyazo.com/a33b6de02a7804c5661c135cb88ea823

    2. My blog in the standard view display short previews with posts annotations and Read More link – That’s good!!
    But when I go to a any category of blog – posts display the full of they posts content// should be only short previews with annotations and Read More link.. like in main blog
    how to fix it?

    Thank’s

    #307034
    blankonblank
    Participant

    Hi – thumbnails are blurry in testimonial. images uploaded are 300×300. any ideas?

    #306762

    In reply to: timthumb issue

    Hey!

    No, Enfold doesn’t use timthumb. We use the standard wordpress thumbnail generation function which also doesn’t use timthumb. Based on the file paths you posted in your first post I guess a plugin on your server uses the timthumb script and this plugin also created the “em-cache” folder in your uploads directory.

    Cheers!
    Peter

    #306592

    Hi jade41682!

    Thank you for using Enfold.

    When you upload a logo, make sure that you select the Fullsize thumbnail size before you use the image as logo. Go to to Enfold > Header Layout > Header layout panel. Look for the Header Size then select custom pixel value. Change the height of the header, this will automatically adjust the height of the logo.

    Regards,
    Ismael

    Hey!

    It will be applied on all gallery images with big preview and small thumbnails

    Best regards,
    Yigit

    #306454

    In reply to: Woocommerce Variaions

    Hi!

    Yes, you’re right. I didn’t add a variation image to the variations and thus woocommerce didn’t switch the thumbnails on my test server. However I did a quick test on my test server http://test.inoplugs.com/shop/uncategorized/variable-product/?lang=en and there the thumbnails switch flawlessly now. Please try to deactivate all plugins on your server (except WooCommerce) and switch to the default theme. If the thumbnail switching works afterwards we’ll look into it. If not it’s probably a configuration or server issue or a woocommerce bug. In this case you need to contact the WooCommerce support team: http://www.woothemes.com/support/ because they provide support for the WooCommerce plugin

    Best regards,
    Peter

    #306441
    Stinki
    Participant

    Hallo zusammen,
    nachdem ich jetzt 2 1/2 Tage damit verbracht habe den Fehler selbst zu finden wende ich mich an Euch!

    Ich habe folgendes Problem:
    Im Backend von WordPress kann ich sowohl bei Standardbeiträgen als auch bei Beiträgen von CustomPostTypes das Artikelbild nicht mehr entfernen. Desweiteren kann der Status des Beitrages nicht mehr editiert werden.

    Folgende Schritte habe ich bereits selbst durchgeführt:
    – gegooglet (ohne Erfolg)
    – alle Plugins deaktiviert
    – das System komplett neu aufgesetzt
    – “Enfold”-Theme von themeforest neu heruntergeladen und entsprechend auf den Server hochgeladen

    Ich hoffe das jemand von Euch eine Lösung hat.

    • This topic was modified 11 years, 7 months ago by Stinki.
    #306416

    Hey Kayzel!

    Can you please elaborate? A screenshot showing the issue would help. This is how gallery thumbnails look on my end – http://i.imgur.com/DwGb4Y7.png

    Regards,
    Yigit

Viewing 30 results - 7,801 through 7,830 (of 10,095 total)