Viewing 30 results - 21,691 through 21,720 (of 244,523 total)
  • Author
    Search Results
  • #1371047

    Hey Jason,
    It looks like you are using the option:
    Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Menu Icon Style ▸ Small
    2022-11-02_001.png

    Best regards,
    Mike

    #1371044
    Saccollc
    Participant

    Hi,
    Enfold 5.2.1
    With the 6.1 WP update, footer and links are underlined without setting changes.
    Even if I add the following CSS code:

    #footer #socket #widgets a {
    text-decoration: none;
    color: #ffffff;
    }

    How to return to the previous settings for these links?. It’s less pretty since the update.
    Best regards.

    Hi,
    Glad Rikard could help, 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

    #1371038

    Hi,
    Glad Rikard could help, 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

    Raf Sauvillers
    Guest

    Hi, I am trying to solve the issue that our school in Belgium has with there website for the moment.
    Issue is: Een fout van het type E_COMPILE_ERROR werd veroorzaakt op regelnummer 265 van het bestand /customers/8/5/b/plantijntje.be/httpd.www/wp-content/themes/enfold/functions-enfold.php. Foutmelding: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Website: bsplantijntje.be

    I have not all details like licensing code because there was a firm that made few years ago the website and bought all themes and plugins but we don’t have any contact with them anylonger. Could you halp asap? Thanks

    #1371027
    signumsrl
    Participant

    I would like to know if ENFOLD 5.2.1 is compatible with WordPress 6.1 and WooCommerce 7.0.1.
    Thanks

    #1371020

    Hi Ismael

    your code for the “Block Image Full Wide” now seems to work correctly.
    Thank you.

    Can I also ask you for the code to be able to use the “Block Image Align Width” correctly?

    For the “Block Image AlignWidth” I inserted this css:

    /* Align Width Image */
    .wp-block-image.alignwide img, .wp-block-image.alignwide img {
        height: auto;
        width: 80vw;
        max-width: none;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    This changes the size of the image, but does not eliminate the overlap with the content that follows the image :(

    Please see this Post, where the first image is FullWidht, the second image is “Normal” and the third image is “AlignWidth”.

    PS: I believe that allowing proper use of the WordPress Block Editor in blog posts can be very useful for Enfold Theme.

    Best regards
    Oriano

    #1371017

    Hey nV15OoBtg21iTn5z,

    Thank you for the inquiry.

    You can use this css code to add an overlay above the masonry images to make the caption more readable.

    #top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5);
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    Hi Rickard,

    I have updated my site to Enfold 5.2.1 and updated both Header.php and Footer.php in the Enfold Child Theme……..

    I did the Child Them file updates via the THEME FILE EDITOR in “Appearance”.

    I had both new Parent and Old Child php txt files open so I could compare file contents and identify the customisation section….
    I combined the New Parent file contents with Old File Customisations in a NEW CHILD HEADER.php file, then pasted that into the Header.php editor in Appearance/Theme File Editor. I trust that is ok?

    The Page Element issues seem to be resolved, which is great! :)

    However the FOOTER is still showing 4 columns with headings ;
    – Intersting Links (nothing underneath
    – Pages (with ALL pages listed)
    – Categories (With Blog Categories listed)
    – Archive (With ALL Archives listed)

    I can’t seem to get the Widgets to show in the 4 Column Footer???

    In Enfold Child Theme Options / FOOTER – If I set the “Default Footer & Socket Settings” to “Don’t Display the Socket and Footer Widgets”, the Footer disappears as expected. However, when I switch back to “Display the Footer Widgets and Socket”, the Footer shows the 4 Columns listed above, as opposed to the 4 Footer Widgets shown in the Appearance/Widgets.

    I’ve also just noticed that any Blog with a YouTube Video shows the YouTube URL in the Post Preview comments?

    I’ve listed LIVE SITE credentials below. If you’d take a look and let me know what you think, that’d be greatly appreciated.

    Kind regards

    Cameron

    • This reply was modified 3 years, 5 months ago by CBurgo.
    • This reply was modified 3 years, 5 months ago by CBurgo.
    • This reply was modified 3 years, 5 months ago by CBurgo.
    #1371011
    Annedesign
    Participant

    Hi, I recently added some new products to a shop and on the category pages, the images are suddenly more square, even though I have set them to a custom size. The previously loaded images are fine – just the new ones are wrong so the on-page display looks bad. I think it happened after an Enfold update some weeks ago. Page link illustrating this in private content below – scroll down to lower products to see wrong size image. Also a link to a new Christmas category where all images are the wrong square size. Using latest version of Enfold and WordPress. I can supply log-in if needed. Thanks, Anne

    #1370997

    Hi,
    Thanks for the login, I assume that the background color of the header was meant to be #066892, I found that in the Enfold Theme Options ▸ General Styling ▸ Logo Area ▸ Logo Area Background Color the color was set to white, causing the white overlay on the blue background color.
    I removed the white and now the header is blue, please clear your browser cache and check.

    Best regards,
    Mike

    #1370996
    ttem
    Participant

    Hello support,

    I’m receiving this error:

    PHP Fatal error: Uncaught Error: Call to undefined function wc_get_notices() in /wp-content/themes/enfold/config-woocommerce/config.php:2318\nStack

    What can I do to fix. Thank you!

    #1370993

    Thanks Rikard.

    I found some code that works for changing the bullet list character:

    li{list-style: none; padding:0; }
    li{padding-left: 2em; text-indent: -2em; }
    li:before {content: ‘—’; padding-right: 1em; }

    However, when I modify the bullet character, it affects the top menu. — I’m guessing WordPress or ENFOLD uses a list for the menus, and this list is also affected by the CSS snippet?

    Thanks,
    Stpehen.

    #1370984

    Hi Franz,

    Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1370982

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1370980
    Steve Webgecko
    Participant

    Hi team

    Please add this function to your next Update:

    Alert message on Form when required fields not filled.
    As Popup Lightbox or like CF7 Form does: on bottom of form with a little message in a box.
    On darker templates no chance to see the red borders of required form fields.

    Millions of ENFOLD customers would appreciate this, believe me.

    Thank you
    Steve

    #1370977
    Mikesestatesales
    Participant

    Hello, I’m having some trouble with the myStickymenu and enfold. The plugin displays sometimes but not always. The stick banner should be above the navigation menu and sticky when scrolled. Do you have any recommendations on how I can get this to display correctly with theme. I have a friend who uses this plugin fine with their enfold theme. We are both running the newest versions on of the theme.

    Hi,

    Thanks for the update. I might be missing something, but where is the JavaScript error coming from Enfold? Note that there are no missing files in the console on your staging site, but the behaviour still seems to be the same.

    Best regards,
    Rikard

    #1370965

    Hi Franz,

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

    .av-sort-by-term {
        font-size: 22px;
    }
    
    .av-sort-by-term a {
        color: red;
        font-family: verdana; 
    }
    
    .av-sort-by-term a.active_sort {
        color: blue;
    }

    Best regards,
    Rikard

    #1370960

    In reply to: Update Enfold 2022

    Hi Judith,

    Thanks for reaching out to us. Please follow this in order to register your theme license: https://kriesi.at/documentation/enfold/theme-registration/. If you want to download the theme files, then you can login to your Themeforest account, and download them from the Downloads section.

    Best regards,
    Rikard

    #1370958

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption {
      padding: 0; 
      width: 40%;
    }
    }

    Best regards,
    Rikard

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post-title {
        font-size: 20px;
        color: #003185;
    }

    Best regards,
    Rikard

    #1370944

    In reply to: margins

    Hey satucker,

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

    .home #av_section_3 .av-alb-blogposts {
        padding: 0 10px;
    }

    Best regards,
    Rikard

    #1370940

    Hey Ulrike Hostehradsky,
    Please open a open a new thread so we can assist, and include your admin login in the Private Content area.
    The contact form you have summited your question though is not for support, you need to have an activate support forum account and submit your questions here.
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    #1370939
    Judith Metz
    Guest

    Hallo Kriesi-Team,

    Ich habe im Februar 2020 über Ihre Firma eine Lizenz für Enfold gekauft – s. Rechnung im Anhang.

    Nun bräuchten wir ein Update davon – eine Mail von Envato ist am 24.3.22 bei mir im SPAM gelandet, da war das Update wohl angeboten.

    Können Sie uns weiterhelfen? – unsere Firma heißt KULTUR ZEIT los! gUG – auf diesen Namen ist die Rechnung ausgestellt.

    Danke für Ihre Rückmeldung – mit schönen Grüßen

    #1370938
    Judith Metz
    Guest

    Hallo Kriesi-Team,

    Ich habe im Februar 2020 über Ihre Firma eine Lizenz für Enfold gekauft – s. Rechnung im Anhang.

    Nun bräuchten wir ein Update davon – eine Mail von Envato ist am 24.3.22 bei mir im SPAM gelandet, da war das Update wohl angeboten.

    Können Sie uns weiterhelfen? – unsere Firma heißt KULTUR ZEIT los! gUG – auf diesen Namen ist die Rechnung ausgestellt.

    Danke für Ihre Rückmeldung – mit schönen Grüßen

    #1370937
    Judith Metz
    Guest

    Hallo Kriesi-Team,

    Ich habe im Februar 2020 über Ihre Firma eine Lizenz für Enfold gekauft – s. Rechnung im Anhang.

    Nun bräuchten wir ein Update davon – eine Mail von Envato ist am 24.3.22 bei mir im SPAM gelandet, da war das Update wohl angeboten.

    Können Sie uns weiterhelfen? – unsere Firma heißt KULTUR ZEIT los! gUG – auf diesen Namen ist die Rechnung ausgestellt.

    Danke für Ihre Rückmeldung – mit schönen Grüßen

    #1370936

    In reply to: WP-Theme upgrade

    Hey V. Heitz,
    Thanks for your question, for your situation please purchase a new license which will allow you to update the theme and get up to a year of support for only a little more, look for the “Extend support to 12 months” check box, which is a great value.
    To update your version you will need to download the latest installable WP version from your new Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1370933
    V. Heitz
    Guest

    Hi Kriesi Team,
    we have a site working with your enfold theme and we want to buy an upgrade.
    How can we achieve this? Or ist it necessary to buy a new license, when we don’t have information about when and how it was ordered, back in the days.
    Thanks a lot for any question.

    #1370916
    /*-------------------------------------------------------------------------------
    ENFOLD INLINE POP-UP ENABLER
    -------------------------------------------------------------------------------*/
    function inline_popup_enabler(){
    	?>
        <script>
            /*!
             * JavaScript Cookie v2.2.0
             * https://github.com/js-cookie/js-cookie
             *
             * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
             * Released under the MIT license
             */
            !function(e){var n;if("function"==typeof define&&define.amd&&(define(e),n=!0),"object"==typeof exports&&(module.exports=e(),n=!0),!n){var t=window.Cookies,o=window.Cookies=e();o.noConflict=function(){return window.Cookies=t,o}}}(function(){function e(){for(var e=0,n={};e<arguments.length;e++){var t=arguments[e];for(var o in t)n[o]=t[o]}return n}return function n(t){function o(n,r,i){if("undefined"!=typeof document){if(arguments.length>1){"number"==typeof(i=e({path:"/"},o.defaults,i)).expires&&(i.expires=new Date(1*new Date+864e5*i.expires)),i.expires=i.expires?i.expires.toUTCString():"";try{var c=JSON.stringify(r);/^[\{\[]/.test(c)&&(r=c)}catch(e){}r=t.write?t.write(r,n):encodeURIComponent(String(r)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),n=encodeURIComponent(String(n)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);var f="";for(var a in i)i[a]&&(f+="; "+a,!0!==i[a]&&(f+="="+i[a].split(";")[0]));return document.cookie=n+"="+r+f}for(var p={},u=function(e){return e.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent)},s=document.cookie?document.cookie.split("; "):[],d=0;d<s.length;d++){var l=s[d].split("="),C=l.slice(1).join("=");this.json||'"'!==C.charAt(0)||(C=C.slice(1,-1));try{var g=u(l[0]);if(C=(t.read||t)(C,g)||u(C),this.json)try{C=JSON.parse(C)}catch(e){}if(p[g]=C,n===g)break}catch(e){}}return n?p[n]:p}}return o.set=o,o.get=function(e){return o.call(o,e)},o.getJSON=function(){return o.apply({json:!0},arguments)},o.remove=function(n,t){o(n,"",e(t,{expires:-1}))},o.defaults={},o.withConverter=n,o}(function(){})});
    
            (function($){
    
                $( document ).ready( function(){ $( document ).on('ready' function(){
    
                    var popup_link = $('.inline_popup');
    
                    var delay = popup_link.data( 'delay');
    
                    var cookieName = 'MfpHasDisplayedPopup';
    
                    $('.inline_popup').magnificPopup({
                        type:'inline',
                        midClick: true
                    });
    
                    if( typeof Cookies.get( cookieName ) === 'undefined' && typeof delay !== 'undefined' ){
    
                        setTimeout( function(){
    
                            Cookies.set( cookieName , '1' );
                            $('.inline_popup').magnificPopup('open');
    
                        }, parseInt( delay ) * 1000 )
                    }
    
                } );
    
            })(jQuery);
        </script>
    	<?php
    }
    add_action('wp_footer', 'inline_popup_enabler');
    
    /*-------------------------------------------------------------------------------
    	ENFOLD SHORTCODE  - INLINE POST CONTENT POP-UP
    	[mfp_post_popup post_slug_id="" popup_id="" link_text="" custom_class="" popup_delay=""]
    -------------------------------------------------------------------------------*/
    
    function mfp_post_popup_shortcode( $atts ){
    
    	//default values
    	$atts = shortcode_atts( [
    		'post_slug_id' => '',
    		'popup_id'     => '',
    		'link_text'    => 'hello',
    		'mfp_hide'     => 'mfp-hide',
    		'custom_class' => 'mfp_popup_content',
    		'popup_delay'  => false,
    	], $atts );
    
    	//get post content
    	$pop_slug = get_post( $atts['post_slug_id'] );
    	$content = apply_filters( 'the_content', $pop_slug->post_content );
    
    	//output post content into the footer before the closing body tag - content is hidden
    	add_action('wp_footer', function() use( $content, $atts ) {
    		echo sprintf(
    			'<div id="%s" class="%s %s main_color">%s</div>',
    			$atts['popup_id'],
    			$atts['mfp_hide'],
    			$atts['custom_class'],
    			$content
    		);
    	});
    
    	//output popup link
    	return sprintf(
    		'<a class="inline_popup" %s href="#%s">%s</a>',
    		( $atts['popup_delay'] ) ? 'data-delay="' . esc_attr( $atts['popup_delay'] ) . '"' : '' ,
    		$atts['popup_id'],
    		$atts['link_text']
    	);
    
    }
    add_shortcode( 'mfp_post_popup', 'mfp_post_popup_shortcode' );
Viewing 30 results - 21,691 through 21,720 (of 244,523 total)