Viewing 30 results - 2,611 through 2,640 (of 11,217 total)
  • Author
    Search Results
  • telliPra
    Participant

    Hello,
    I just started setting up Enfold. I also downloaded the child theme, installed and activated it. Inside the wp-content/themes folder, I copied the files from the Enfold folder and pasted them into the Enfold-child folder. I don’t know if it’s connected but now, after some work, I’m in the Enfold Child Theme Option> Header > Extra Elements> Header Social Icons section, I don’t see the button to display the social icon in the top bar. I only see the link to choose which social accounts to link to the respective links.

    The only changes I had made using the codes, is the inclusion of the iubenda cookie solution in the header.php (directly from File manager)

    I hope I have provided you with useful information: I am not an expert and I don’t know where to look! Can you help me?

    I thank you for your kind attention.
    Bye

    • This topic was modified 6 years ago by telliPra.
    #1195198

    After deactivating all plugins, the “Update Available!” message is shown for Enfold. So far so good. But the weird thing is:

    I restored the old version of the whole installation (via Updraft) again. It’s the version that I exported from the original site before (Mar 19, 2020 16:14), so in theory, the website should be the exact same as before, let’s say the original clone, with all plugins activated.

    Enfold shows there immediately “Update Available!” which it didn’t before, as you know (and which it still does not for the original website, by the way).

    I suppose the update issue has nothing to do with the other plugins but somehow with the update mechanism itself. I observed similar strange behavior many times before on various other websites in the last couple of months: Sometimes Enfold updates are indicated and sometimes they are not. Sometimes the button “Revalidate or remove the token” helped and sometimes it did not.

    What do you think?

    Hey ksakkos,

    Switchback first in PHP 5.6 since Enfold can still work in that version.
    Then backup your site before doing any updates, then update WordPress.
    Also since you are still using Enfold 3.08 most likely you can’t update to the latest version in Enfold > Theme Update since envato has already changed their API, so you’ll have to do these process:

    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme

    Hope this helps.

    Best regards,
    Nikko

    #1194909

    Hey aintzerga,

    You need to upload the icon font through the theme options and then add the code to the functions.php file.

    Here are the docs for you:

    Best regards,
    Victoria

    #1194855

    Hi vantagepointmg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width:767px){
      #full_slider_1, 
      #full_slider_1 .av_slideshow_full.avia-slideshow,
      #full_slider_1  .avia-slideshow-inner,
      #full_slider_1 .avia-slideshow li,
      #full_slider_1 .avia-slideshow li img {
        min-height: 250px;
    
      }
      #full_slider_1 .avia-slideshow li img {
        width: 140% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 10px;
      }
      #top .avia-slideshow-button {
        padding: 10px;
        margin-top: 10px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1194689

    Hi a1mueller,

    Please do the following after making a backup:

    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme

    Best regards,
    Nikko

    #1194426
    JPVNVRN
    Participant

    Hi There,

    First of all, I love the Enfold theme! I have a question: On one of my websites, the preview function is not working properly.
    It is only on the homepage. I see a very old version of the homepage when I preview my changes. I cleared my cache, deactivate all my plugins, refreshed the page with command + shift + R. But no result.

    Can someone help me out?

    Thanks!

    Hey,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately?

    Issue seems to be related to Enfold’s quantity buttons. I will report the issue to our devs. I could reproduce the issue on my local installation and after saving woocommerce-mod.js file, it started working correctly.

    Regards,
    Yigit

    #1194320

    Topic: enfold menu

    in forum Enfold
    spirhid101
    Participant

    Support,

    Is it possible to achieve this kind of menu in your theme? also any advice on that of button effects they use, is there a plugin for that or I have to manually deal with the css.
    https://www.wadiadventure.ae

    Regards,
    Phil

    #1194319

    Hi,

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

    #full_slider_1 a.avia-slideshow-button-2:hover {
        background-color: red;
        color: white;
    }

    Best regards,
    Rikard

    #1194206

    In reply to: add to cart button

    I use an enfold e-commerce theme but the buttons don’t appear as in other enfold themes.
    this is my site:
    https://ibb.co/qRTQc4G

    this is what I would like to achieve:
    https://ibb.co/sKvNGYr

    (the button of the bottom on product)

    #1194091

    See documentation here too:
    https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    if there are not too many individual social icons, I would recommend not to use font icons, but to use images (png’s) instead
    For this you would have to find a suitable image file for the icon – e.g.:
    the whole thing is possible as circle too:

    To Register the new Icon on Enfold put this to your child-theme functions.php

    function avia_add_custom_social_icon($icons) {
    	$icons['Kununu'] = 'kununu';
        return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Now you can add on Enfold-Child Options – Social Profiles – the new icon ( it is at the end of the list : link maybe: https://www.kununu.com/ )

    to have now the image for that new icon
    you had to place this to your quick css
    (the image dimensions depends on your other settings for social media icons – standard seem to be 30px):

    #top #wrap_all .av-social-link-kununu a:before{
        content: "";
        width: 30px;
        height: 30px;
        float: none !important;
        display: inline-block !important;
        vertical-align: middle;
        background: url(PATH-TO-YOUR-IMAGE/kununu-quad.png) no-repeat center center;
        background-size: contain;
    }
    
    /**** hover style - just an example - if you make the image a bit smaller - you can style background-color ***/
    #top #wrap_all .av-social-link-kununu:hover a {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg)
    }
    

    see here in my footer the example: https://webers-testseite.de/#footer

    #1194066
    This reply has been marked as private.
    #1194045

    Hi Martin,

    We apologize for the delayed response.
    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .avia-cookie-consent-wrap {
        background-color: rgba(0,0,0,0.6);
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #top .avia-cookie-consent-wrap .avia-cookie-consent {
        background-color: white;
        color: black;
        box-shadow: 0 3px 10px rgba(0,0,0,.1);
        border-radius: 5px;
        position: static;
        padding: 50px 20px 30px;
    }
    
    #top .avia-cookie-consent-wrap .avia-cookie-consent p.avia_cookie_text {
        font-size: 17px;
        padding-bottom: 16px;
    }
    
    #top .avia-cookie-consent-wrap .avia-cookie-consent .avia-button {
        background-color: #fff;
        color: #202020;
        border: 1px solid #cdcdcd;
        font-size: 17px;
        border-radius: 5px;
        padding: 14px 30px;
    }
    
    #top .avia-cookie-consent-wrap .avia-cookie-consent .avia-button.av-extra-cookie-btn {
        background-color: #0056a4;
        color: #fff;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #1194030

    In reply to: Plugin not found

    Hi josettemskilling,

    The error you’re getting isn’t based on the license since the license isn’t necessary for the installation but only for updating the theme.
    Please do the following:

    1. Unzip the zip file you have downloaded from Themeforest
    2. Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    3. Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    4. Click the Upload Theme button then click Choose File and upload the enfold.zip file
    5. Install and Activate the theme

    And that should do it. Hope this helps :)

    Best regards,
    Nikko

    #1193907
    bobthechiropractor
    Participant

    Salutations Enfold Team, I ran into a little issue with the enfold theme. On the top of everyone of my pages I have a fullwidth easy slider element with a red Schedule Now button. I have tried changing the settings in the theme but cannot get the colors to set correct. I want the button red like it currently is with white text. When Hovered I would like the button to be a darker red with the text white. Where would I be able to edit this?

    aovivo
    Participant

    Hi there,
    just updated to WC 4.0 and noticed that the grouped products does not work, however the single products linked to that grouped product still work.
    A conflict of plug-in has been rolled out – tested with a WP standard theme – works there!!

    Whats exactly not working is, when I want to increase the amount any of the single products whithin this grouped product (specifically the + button) it just doesn work, because instead of showing an amount number (1, 2, 3 items) it displays a ‘NaN… whatever that means.

    the updating it self was no problem, same as database update…
    I just made a copy and uploaded this to a different host, different Php Version (Php 7.4.2) – same error…
    So I guess this must be something in ENFOLD shop code…

    anyone experiencing the same problem? Any ideas?

    seee screenshot here: https://imgur.com/a/UjwCXbP

    thanks in advance
    Pedro

    #1193645
    kumharas
    Participant

    Hello,
    After updating to Enfold latest version I have a problem wirth sticky footer in mobile mode (resolution under 1150px):

    > footer height is too low
    > buttons are half visible
    > in very low resolution they don’t appear on the same line

    I tried to modify previous settings in style.css but it does not make any effect.

    This is footer widget code

    
    <div id="outer">
    
    <div class="inner"><a class="avia-button avia-color-custom avia-size-small classe-bouton-autre-footer" style="background-color: #258799; color: #ffffff;" href="Tel:+33695363908">[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='18px' position='center' color='' av_uid='av-2a1d4h'][/av_font_icon]</a></div>
    
    <div class="inner"><a class="avia-button avia-color-custom avia-size-small open-popup-link classe-bouton-autre-footer" style="background-color: #258799; color: #ffffff;" href="#test-popup">[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' size='18px' position='center' color='' av_uid='av-2844u9'][/av_font_icon]</a>
    <div id="test-popup" class="white-popup mfp-hide">[av_contact email=' (Email address hidden if logged out) ' title='Votre message' button='Envoyer' on_send='' sent='Merci, on vous répond très rapidement !' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' admin_preview_bg='' av_uid='av-cq78u9']
    [av_contact_field label='Nom' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width='' av_uid='av-adz1w1'][/av_contact_field]
    [av_contact_field label='Téléphone' type='text' options='' check='' width='' av_uid='av-8snnhd'][/av_contact_field]
    [av_contact_field label='Adresse mail' type='text' options='' multi_select='' av_contact_preselect='' check='is_email' width='' av_uid='av-6weaz5'][/av_contact_field]
    [av_contact_field label='Sujet' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width='' av_uid='av-697gyp'][/av_contact_field]
    [av_contact_field label='Message' type='textarea' options='' multi_select='' av_contact_preselect='' check='is_empty' width='' av_uid='av-4lc4dd'][/av_contact_field]
    [/av_contact]</div>
    </div>
    
    <div class="inner"><a class="avia-button avia-color-custom avia-size-small classe-bouton-autre-footer" style="background-color: #258799; color: #ffffff;" href="https://wa.me/33695363908">[av_font_icon icon='ue800' font='fontello' style='' caption='' link='' linktarget='' size='18px' position='center' color='' av_uid='av-2a1d4h'][/av_font_icon]</a></div>
    
    <div class="inner"><a class="avia-button avia-color-custom avia-size-small classe-bouton-autre-footer trekker-pro-booking" style="background-color: #258799; color: #ffffff;" href="https://book.trekker.fr/canyon-spirit" target="blank">[av_font_icon icon='ue859' font='entypo-fontello' style='' caption='' link='' linktarget='' size='18px' position='center' color='' av_uid='av-2a1d4h'][/av_font_icon]</a></div>
    
    </div>

    This is css related to widget code

    @media only screen and (max-width: 1150px) and (min-width: 767px) {
    #footer { padding: 0 !important; }
    #footer .widget{
    	margin-top:-22px!important;
    	margin-bottom:-30px!important;
    }
    .classe-bouton-reserver-footer {
    	min-width: 220px!important;
    	max-width: 220px!important;
    	min-height: 40px!important;
    	max-height: 40px!important;
    	transform: translate(0%, -6%);
    }
    
    .classe-bouton-autre-footer {
    	min-width: 120px!important;
    	max-width: 120px!important;
    	min-height: 40px!important;
    	max-height: 40px!important;
    }
    }
    
    @media only screen and (max-width: 766px) {
    #footer { padding: 0 !important; }
    #footer .widget{
    	margin-top:-22px!important;
    	margin-bottom:-50px!important;
    }
    
    .classe-bouton-reserver-footer {
    	min-width: 120px!important;
    	max-width: 120px!important;
    	min-height: 40px!important;
    	max-height: 40px!important;
    	transform: translate(0%, -6%);
    }
    
    .classe-bouton-autre-footer {
    	min-width: 80px!important;
    	max-width: 80px!important;
    	min-height: 40px!important;
    	max-height: 40px!important;
    }
    }
    

    Many thanks in advance for your help.

    • This topic was modified 6 years ago by kumharas.
    #1193633

    In reply to: Ad spotify social icon

    Hey webartists,

    Did you upload the custom font first? What is the error you’re getting? The code here should not be giving the error:
    https://kriesi.at/support/topic/custom-social-icon-spotify/#post-771576

    Here are the docs for you:

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

    #1193152

    a bit offtopic but sometimes it is nice to use instead an image. You can use exactly the same code-snippet to register a new social share icon but with images ( png’s f.e.)
    see documentation: https://kriesi.at/documentation/enfold/social-share-buttons/#gist85414748

    see here in my footer the usage of png file: https://webers-testseite.de/#footer

    ___________________________________

    PS : entypo-fontello ( standard Enfold font icon set has that little paper-airplane too) :

    function avia_add_custom_icon($icons) {
        $icons['telegram']  = array( 'font' =>'entypo-fontello', 'icon' => 'ue8b7');
        return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
        $icons['Telegram'] = 'telegram';
        return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    #1192853
    RainerKnappe
    Participant

    Dear all,

    I am using Enfold on my blog. I set it up using the Lifestyle Demo.
    On the startpage there is a “Read more” button for each post which I would like to change a bit.

    On quick CSS I added this code which works for me:

    .slide-loop-1 .read-more-link a{
    	border-style:none;	
            margin-top:15px;
    }

    But this way I would have to add also .slide-loop-2, slide-loop-3 and so on.
    I am not too familiar with CSS but I thought there must be some kind of CSS-wildcard to use.
    I rechered a bit on the web and found this:

    .div[class^='slide-loop-'] .read-more-link a {
    border-style:none;	
    margin-top:15px;
    }

    But this does NOT work.
    Can anybody help?

    Thank you in advance.

    #1192807

    Thanks, but it does neither work for one nor for multiple categories.

    I copied the code to the enfold function.php.

    How can I disable the prev/next buttons?

    Regards,
    Matthias

    #1192559

    Hi,
    1) I’m not sure I understand, Please see the screenshots in Private Content area of what I see when looking at your page on mobile.
    2) as for your social share buttons at the bottom of your posts, I see that you are using Enfold v4.6.3.1, you will need to update to v4.7.3 to correct the WordPress error with v5.3.2.
    3) To post images please try uploading to an image host like https://savvyify.com/img/ and then copy the embed codes into your post.

    Best regards,
    Mike

    #1192557

    Hi,
    1) I’m not sure I understand, Please see the screenshots in Private Content area of what I see when looking at your page on mobile.
    2) as for your social share buttons at the bottom of your posts, I see that you are using Enfold v4.6.3.1, you will need to update to v4.7.3 to correct the WordPress error with v5.3.2.
    3) To post images please try uploading to an image host like https://savvyify.com/img/ and then copy the embed codes into your post.

    Best regards,
    Mike

    #1192495

    In reply to: Child theme – enfold

    Hey Wolfgang,

    Downloading the child theme works fine on my end on the page you linked to, did you click the big green button? http://bit.ly/enfold-child

    The psd.zip file is not a WordPress file.

    Best regards,
    Rikard

    #1192404

    so it is not so easy but because on functions-enfold.php the ajax search function is a “pluggable function” you can have here a child-theme solution. Otherwise you had to have a complete functions-enfold.php in your child.
    Every function surrounded by:

     if(!function_exists('…')){
    …
    }

    can be substituted by child-theme function with same name! – because child-theme functions are loaded first – when it comes to the function with the same name in parent theme it does not load the parent function ( because of the if not exists clause)

    i have edited that function (on base of enfold 4.7.3) and you can copy & paste that part to your child-theme functions.php

    add_action( 'wp_ajax_avia_ajax_search', 'avia_ajax_search' );
    add_action( 'wp_ajax_nopriv_avia_ajax_search', 'avia_ajax_search' );
    
    function avia_ajax_search()
    {
        global $avia_config;
    	
        unset($_REQUEST['action']);
        if(empty($_REQUEST['s'])) $_REQUEST['s'] = array_shift(array_values($_REQUEST));
    	if(empty($_REQUEST['s'])) die();
    
        $defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false, 'results_hide_fields' => '');
    
        $_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);
    
        $search_parameters 	= array_merge($defaults, $_REQUEST);
    
        if ( $search_parameters['results_hide_fields'] !== '' ) {
            $search_parameters['results_hide_fields'] = explode(',', $_REQUEST['results_hide_fields']);
        }
        else {
            $search_parameters['results_hide_fields'] = array();
        }
    
        $search_query 		= apply_filters('avf_ajax_search_query', http_build_query($search_parameters));
        $query_function     = apply_filters('avf_ajax_search_function', 'get_posts', $search_query, $search_parameters, $defaults);
        $posts		= (($query_function == 'get_posts') || !function_exists($query_function))  ? get_posts($search_query) : $query_function($search_query, $search_parameters, $defaults);
    
        $search_messages = array(
                'no_criteria_matched' => __("Sorry, no posts matched your criteria", 'avia_framework'),
                'another_search_term' => __("Please try another search term", 'avia_framework'),
                'time_format'         => get_option('date_format'),
                'all_results_query'   => http_build_query($_REQUEST),
                'all_results_link'    => home_url('?' . http_build_query($_REQUEST)),
                'view_all_results'    => __('View all results','avia_framework')
            );
    	
        $search_messages = apply_filters('avf_ajax_search_messages', $search_messages, $search_query);
    	
        if(empty($posts))
        {
            $output  = "<span class='av_ajax_search_entry ajax_not_found'>";
            $output .= "<span class='av_ajax_search_image ".av_icon_string('info')."'>";
            $output .= "</span>";
            $output .= "<span class='av_ajax_search_content'>";
            $output .= "<span class='av_ajax_search_title'>";
            $output .= $search_messages['no_criteria_matched'];
            $output .= "</span>";
            $output .= "<span class='ajax_search_excerpt'>";
            $output .= $search_messages['another_search_term'];
            $output .= "</span>";
            $output .= "</span>";
            $output .= "</span>";
            echo $output;
            die();
        }
    
        //if we got posts resort them by post type
        $output = "";
        $sorted = array();
        $post_type_obj = array();
        foreach($posts as $post)
        {
            $sorted[$post->post_type][] = $post;
            if(empty($post_type_obj[$post->post_type]))
            {
                $post_type_obj[$post->post_type] = get_post_type_object($post->post_type);
            }
        }
    
        //now we got everything we need to preapre the output
        foreach($sorted as $key => $post_type)
        {
    
            // check if post titles are in the hidden fields list
            if ( ! in_array('post_titles', $search_parameters['results_hide_fields'] ) )
            {
                if(isset($post_type_obj[$key]->labels->name))
                {
                    $label = apply_filters('avf_ajax_search_label_names', $post_type_obj[$key]->labels->name);
                    $output .= "<h4>".$label."</h4>";
                }
                else
                {
                    $output .= "<hr />";
                }
            }
    
            foreach($post_type as $post) {
    
                $image = "";
                $extra_class = "";
    
                // check if image is in the hidden fields list
                if (!in_array('image', $search_parameters['results_hide_fields']))
                {
                    $image = get_the_post_thumbnail($post->ID, 'thumbnail');
                    $extra_class = $image ? "with_image" : "";
                    $post_type = $image ? "" : ( get_post_format($post->ID) != "" ? get_post_format($post->ID) : "standard" );
                    $iconfont = $image ? "" : av_icon_string($post_type);
    
                }
    
                $excerpt     	= "";
    
                // two new lines here
                $the_id 		= $post->ID;
    			$commentCount 	= get_comments_number($the_id);
    
                // check if post meta fields are in the hidden fields list
                if ( ! in_array('meta', $search_parameters['results_hide_fields'] ) )
                {
                    if(!empty($post->post_excerpt))
                    {
                        $excerpt =  apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ","...", true, '', true) );
                        
                        $excerpt .= "<br class='linebreak'/><span>".get_the_time( $search_messages['time_format'], $post->ID )."</span>";
                        
                        if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    					{
    						$link_add = $commentCount === "0" ? "#respond" : "#comments";
    						$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    						$excerpt .= "<span class='sep'>&nbsp;/&nbsp;</span><span>{$commentCount} {$text_add}</span>";
    					}
                    }
                    else
                    {
                        $excerpt = apply_filters( 'avf_ajax_search_no_excerpt', get_the_time( $search_messages['time_format'], $post->ID ), $post );
    
                        if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    					{
    						$link_add = $commentCount === "0" ? "#respond" : "#comments";
    						$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    						$excerpt .= "<span class='sep'>&nbsp;/&nbsp;</span><span>{$commentCount} {$text_add}</span>";
    					}
                    }
                }
    
                $link = apply_filters('av_custom_url', get_permalink($post->ID), $post);
    
                $output .= "<a class ='av_ajax_search_entry {$extra_class}' href='".$link."'>";
    
                if ($image !== "" || $iconfont) {
                    $output .= "<span class='av_ajax_search_image' {$iconfont}>";
                    $output .= $image;
                    $output .= "</span>";
                }
                $output .= "<span class='av_ajax_search_content'>";
                $output .= "    <span class='av_ajax_search_title'>";
                $output .=      get_the_title($post->ID);
                $output .= "    </span>";
                if ($excerpt !== '') {
                    $output .= "    <span class='ajax_search_excerpt'>";
                    $output .=      $excerpt;
                    $output .= "    </span>";
                }
                $output .= "</span>";
                $output .= "</a>";
            }
        }
    
        $output .= "<a class='av_ajax_search_entry av_ajax_search_entry_view_all' href='".$search_messages['all_results_link']."'>".$search_messages['view_all_results']."</a>";
    
        echo $output;
        die();
    }

    because there was a css rule in enfold that sets the breaks in ajax search to display:none
    you had to put this in additon to quick css

    
    #top #searchform br.linebreak {
        display: block;
    }

    you can test it here on my playground – put in search : buttons
    https://webers-testseite.de/

    #1192193

    Hi AlexBellaTropea,

    Here are the docs for you:

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

    #1192150

    Hey Philppe,

    The video in the first section on your front page is loading fine on my end, did you try loading the page in an incognito window?

    You can use this link to open a new thread, or go to the Enfold sub forum and press the big blue button on top of the page: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    #1192135

    Hey Heimkinopartner,

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

    #zoid-paypal-button-9a6eb31e18 {
        width: auto;
    }

    Best regards,
    Rikard

    #1192041

    Hey Carsten,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .comment-form-url {
      display: none;
    }
    

    Image 2020-03-10 at 22.35.58.png

    Please try the code like this:

    
    function custom_comment_title(){
    		?>
    		<script>
    		jQuery(window).load(function(){
    		
    		// Replace coments title “Leave a Reply”.
    		jQuery("#top .comment_container .miniheading").text("New text here");
    		
    		// Replace sub-heading “Want to join the discussion? Feel free to contribute!”.
    		jQuery("#top .comment_container .minitext").text("New text here");
    		
    		// Replace submit button text “Post Comment”.
    		jQuery("#top .comment_container .submit").val("New text here");
    		
    		});
    		</script>
    		<?php
    		}
    		add_action('wp_head', 'custom_comment_title');
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 results - 2,611 through 2,640 (of 11,217 total)