Viewing 30 results - 22,351 through 22,380 (of 244,517 total)
  • Author
    Search Results
  • #1368102
    aledzz
    Participant

    Servus, habe diese E-Mail hier bekommen weil ich keine Portfolio-Einträge mehr über das Backend aufrufen kann. Der Rest ist komplett vorhanden.

    Seit WordPress 5.2 gibt es eine eingebaute Funktion, die erkennt, wenn ein Plugin oder ein Theme einen fatalen Fehler auf deiner Website verursacht, und dich deswegen mit dieser automatisierten E-Mail benachrichtigt.

    In diesem Fall hat WordPress einen Fehler in deinem Theme „Enfold“ abgefangen.

    Besuche zunächst deine Website (https://skiclub-haag.de/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://skiclub-haag.de/wp-admin/post.php?post=970&action=edit&meta-box-loader=1&meta-box-loader-nonce=35d3a46431&_locale=user) und prüfe, ob es sichtbare Probleme gibt.

    Bitte kontaktiere dein Hosting-Unternehmen, um Unterstützung bei der weiteren Untersuchung dieses Problems zu erhalten.

    Freu mich von euch zu hören.

    #1368098
    hugogimenez
    Participant

    Hello, I would like to disable the automatic loading of Font-Awesome. To do this, I need to find this line (or similar) in the functions.php file….

    wp_enqueue_style('mh-font-awesome', "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css", array(), null);

    …and then replace it with this one:

    // Dequeue Styles - Remove Font Awesome from WordPress Theme
    add_action( 'wp_print_styles', 'dequeue_font_awesome_style' );
    function dequeue_font_awesome_style() {
          wp_dequeue_style( 'mh-font-awesome' );
          wp_deregister_style( 'mh-font-awesome' );
    }

    I can’t find it anywhere though. Not even in functions-enfold.php. Where can I find them? Thanks.

    #1368097

    In reply to: Small Feature Request

    Hi rafaelmontilla,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.1.2) to see if that helps please? The update to 5.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    At the end I’ve installed “Recent Comments Plus” widget and that resolved this issue for me.
    If possible, can you please create feature request for developers to “fix” these widgets and support also the block ones from wordpress? Those seems to have more features already compared to Enfold ones.

    #1368089
    la_tripping
    Participant

    I have been using Enfold for years and have done so because it is a easy drag and drop 95% of the time which is great for those of us who have no programming knowledge. I have run into several problems with the images and the way they are resized which I am unable to solve by reading threads in this support forum.

    Just a quick summation of the issues. Images are scaled larger than the uploaded images. For example an image of 2.5 megs is rescaled UP to 10 megs! This has caused my site to bloat to nearly 200 gigs! I don’t want anyone to explain what to do or code to add as I am NOT technically comfortable doing this and just need it fixed – period.

    I need professional assistance by someone who is expert in Enfold as well as the way images are utilized with the theme. I would like to hire someone to take care of this ASAP so I need referrals. Please leave a message or email at contact @ nestortoro.com (no spaces).

    Thank you

    #1368087

    Hi,
    As I understand on pages like the one you linked to with no transparency, before scroll you wouls like this logo:
    2022-10-08_001.jpg
    and after scroll you would like this logo:
    2022-10-08_002.jpg
    Then try this css:

    #top #header.header-scrolled:not(.av_header_transparency) .avia-standard-logo a {
      width: 221px!important;
      height: 100px!important;
      background-image: url(https://enfold.webers-webdesign.de/wp-content/uploads/logo-IIC_Website_03092022-transparent.png)!important;
      background-repeat: no-repeat;
      background-size: cover;
    }
    #top #header.header-scrolled:not(.av_header_transparency) .avia-standard-logo img {
    	visibility: hidden;
    }

    After applying the css, please clear your browser cache and check.
    Please note that I didn’t know the link to both of your logo images, so please adjust the urls, but it css will work as is.

    Best regards,
    Mike

    #1368085

    Topic: Performance Settings

    in forum Enfold
    ralfakerkhoff
    Participant

    Hi,
    i have purchased enfold today and i am pretty happy with all the features.

    I use EWWW Image optimizer and SWIS Performance (the optimization plugin which comes with the pro version of EWWW) on my site.
    Now i am wondering where I should enable the lazy load and css/js minification.

    Is it better to leave the settings enabled in the themes performance settings ?
    Or is it better to let EWWW/SWIS do it?

    Cheers
    Ralf

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1368068

    In reply to: Coming Soon

    Hi josephmurphy,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1368066

    In reply to: Part of the tool list

    Hi Franz,

    We’re glad that you were able to fix the problem.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    #1368061

    Hi Ryan,

    Thanks for providing the link for us.
    I have checked the page and the masonry has this class av-large-gap which means the Gap between elements (in Styling) is set to Large Gap.
    If it has been set to No Gap, then please try to clear any caching plugin and temporarily disable it.
    If that still does not work, you can either give us temporary admin access or try fixing it by going to Enfold > General Styling > Quick CSS and add this CSS code:

    #top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        margin: 0;
    }

    Best regards,
    Nikko

    #1368060

    Yes – this went along with the introduction of the block editor – but has a global effect in that I can use this anywhere.
    My attempts to put a manually created theme.json into the child-theme root directory were successful. ( see private Content Area )

    Of course it does not have to be via this method (theme.json). So if you could do it as described above and I can then use these settings for css definitions in this way just as well it’s fine with me.

    div.custom-class {
      background-color: var(enfold-header-color-bg);
    }

    The advantage is obvious. e.g.:
    I wanted to assign a background color to only half of a cell within a grid row. There is this css trick to do this with a linear gradient.

    .flex_cell.medien-zelle {
      background-image: linear-gradient(90deg,#ffd322 70%,#fffae8 30%);
    }

    but this only works if the second gradient color matches the background! Here in the example page ( see private Content) I have now entered the set background color manually. But if the color changes – because I decided to set another main-color bg – I have to go through all pages and see if I have to change anything.

    #1368058

    Hey Guenter,

    As far as I see theme.json is mostly related to block editor. So I would not touch that from Enfold.

    What I could think of is adding e.g. all the colors of “General Styling” at top of “dynamic-css.php” e.g.

    
    enfold-header-color-bg: "#...';
    enfold-header-color-bg2: "#...';
    ...
    enfold-footer-color-bg: "#...';
    ....
    

    Best regards,
    Günter

    #1368054

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1368053

    Topic: Newsletter Code

    in forum Enfold
    diefleischerei
    Participant

    Hallo. Ich habe von meinem Newsletterprogramm (Mailchimp) einen Code mit dem ich ein Popup in meine WP Seite einbinden möchte. Ich nutze ein Enfold Child Theme.

    An welcher Stelle und in welcher Datei (z.B. Headerdatei) kann ich diesen Code einfügen? Und mache ich das am besten unter “Design” “Theme-Datei-Editor?”

    Vielen lieben Dank.

    #1368050
    This reply has been marked as private.
    #1368042

    Hey mallorcamedia,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0 !important;
        width: 100% !important;
    }
    }

    If you should need further help, then please include admin WordPress login details in private.

    Best regards,
    Rikard

    #1368033

    In reply to: SECTION HEIGHT ERROR

    Hi karmenka,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    #1368031

    In reply to: Debug file

    Hi Asterios,

    In line 65 of your child theme’s functions.php file, please replace THEMENAME with ‘KMA-Enfold Child’ and see if this helps.

    Best regards,
    Nikko

    well that content is loaded after the other content is already in the DOM; next : maybe lazy-loading comes into account too on that.
    So if you just want to have the image up there without slider functions, why don’t you use a color-section anyway for performance reasons.
    See here ( sorry with your image ) a page with that color section – your image has a aspect ratio of 1600:556 so if the width is 100vw the height is 34.75vw
    this could be done by a custom ID f.e. banner in your quick css:

    #banner {
      height: 34.75vw;
      background-repeat: no-repeat;
      background-image: url(https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg);
      background-position: 0% 0%;
      background-attachment: scroll;
    }

    and insertion code is:

    add_action('ava_after_main_title', function() {
    ?>
    <div id="banner" class="avia-section main_color avia-section-default avia-no-border-styling avia-builder-el-1 av-small-hide av-mini-hide avia-full-stretch avia-bg-style-scroll container_wrap sidebar_right" data-section-bg-repeat="stretch">
    	<div class="container av-section-cont-open">
    		<div class="template-page content av-content-small alpha units">
    			<div class="post-entry post-entry-type-page">
    				<div class="entry-content-wrapper clearfix">
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    <?php
    });

    see an example page with inserted banner image on top:
    https://enfold.webers-webdesign.de/test-jamesdk/

    It took me a long time to get it right. On the basis of my postings here you can see that in principle I like to share my knowledge, but here I would like to keep that as a unique selling point for me and my Customers. Sorry.
    Unfortunately, even from the really good support team of Borlabs there is no more help. A thought I sent to the team there was still taken over, but further help was not granted – only with the hint that the Enfold Dev Team would have to take care of it. I think that is really the wrong addressing.

    However, I would like to point out that iframes are always blocked correctly by Borlabs, if they are correctly enclosed by the Borlabs code. So Youtube Iframe Code in a codeblock element will work!

    
    [borlabs-cookie id="youtube" type="content-blocker"]<iframe width="720" height="405" src="https://www.youtube-nocookie.com/embed/G0k3kHtyoqc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>[/borlabs-cookie]
    #1368017

    Topic: Enfold Portfolio Grid

    in forum Enfold
    limevalley@molly
    Participant

    Hi! I’m having an issue with the Construction theme. I’ve downloaded and installed the theme and demo pages, but I am unable to put in my photos into the portfolio grid. On this downloaded demo page.

    It appears that there is no place for me to edit the portfolio grid images at all??
    Please advise.

    Do I need a theme extension? or a plugin to make the portfolio aspect of this work?

    #1368009

    In reply to: Slider photo

    Hey rafaelmontilla,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.1.2) to see if that helps please? The update to 5.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    MontMedia
    Participant

    Hello there,
    we have created a website with the Enfold theme for our client. Due to the GDPR rules in Germany we would use the Borlabs cookie banner in order to be compliant. On the website we have embedded Google Maps and a YouTube video but those will be unfortunately loaded even if I don’t accept external media.
    How can I solve this issue?

    #1368005

    In reply to: SPIDERFLY ELEMENTS

    Hey navindesigns,
    He is a user that developed these a few years ago, back then other users said they worked great but I don’t know if they still work with Enfold 5+ and our new changes, so you will need to ask him and perhaps test yourself.
    Enfold doesn’t officially approve or verify third-party customizations, and we would not be able to support them in this forum.
    I’m not knocking it I’m just saying we can’t fix it if an issue occurs.

    Best regards,
    Mike

    #1368002

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Habe den kompletten ENFOLD Ordner neu geladen. Hat keinen Erfolg gebracht.
    Scheint schwieriger zu sein, dachte das wäre schnell gelöst. Bin ab dem Samstag eine Woche in den Ferien. Melde mich ca. am 16. Okt. wieder bei Ihnen.

    Mit freundlichen Grüßen
    Fred Braune

    #1367996

    Hi,
    We are using Enfold and we wish to create 2 directories with the masonry media element (Avia page Builder). We want to create theme for 2 custom post types we produced.

    As you will see with the 2 examples below, we cannot get a proper quality with the images inserted as featured images. At times, it is due to poor quality of the original pictures but sometimes, even in the image is of reasonable quality, the result is poor, either blurred or with some sort of veil on the picture. What is the explanation for that? More specifically, thses are my questions:
    – what should be the exact size these featured images to get the best neat appearance for our pictures?
    – I tried several options for the masonry templates or the picture sizes. It does not make any difference as no change appears to be taken into account, as if something was blocked. What can be the explanation of this “frozen” situation?

    Thanks in advance for your answers

    The 2 examples:
    https://www.2022.interdoc.asso.fr/annuaire-adherents/
    https://www.2022.interdoc.asso.fr/annuaire-collectivites/

    Yigit,
    The combo widget from Enfold shows comments (not the user/post name). But it is specific and seems to ignore all above modifications.
    I will then need to reach to some plugin (which I hate).

    Do you know when Enfold will again start the “Feature request page” ? There are things that would be good to report for them to fix (like the widgets and so on).

    Thanks

    #1367992

    Topic: SPIDERFLY ELEMENTS

    in forum Enfold
    navindesigns
    Participant

    I saw this website with some added components that sounds great. Do you recommend getting these? Has it been approved/verified by enfold?

    Please advice before I purchase it

Viewing 30 results - 22,351 through 22,380 (of 244,517 total)