Viewing 30 results - 9,571 through 9,600 (of 244,469 total)
  • Author
    Search Results
  • #1436080

    In reply to: Google consent mode v2

    Hey MM,
    The Dev Team is currently investigating this, but we don’t have any details to share at this time, please keep an eye on our Enfold – Upcoming fixes thread this will be the first place further information about this will be posted.
    Thank you for your patience, and for using Enfold.

    Best regards,
    Mike

    #1436077

    Everything was working exactly as we wanted until the latest update. Now images have reverted to 1210 x 423 instead of 1200 x 630 (link to latest post below). The code you gave me is still in the quick css file, but something seems to be overriding it. How can I fix this so it’s working correctly again?

    Code:
    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘entry_without_sidebar’] = array(‘width’=>1200, ‘height’=>630, ‘crop’ => true);
    return $size;
    }

    #1436072

    Hi,
    It looks like you have doubled some of the code:
    Enfold_Support_4881.jpeg
    unfortunately the change can only be made via FTP, please try to correct to what Ismael has above.

    Best regards,
    Mike

    #1436071

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

    .mfp-bottom-bar .mfp-title {
    	display: none;
    }

    Best regards,
    Mike

    #1436070

    Hi,
    Glad we were able to 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

    #1436069

    Hey Munford,
    Your css for 2em on mobile is working when I check, except for the first one that has it’s own css:

    #top .heliko .av-image-caption-overlay-center {
        font-size: 4em !important;
    }

    Try changing the hotspot animation in the element settings:
    Enfold_Support_4879.jpeg

    Best regards,
    Mike

    #1436065

    Hey joschro,
    Please add this shortcode to the copyright field: [nolink]
    Please see our documentation for more details

    Best regards,
    Mike

    #1436061
    joschro
    Participant

    Hello, how can I remove Enfold Theme by Kriesi in the footer?

    • This topic was modified 2 years ago by joschro.
    #1436060

    Hey extraeyes,

    You can set that under Enfold->Advanced Styling, look for the text transform property once you have selected the h3 tag.

    Best regards,
    Rikard

    #1436057

    Hi,
    Thanks for your patience, your error message points to \enfold\config-templatebuilder\avia-template-builder\php\class-asset-manager.php on line 1280
    which is $print .= $stored_assets[ $asset . ‘-‘ . $file_type ][‘file_content’]; if this was a one time error while you were renaming the theme then you can ignore it, if you are still seeing it then try disable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and see if that helps. Thanks for the video I don’t see any cause for your issue with the LayerSlider deactivating and I don’t believe that using a theme name in the child theme would cause an issue. I have not seen this kind of issue before. I have asked the rest of the team if they have any ideas, Thanks for your patience.

    Best regards,
    Mike

    #1436056

    In reply to: urls all too long

    Hi,
    Glad we were able to 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

    #1436048

    Topic: Responsibe

    Bettonville
    Guest

    Hello,
    I have a question regarding the “responsive” of the Enfold template. The template automatically generates a version for tablets and smartphones. Unfortunately, this doesn’t suit me. Is there a way via WordPress and settings to modify the responsive versions or do I have to code with the css sheet? Sincerely,
    Pauline Bettonville

    #1436046

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

    .slide-content .blog-categories a {
    	display: none;
    }

    Best regards,
    Mike

    #1436045

    In reply to: Glitch from custom css

    Hey northorie,
    It looks like you added some css to make the cell display:block:
    Enfold_Support_4877.jpeg
    try to remove this.

    Best regards,
    Mike

    #1436043

    Hey Neeraj,
    Thanks for your question and the link to your site, I see that you are using version 4.5.2 without a child theme and I assume that your developer didn’t customize any of the core theme files. So I would expect that you can manually update with the steps below without any issues and then add the new token for future in theme updates, but unfortunately the new token in your current theme will not update the theme because Envato (Theme Forest) made a change a while back. Nonetheless the update steps are easy.
    As a general good practice I would recommend creating a backup using your webhost backup tools and not a backup plugin, unless you have a lot of specific experience with a specific backup plugin.
    To update your version of Enfold you will need to download the latest installable WP version from your 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

    #1436041

    Hi,
    Thanks for the feedback, please follow though with creating a Github Feature Request for the Dev Team to review and reply so that you can follow along, this is more complex than we can address here in the support forum.
    Thank you for your understanding and patience and for using Enfold.

    Best regards,
    Mike

    #1436039

    Hi,
    Glad Juergen 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

    #1436038

    Hi,
    Thank you for your patience, I was not able to find a solution with the built-in theme options, but I was able to come up with a shortcode that will do as you asked, since your page is black I styled it accordingly and this is the expected results:
    Enfold_Support_4875.jpeg
    Since you are not using a child theme I recommend using the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the below code and save.

    function garden_progress_bars_shortcode($atts) {
        $atts = shortcode_atts(
            array(
                'pre_cultivation_start' => '',
                'pre_cultivation_end' => '',
                'planting_start' => '',
                'planting_end' => '',
                'harvest_start' => '',
                'harvest_end' => '',
                'pre_cultivation_color' => '',
                'planting_color' => '',
                'harvest_color' => '',
                'pre_cultivation_label' => '',
                'planting_label' => '',
                'harvest_label' => '',
            ),
            $atts,
            'garden_progress_bars'
        );
        $output = '
        <style>
            .garden-progress-bars {
                font-family: Arial, sans-serif;
                max-width: 960px; 
                margin: 0 auto;
            }
            .progress-header, .progress-header div:not(.header-offset) {
                display: inline-flex;
                width: 100%;
                justify-content: space-evenly;
            }
    		.progress-header div:not(.header-offset) {
        		border-left: 1px solid #eee;
            }
            .month {
                width: calc((100% - 160px)/12); 
                text-align: center;
            }
            .progress-row {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }
            .label-container {
                width: 150px; 
                text-align: right;
                padding-right: 10px; 
            }
            .progress-container {
                display: flex;
                width: calc(100% - 160px); 
                align-items: center;
            }
            .progress-bar-container {
                flex-grow: 1;
                background-color: #000;
                height: 20px;
                position: relative;
            }
            .progress-bar {
                height: 100%;
                position: absolute;
            }
            .progress-header .header-offset {
                width: 150px;
    			display: inline-flex;
                flex-shrink: 0;
            }
        </style>
        <div class="garden-progress-bars">
            <div class="progress-header">
                <div class="header-offset"></div>'; 
        $months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
        foreach ($months as $month) {
            $output .= "<div class='month'>$month</div>";
        }
        $output .= '</div>'; 
        $create_progress_bar_row = function($label, $color, $start, $end) use ($months) {
            $start_month_index = array_search($start, $months);
            $end_month_index = array_search($end, $months);
            $width = (($end_month_index - $start_month_index + 1) / 12) * 100;
            $left = ($start_month_index / 12) * 100;
            return "
            <div class='progress-row'>
                <div class='label-container'>$label</div>
                <div class='progress-container'>
                    <div class='progress-bar-container'>
                        <div class='progress-bar' style='background-color: $color; width: $width%; left: $left%;'></div>
                    </div>
                </div>
            </div>";
        };
        $output .= $create_progress_bar_row($atts['pre_cultivation_label'], $atts['pre_cultivation_color'], $atts['pre_cultivation_start'], $atts['pre_cultivation_end']);
        $output .= $create_progress_bar_row($atts['planting_label'], $atts['planting_color'], $atts['planting_start'], $atts['planting_end']);
        $output .= $create_progress_bar_row($atts['harvest_label'], $atts['harvest_color'], $atts['harvest_start'], $atts['harvest_end']);
    
        $output .= '</div>'; 
    
        return $output;
    }
    add_shortcode('garden_progress_bars', 'garden_progress_bars_shortcode');
    

    and then on your page add this shortcode in a code block element to show the growing bars:

    [garden_progress_bars pre_cultivation_start="Feb" pre_cultivation_end="Apr" pre_cultivation_color="#FF5733" pre_cultivation_label="Pre-cultivation" planting_start="Apr" planting_end="Jun" planting_color="#5EBA7D" planting_label="Planting" harvest_start="Jun" harvest_end="Sep" harvest_color="#FFC300" harvest_label="Harvest"]

    This shortcode creates three bars, and for each bar you can change the label text and color of bar and the start & end month.
    First try this shortcode as is to see the working solution as in the screenshot above, then you can try adjusting the attributes to suit.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1436037

    Thanks for the solution.
    I did the “rezip” of the enfold-child folder only with 7Zip and it worked.

    #1436036
    Neeraj
    Guest

    Hi,

    My website presently uses the Enfold theme. However, it was purchased my our programmer in 2019, who isn’t contactable anymore. I don’t have the token number & the site hasn’t been updated for a long-time.
    I want to ask if I were to purchase the theme now (again), and use that token number on my website would the theme continue to work as is, and get seamlessly updated, or would it break the current theme with the customizations and turn it to default state?
    My purchase decision hinges on this very question. I would appreciate if you can help with this please?
    Thanks,
    Neeraj

    #1436035
    Ryan
    Guest

    I am trying to update the PHP on the site from 7.3 to 8.2 and the theme is not able to update. Might be out of date? Do you have any recommendations?
    From Site: Update Available: There is a new version of Enfold available. View version 5.6.10 details.
    Do I need to purchase another updated version?
    What is the return policy if it does not work?
    Thank you.

    #1436029

    Hey iago26,

    1. You can set the transparent logo under Enfold->Theme options->Transparency Logo Options.
    2. I’m not sure what you are looking to achieve, but you could try to add your code in a Code Block element.
    3. You can set font sizes under Enfold->General Styling->Typography, or under Enfold->Advanced Styling.

    Best regards,
    Rikard

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1436023

    Hey Max,

    Could you try updating the theme to the latest version (5.6.10) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1436014
    satucker
    Participant

    working on https://shethrivespsych.com/
    I’d like to make the font larger for the masonry grid that appears half way down the home page under “What I can do for you”. I can’t seem to find where to edit the size/color of that text. I have tried several settings under Enfold>Advanced Styling but they don’t seem to affect the text.

    #1436013

    Topic: design doesn’t show

    in forum Enfold
    RaffaelaSchwab
    Participant

    Dear team,

    I just bought Enfold and loaded a demo to start designing. I added a Logo and went through all of the theme options.
    But the website design still appears like there’s no design at all. I sent the link to the website.
    What can I do to see my design? It shows for a moment when I’m changing anything in the theme customizer, but it doesn’t stay.

    Thanks in advance!

    #1436009

    on the demo https://kriesi.at/themes/enfold-2017/ I can also see the Twitter icon in Chrome. Without seeing your page – no chance to give advice.
    If there is a link on private content area – you had to wait for a mod. Sorry

    #1436008

    In reply to: LCP

    Wenn es deine Internetseite betrifft, die sich hinter deinem Nick verbirgt, dann sind es hautpsächlich deine Bilder, die deiner Beachtung würdig sein sollten.

    Mal davon abgesehen, das es gar keinen Sinn macht Bilder hochzuladen, die mehr als 2560px ( das ist eine Media-Library Grenze die WordPress selbst hat) groß sind. Dadurch tauchen Bilder auf, die dann WordPress auf diese Grenze herunter rechnet und mit dem addendum -scaled abspeichert.

    schau dir den Bericht auf Gtmetrix mal an: Link
    Es it garantiert nicht das Pseudo-Element was du oben anführst. ( Es sei denn es hat dort Hintergrundbilder oder ähnliches per css mit drin.)

    Es werden auch viele kleinere Bilder (in den Dimensionen nicht vom Dateivolumen) hochscaliert, was auch Zeit benötigt.

    Zur Info bezüglich der Art wie Enfold mit hochgeladenen Bildern neue Formate errechnet. : https://kriesi.at/support/topic/enfold-image-bigger-than-original/#post-1355204
    Dort findest du dann auch ein Snippet mit dem man den Kompressionslevel von Enfold beim Upload der Bilder reduzieren kann. Und wie man mit der Nutzung von temporär installierten Plugins die anderen Bildformate erneut recalculieren läßt.

    Meine Empfehlung : bevor du die Bilder hochlädst, berechne Sie neu in einem Grafikprogramm auf eine Größe, die auch später Verwendung finden könnte.
    Wenn man sich die “most common browser viewing sizes” ansieht, sollte man mit 1920px meist auskommen.

    hier mal ein Bildvergleich eines deiner Bilder – schau ob sich das wirklich lohnt, hochaufgelöste Bilder im Web zu nutzen ;)
    https://webers-testseite.de/bildvergleich/

    #1436006
    iago26
    Participant

    Good evening guys, I need your help.
    I’m working on the theme “Enfold Classic Restaurant Demo” and I can’t solve the following problems:
    1) although I changed the logo in the appropriate section, on the main page, in the top right corner, before the fade, the white enfold logo remains visible;
    2) I would like to ask if in the “easy slider” photo gallery that appears at the top of the home page it is possible to insert an html code block;
    3) I would like to increase the font size of all sections, including the footer.
    I thank in advance those who would like to help me.

    #1435998

    Hi,
    Glad we were able to 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

Viewing 30 results - 9,571 through 9,600 (of 244,469 total)