Viewing 30 results - 5,671 through 5,700 (of 10,101 total)
  • Author
    Search Results
  • PROBLEM SOLVED – NOTE TO ANYONE WITH SAME PROBLEM…

    I was nervous to force a complete regeneration of all thumbnails as it was only a few that were not cropped properly. I simply deleted the picture in the product and uploaded it again (re-naming it of course). Worked perfectly.

    Thank you for all your input and patience!

    smarkisz
    Participant

    I created a photography site using Enfold several months ago not knowing enough at the time about naming my images. Many of them have original filenames from a database in which they had been archived, with captions that I needed and am using on the site. I have recently begun to do SEO, inputting alt text etc. and I decided to re-upload images on my home and about pages with appropriate descriptive filenames to replace those currently on my homepage with the idea of ultimately replacing all my images with newly created filenames for SEO. (Perhaps this is unnecessary, please tell me if it is). I never stripped out any image metadata prior to uploading to the website, originally.

    On 22 January, 2016, I uploaded approximately 30 images, all had been images previously uploaded months ago, (and now featured on several different pages on my site) but with different newly created filenames, and all were rejected for http errors, with the site giving me a response: try again later. Not one of the images appeared in the media library.

    I just noticed today, that although the image thumbnail still doesn’t appear in the media library, when I click on “Edit more details,” in the blank space where the thumbnail would have been, the image now appears with the permalink being a previously embedded title in the Photoshop metadata, NOT the newly created filename I gave it. The NEW filename under which it was just uploaded, appears to the right of the image in the “save” box. It looks as if this box is giving me an option to save the recently uploaded image to the media library to URL (my site) as my newly named file name, file type (jpg) and file size. However, the permalink still has the embedded old file name.

    I am thoroughly confused as to why I am getting errors of this nature and why my newly created filename is being overwritten by metadata. I didn’t realize I needed to strip out the filename in Photoshop.

    My questions are hence, threefold:

    1) Is it possible to change the permalink once the file is uploaded, with a new image title, rather than upload the image again? I have many many hundreds of images and am willing to do this over time, but do not want to cause permalink issues.
    2) Is it a wasted exercise to even re-upload images that I am now inputting alt text to for SEO?
    3) The media library has been an issue since I began using Enfold, aside from the current problem. I have had to upload an image 3 or 4 times in order for it to “stick,” in many cases. I do not know why. If not for this problem, I am very happy with the look and feel of the site.

    I do not know any code – I am the site owner and not a web developer. I am struggling to figure things out and this is a major glitch for me. Any assistance that can be provided will be most welcome.

    Thank you in advance. Susan

    #570496

    Hi wistlaumann!

    Please see screenshot is this how you like the image to appear (underlined in red) ?

    Please add this to quick css in Enfold > General Styling

    .big-preview img {
        height: 360px;
        width: auto !important;
    }
    

    You can change the size inside the post > Advance Layout Builder or Default Editor if it was inserted manually.

    If you still have issue please send us a mockup and website login details with permission to add css in Enfold > General Styling > Quick CSS or make minor changes to thumbnail size settings in private content so we can help you better.

    Cheers!
    Vinay

    #570495

    In reply to: Feature image in blog

    Hi!

    The max height allowed for an entry/post without sidebar is 423px but you can adjust that value with the plugin suggested above. Install the plugin then go to the Settings > Media panel then look for the entry_with_sidebar and entry_without_sidebar thumbnails. Adjust the values, update, save then regenerate the thumbnails.

    Regards,
    Ismael

    #570491

    Hi wistlaumann!

    Thank you for using Enfold.

    The max height allowed for thumbnails within an entry without a sidebar is 423px but you can change that with the following plugin. Go to the Settings > Media then look for the entry_without_sidebar and entry_with_sidebar thumbnails. Adjust the values, update, save then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    #570466
    mcraig77
    Participant

    How do I remove the boarder on the big picture these galleries with big image with thumbnail views?

    Any way I can put vertical line in between these 3 to break them up a bit? so it would go 1 gallery vertical line 1 gallery vertical line final gallery?

    How can i make it so the link for the form below text doesn’t have the underline? but has a hover color?

    #570039

    Hey wistlaumann!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .fullsize .template-blog .blog-meta {
        float: left;
        width: 33%;
    }
    .html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 66%;
        float: left;
    }
    .small-preview {
        width: 100%;
        height: 100%;
    }

    and then add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size['square'] = array('width'=>300, 'height'=>300);
    return $size;
    }

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

    Cheers!
    Yigit

    #569982
    wistlaumann
    Participant

    Hey,

    at first I want to thank you for your great theme.

    We are using for a clients website the version with menu in the left sidebar.
    Works great but the blog layout outputs too big or too small thumbnail images.
    How can we change the blog layout? We thought about the thumbnail on left side in a size like 300 x 300 px (or 1/3 of page width) only with title and excerpt on the right side so that we have a nice and simple thumbnail with a teaser text which hasn’t too long rows.

    We installed the child theme but we don’t know how to build the blog layout like we wish.
    Maybe you can help us.

    Thank you.
    Wist+Laumann

    #569936

    Hi there, thanks for the answer!

    I played around with it a bit and there is something very strange going on. First off, there has been quite a big confusion from my side and I apologize for that, but I found something new:

    I installed the theme on a test website (this is stored in my personal server) and the result I got is exactly what I wanted from the featured images Regarding Magazine Element (and the thumbnails) and the post itself:

    Magazine Element: http://1962flood.martinfreire.com/climate-and-energy/
    Post: http://1962flood.martinfreire.com/press-release-for-climate-and-energy-2/

    When I upload the exact same picture as a featured image on a post to the website I’m developing I get this results:

    http://dev.worldfuturecouncil.org/climate-and-energy/
    http://dev.worldfuturecouncil.org/2016/01/21/despite-a-weak-outcome-paris-was-first-renewables-cop/

    The Featured image doesn’t get resized or cropped at all like it did on my test website, why is that?

    I appreciate the help!

    EDIT: same goes for the thumbnail in the Blog page http://dev.worldfuturecouncil.org/

    condonpb
    Participant

    High,

    I want to adjust the hover label that currently reads ” Share by E-mail” on the e-mail social icons see http://www.peter-test3.co.uk/art-portfolio-item/distant-farm-buildings/, to read “Enquire by E-mail” I have gone into the helper-social-media.php file and adjusted line 155 to read this but does not work can you help me.

    function __construct($args = array(), $options = false, $title = false)
    {
    $default_arguments = array
    (
    ‘facebook’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “http://www.facebook.com/sharer.php?u=[permalink]&t=[title]”),
    ‘twitter’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://twitter.com/share?text=[title]&url=[shortlink]”),
    ‘gplus’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://plus.google.com/share?url=[permalink]” , ‘label’ => __(“Share on Google+”,’avia_framework’)),
    ‘pinterest’ => array(“encode”=>true, “encode_urls”=>true, “pattern” => “http://pinterest.com/pin/create/button/?url=[permalink]&description=[title]&media=[thumbnail]”),
    ‘linkedin’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]”),
    ‘tumblr’ => array(“encode”=>true, “encode_urls”=>true, “pattern” => “http://www.tumblr.com/share/link?url=[permalink]&name=[title]&description=[excerpt]”),
    ‘vk’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “http://vk.com/share.php?url=[permalink]”),
    ‘reddit’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “http://reddit.com/submit?url=[permalink]&title=[title]”),
    ‘mail’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “mailto:?subject=[title]&body=[permalink]”, ‘label’ => __(“Enquire by Mail“,’avia_framework’) ),
    );

    • This topic was modified 10 years, 3 months ago by condonpb.
    #569655
    Paul M
    Participant

    hi,

    trying to figure out the conflict that is occurring with a video player (vimeography) that i have installed
    http://www.techhubinc.com/videos/

    the player is supposed to just open the video in the video window, but instead, it is popping open a modal window.

    in the admin preview and if i use a default theme like Twenty Fourteen, it works correctly. possibly a conflict with magnific popup??

    this is what one of the links looks like:

    <figure class="vimeography-thumbnail">
            <a href="https://vimeo.com/27908177" title="Gymkhana 4 - Ken Block" data-uri="/videos/27908177" data-video-width="1280" data-video-height="720" data-description="Gymkhana in the execution of Ken Block<br />
    By DC Shoes">
              <figcaption>
                <h1>Gymkhana 4 - Ken Block</h1>
              </figcaption>
            </a>
          </figure>

    this is an example of how it is supposed to work

    any suggestion appreciated

    thanks

    #569639
    pomeroymom
    Participant

    How do I add Thumbnail images in place of the text on the Mega Menu?

    #569317

    Hey alvimita!

    Enfold, like most themes these days, creates a number of thumbnail images to be used for the various theme features to speed up your site on page loads so that users aren’t loading in the full size image for every single image implementation.

    Enfold has 12 thumbs that it creates and then WordPress has 2 additional ones it creates by default. Other plugins users have installed could also add even more image sizes.

    You can use the following plugins for image handling

    https://wordpress.org/plugins/dnui-delete-not-used-image-wordpress/

    https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Vinay

    briefport
    Participant

    When I view my website on my mobile all of the product thumbnails are very low quality and blurry. I’ve seen this issue covered numerous times so I’ve tried all currently available suggestions on how to fix it.
    – All thumbnails are set to 450×450
    – thumbnails are regenerated
    – I’m on the latest version of Enfold
    – I’ve added the following code as suggested on another thread:
    @media only screen and (max-width: 767px) {
    #top .thumbnail_container img {
    width: 99%;
    }}
    – I’ve cleared cache and history and hard refreshed numerous times.

    The website link is http://vapevine.com.au

    #568993

    Hi!

    Thank you for the kind words and appreciation :)

    The price position is moved using the modified version of the jQuery code Yigit provided earlier please check the site and let us know what you think.

    // Price Position
    function add_custom_price_pos(){
    ?>
    <script>
    jQuery(window).load(function(){
        jQuery('span.amount').each(function() {
            var movePrice = jQuery(this);
            movePrice.prev().append( movePrice.html() );
            jQuery(this).parents('.inner_product').find('.thumbnail_container').append('<span class="price">'+'<span class="amount">'+movePrice.html()+'</span>'+'</span>');
            console.log('Price is  :' + movePrice.html());   
        });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_price_pos');
    

    Cheers!
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay.
    #568974
    alvimita
    Participant

    Dear Enfold support,

    My situation is that the site after some time has a content of more than 400 Mb which makes it hard with the existing plugins to back it up continuously. From what I’ve seen, there are so many files created automatically for each image upload, increasing the size exponentially. For one image I see 15 files with different sizes, another PNG file is shown with 20 files of different sizes. The original is 1.2 Mb and I get a total of 7.8 Mb.
    The problem is that I cannot remove them from FTP, as I am not aware which is in use and which not. I am not aware of any existing plugin that can check the files in use and remove the rest. Maybe you can give me a tip on that? I would greatly appreciate it.

    In addition, for future versions of Enfold, it would be nice to have the option of checking which of the resizing thumbnails the user would prefer to have for the site. For example, I’m not using widget, square, portfolio, gallery, masonry and some others. Currently I have to disable them from functions.php, I would have to manually do that every time I upgrade the theme version. Through the theme’s settings it would be better and would stick even for future upgrades.

    Thank you

    #568742

    Make correction in code, like this:

    jQuery(document).ready(function() {
        jQuery('#layerslider_15').layerSlider({
            hoverPrevNext: false.,
            skin: 'fullwidth',
            skinsPath: '/wp-content/themes/*mytheme*/config-layerslider/LayerSlider/static/skins/',
            cbInit: function(element) {
                jQuery('.c-api');
                console.log('function cbInit() called when Layer Slider is Loaded');
            }      
        });
    });

    No errors in console, but still loading 6 more bullets and thumbnails + margin my text.

    Hi Vinay,

    Thanks for the explanation. I’m using a child theme, so, will it be possible to break it free from it’s exciting container and place it inside the thumbnail container as you suggest ? The other option is a great alternative but if it’s possible i would really like to have it in the top corner.

    Regards!

    Hi!

    To move this price tag on top and to make it look good on any size product you will have to break it free from it’s exciting container and place it inside the thumbnail container and this can only be done using a child theme. all tho an easier alternative would be to display the price on the bottom right of the product images. That way we can move it up same distance on all products and it will show up correctly on any size product in any size screen… Please check the site now and Let us know…

    Regards,
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay.
    #568219

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_price_pos(){
    ?>
    <script>
    jQuery(window).load(function(){
    var movedPrice = jQuery('span.price').html();
    jQuery('.inner_product .thumbnail_container').append('<span class="price">'+movedPrice+'</span>');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_price_pos');

    Regards,
    Yigit

    #567999

    In reply to: Magazine Radius

    Hey CMCEquipment!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-thumbnail, .av-magazine-thumbnail img, .av-magazine-thumbnail a {
        border-radius: 0!important;
    }

    Best regards,
    Yigit

    #567757

    Hi!

    We cannot make out any difference between the original images and the thumbnail images.
    I recommend uploading high resolution images.

    Best regards,
    Vinay

    #567626

    In reply to: Thumbnail quality

    Hey!

    The thumbnails are now set to 256x256px and then resize to 49px via CSS. Isn’t that enough?

    http://studyflix.nl/wp-content/uploads/2016/01/Kinetic-typography-256×256.jpg
    http://studyflix.nl/wp-content/uploads/2016/01/HTML-CSS-Basis-256×256.jpg

    My bad. Are you referring to the masonry element or the magazine element? First things first, please update the theme to the latest version, 3.4.7. Since the images in your posts are wide rather than tall, the masonry element won’t work pretty well because it requires square-ish images if you set the Size Settings to Perfect Grid. If you use the portfolio grid element, you can select the thumbnail size.

    Regards,
    Ismael

    The <span class=”price”> is under <div class=”inner_product_header”> i would like to have it under <div class=”thumbnail_container”> so it can be visible over the product images.

    Thanks again !

    #567203

    Hi!

    Please add following code to Quick CSS

    .av-instagram-item {
        padding: 1px;
    }
    .av-instagram-pics.av-instagram-size-thumbnail {
        width: 70%;
    }

    Best regards,
    Yigit

    #567199

    Oddly, it is working now HOWEVER.. Your screenshot and mine both show 2 problems.

    1. The spacing between the photos is badly crooked and misplaced.

    2. The layout is way too large. I have the setting at “thumbnail” for the photos. The grid and photos should be 50% smaller approximately.

    Also, I tried changing the setting from thumbnail to small and the photos stay the same size. It is set on thumbnail now.

    Any ideas?

    Thanks

    • This reply was modified 10 years, 3 months ago by Jasmer.
    #566864

    Hi Vinay Namaste ;)

    Thanks for replying. I’ve gotten it to work, but it poses an issue on my other posts. Pls see http://103.51.41.206/~hwangimc/aham/fundamentals/ now the text for all posts have gone down. Could you pls advise as to how I can get it back to float left to the thumbnail? Thanks

    #566841

    Topic: Thumbnail quality

    in forum Enfold
    Easy123
    Participant

    Hi guys,

    I’ve tried solutions from different threads in this forum, but I cannot get the thumbnails on this page to display in acceptable quality. I’ve increased the thumbnail size in settings/media, Ive increased the size in function.php from 80 to 160, I’ve added the quick CSS specified in another similar thread, yet the thumbnails are still way too low res to be useful. None of these options seem to change how the thumbnails are displayed, even after regenerating thumbnails. Can you please help?

    Benoit
    Participant

    Hi guys, i’m trying to change the price position in the woocommerce product grid. The price usually appear under the product image and i would like it to be on the product image. So i need to move it in the appropriate div.

    Here is a screenshot to help you understand what i’m trying to do.

    Screenshot

    You can see the <span class=”price”> is currently under the <div class=”inner_product_header”> and i would like to move it under the <div class=”thumbnail_container”>

    Many thanks in advance for your help.

    • This topic was modified 10 years, 3 months ago by Benoit.

    Okay, I just managed a fix. I think this is a little bug in Enfold so I suggest to fix it in a further release :)

    # Override avia management of thumbnails.
    # See : https://kriesi.at/support/topic/woocommerce-cayalog-page/
    # See : https://kriesi.at/support/topic/woocommerce-archive-page-default-product-placeholder-not-showing/
    add_action( 'after_setup_theme', 'enfold_woocommerce_child_theme_override' );
    function enfold_woocommerce_child_theme_override()
    {
    	remove_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail', 10);
    	add_action( 'woocommerce_before_shop_loop_item_title', 'avia_woocommerce_thumbnail_child_theme', 10);
    
    	function avia_woocommerce_thumbnail_child_theme($asdf)
    	{
    		global $product, $avia_config;
    		$rating = $product->get_rating_html(); //get rating
    
    		$id = get_the_ID();
    		$size = 'shop_catalog';
    		
    		$gallery_thumbnail = avia_woocommerce_gallery_first_thumbnail( $id , $size);
    		$post_thumbnail = get_the_post_thumbnail( $id , $size );
    		
    		// Get the default WC thumbnail if empty.
    		$post_thumbnail = empty($gallery_thumbnail) && empty($post_thumbnail) ? 
    			$post_thumbnail = wc_placeholder_img(): $post_thumbnail;
    
    		echo "<div class='thumbnail_container'>";
    			echo $gallery_thumbnail;
    			echo $post_thumbnail;
    			if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";
    			if($product->product_type == 'simple') echo "<span class='cart-loading'></span>";
    		echo "</div>";
    	}
    }

    Works fine now, yeah!

Viewing 30 results - 5,671 through 5,700 (of 10,101 total)