Viewing 30 results - 6,031 through 6,060 (of 10,101 total)
  • Author
    Search Results
  • #521626

    Hello. Thank you for your response. Just to clarify, I dont have any problem setting up the image placeholder. We already have one configured and it shows up if you go to the product details page. The problem is that this placeholder (thumbnail) is not being showed up in the search results or products lists.

    I think this is something needed to be fixed in the theme and not Woocommerce?

    #521575

    Hey eyeweb!

    Please 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'=>200, 'height'=>200);		
    	return $size;	
    }

    then regenerate the thumbnails afterwards, http://wordpress.org/extend/plugins/regenerate-thumbnails/

    and add following code to Quick CSS

    .avia-testimonial-image { width: 200px; height: 200px; }

    Best regards,
    Yigit

    #521411

    Hi Stanko!

    Thank you for using Enfold.

    I’m sorry but it’s not possible to include the thumbnails under the lightbox preview. This will require customization that is outside the scope of support. You contact codeable for such modifications: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    #521195
    wsnider28
    Participant

    Having an issue with lightbox modal windows employed by a plugin called DV Team, when used with the Enfold theme (and not with other themes). I know, I know, there’s a 3rd party plugin involved, but of course the issue doesn’t happen on other themes, so he’s pointing the finger this way. Any help would be appreciated.

    Basically, when the user clicks on a thumbnail, the modal comes up, then automatically scrolls the whole page (background and modal) down slightly. I’ve noticed a few additional behaviors that might give some clues: if you then click off the lightbox to close the modal, then click the thumbnail again, the pages scrolls down slightly further again, and will continue to do so. Also, clicking on a thumbnail in the first row causes it to scroll down further than clicking a thumbnail in the second row, and so on. Lastly, if the user has already scrolled down so that the first row of thumbnails (for example) is partially out of view, then clicks on one of those first-row thumbnails, not only will the modal and page scroll down even further, but when the user clicks back off and closes the modal, the screen will then jump back up to the top of the images in that row.

    Any idea how to get this to NOT scroll at all, when bringing up the lightbox. Already tried toggling Enfold > Theme Options > Lightbox Modal Window. No luck.

    TIA

    #521059
    amrman0
    Participant

    Hello, I have an issue with Portfolio grid pages where the cells are not horizontally aligned. This happens when the sum of the number of lines under the thumbnail pictures (the title and excerpt) is not the same for all the cells in the grid. To clarify this issue more, here is an example of a page where the problem exists : http://f42.efa.myftpupload.com/buy/ , and here is one where it doesn’t exist : http://dc0.e8c.myftpupload.com/buy/ Please let me know if there is a way to make all the cells horizontally aligned regardless of the number of lines under each thumbnail picture. Thank you.

    iheartwine
    Participant

    Hello, I have a masonry gallery, it looks ok but when I checked the source, I realised that it displays as the thumbnails the original photos (about 2000x1500px) scaled by css. Shouldn’t it be a compressed thumbnails?

    #520906
    KulturDesign
    Participant

    Hey dear great support
    I´d like to know if there´s a way to show thumbnails under the chosen image in the lightbox view itself?

    GERMAN:
    Ich würde gerne in der lightbox Darstellung die enthaltenen Bilder unterhalb des großen lightbox Bildes anzeigen lassen, so daß der User nicht nur über die Pfeile (links / rechts) navigieren kann, sondern auch über die thumbnails unterhalb. Im Prinzip wie hier:
    Bigger Gallery with Preview – nur eben schon in der lightbox selbst.
    http://kriesi.at/themes/enfold/shortcodes/gallery/
    ist das möglich?
    greets from munich
    Stanko

    #520895

    In reply to: Inject Feature Image

    Heh. As always – chances of solving the problem on your own increase with desperation and amount of posts published about it on the net. Finally I’ve solved this issue. Here is the code added to the functions.php of the child theme.

    function _jdutils_inject_thumbnail( $html, $post_id, $post_thumbnail_id, $size, $attr ) {
        if ( empty( $html ) ) {
    		$post = get_post($post_id);
    		$html = "<img src='someimage.jpg' atl='$post->post_title'>";
        }
        return $html;
    }
    add_filter( 'post_thumbnail_html', '_jdutils_inject_thumbnail');

    Still I’d love if someone more competent than me could look at it and confirm this is the best way to go about it.
    Thank you.

    #520873

    Topic: Inject Feature Image

    in forum Enfold
    maltaannon
    Participant

    Hi. I did my best to find a solution, but ended up with nothing. I understand this might not be a case covered by regular support, but I’m still hoping for some tips.

    I’ve build my site ages ago, back where there was no Feature Image feature in WP, so I created my own function to do so using add_filter(‘the_content’, ‘add_image_at_top’). This function knew the name of the post and it generated the url for the image and added it to the content of the post when it was displayed.

    Now I’m upgrading my site and I’ve choose Enfold theme to do so. It’s amazing. However the feature image is being used all over the place, and I have not used this feature, but I still know which image should be the “feature image” for which post. The images are there on the server, just not in the database.

    tl;dr
    I am looking for a way to inject the image url to the results of the query, so that the template “thinks” the feature image was already there. I’ve tried different approches with add_filter / add_action to ‘the_content’ and ‘the_post’, but I fear this will not cut it, since most elegant solution when building a template is always checking to see if the feature image is there (has_post_thumbnail) and you most certainly did that. So I need to inject the thumbnail info into the results of the query for every post (WP_Post object?) so that the template and WP in general things it was there to begin with.

    easiest example
    I have an image on my server. Say: someurl.com/image.jpg. None of my posts have the feature-image set. I want the someurl.com/image.jpg to be set as a feature-image for all my posts by using add_filter, so that the template “thinks” it was there to begin with – not in the database, but dynamically while the_loop or page or single is being executed.

    Any help would be much appreciated.

    #520730
    ricaza
    Participant

    Hello. I am trying to get the placeholder image to be shown as thumbnail for products without images. I found a topic from 2013 related to this task, but I tried to follow the instructions without any luck. Please see the old topic here: https://kriesi.at/support/topic/woocommerce-product-without-a-product-image/

    Is there anything different now compared to the version used in 2013? Is there any other way to get this working?
    I appreciate your help. Thank you.

    #520137
    Munford
    Participant

    Hey
    I just realized my topic was shut down by some else’s breaking into my thread here: https://kriesi.at/support/topic/fullscreen-slider-image-size-error/ ??

    I’d really need some help with this problem – getting frustrated – I have regenerated thumbnails for my fullscreen slider at 1310x800px and have chosen “original size” for the slider, but it’s displaying at a different size – see: http://andesworldtravel.com/home-test-2/ – they should look more like this page but with parallax: http://andesworldtravel.com/home-awt/

    I don’t see what it set wrong – unless it’s not allowed to have the fullscreen slider under 1500px wide?
    I hope you can help with this as we are about to launch this weekend
    thanks
    Nancy

    #519946
    brooksie
    Participant

    Hello,
    Loving the theme! Please can you tell me how I can change the colour / opacity of the text boxes that pop up when one rolls over the thumbnails in any gallery?
    Cheers,
    Rob

    #519826

    In reply to: Bilddarstellung

    Das Problem besteht eigentlich nur bei Thumbnails bzw. Vorschaubildern. Wenn ich so ein Bild in einen Artikel platziere ist alles gut.

    Zm Beispiel hier. Firefox Produktansicht:

    View post on imgur.com

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
    Ich fürchte, das mir das wechseln des Themes alles zerschossen wird :-(
    In den Voransichten ist es jedenfalls ebenso.

    • This reply was modified 10 years, 6 months ago by vollstark.

    Hi!

    Please undo the modification then look for this code:

    if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}

    Below, add this:

    $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 10) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');	
    

    Cheers!
    Ismael

    #519676

    In reply to: Lightbox image size

    Hi!

    Please go to Settings > Media panel then set the max width and height of the “Groß” (Large size) to 9999. Regenerate the thumbnails afterwards: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Cheers!
    Ismael

    André
    Participant

    Hi,

    I would like to know how to set a excertp with read more link.

    I´m use Single Author, small pic.

    Thanks in advance,

    Andre

    #519609
    vree
    Participant

    I’m using the masonry gallery for my portfolio. When I password protect a page, I just get a blank space with no thumbnail. How can I get a thumbnail to show up for a password protected portfolio item?

    #519515

    Hi!

    Remove this from your child theme CSS.

    .tax-product_cat .thumbnail_container img {
        height: 180px !important;
        width: 300px !important;
    }

    Cheers!
    Elliott

    #519366
    Regset
    Participant

    Hi!
    I did everything as stated in this topic – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/
    My size ot the thumbs is 267px x 229px. But the size of the thumbs in the list of posts (in admin panel) became big too. How can I fix it and make them the same size as before?
    I decided the first problem, but there was another.
    I found the function prod_edit_columns, and edited it. All is good. But how to do it with the child-theme without editing files of main theme?

    • This topic was modified 10 years, 6 months ago by Regset.
    #519259
    fatham34
    Participant

    Hi,

    We have a possibility to align on the left of the big image the thumbnail’s gallery ?

    http://galeriedelamardeleine.ph3.doyousoft.com/?p=441

    thanks ?

    #519161

    Good Afternoon,

    Thank you for the suggestion to recreate the thumbnails this was not causing it but it led me to the problem.

    When logged into my admin area I noticed that I was still getting the 404 image not found error.

    Looking at page source I could see that it was in the Enfold Theme Options under Custom background Image for Boxed Layout

    However as I am using the stretched layout I had not look closer to realise that the image link was still there.

    After changing to Boxed, removing the image and changing back to Stretched it is all fixed.

    Thanks again for great support!

    #519091

    Hi!

    I don’t know for sure if this is going to work but try to regenerate the thumbnails. Use this plugin: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Regards,
    Ismael

    I also noticed that when the excerpts are displayed it changes my thumbnails so that some of them are cropped into the top part of the thumbnail frame. Any ideas on how to avoid this? Thanks!

    #518796

    In reply to: Enfold & TubePress

    Hi!

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

    .tubepress-youtube-thumbnail a {
        display: inline-block!important;
    }

    Regards,
    Yigit

    #518529

    I have looked at your site and I could replicate the issue. The reason is that your images are huuuuuge (around 1MB – 1,5MB each photo!!). The galleries are not loading thumbnails but full size images that are resized so the browser has a lot to download. If you are scrolling down the browser does it’s best to download all the big image sizes and at the end of the site there is no power left to load all images this is why you see fractions only. If you reload the site the browser can download the rest and you will see all images. The only solution I can see is to put less images in a gallery or make the images smaller.

    For example your gallery http://hochzeitsfotograf-bjoernkuhle.de/hochzeit-von-patricia-manuel/ is almost 52MB (!) big. The browser has to load way too many photos
    http://up.picr.de/23398779en.jpg
    and the loading time is extreme for visitors. Then it is no wonder if images cannot load in full at the end.

    #518491
    xa1970
    Participant

    Hi,

    I had my blog set to single author small thumbnail featured image with ‘excerpt and read more’ link set in blog element.
    Previously some issue were going on which are mentioned and sorted on this thread https://kriesi.at/support/topic/blog-categories-6/page/2/#post-517830

    Now the excerpt and read more link is required on my blog page (it was there before but after all the extra codes entered in functions.php, it disappeared). I am setting it in blog element setting but it is not working.
    http://xandrianoir.com/blog-and-reviews/ Please have a look.

    Regards,
    XN

    #518466

    Topic: Enfold & TubePress

    in forum Enfold
    mowseink
    Participant

    Hey, gang…

    I’ve sent a note to TubePress, too, but can you tell what might be going on with this page?:

    andersonandpetty.com/watch/

    When you rollover a thumbnail, it does a little jump, the height of the container seems to increase, the time field moves, and the space between the bottom of the thumb and the video title increases.

    I just can’t figure out what would be causing the problem.

    Thanks for any help you can offer.
    :) jonathan

    #518257
    holleycreative
    Participant

    Just happened when upgrading to 3.3:

    The first two portfolio grid thumbnails are blurry:

    http://www.holleycreative.com/portfolio-2-column/

    All portfolio thumbnails are blurry on the homepage:

    http://holleycreative.com

    They’ve been perfectly clear up until now.

    #518201

    Ok after I made the mag elements and wrapped them in members shortcodes the codes work but the layout changed – there is now a space above the title – not sure where that is coming from? can you take a look? Top link below is with the shortcodes and wrong layout, 2nd link is how it should look…
    thanks
    Nancy

    these are the shortcodes:
    [nonmembers][av_magazine link='portfolio_entries,259,260' items='20' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class=''][/nonmembers]

    [members][av_magazine link='portfolio_entries,259,312' items='15' offset='0' tabs='aviaTBtabs' thumbnails='aviaTBthumbnails' heading='' heading_link='manually,http://' heading_color='theme-color' heading_custom_color='#ffffff' first_big_pos='top' custom_class=''][/members]

    • This reply was modified 10 years, 6 months ago by Munford.
    #517928

    Hi Ismael
    Thanks for taking a look at the site.
    1. I am working on that – thanks – I wondered about that “cropping” setting on the thumbnails…I think that’s the problem

    2. I have 2 magazine elements – one with dev. ID “members” and one “nonmembers”. I am using WordPress Access Control plugin to control the content that members/nonmembers sees by using the [members][/members] shortcode in text content, or in my widgets with ” !is_user_logged_in() ‘ in teh widget logic. Is there a way to target these mag elements in css to “block” or “hide” the element? You can see on the right side of the content on the page that there are 2 different mag elements there.

    thanks for your help!
    Nancy

    • This reply was modified 10 years, 6 months ago by Munford.
Viewing 30 results - 6,031 through 6,060 (of 10,101 total)