Viewing 30 results - 3,391 through 3,420 (of 10,097 total)
  • Author
    Search Results
  • #895664
    CampFigtree
    Participant

    Hi…
    I’ve tried several options in quick CSS to try and solve this problem, but with no success. I have a dark gray background in my footer with a subscription form in my first column (with the same colors)… but the form has 4 tiny white corners – which are actually a border-radius and when I add thumbnail custom CSS in firebug I can switch off the border radius (with the !important option added) but somewhere in the back-end, my effort is been override by some code.

    Any suggestions?

    Camp Figtree Subscription Form Corner Problems

    Pieter

    • This topic was modified 8 years, 3 months ago by CampFigtree.
    #895483

    In reply to: Addition Topic #887108

    Hi,
    The thumbnails display the title in the enlarged image area when clicked. The code for the thumbnails don’t include the title or alt. I believe this is a limitation of woocommerce as the same is true in my tests of switching to the Twenty Sixteen theme.

    Best regards,
    Mike

    #895280

    In reply to: Addition Topic #887108

    Hi Mike

    before changing something in the config.php. I tried and delete the quick css to see if this finally has the effect I’m looking for.
    .single-product .product div.images a {
    pointer-events: none;
    }

    The title tag (not the alt tag) is now displayed on the main image above but still NOT on the thumbnails below which is what I need..
    So this behaviour is not caused by the code above.

    What could be another reason?

    Thanks
    Carolin

    Wolf
    Participant

    Hello,

    When using woocommerce with enfold there is a difference in the design between the placement of text below category thumbnails and text below product thumbnails.

    With product thumnails the text has a 15 px padding.
    The category thumnails don’t have this and the text is to far to the left.

    But adding padding to category thumbnails breaks overall design.

    I’ve added screenshots. (padding is green)

    Hi,

    Please check the following line.

    $args[‘supports’] = array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’, ‘page-attributes’, ‘avia_post_nav_settings’);
    

    The “avia_post_nav_settings” is not a valid parameter. Please use the new code above then check one of the portfolio items. Look for the “Page Attribute” box.

    Best regards,
    Ismael

    #895012
    tinyfrogstrategies
    Participant

    Some of the images associated with some blog posts are not displaying at all, in the post preview thumbnails or on the post editing page, or on the published post page. They are visible in the media library when I click directly on that entry. Any thoughts on what I can do to fix this?
    It worked fine on many posts previously, but the last 6 (except 1) haven’t worked.

    yes. it worked. but another problem showed up as I wrote right before you reply.

    I will repeat again and hope you can help. thanks.

    “sorry. I need related product also 2 columns on mobile in single product pages

    I thought I could do that but apparently not.

    could you help me that for me?

    http://ngavy.com/product/ethiopia-mormora-natural/?preview_id=1686&preview_nonce=238dd2a0ec&_thumbnail_id=1581&preview=true

    please.

    #893813

    In reply to: Fotos – Formate

    Hi Oliver,

    You can try the image sizes that you have and see how they work for you, if they don’t you’ll need to try different images sizes.

    Here are some articles for you:

    Best regards,
    Victoria

    sorry. I need related product also 2 columns on mobile in single product pages

    I thought I could do that but apparently not.

    could you help me that for me?

    http://ngavy.com/product/ethiopia-mormora-natural/?preview_id=1686&preview_nonce=238dd2a0ec&_thumbnail_id=1581&preview=true

    please.

    #893647

    Hi Victoria,

    I’ve installed the Plugin “Regenerate Thumbnails”, started it and all thumbnails were ok again. Thank you for your assistance!

    Regards

    Wolfgang

    #893351

    Hi Wolfgang,

    You might want to regenerate thumbs. Here are a few articles for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #893080

    Hi,

    1.) What do you mean by “an individual Text for different type of posts”? Would you like to define the excerpt manually? Please edit the the post then enable the Excerpt module from the Screen Options panel.

    2.) Are you using the Blog Posts element? You can set the “Preview Image Size” settings to manual or the second option and then define the thumbnail size.

    Best regards,
    Ismael

    #892986
    MacMyDays
    Participant

    I’ve tried using both the Enfold Shortcode, and the WordPress Media Embed code to get a YouTube Video to display thumbnail with controls in a single post blog entry, and it doesn’t show up in either Chrome or Safari for Mac. I’ve made sure to use http and not https, but still just shows a big open space but no content

    #892659
    thanp73
    Participant

    Hi-

    I’ve used the technique here
    https://kriesi.at/support/topic/video-in-lightbox/#post-187076
    and also manually coded so that videos play in a lightbox overlay when you click the image thumbnail.

    The problem is, when you have a page with more than one video, only the first video on the page plays when ANY lightbox is triggered. there is a subtle arrow on the overlay to the next video but no user is going to see this- I think this arrow is a theme element, but I can’t figure out why the link that is being clicked (the specific triggered video) is not being played…

    So on a tutorial page where I have 6 videos, any video lightbox clicked always starts at video 1, leaving the user thinking that there is only 1 video….

    I would very much like help with this as I want it to work as desired… a test/ demo page is in the private box below. Note, the videos are set up at the top of the page in the ‘image’ element, and are coded inside the tabs as well. neither works as expected, and instead, only the first video on the entire page plays when any of these lightboxes is triggered.

    #892552

    Topic: Image Caching

    in forum Enfold
    Jay Hook
    Participant

    Hi, I’ve tried loading some image modules, and can’t seem to get a cached image to be loaded by the theme. Our page takes a few full minutes to load – can you please help!!??
    I’ve tried:

    – Compress JPEG & PNG images
    – EWWW Image Optimizer
    – Regenerate Thumbnails

    And nothing seems to work. Is there also a way to make the image sizes the same? I’ve read the documentation on this, but nothing I do seems to work. THANK YOU!

    #892454
    liapos
    Participant

    Hi Enflod team,

    We are using Masonry to display an index of blog posts on various pages. For each post we also define a thumbnail picture which is usually one of the (non-resized) pictures used on the post itself. Doing this we get a lot of warning messages and penalty score on various website-checking sites like GT Metrix or Pagespeed Insights that these thumbnail pictures are being resized on the browser side and that this should be avoided. We tried to solve this by defining resized pictures which have exactly the required width on deskto as thumbnail. This has helped to turn off the warnings and massivly improve the score. But this causes the images being not responsive on the mobile devices and thus isn’t really a solution.

    Guess that there should be an easy solution here which you would hopefully would be able to tell.

    Best regards
    liapos

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .related.products .thumbnail_container img {
        width: 50%!important; 
        margin: auto !important; 
    }

    Please clear any cache plugin and your browser cache.

    Best regards,
    Mike

    #892352

    In reply to: Portfolio Grid

    HeeHA
    Participant

    Hi,
    The Enfold default “Editor – Plugin Additions – Product List” can list our woocommerce products.
    But the image is too small.

    I tried to modify the woocommerce images setting to make it bigger.
    After running “Regenerate Thumbnails” plugin.

    It seems no changes.
    Where I can change the image size?

    Thanks!

    #892183

    In reply to: I Frame

    The page is now all https.

    Here is a link to the page:

    https://realco.wpengine.com/buyers/?preview_id=25&preview_nonce=a744b1cbf9&_thumbnail_id=-1&preview=true

    Here is what the section should look like (this should all be under our header):

    https://fresnomls.rapmls.com/scripts/mgrqispi.dll?APPNAME=Fresno&PRGNAME=MLSLogin&ARGUMENT=yHKljpboUC8pFZBI63Som%2B6CSN4EGf7b%2FGKIRcxURT8%3D&KeyRid=1&MLS_Origin=FRES&HM=Y

    • This reply was modified 8 years, 3 months ago by dawsmik.
    #892103
    magnusf2
    Participant

    Hi! :)

    I’ve been looking everywhere for a solution to this, and I cant find it. What I want to do is simply to change the way a single product page looks – specifically, the size of the main image (it needs to be big – I’ll be selling art and the picture needs to be full size or close), and the placement of the product info (preferably below the large main image).

    And I want to do it with coding. I have no knowledge of coding what so ever.

    I’ve tried changing pixel size under woocommerce – settings – products – display. No result, even when I regenerate thumbnails.
    I’ve looked all over for a plug-in that does it (preferably free, but not necessary), can’t find any.
    I’ve googled ad searched YT for hours, no solution.

    Any help would be highly appreciated! :)

    Regards / M

    #892017

    In reply to: Images border

    Hi Aadil,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top ul.products li {
        border: solid 1px #a5a5a5;
    }
    
    #top ul.products li .thumbnail_container {
        height: 360px;
        display: flex;
    }
    
    #top ul.products li .thumbnail_container img {
        width: auto;
        height: auto;
        border: 0 !important;
    }
    
    #top ul.products li .inner_product_header {
        height: 124px;
        display: flex;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #891687

    Hi,

    Add this to quick css:

    .real-thumbnail{
    margin:20px 0px!important;
    }

    Best regards,
    Jordan Shannon

    #891567
    danielromanin
    Participant

    Hi,

    I want to center align Product thumbnail image. Right now its left align.

    Please check my website link. You will see top image of lady. Please check this screenshot I want to center align.

    Thanks
    Aadil

    #891510
    wgrabner
    Participant

    We moved our intranet site to a new server (new server name, updated WordPress to 4.9.1, updated Enfold from 3.8.5 to 4.2) and now the images of our post-thumbnails have wrong sizes. I submitted a Dropbox link for an example as private content. We moved all images, posts, pages with export/import function of wordpress and replaced the URLs with “Velvet Blues Update URLs”-Plugin. Everything works except the thumbnails of the existing posts. New posts with new pictures get the correct “fullsize” thumbnails.

    Any idea whats going wrong with old posts thumbnails?

    #891215
    TheURLdr
    Participant

    We’ve got a site under development and we’re having a terrible time with blurry thumbnails. The images have been uploaded in sizes large enough that this shouldn’t be an issue. I’ve got some images that are blurry and some that aren’t, in different galleries. I’ve tried the Portfolio Gallery and those thumbnails aren’t blurry. We’ve tried numerous sizes in each gallery, Portfolio Gallery is always clear, but the regular gallery is always fuzzy.

    Can you please look at the page I provided and tell me what’s going on here?

    #891126

    In reply to: Portfolio Grid

    Hi Victoria,
    That’s great! We have some more questions, we could not find clear answers elsewhere.

    -We bought the Enfold theme to rebuild our website http://www.superduo.nl. We called the temporary site, the one we are working on now, http://www.nieuw.superduo.nl. When we are finished making it, how can we replace the old site by the new site?
    -Sub-question to the one above: Every image at the site we are building gets a name with ‘www.nieuw.superduo.nl’, and we eventually want http://www.superduo.nl without the ‘nieuw’. When we moved, do we have to change the names of the images, or re-import? Or is there an easy way? Until now, we tried out some things but now we want to move on and do it right at once.

    -What is the recommended dpi for images? And what is a good size in pixels? We are used to 72 and 630 x 470 / 470 x 630. Images are very important to us, but we also have a lot of them, so the website should not get too heavy. Our new website will have 3 times more images than the old one. Eventually, we would like our images to be somewhat bigger than on the old website; the lying images should have the same width as the text blocks. The standing images should use this width as height size.
    -Sub-question to the one about image size: I have a retina screen and see that some of the images on our old website are not very sharp. Compare the image at the top of these 2 pages. OLD: http://www.superduo.nl/weg.html to NEW: http://nieuw.superduo.nl/projecten/de-weg/ The old size is 630 x 470 and 72 dpi. In ‘nieuw’ I used 300 dpi and doubled the size, this image is imported as 1260 x 960. After that, in Enfold, I set the image at ‘middle size’, 630 x 470) Should we do that with every image? Or…I read somewhere that there is a possibility to upload a bigger size, and to tell Enfold to make it smaller when a screen is not retina. Can we do that? (in a few years, we guess almost everyone will have a retina screen so better be prepared)

    -We made a few image galleries. When we hover over a thumbnail, the thumbnail opens. We would prefer it like this: you click on a thumbnail and then the image opens. How can we adjust that?

    -How can we organise our image-library? We would like to make folders with different names.

    Best regards, Judith

    #890397

    Hey Ismael,

    thanx for sharing your solution… unfortunatelly id didn’t work out for me… I found an solution now wich I guess is the neatest ways of all.
    Since someone else is having that problem i will share it here:

    1) Make the ALB editable in Child Theme with this Code from your Documentation: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    2) Copy the portfolio.php from enfold>config-templatebuilder>avia-shortcodes into it

    3) Jump to line 589 where the excerpt starts:

    if(!empty($excerpt))
                        {
                            $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    
                            $output .= "<div class='entry-content-wrapper'>";
                            $output .= "<div class='grid-entry-excerpt entry-content' $markup>".$excerpt."</div>";
                            $output .= "</div>";
                        }
                        $output .= '<div class="avia-arrow"></div>';
                        $output .= "</div>";
    
                        $image = get_the_post_thumbnail( $the_id, $image_size, $image_attrs );

    4) Get the ACF Information
    $varbiable1 = get_field('ACF_VALUE_NAME', $the_id);

    • You can name $varbiable1 what ever you want to make it more easy for you.
    • ACF_VALUE_NAME should be the name of the ACF information you are regarding to
    • $the_id is an enfold function and calls the portfolio ID, so that the information from the right portfolio entry is beeing called
    • If you want to, you can repeat that line with another variable and value

    5) Now to show the information in the excerpt you just add something like this:
    $output .= " . $varbiable1 . ";

    or when you want to make it as an list use:

    $output .= "<ul><li class='CLASS_NAME'>" . $varbiable1 . "</li>";
    $output .= "<li class='CLASS_NAME'>" . $varbiable2 . "</li>";
    $output .= "</ul>

    When you have different text posibillities like singular or plural spelling regarding to the value you can add:

    if($varbiable1 == 1)
    {
    $output .= "<ul><li class='CLASS_NAME'>" . $varbiable1 . " dog</li>";
    }
    else
    {
    $output .= "<ul><li class='CLASS_NAME'>" . $varbiable1 . " dogs</li>";
    }

    And the output is either “1 dog” or “2 dogs” regarding the ACF value.

    6) This gives us the “new” modified code:

    if(!empty($excerpt))
    {
        $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    
        $variable1 = get_field('meeting_raume', $the_id);
        $variable2 = get_field('flache_bis', $the_id);
        
    
        $output .= "<div class='entry-content-wrapper'>";
        $output .= "<div class='grid-entry-excerpt entry-content' $markup>";
    
        if($variable1 == 1){
        $output .= "<ul><li class='CLASS_NAME'>".$variable1." dog/li>";
        }
        else{
        $output .= "<ul><li class='CLASS_NAME'>".$variable1." dogs</li>";
        }
        $output .= "<li class='CLASS_NAME'>" . $variable2 . "</li>";
        $output .= "</ul></div>";
        $output .= "</div>";
    }
    $output .= "</div>";
    
    $image = get_the_post_thumbnail( $the_id, $image_size, $image_attrs );
    • This reply was modified 8 years, 3 months ago by Andreas.
    #890099

    Hi,

    This should have worked for the second thumbnail only at this point. Are you adding my code to the very top of quick css so it runs prior to anything else.

    Best regards,
    Jordan Shannon

    #890078

    Hi, yes I’m sorry. fresh browser, thumbnail is still there..

Viewing 30 results - 3,391 through 3,420 (of 10,097 total)