Viewing 30 results - 7,171 through 7,200 (of 142,938 total)
  • Author
    Search Results
  • #1425920

    Hi Philip,

    Great, I’m glad that you got things working, and thanks for sharing your experience. It’s much appreciated :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1425919

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1425913

    In reply to: Integration vcf file

    Hi,

    The header is hidden on the page, so that part of your CSS is working. Please try to remove this CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }

    As that will apply globally to your site. Also please try to explain your intentions a bit further.

    Best regards,
    Rikard

    #1425898

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1425894

    In reply to: Integration vcf file

    Dear Support Team
    by chance I was able to solve the problem with the download of the VCF file myself: with the help of the plugin “Enable virtual card upload – vcf,vcard”

    But I now have another question regarding the page https://emmerams-muehle.de/vcard_julian-kinner/

    On this page, I would like the header and logo to be completely hidden and no white field to be displayed. (On all other pages of the website, however, the header should be displayed, as at: https://emmerams-muehle.de/home-01/) I have now tried to solve this using the following CSS code:
    .page-id-825 #header { display: none !important; }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }
    I’m not sure about the second code (starting with “.html….”) because I didn’t manage to adapt the code so that it only fits the page with page-id-825. I am afraid that this code may also affect other pages and that the header will not be displayed correctly.

    What do you think? Does the code fit? Or do you have to rewrite it so that it only points to the page with page-id-825? I would be very grateful for any feedback.
    Best regards, Diana

    #1425887

    Hi SHR Design,

    I see, Enfold should be working just fine on 256M memory, however, I would still point to these issues here: https://kriesi.at/support/topic/e_error-in-enfold-functions-file-as-well-as-in-other-files/#post-1425305

    Also, these errors are all CRITICAL Uncaught Error: Failed opening required pointing that files are missing which you can easily verify if it’s there or not by following the directory and checking if the file is there.

    Best regards,
    Nikko

    #1425885

    In reply to: Menu issue

    Hi keifygeorge,

    Please try to add this in Enfold > General Styling > Quick CSS:

    #top #header_main .dropdown_widget_cart .woocommerce-mini-cart__buttons {
        background-color: black;
        border-top: 1px solid white;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1425865

    Hi Barbara,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top.blog #main .sidebar {
        display: none;
    }
    
    #top.blog #main main.content {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1425846

    In reply to: Empty column spaces

    Hi navindesigns,

    The 3rd item will not be visible on the screen if forced to 3, I’ll give two solutions then you can choose whichever you prefer:
    Please replace this code in your Quick CSS:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display:grid;
            grid-template-columns: repeat(2,1fr);
            grid-column-gap: 20px
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    }

    For 3 columns, replace it with:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display:grid;
            grid-template-columns: repeat(3,1fr);
            grid-column-gap: 20px
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    }

    For 1 column, please replace it with:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
            display: grid;
            grid-template-columns: 1fr;
            grid-column-gap: 20px;
            margin-top: 0;
        }
    
        .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
            display: none
        }
    
        .responsive #top.home #wrap_all #av_section_5 h1 {
            margin-bottom: 30px;
        }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1425841

    To add – It doesnt matter whether you use the Super Speedy Search widgets or the built in Enfold search or the woocommerce search widget.

    All of them have the same behaviour.

    Something in Enfold is overriding the search results page generation process – Stopping &post_type=product from picking up the correct search results.

    #1425834

    In reply to: Submenü Abstand

    Hi,

    We added this css code to adjust the space around the first and last menu items.

    .av-main-nav li > ul.sub-menu li:first-child a {
        padding-top: 20px !important;
    }
    
    .av-main-nav li > ul.sub-menu li:last-child a {
        padding-bottom: 20px !important;
    }
    

    Please make sure to perform a hard refresh before checking the page.

    Best regards,
    Ismael

    #1425824

    Hi,
    You seem to have two threads for the same issue, in your other thread you gave us access to the site and I found that your WordPress ▸ Customize ▸ Additional CSS you have a missing bracket before the css posted above, casuing an error:
    Enfold_Support_3906.jpeg
    I also found that your WP Rocket plugin is minifying the css & js and the theme is also minifying these files, sometimes this can cause errors, so I disabled the theme Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    Now for both logged in and logged out the /blog/ page text is aligned left.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1425811

    Hey boehmmedia,

    Thank you for the inquiry.

    The following css code hides the footer container on mobile view. Do you remember adding it somewhere?

    .title_container .breadcrumb, .responsive #top #main .container_wrap:first-child {
        display: none;
    }

    Best regards,
    Ismael

    #1425803

    Hi Empatica,

    Please check Ismael’s answer on https://kriesi.at/support/topic/contact-form-submit-button-hook/ then you can combine it with is_page: https://developer.wordpress.org/reference/functions/is_page/ to check whether the page is coming from homepage or contact page.
    Hope it helps.

    Best regards,
    Nikko

    #1425788
    lauragrashoff
    Participant

    Hey,

    I’m having a problem with my font displaying on mobil.

    I imported the font “calibri” into Theme Options and it works. It is also partially displayed correctly in the mobile view.

    However, I use this code so that the Font is also displayed as subheading:

    #top .av-special-heading .av-subheading.av-subheading_above {
    font-size: 32px !important;
        font-family: 'calibri'!important; 
        font-style: italic; bold !important; 
        color: #ff0044 !important;
    }

    And no matter what I do, the exact subheading is not displayed in the correct font on mobil.

    Do you have an idea how I can solve the problem? I really want to keep the font in the subheading.

    Best regards!

    #1425780

    Topic: Empty column spaces

    in forum Enfold
    navindesigns
    Participant

    On my homepage, I have a section called Industries We Serve, which looks great on desktop bu ton mobile after the third block, there is an empty space, how can I move up the blocks so there are no empty spaces on mobile?

    screenshot. – https://ibb.co/FXvwx31

    Please see url below

    #1425767

    I moved my site again and reuploaded the font but it is now missing on both desktop and mobile

    I used POPPINS font but i do not see it on the live site

    see url below

    #1425762

    Hey rixi,

    It’s not showing on desktop either, and there is security warning when trying to access the image directly. See private.

    Try uploading it to the the actual site instead, then add the new URL in the theme options.

    Best regards,
    Rikard

    #1425756
    welswebmaster
    Participant

    Hello Enfold team,
    We’re doing our best to deal with 502/504 errors on WP Engine. One area of improvement we are addressing is to identify heavy loads. We see quite a few of Avia framework items at the top of the list. Please review the autoload list here and let us know which are save to set to autoload = no. we will monitor after and flip if necessary to retain functionality.

    Thank you!
    See private

    #1425747

    Hi,
    Thanks for the feedback, for the blog page text that is justified, it looks like you have two threads open for the same topic, in your other thread a css solution was offered to correct the blog justified text, although you said it didn’t work, but when I test it seems to work.
    Perhaps you have an error in your css such as a missing bracket, etc.
    Try disabling your caching plugin, and then add this css to your WordPress ▸ Customize ▸ Additional CSS

    #top #wrap_all .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }

    then clear your browser cache and if you are using a server cache please clear it also, and then check.
    If this doesn’t help please include an admin login in the Private Content area so we can examine. Please leave your caching disabled while examine this.

    Best regards,
    Mike

    #1425738
    rixi
    Participant

    Hello,
    i just saw that a logo is not shown in the mobile view. On the desktop its ok.
    Do you have a n idea how i can change that?

    Many greetings rixi

    #1425733

    Hi Yaphoon,

    I have added the following in Enfold > General Styling > Quick CSS:
    To remove the words uncategorized

    #top #main .avia-content-slider .minor-meta {
        display: none;
    }

    To change the font size (Just change the value as you see fit)

    #top #main .avia-content-slider .slide-entry-title {
        font-size: 16px;
    }

    As for the last one, since you are using the Advanced Layout Builder, you need to add it manually via Text Block, or you can add this in your child theme’s functions.php:

    function post_published_date(){
        return get_the_date();
    }
    
    add_shortcode( 'post_published', 'post_published_date' );

    Then add a Text Block and put this shortcode inside it:

    [post_published]

    Then it should automatically post the published date of the current post.
    Hope it helps.

    Best regards,
    Nikko

    #1425725

    Hey Michael,

    Thank you for the inquiry.

    You can bring back the top header or secondary menu using the following css code.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #header_meta {
        display: block;
      }
    }

    Best regards,
    Ismael

    #1425703

    Hi Ismael,

    I followed your instructions:

    1. I created a back up / restore point
    2. I Disabled CSS file merging and compression (Enfold > Performance > File Compression settings)
    3. I added the code provided to functions.php file (At the bottom)
    4. I manually deleted the contents of the dynamic_avia folder

    When I checked the website it looked quite different… In fact every page I looked at had lost some kind of styling or background et cetera. So I have had to run a full restore.

    I have read the links below several times but still cannot figure out what to do

    Some other points:

    In this thread (https://kriesi.at/support/topic/delete-contents-of-public_html-wp-content-uploads-dynamic_avia) to Geert you said “Did you check the option to delete the old CSS and JS files under Enfold->Performance? If not then please try doing so”. I have looked for this option but I can’t see it.

    Do I need to add the code you provided in the thread above after each upgrade? How important is this code and how come it doesn’t ship with the software? (please forgive me I am in front end user and don’t understand this very well)

    As I host with Site Ground I use SG Speed Optimizer (https://en-gb.wordpress.org/plugins/sg-cachepress) that includes Memcached, Minify CSS Files, Combine CSS Files so presumably I do not need to use Enfold’s performance options?

    I’m going to need a bit more help to get this problem solved

    Thank you

    Philip

    #1425693

    In reply to: Productbox Size

    Hi Christian,

    I think the layout is hard to really hard to fix because there are basically 2 layouts, image sizes varies from small and very tall images, and the varying length of the titles.
    The complexity might be solved with some javascript but I’m not an expert on that, so I can only give you some CSS codes to try to help make it look better, please try to remove

    .product .av-product-class-minimal {
    height: 470px;
    min-height: 470px !important;
    }

    and replace it with:

    @media only screen and (max-width:767px) {
      #top ul.products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
    
      #top ul.products .product {
        clear: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        float: none;
        margin: 0;
        width: 100%;
      }
    
      #top ul.products .product-category a {
        display: block;
        position: static !important;
      }
    
      #top ul.products .product-category a .woocommerce-loop-category__title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
      }
    
      #top ul.products .type-product .thumbnail_container {
        min-height: 270px;
      }
    
      #top ul.products .type-product .thumbnail_container img {
        max-height: 240px;
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
      }
    }

    Best regards,
    Nikko

    #1425690

    Reactivating the Lightbox Modal Window solved my other problem. Thanks! I think I thought it was responsible for the feature which places a transparent red screen on top of photographs when they were hovered over with the cursor. I eliminated that feature, but it must have been another function that controlled it.

    #1425689

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1425686

    Hi Matt,

    You’re welcome :)
    Please try to add this CSS code as well:

    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner, 
    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:after, 
    #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:before {
        background-color: black;
    }

    Best regards,
    Nikko

    JoStudioDeRijp
    Participant

    Hi Kriesi,
    I have a question: how can I change the font size of the information in the topbar above the main menu?
    In the Advanced settings I can change the font colour, letter spacing, font weight, but NOT the size…
    Hope you can help!
    Kind regards, Jolanda Zijp, JoStudio

    This reply has been marked as private.
Viewing 30 results - 7,171 through 7,200 (of 142,938 total)