Viewing 30 results - 3,601 through 3,630 (of 10,099 total)
  • Author
    Search Results
  • #858189

    Setting the thumbnail to “medium 300×300” actually shows the problem more clearly.
    screencap of projects set to medium 300x300

    #858124

    Thank you Victoria. The post says I cannot use them in the slider. It’s ok. But can I use them in the other ways posts are recalled in the theme?
    I mean, if I want to show them on the home page like a thumbnail gallery or list, how am I supposed to do that?

    Thanks a lot
    Simone

    #857796

    Topic: Blog Layout

    in forum Enfold
    navindesigns
    Participant

    Hi,

    I am trying to create a blog page layout similar to this site – https://www.corcoran.com/nyc/InTheNews/Index/0/14912?SearchBy=Agent&Page=1 (minus the right sidebar)

    This is what I have so far with enfold

    1- How to I make the blog post span the entire width of the page? I have turn off the sidebar on this page
    2- Is it possible to have the thumbnails on the left and the headline and intro copy to the right of it? Similar to the cororan site?
    3- How do I remove the date from the bottom and move it under the thumbnail? again like the cororan site

    #857746

    Update: i changed the leadership page to have a “square 180×180” thumbnail size and it suddenly began to have square thumbnails and respond to the quick CSS on padding. (See below for exactly which code). However, the other page with the exact same set up has not changed and still displays same problem of “squished” top rows. Really at a loss as to what is causing the change or the problem.

    Pad code:
    .grid-entry.flex_column {
    padding: 30px;
    }

    #857713

    Topic: How edit html?

    in forum Enfold
    GGLNetwork
    Participant

    Hello,

    For my website I want to be in charge of the images that are selected by Facebook and my understanding is that I can add some html. Unfortunately, from within wordpress and the enfold theme I can’t find the html to edit. What am I missing?

    I’ve tried some of this but think I must be putting it in the wrong place:
    https://stackoverflow.com/questions/6943495/facebook-link-thumbnail

    Thanks,

    Beth

    #857289

    Hey jomo5280,

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

    Best regards,
    John Torvik

    #856833

    Hi Ismael,
    I have done that, it does not help.

    To clarify: In loop-index.php I have

    
    $current_post['title']   	= get_the_title();
    	$current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>') : get_the_excerpt();
    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('[....]','avia_framework').'<span class="more-link-arrow"></span></a></div>' : $current_post['content'];
    	$current_post['before_content'] = "";
    

    which makes the second link [….] correct. I have searched for the first […] in theme php files, but did not find it.

    An in den de_DE.mo file there is:

    
    # @ avia_framework
    #: config-layerslider/LayerSlider/views/slider_list.php:253
    #: config-layerslider/LayerSlider_old/views/slider_list.php:253
    #: config-templatebuilder/avia-shortcodes/postslider.php:319
    #: config-templatebuilder/avia-shortcodes/slideshow_feature_image.php:561
    #: framework/php/function-set-avia-frontend.php:1065
    #: includes/loop-index.php:55 includes/loop-index.php:56
    #: includes/loop-page.php:27 includes/loop-portfolio-single.php:27
    msgid "Read more"
    msgstr ""
    

    In the functions.php there is:

    
    /* Magazine Layout Startseite  */
    add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
    function avia_magazine_thumbnail($atts, $magazine){
    $atts['image_size']['small'] = 'masonry';
    return $atts;
    }
    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    
    /* magazine excerpt  */
    add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1);
    function avf_magazine_excerpt_new_lenght($excerpt) {
    $excerpt = 140;
    return $excerpt;
    }
    
    /* beitragsbild unter headline */
    function add_custom_script(){
    if(is_singular('post')){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$('article.post').each(function(){
               $(this).find('.entry-content-header').after($(this).find('.big-preview').detach());
            })
        });
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'add_custom_script');
    
    // mo files auch im child theme einsetzbar
    function overwrite_language_file_child_theme() {
        $lang = get_stylesheet_directory().'/lang';
        return $lang;
    }
    add_filter('ava_theme_textdomain_path', 'overwrite_language_file_child_theme');
    

    Best Regards,

    • This reply was modified 8 years, 6 months ago by Sigmund.
    #856822
    marieilene
    Participant

    I am looking to do two things – the first is to add a margin or padding around the portfolio image thumbnails, when they are displayed in the grid – But I am not sure what classes to use to add that in the css.

    I’d also like to know if it possible to get rid of the file name that displays when you hover over an image.

    Please let me know the best way to achieve both these things

    Also – if there a way to force all the thumbnails to be the same size in a portfolio grid? currently the thumbnail sizes are all over the place so the grid lines don’t line up

    #855872

    In reply to: Anpassungen CSS

    Hey carmen,
    Für die Grenze versuchen Sie es

    #top div.avia-gallery img {border-width: 0px !important; }

    Bitte lesen Sie diese, um Schriften hinzuzufügen

    Oder du kannst dieses Plugin verwenden

    Dies ist das Format für das Öffnen eines Youtube-Videos im Leuchtkasten:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>

    Für deine letzte Bitte die URL auf die jeweilige Seite eintragen, damit wir uns genauer ansehen können.

    Best regards,
    Mike

    #855630

    Chrome is the issue, compare the links I sent and you will see a difference. In chrome only something is rendering those thumbnails.

    #855521
    tsdesigns
    Participant

    Hi,

    just wanted to see if you had a fix for this, or if I’m doing something wrong. The Product gallery is not coming as thumbnail.

    I have reset the thumbnails sizes etc.

    #855520

    Thanks, Ismael. Now i know that in order to increase thumbnail dimensions i have to edit css because change dimensions in the media settings does not work. You can mark this thread as resolved.

    #855063
    B-LILT
    Participant

    We’re using the latest Enfold theme. In the portfolio grid the featured images are all the same size (288×288). But the thumbnail images in the top row are being compressed on all of the pages using a portfolio grid. I’ve reviewed a bunch of forums but none of the offered quick CSS codes seem to have any effect.

    We would also like to add padding around the thumbnails, but so far all of the quickcodes i’ve found ONLY affect the columns, not the rows.

    #855029
    santanin
    Participant

    Good day. I have purchased the Enfold theme for over 10 of my clients’ websites. Such an amazing theme! I have a pre-sales question for one of my clients wondering if the various elements and features in Enfold can achieve a specific effect.

    Please see the link in the Private Content section.

    In a regular desktop browser, if you hover over some of the thumbnails with your mouse, a 5-second motion preview of the video it links to plays as the actual thumbnail. Can any feature or element in Enfold do this effect? Thank you.

    #854992

    In reply to: Slider with thumbnails

    Just FYI for anyone interested but WP Thumbnail Slider might look good but – and I find this incredible – you can only have one instance of a slider on a website. Yes, just one. The plugin developer suggested to someone enquiring about this restriction that the solution was, given the software was open source, “if you need more than one slider in one website you need to customize this plugin”. In other words, the plugin is next to useless.

    Digging around I found Smart Slider 3 which does have thumbnails and installed it, and it looks very good and is relatively easy to setup.

    #854897
    ronduring
    Participant

    In the enfold latest news widget, blog posts thumbnails or any other part of the site that loads a thumbnail, the images showing for the featured image icon or thumbnail is showing a poor quality version of the source image that is being used. In all other browsers, it looks good, but in Chrome it those same images look blurry. Let me know if there is a fix or override for this. Thanks.

    #854825

    Ismael, for me is more important the thumbnail width dimension, it should be of 180px, i don’t undestand why despite settings change in the media settings size is still small. Thanks.

    #854718
    sdachos
    Participant

    Hi,

    I need help with 2 issues regarding layout of blog post please:
    //I’d like to display the blog post the same way than in blog post enfold-2017 demo

    – How can I remove the thumbnail icon showing above the title? removing also two lines separator that are showing at end of the post.
    – How can I display with same layout than single blog when clicking on category in the breadcrumbs?
    (only need to display all title post and thumbnail plus link to read more)

    Thank you for your help

    #854522

    Ismael, i tried again, now thumbnail are not cropped, but dimension did not change to 180px (screenshots attached).

    #854192

    Hi,

    What is the original size of the image? Please go back to the Settings > Media panel and make sure that the “cropping” parameter of the “square” thumbnail is disabled or set to “No”. Update, save then regenerate the thumbnails.

    Best regards,
    Ismael

    #853993
    lyndondarkes
    Participant

    Hi

    I have a gallery within a post which was working fine but now is not. The gallery is set to have a big image with thumbnails below but the thumbnails apear over the top of the large image in the top left corner.

    the post can be found here: http://www.fisherperformance.co.uk/best-of-british/

    Lyndon

    #853936

    Topic: Search result styling

    in forum Enfold
    mikeormrod
    Participant

    HI there,
    The Search results look like a blog results. I’d like it to show only products results and displayed as on a product category page with thumbnails + titles + price. Is that possible?

    #853796

    Hi Yigit. I’ve tried your last suggested solution but it does not work. Without css thumbnail Images not increasing in size and are still cropped. I’ve reset media settings to default value and commented css in the custom css theme option. Can you check out please?

    pixelbiz
    Participant

    Hello!
    I’m trying to set up a truly responsive Gallery element and haven’t been able to figure it out. I would like to make it so the Gallery ‘large image’ above the thumbnails fills the available space no matter what the browser size or dimensions are. This means that the height and width should get scaled and/or cropped as long as the available height and width-space is filled (and the thumbnails should sit just above the grey footer bar.)
    > Here’s an example of the effect I’m trying to achieve: http://aacrealty.com/portfolio/shops-at-rivercenter
    > Here’s my page using a Grid Row with the Gallery in half of it: http://pdpllc.net/new/properties/session-apartment/
    I’ve tried using the CSS “height: calc(100vh – 325px);” but this just lops off the thumbnails instead of filling the available area.

    Any guidance or suggestions are appreciated!

    Hi,

    For suggested image sizes please see the following: Please go to Appearance > Editor and open Functions.php file and find

    
    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

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

    Best regards,
    Jordan Shannon

    #853065
    fabienneRedUmb
    Participant

    Hi,

    so far, I am super happy with my purchase of Enfold Theme, it is even better than my wildest imaginations.
    My question:

    In the entry slider I would like to show the category of each post with an overlay on the preview picture. Lets say, each post of category ‘unicorn’ shows a little banderolle spelling ‘unicorn’, and so forth. Can I realise this within enfold theme?

    Thank you!

    #853037

    Hey AbacoSoft,

    Danke dass Du unser Theme verwendest.

    ad 1) WordPress hat einige vordefinierte Bildgrössen
    ad 2) Du kannst jederzeit Bildgrössen auskommentieren. Dies hat aber den Nachteil, dass Elemente die diese Bildgrössen benötigen eine Fallback Grösse nehmen müssen (macht WordPress), die unter Umständen dann nicht mehr gut ausschaut.

    Es gibt da ein plugin https://de.wordpress.org/plugins/simple-image-sizes/, wo man in imagesizes verwalten kann (habe es aber noch nicht getestet).

    Wenn Du in functions.php die Sizes änderst, unbedingt https://de.wordpress.org/plugins/regenerate-thumbnails/ drüberlaufen lassen.

    Hoffe, dass hilft Dir weiter.

    Best regards,
    Günter

    #852839
    xa1970
    Participant

    Hello,

    As I mentioned earlier that after the last update, some pages have changed, I have spotted one on this page too.

    On my news page http://www.xandrianoir.com/news , I have kept same settings on Avia element ‘blog post’ as I have l kept on my ‘Blog’
    page http://www.xandrianoir.com/blog (thumbnail on left and excerpts and title) but ‘News’ page is showing up in the center and with no excerpts. I have looked into all the settings but cannot figure out why it is not showing like blog page.

    Please tell me how I can fix it.

    Thanks,
    XN

    amrod1
    Participant

    I am getting warning after update to Woocommerce 3.1.2;

    woocommerce/single-product/product-image.php version 3.0.0 is out of date. The core version is 3.1.0
    woocommerce/single-product/product-thumbnails.php version 3.0.0 is out of date. The core version is 3.1.0

    How can we fix it?

    Hi,

    The post content container size is 875px. You have to increase the size of the thumbnail from 675px.

    Best regards,
    Ismael

Viewing 30 results - 3,601 through 3,630 (of 10,099 total)