Viewing 30 results - 2,701 through 2,730 (of 106,495 total)
  • Author
    Search Results
  • #1472068

    Hi,
    I don’t have a iphone, but it looks like you are using two different fonts, the av-masonry-entry-content is Chambersitalic
    and the av-masonry-entry-title is chambersregular
    I don’t see a “em” tag
    Screen Shot 2024 11 24 at 8.37.21 AM
    Screen Shot 2024 11 24 at 8.38.25 AM
    Did you want them to be the same?

    Best regards,
    Mike

    Hi,
    I’m not sure that I understand, I assume that you want to use the gray text color for the mobile “easy slider” that you chose in the advanced styling for H3:
    Screen Shot 2024 11 24 at 8.15.25 AM
    But in the element you picked “Define Custom Colors” to white, simply choose “default”:
    Screen Shot 2024 11 24 at 8.18.50 AM
    I did this for you on the first one, please check.

    Best regards,
    Mike

    @mike, ah! I guess i added that piece of code in the child theme from way before when it wasn’t possible to change the H-tag yet. Thanks for disabling it.

    Two challenges/issues:

    1. A new problem that occurs is that I set the H3 tag font colour and size in the Enfold Child panel under advanced. I notice that this is overrulling CSS and even settings that I make manually in the advanced layout builder. (in this case I set the image with the tilte ‘rug’ to white text PLUS i added CSS which should set the color to white and to the desired font weight.
    is there a way to overrule the adjustments I’ve made under the advanced panel with CSS? (this was more relevant to this: https://kriesi.at/support/topic/change-caption-of-image-to-h3/)
    It’s not really desired from my perspective that I change the setting of all H3 captions manually / via other CSS

    2. Basically, what I want to achieve, is to get display the same content I have placed in columns (‘rug’, ‘schouders’, ‘elleboog’) into a slider. perhaps there is another way to achieve this, rather than putting the same content into a easy slider and hide/diplay elements on mobile vs desktop. I want to do this throughout the site, for example you see https://fysiobreda.thedigitalmanager.nl/behandelingen/dry-needling/ , then I want to but all those ‘body parts’ into a slider as well.

    #1472061

    Hi,
    Yes, Github Feature Request
    Click on Issues:
    Screen Shot 2024 11 24 at 5.48.23 AM
    Then New Issue:
    Screen Shot 2024 11 24 at 5.50.13 AM

    Best regards,
    Mike

    #1472053

    Hey jakubc15,
    Did you try going to WooCommerce > Settings > Accounts > Account Creation > Allow customers to create an account:
    Screen Shot 2024 11 23 at 5.44.40 PM
    This adds the option on my site:
    Screen Shot 2024 11 23 at 5.46.07 PM

    Best regards,
    Mike

    #1472048

    Hi,
    As I understand, when clicking on the Camera icons on your single product pages, the lightbox opens with the arrows to the next image, and clicking the image will show the next image. Both of these you want to remove.
    So try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-products .mfp-gallery .mfp-arrow {
    	display: none;
    }
    .single-products .mfp-gallery .mfp-content .mfp-img {
    	pointer-events: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1472041
    icarogioiosi
    Participant

    By inserting horizontal images of 1065*800 pixels, these are visible entirely on 1920*1080 or 1680*1050 desktop screens because the Content Area still has dimensions larger than the images themselves.
    The same result is obtained with vertical images 600*800.
    Reducing the screen size (for example to 1360*768), the horizontal images (1065*800) are automatically resized according to the width, so they fit on the screen even if you cannot see them in full because the new vertical size is slightly larger to the screen itself.
    However, in the case of vertical images, automatic resizing does not occur because the width of the images (600) is much smaller than the screen (1360).
    What parameter can I force or what code can I use to get vertical photos scaled by height instead of width, if that size is higher than the monitor size?

    #1472033

    Hey chiller3,
    Thank you for your patience, when you use this solution you need to add custom links to each image link on your homepage, currently all point to https://wach.design/guteraeume/kollektion/ with no hash tag.
    your Hash tags need to be for the sort data-filter like:
    #accessoires_sort
    #regale_sort
    #betten_sort
    #lampen_sort
    #sessel_sort
    #sofas_sort
    #stuehle_sort
    #teppiche_sort
    #tische_sort
    I tested and it works.

    Best regards,
    Mike

    Hi,
    The login is not working now, but the last time I checked the message was edible in Brave:
    Screen Shot 2024 11 10 at 8.17.50 AM
    perhaps you have a browser extension causing the error, please update the login so we can check again.

    Best regards,
    Mike

    #1472029

    Hi,
    Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function tax_exempt() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $(function() {
      	setTimeout(function(){
      $('.cart_totals .tax-total th, #order_review .tax-total th').each(function() {
        var text = $(this).text();
        $(this).text(text.replace('Tax', ' Tax Exempt ')); 
    });
    }, 2000);
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'tax_exempt', 99 );

    in the cart:
    Screen Shot 2024 11 23 at 12.55.20 PM
    in the checkout:
    Screen Shot 2024 11 23 at 12.56.57 PM

    Best regards,
    Mike

    #1472028

    Hi,
    If you don’t have WordPress ▸ Appearance ▸ Theme File Editor enabled on your site then use FTP
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code and save.

    Best regards,
    Mike

    Hi,
    On mobile, I see that you are using the “easy slider” to change the H tag, click on the element and go to each slide, under the advanced tab change the heading tag:
    Screen Shot 2024 11 23 at 11.56.21 AM
    you had this code in your child theme function.php causing a conflict:
    Screen Shot 2024 11 23 at 12.00.52 PM
    I disabled it for you.
    Change the font size under the styling tab:
    Screen Shot 2024 11 23 at 12.04.45 PM
    to center add this css:

    .avia-slideshow.av-desktop-hide.av-medium-hide .avia-caption {
        bottom: 30%;
        left: 30%;
    }

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I adjusted, please check.
    Screen Shot 2024 11 23 at 11.38.10 AM

    Best regards,
    Mike

    #1472018

    Hey goldengate415,
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
    In the meanwhile you could add your Blue Sky link to the X social network and use css to replace the icon with a Blue Sky image, but fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular.

    Best regards,
    Mike

    #1472017

    Hi,
    Thank you for your patience, when I check your /design-portfolio/ page with webpagetest.org as a desktop it loaded around 4s
    as mobile, it loaded around 8s, I found that your WP-Optimize plugin created separate files for mobile:
    Screen Shot 2024 11 23 at 10.15.46 AM
    when I disable this it then loaded around 6s for mobile.
    webpagetest.org uses 4g for mobile and page speed uses 3g, in both cases the mobile tests are throttled down and a real world device may use a 5g connection.
    Your bluehost plugin is also caching, so you have the theme cache, WP-Optimize cache, and bluehost cache.
    You could test the different settings in each, but in my experience, 4s for desktop and 6s for mobile is fair.

    Best regards,
    Mike

    Hi,
    Try adding your “Home” menu link and add this custom class:

    av-desktop-hide

    Screen Shot 2024 11 23 at 9.46.48 AM

    Best regards,
    Mike

    #1472015

    Hi,
    I’m not able to login as admin, so it is hard to tell what css might be causing a conflict.
    But it looks like adding this css helps:

    
    @media only screen and (max-width: 1650px) {
    .responsive #top .cart_dropdown {
    z-index: 600;
    }
    }
    

    when clicking on the far left of the cart button
    Screen Shot 2024 11 23 at 9.24.29 AM

    Best regards,
    Mike

    #1472014

    In reply to: text below logo

    Hi,
    Thanks for your advice Guenni007
    iveyeng I don’t have an iphone, but I checked on a Mac in safari and found that after I cleared your WP Rocket plugin and cleared the Safari plugin the css is working.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    I also noted the safari needed a different value, 177px instead of 190px for Android, so I adjusted the css to this:

    @media only screen and (max-width: 767px) {
        .responsive.avia-safari #top #wrap_all #header {
            height: 177px !important; 
        }
    }
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #header {
            height: 190px; 
        }
    }

    This is the Safari mobile view:
    Screen Shot 2024 11 23 at 9.00.57 AM
    If you still don’t see this try disabling your WP rocket plugin until to finish building your site.

    Best regards,
    Mike

    #1471976

    Topic: LayerSlider

    in forum Enfold
    djsmbd
    Participant

    Hi – The second image on our homepage layer slider does not render correctly in mobile. The image is cut off.

    Please advise.

    Cheers!

    #1471969

    on that flip box with the image – have you set up a min-height option?
    on Element itself and Content – Grid Styling

    and default (huge) padding is used on two containers.

    .avia-icongrid .av-icon-cell-item .avia-icongrid-flipback {
      padding: 4em 3em;
    }
    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, 
    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner  {
      padding: 4em 3em;
    }
    
    #1471962
    luleloki
    Participant

    Hello Kriesi team,
    I would like to use iFrame and Lightbox for different views. For example, I would like to use iFrame for Accordion Slider, Gallery, Masonry, Masonry-Gallery, Portfolio Grid as needed, so that I can also link the images to website content: see here https://bdesign2021.live-website.com/products-2#iframe
    How can I do this?

    With best regards
    Lokman

    #1471958

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1650px) { 
    	.html_visible_cart .av-burger-menu-main {
        padding-right: 0;
        left: -64px;
    }
    }

    Enfold Support 6551

    Best regards,
    Mike

    #1471952

    Hi,
    The captions of ‘rug’, ‘schoulder’ & ‘elleboog’ were a a paragraph tag and not H1, I added the code for you and now they are a H3
    Enfold Support 6549
    you can use css to change the size and color.

    Best regards,
    Mike

    #1471951

    Hi @Mike. that doesnt seem to work. images are still h1. is there another way to change this?

    @mike works like a charm. thanks
    how can i put the arrows on the exact middle of the image?
    and perhaps make them a bit bigger and give them this colour: #CC4055

    #1471914
    JantienM
    Participant

    On mobile I have an image placed at bottom of a section, but there is still a white margin/padding visible. How can this be removed? I want it to stick it to the section below.

    Thanks!

    #1471890
    jcd
    Participant

    Hi,

    I am experiencing a few issues with my Enfold theme that I need help troubleshooting:

    Titles – Not Recognizing Spacebar
    I have to type in Notepad (ANSI) and copy and paste back over to the editor in multiple sections.

    Lock on Color Divider Section:
    I am unable to edit certain attributes in the Color Divider section. It appears to be locked, preventing changes to the ID attribute.

    Added Characters in Anchor Links:
    Some of my anchor links are being transformed and additional characters like " are appearing, causing them to malfunction. This issue is affecting the navigation across sections.

    Anchors Not Working Properly with Header Slider:
    The anchor links are not correctly navigating to the intended sections, potentially due to interference from the header slider.

    The images in the gallery at the bottom of the Solutions page are setup to link to the Industry-Solutions (industry anchor sections). It is almost working but stopping at the top of the page vs. anchor color divider sections. I am using Wave Browser.

    #1471866

    In reply to: text below logo

    Hi,
    When I test the css that I posted above:

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #header {
            height: 190px;
        }
    }

    the mobile looks like this:
    Enfold Support 6546
    I added it to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and it now works, please clear your browser cache and check.

    Best regards,
    Mike

    #1471811

    I would create an external format in my image processing program and then place the images there so that they have the height and width corresponds to the true proportions. Here, unfortunately, we come to the probable fact that such a can will look lost next to the barrel.

    see here : i put all images in the same outer image dimensions ( 400 x 600 )
    and then inserted the individual images in the image program according to their size. As a result, the png’s all have the same size, but the contents are proportional to each other.

    download them here: https://webers-testseite.de/Kelly.zip

    see – with code on the example page: https://webers-testseite.de/lunar-kitten/

    if the place is too narrow the grids will autoflow – if you like to flow only to a 2/2 grid then we had to set a media query.
    i set the image background to a color – so you can see that the images got the same outer dimensions.

    • This reply was modified 1 year, 5 months ago by Guenni007.
    #1471807

    That’s where I run into the issue. Even if all the images are the same proportions, they start to stagger.

Viewing 30 results - 2,701 through 2,730 (of 106,495 total)