Viewing 30 results - 7,531 through 7,560 (of 10,096 total)
  • Author
    Search Results
  • #341688

    Hey hotspot!

    Have you tried using Magazine element without thumbnails – http://i.imgur.com/mMKrJxm.png ? :)

    Regards,
    Yigit

    #341522

    Hi charger70!

    Please go to WooCommerce > Settings > Products and change image sizes and try re-generating thumbnails once again

    Regards,
    Yigit

    #341478

    Hey!

    Have you regenerated thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ ?

    Best regards,
    Yigit

    #341473

    Hi, I used the plugin you recommended and resized all thumbnails but the image is till now showing full width (or at full size) – http://rbblog.wpengine.com/archviz-workflow-with-cristian-chierici-cc79/ (hosted on WPengine)

    Did I miss something?

    #341419

    Thanks Ismael. Worked perfectly.

    Would like to add too if anyone else comes across this. Download ‘Regenerate Thumbnails’ plugin too. It saved me loads of time.

    Thanks again.

    #341398

    Hey Jason!

    Thank you for using Enfold.

    Please use the Simple Image Sizes plugin then edit the masonry thumbnail on Settings > Media. Adjust the size then update or save changes. Regenerate or upload the images again.

    Best regards,
    Ismael

    #341394

    Hey!

    Please look for this code:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">";
                        $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
                            $output .= '</header>';
                        }
                        $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';
                        $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';

    Replace it with:

     $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    
                        if(!empty($title))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
                            $output .= '<header class="entry-content-header">';
                            $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
                            $output .= '</header>';
                        }
                        $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';
                        $output .= !empty($title) || !empty($excerpt) ? "</div>" : '';
                        $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">";
                        $output .= !empty($title) || !empty($excerpt) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';

    Best regards,
    Ismael

    #341335

    Cheers, mate!

    I have used the Regenerate Thumbnail Plugin already and used it once again. I also updated functions.php in the original and the child theme. No success. Aditionally, I did also re-upload some pics. No success. The image size still is 28×28 (and not 36×36 as it originally should be).

    What makes wonder is: where can I find the resized thumbnails? I know it from other installations that these thumbs have their size as a part of their name and can be found in the media section. Here, also after I regenerated the thumbs, I do not see them anywhere.

    Sorry to keep you guys busy with this ticket…

    Thank you and best regards,
    Stefan

    • This reply was modified 11 years, 5 months ago by slwuppertal.
    #341294

    Hi bicounet!

    Thank you for using Enfold.

    There is no medium option available. You can change the thumbnail size via css.

    Regards,
    Ismael

    #341220

    Hey DROR!

    Thank you for using Enfold.

    Please use the Simple Image Sizes plugin to change the thumbnail sizes. If I am not mistaken, you need to change the entry_with_sidebar thumbnail. Save changes then regenerate the thumbnails or upload them again.

    Regards,
    Ismael

    #341021
    DJQuad
    Participant

    Hey all, are there any automatic youtube posting plugins compatible with Enfold like http://www.constantinb.com/project/wordpress-youtube-plugin ?

    The plugin actually imports the thumbnail so you can then use it with a slider to make a latest posts slider for example. The plugin needs to be compatible with Enfold or it won’t display right (at least that one doesn’t).

    Thanks!

    #340930

    Hi Yigit!
    That worked! Thank you very much!
    How do I make the search results images/thumbnails bigger? Im other words.. how do I adjust the size of the thumbnails?

    Thanks Yigit :)

    #340894

    Hey!

    That is weird. Please use this plugin instead: https://wordpress.org/plugins/regenerate-thumbnails/

    If that doesn’t work, please edit functions.php. Find this code:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);	
    

    Replace it with:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>210,  'height'=>90);	
    

    Use the plugin above to regenerate the thumbnails or upload the featured images again.

    Regards,
    Ismael

    #340885

    Hi!

    Yes, that’s possible but you’d need to put the video thumbnail manually, like:

    <img src="https://i.ytimg.com/vi/PbIzdQp2NzU/maxresdefault.jpg">
    

    Best regards,
    Josue

    #340881

    Hey!

    I’m sorry but we only provide support for theme related issues. Please hire a freelance developer for theme customization.

    1.) The category sort functions is available for Blog Grid element. You can only use it on Masonry and Portfolio Grid elements.

    2.) You can change the thumbnail size using the Simple Image Sizes plugin.

    3.) Enable the post navigation on mobile device with this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
    display: block;
    }
    }

    4.) Comment count will only show on single post pages not on the blog overview page. You can enable it on Enfold > Blog Layout > Blog Post Comment Count. If you want to show it on the blog overview page. Please hire a freelance developer to modify loop-index.php file.

    5.) Please provide a link to the actual page where this is happening.

    6.) The slider container will depend on screen size. You can hide it on mobile device using media queries then show another elements instead. You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    7.) Edit the font on Enfold > Advanced Styling panel or add this on Quick CSS:

    body, body p {
    font-size: 20px;
    }

    8.) You can use the css above. Use the line-height property for paragraph spacing.

    Regards,
    Ismael

    #340462

    Hi again guys,

    I have one more question..
    Is there a way I can have the blog’s featured image come up as a thumbnail in the search results.. instead of a circle with a number?
    e.g – http://s27.postimg.org/dk69jpp8z/blogimage.jpg

    Thank you! :)

    #340305

    Hi!

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

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries

    and adjust as needed then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #340260
    MaartenL
    Participant

    Hi,

    I use tables as an time-table so there are multiple tables on the same page.
    The thing is that the width of the different colums is not the same as is visable in the following image:
    Enfold table

    Is there a way to input the witdh of each colum? Or some other way to fix this?

    Thanks!

    • This topic was modified 11 years, 5 months ago by MaartenL.
    #340192

    Hi Marie,

    Open /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and look for line 386:

    case "lightbox":  $link = wp_get_attachment_image_src(get_post_thumbnail_id($the_id), 'large'); $link = $link[0];	break;
    

    Replace it by this:

    case "lightbox":  $link = wp_get_attachment_image_src(get_post_thumbnail_id($the_id), 'full'); $link = $link[0];	break;
    

    Regards,
    Josue

    #339927
    koala
    Participant

    How do we show portfolio thumbnails in sidebar widget?

    In the avada theme (for example), there is an extra widget plugin that allows you to show the thumbnails of your portfolios in the sidebar. Does enfold have anything like this?

    See example link below:

    #339908

    Hi!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    .image_size_widget .news-thumb {
    width: 210px;
    height: 90px;
    }

    You might need to add css media queries to change the size on different screen sizes. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then adjust the widget size thumbnail to 210x90px. If you don’t want to crop the images, set the Crop parameter to false or No but this might stretch the images with a different ratio. Update then save changes before you regenerate the thumbnails.

    Regards,
    Ismael

    #339881

    Hi Corina!

    Thank you for using Enfold.

    Please look for the html entity code of the arrow here: http://text-symbols.com/html/

    Change the list style type with this:

    ul, ul li {
    list-style-type: circle;
    }

    Refer to this link for the list of available markers: http://www.w3schools.com/cssref/pr_list-style-type.asp

    Regarding the post slider, edit the element then look for Preview Image Size. Choose manual thumbnail then select a larger thumbnail size.

    Regards,
    Ismael

    #339781
    babayard
    Participant

    Hi,
    I keep finding new ways to enjoy this theme. Thank you.

    I also find things I don’t understand. For example: I’m using links to media two different ways so that there is an image enlargement when clicking on a thumbnail. One way is in a gallery situation such as this:
    http://olufnielsen.dreamhosters.com/portfolio/abstract-textural-paintings/

    And the other way is from a portfolio item such as this.
    http://olufnielsen.dreamhosters.com/portfolio/moving-up/

    What’s happening is that in the first case, the caption for the enlargement is from the “caption” field in the media library. In the second instance, it is grabbing the “filename” for the caption of the enlargement. I need these to be from the caption info that goes with the image. Any suggestions for doing this without having to go through the hundreds of images to change the file name?

    Thank you!

    #339776

    In reply to: Video Featured Image

    Hi Josue
    I already tried this plugin but it didn’t ‘detect’ any thumbnails, which is odd since it displays the thumbnail in the body when I paste the link. They even say it supports TED videos but still no luck. Not sure if I was doing anything wrong. There is an optional custom field setting but I wasn’t sure if I needed to fill it in. “Enter the name of the custom field where your embed code or video URL is stored.” ??

    Here is a post where I manually created a featured image ‘thumbnail’ and pasted the link in the post body.

    Thanks

    #339749
    rbdstudio
    Participant

    If you go to the blog and click on the most recent blog post it just goes to a thumbnail image of the featured image applied to blog post. If go into the backend and pull up that same post and click “view post” it still just goes to the thumbnail image. Also I noticed I cannot edit the url of this blog post either. If I try to create a new blog post and apply a featured image, the “Add media files…” screen never goes away.

    Oddly all of the previous 12 blog posts I’ve added over the last 6 months work as expected. Quite perplexed.

    #339680

    Cheers, Yigit!

    I just installed the plugin, successfully regenerated the thumbnails but much to my regret, it did not work. Cache was cleared, of course…

    Any idea?

    Best regards,
    Stefan

    #339605

    Hi Zaccc!

    Please go to WooCommerce > Settings > Products > increase the size of “Catalog Images” then regenerate thumbnails

    Regards,
    Yigit

    #339583
    charger70
    Participant

    hi there – a client updated his Enfold installation that i installed (latest version now), and since, some of his images are being cropped oddly in Woocommerce.

    here’s an example: http://steveforney.com/product/cosmopolitan-print/

    the left and right side are cut off on the preview image.

    any idea why? i have unchecked “crop thumbnail to exact dimensions” in settings > media and re-run regenerate thumbnails but no change.

    thanks for your help.

    #339526

    In reply to: Video Featured Image

    Hey Julia,

    We’ve successfully used a plugin to detect and pull thumbnails automatically from embedded videos – https://wordpress.org/plugins/video-thumbnails/

    Hope that helps.

    #339431

    In reply to: Video Featured Image

    No It’s not. I was just wondering if the video post type was supposed to do this. Can I create a link directly from a featured image? The other thing I tried was manually making a video thumbnail and setting it as a featured image but when I pasted the video url it automatically created another thumbnail in the post body so I ended up with 2 images! Could you suggest a solution to this?

    Many thanks!

Viewing 30 results - 7,531 through 7,560 (of 10,096 total)