Viewing 30 results - 5,881 through 5,910 (of 10,101 total)
  • Author
    Search Results
  • #542393

    Hi Elliot,

    the reason for the images not covering the whole screen was due to the wrong size of the images themselves.

    http://matthiasviertel.com/test_04/

    The time I bought Fullscreen Slides the description of the plugin on the website of abcfolio was differently.

    For examle it did say that the size of the thumbnails can be adjusted.

    Now it says: “Thumbnails: fixed dimensions: 45×30 pixels (WxH).”

    Best regards,
    Fabian

    #542179

    In reply to: Close image div

    Hi Basilis,

    With other theme, I don’t have this problem. It seems Enfold added this extra </div> tag. You can replicate the problem with the default enfold theme and woocommerce. Additional set up I did is “remove” Sidebar.

    Try to add some custom content after the product thumbnail and you’ll get what I mean. The additional content is wrapped within the <div class=”images”> </div>.

    For testing purpose snippet

    add_action( 'woocommerce_product_thumbnails', 'include_test_info', 40);
    function include_test_info() {
       echo 'abcdefg' ;
    }
      

    I have attempted to use “wc_get_template” to display the custom content and the problem persists.

    #542075

    Hi, attached is a dropbox link, as you can see under every thumbnail is a fine yellow line of color #f4c91c, when you untick this colour from inspect element the line disappears, i just can’t work out the css i need, cheers in advance… :-)

    #541596
    frifoto
    Participant

    Hi,
    I use Instagram in one of my footer columns, and it looks good in most browser, but in Internet Exlorer the six small thumbnails turn to two big and cropped photos laying on top of each other – and this makes the footer much longer than expected. Can you have a look on this?
    http://frifoto.no
    Best wishes,
    Lars

    • This topic was modified 10 years, 5 months ago by frifoto.

    I tried the second. It did not work.
    This is the change I made

    svn diff wordpress/wp-content/themes/enfold/includes/loop-index.php
    Index: wordpress/wp-content/themes/enfold/includes/loop-index.php
    ===================================================================
    — wordpress/wp-content/themes/enfold/includes/loop-index.php (revision 10662)
    +++ wordpress/wp-content/themes/enfold/includes/loop-index.php (working copy)
    @@ -34,7 +34,7 @@
    $size = strpos($blog_style, ‘big’) ? (strpos($current_post[‘post_layout’], ‘sidebar’) !== false) ? ‘entry_with_sidebar’ : ‘entry_without_sidebar’ : ‘square’;

    if(!empty($avia_config[‘preview_mode’]) && !empty($avia_config[‘image_size’]) && $avia_config[‘preview_mode’] == ‘custom’) $size = $avia_config[‘image_size’];
    – $current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], $size);
    + $current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], ‘full’);

    if(is_single($initial_id) && get_post_meta( $current_post[‘the_id’], ‘_avia_hide_featured_image’, true ) ) $current_post[‘slider’] = “”;

    Hi Ismael,

    Thanks for your reply, works great. The only thing is the thumbnail images seems to get zoomed in. If you see my earlier screenshot on the flexible grid, am able to see the entire image. Is there any way I can get the images to be shown as is and not zoomed in?

    Thanks!

    #541312

    Topic: Close image div

    in forum Enfold
    senso
    Participant

    Hi,

    I’ve added a custom content below the product thumbnail in the single product page. I added the content in the product-thumbnails.php template. The content is included as intended, however, I run into one small problem.

    The images that I included in that custom content seem to stretch to fill the entire width of that section. I’ve made sure the images are properly cropped to the right size before uploading. I’ve added the width and height too but to no avail.

    I noticed the content that I added happened to be within the <div class=”images”>. I reckon adding the content after the close </div> of the images class is able to solve this problem? I can’t seem to figure out where the close div is for that class. Can you point me to the right direction?

    Thanks!

    • This topic was modified 10 years, 5 months ago by senso.
    #541265

    Thank you for your response! I followed your instructions: I regenerated my thumbnails, then cleared Safari’s cache, then did a few hard refreshes, but unfortunately, no success. So then I went into the menu settings of the Easy Slider and changed the image size setting from ‘No Scaling’ to ‘Featured.’ Using the Simple Image Size plug-in you recommended, I changed the height setting to 1000px to all the pictures in the slide show. but still, no success! The height of the images in the slide show varies for each image. Any other ideas? Thanks!

    • This reply was modified 10 years, 5 months ago by jdbrunet.
    #541232

    Hey!

    seems you need to regenerate your thumbnails. You can use on of these plugins:
    https://wordpress.org/plugins/simple-image-sizes/
    https://de.wordpress.org/plugins/regenerate-thumbnails/

    Afterwards clear browser cache and hard refresh a few times.

    Regards,
    Andy

    #541227
    cielofan
    Participant

    Hi!

    I want to display the last post of a certain category in the homepage, but I would like the photo was next to the post and not above. What can I do?

    Thank you,

    Valentina

    #541169
    Micheal0424
    Participant

    I am using the Blog Posts element and the post thumbnails have a small black mark in each corner. I believe it is from the post thumbnail being rounded on the corner and the black background is showing. The thumbnail post is the same background color as the page so it would it would look like the two letters would act as a transparent file would.

    The problem is with the corners being like that it doesn’t look as good.

    How do I fix this. I have searched all over without any luck. Do I make the thumbnail square so it covers the corners or do I make the black part transparent? If so how do I do this, I looked for both solutions and could,’t find either.

    Thank you very much for your help with this one, I have spent hours trying to find the solution.

    #541095

    Hi

    I need to know what is the default size for the image thumbnails in the product description on the page below.
    I think it is different to the gallery thubs default. But do not know what size?

    many thanks
    Elear

    #541083

    Topic: Thumbnails gallery

    in forum Enfold
    omardualtime
    Participant

    Hi,
    How can I center the thumbnails at the middle (at the bottom of a gallery) please ?
    Actually, the thumbnails are set with a float left (by default)
    Thank you,
    Omar

    #540969

    I tried using the Post Slider element but it only displays one video at a time. I’d like to have 3 or 4 thumbnail images show with a caption under each, and then appear in a larger window, or lightbox when clicked on to play. I have also tried using the Portfolio Grid feature, but my video images will not load. See the bottom left of the page under the ‘Recent Work’ heading: http://josephbrunette.com/portfolio/ Any other suggestions?

    Thank you!

    #540711

    Hi Ismael!

    thx, the code for the sticky header worked.
    In the massonary there are 6 pictures; i wanted to display them as shop thumbnails. it is not working. no matter what kind of view i put in, it always scales them in the same wrong way.

    the other problem (screenshot) is solved.

    could you take another peek? login is still active for you

    • This reply was modified 10 years, 5 months ago by aB-Agenta.
    #540571

    Hi,

    Glad you got most of your issues fixed, I couldn’t see a small line below the thumbnails though, could you post a screenshot of what you are seeing on your end and in what browser please?

    Cheers!
    Rikard

    #540371

    Hi Elliot,

    I have bought the premium version of „Fullscreen Slides“ and there are still a few questions. I tryed to contact their support but they do not answer my request. Do you have used this plugin in a Project already?

    I dont´t know if this is the right place to ask but I would really appreciate your help.

    1. Is it possible to launch „Fullscreen Slides“ using a module of the enfold theme like „Masonry“ for example? When clicking on an image it should be opened in the lightbox of „Fullscreen Slides“.

    2. Of which size should the images (all images in the same size, format 16:9) be that they are displayed using the whole screen? And how to adjust the settings in „Image Collections“?

    On the following page I have used images of the size 1440 px x 900 px but the image is not covering the whole screen:
    http://matthiasviertel.com/test_1/

    A few screenshots of the settings:
    Fullscreen-Slides

    View post on imgur.com

    View post on imgur.com

    View post on imgur.com

    Image Collections

    View post on imgur.com

    View post on imgur.com

    View post on imgur.com

    3. Of which size should the images (different formats 16:9 and 4:3) be that they are displayed using the whole screen (16:9) / biggest possible size showing black background (4:3) to the left and right. And what about the settings?

    4. When using the fullscreen lightbox of „Fullscreen Slides“ for displaying just a few images, the thumbnails of the images are displayed to the far end of the right side of the screen. Is it possible to adjust the position of the thumbnails that they are displayed at the center of the screen or at the left side of the screen?

    Chears!!!

    Fabian

    #540368

    Hi, i’ve fixed the promo box issue, i had put some css in and made the margin 40px so all fixed now, but still need any suggestions on the small line below the thumbnails, cheers… :-)

    #540081

    Hi Wils1234!

    Thank you for using Enfold.

    Please add this code below the previous one we suggested:

    .woocommerce-cart td.product-thumbnail a {
        width: 100%;
        float: left;
    }

    Cheers!
    Ismael

    #540074

    Hi!

    It is a tool or plugin that enables users to regenerate the thumbnails without having to delete or re-upload the original image. It’s like a shortcut. It doesn’t affect the frontend.

    Regards,
    Ismael

    #540010
    stephenturner
    Participant

    Hi, 2 quick questions, if you click on the link my 2 problems are:

    1. Right at the bottom on the 2 promo boxes, they are not central and are more over to the right, even if you create some columns and put them in the middle column, they are still more over to the right and…

    2. On the masonry gallery the thumbnails have a small yellow border on the bottom, this is because i have made the main color yellow so when the mobile menu kicks in, the white navigation text can be seen, but since i added this color the small line appeared under each gallery thumbnail image. i have looked at inspect element and can untick the color and it works fine, but i don’t know the css to do the same. The code below is where you can untick the background color near the end of the code ( background-color: #f4c91c;)

    hope this makes sense, cheers guys… :-)

    greenwicholympian.co.uk/media=”all”
    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
    background-color: #f4c91c;
    color: #ffffff;
    }

    #539449
    ThoNeumann
    Participant

    Hello,
    id like to add a link target (new) to the magazine list and the thumbnail beside the entry.
    I need the Code to add it to my Chlid Theme. Thanks in Advance. Thomas

    #539299

    Topic: No Thumbs in Grid-Blog

    in forum Enfold
    Stadtarchiv-2015
    Participant

    Leider werden in meinem Grid-Blog keine Thumbnails angezeigt. Lediglich ein Icon mit Fotoapparat ist zu sehen. Wahrscheinlich nur eine kleine Einstellung, die ich übersehen habe!?

    Hey!

    Try replacing line 49 in the /enfold/includes/loop-index.php file with this.

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], 'full');
    

    Send us a link to your page if that does not work for you.

    Cheers!
    Elliott

    #539245
    jdbrunet
    Participant

    Hello,

    I am using the Enfold photography theme. I’d like to have a slider that shows all the thumbnail images for my portfolio of short video clips. I want it to resemble the display on my Vimeo page:
    from Vimeo

    So, ideally, I want a slider that scrolls sideways with all of the thumbnail images visible and uncropped. I want to be able to click on each thumbnail to play the video it is linked in a larger, pop-up light box. I cannot figure out how to do this with the slider templates in my Enfold theme. Am I missing something?? Please steer me in the right direction! Thank you.

    Joe

    • This topic was modified 10 years, 5 months ago by jdbrunet.
    #539096
    andre_clarke
    Participant

    Hello i have had some contact with a guy called Yigit with some pre-sale questions & he has been very helpful indeed. I have customised my site to what we discussed & he advised me to come here with some further questions on the customisation.

    My Page is here: http://ieef.sourcestaging.com/index/

    The questions i have are:

    1. My BG image is showing as a thumbnail & i need it to fill the area as seen here: https://projects.invisionapp.com/share/HP4KCK7XY#/screens
    2. I need the Menu to float as seen here above also
    3. The blog is showing an image & i just want to see the snippet, can i also get a header on this like the “Latest News” & on the right “read all”.
    4. Can i customise the buttons to only have a grey stroke & no fill
    5. Can i get a dropshadow on the 3 feature boxes with the image/text/button

    #538926

    Hey!

    you need to regenerate thumbnails after changing it’s size. Use any common plugin for it.

    You could also try this code inside of Quick CSS field:

    .avia-fullscreen-slider .avia-slideshow>ul>li {
    background-size: 1920px 1200px;
    }
    

    to control its size. But as far as I can see it inside your source code you are using “width: 100%” and “height: 100%” as well, so should be displayed fine. Slider images look good when I check your homepage anyway.

    Regards,
    Andy

    #538790

    Final one for a now:
    8. for a woocommerce product where can i add additional images so they will appear as thumbnails beneath the feature image on the product page. i cannot see a product gallery option on the edit product page
    Ty
    D

    venkidesigner
    Participant

    So my blog is set into a single view big mode. But the category view and tag view is under grid view and I would like to implement the same over my main blog page.

    The deal is that whenever I enable that, the images don’t fit the thumbnails. The should scale to the thumbnail box but they don’t. I went through your forum and tried some solutions but it did not work. Can you help with it?

    Adding a screenshot. You can see the images are partially visible here and parts of it cut out.

    • This topic was modified 10 years, 5 months ago by venkidesigner.
    #538516
    gb
    Participant

    Since I updated the Enfold theme I am having a problem with the custom Gallery in Media Elements.

    Before the update the Big image and Thumbnails below were NOT cropped and after the update they are.

    To see example go to :
    http://www.gregorybeylerian.com/100-year-journey/

    And scroll down (quite a bit) to the Art titled “Eh”

    Thanks,

    GB

Viewing 30 results - 5,881 through 5,910 (of 10,101 total)