Forum Replies Created

Viewing 30 posts - 3,931 through 3,960 (of 35,007 total)
  • Author
    Posts
  • in reply to: Swap rollover opacity functionality #1436093

    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

    in reply to: trasparent table with no borders #1436092

    Hey Gianluca,
    I assume that you mean this element:
    Enfold_Support_4887.jpeg
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av_section_1.main_color .av_textblock_section .avia_textblock table,
    #top #av_section_1.main_color .av_textblock_section .avia_textblock div,
    #top #av_section_1.main_color .av_textblock_section .avia_textblock td {
    	border-color: transparent;
    	background: transparent;
    }
    
    #top #av_section_1.main_color tr:nth-child(odd) {
        background: transparent;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    This is the expected results:
    Enfold_Support_4889.jpeg

    Best regards,
    Mike

    in reply to: image caption font on mobile #1436089

    Hi,
    This is not the font that I’m seeing, it looks like your screenshot is of an iPhone, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Swap rollover opacity functionality #1436087

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

    #top .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    #top .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container {
    	opacity: 0.7;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Replace or add an icon in the symbol list #1436085

    Hey Roswitha,
    Do you mean the Icon Circles element, ue812 should be available:
    Enfold_Support_4883.jpeg
    or do you mean the timeline element?
    Enfold_Support_4885.jpeg
    Those are the only two elements I see on your page that use an icon. Did you mean something else?

    Best regards,
    Mike

    in reply to: Swap rollover opacity functionality #1436083

    Hey joschro,
    Please link to an example page so we can examine the css closer.

    Best regards,
    Mike

    in reply to: Google Consent Mode v2 #1436081

    Hey limedrop,
    The Dev Team is currently investigating this, but we don’t have any details to share at this time, When the Dev Team has more information they may reply here as this thead is in their notes, or please keep an eye on our Enfold – Upcoming fixes thread.
    Thank you for your patience, and for using Enfold.

    Best regards,
    Mike

    in reply to: Google consent mode v2 #1436080

    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

    in reply to: Change image size in blog post #1436079

    Hi,
    Thank you for the link to your page, I don’t find the above css in your site css, and when I test bu injeting it in the browser it works, perhaps there is an error in your css like a missing bracket that is breaking it, try add the css to your WordPress ▸ Customize ▸ Additional CSS and see if that helps.
    You could check your custom css for errors with this tool.

    Best regards,
    Mike

    in reply to: Do not display title on lightbox images #1436074

    Hi,
    That would not be an issue and probably the best solution for your situation.

    Best regards,
    Mike

    in reply to: Carrusel images with title #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

    in reply to: Do not display title on lightbox images #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

    in reply to: Remove Enfold Theme by Kriesi in footer #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

    in reply to: image caption font on mobile #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

    in reply to: Remove Enfold Theme by Kriesi in footer #1436065

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

    Best regards,
    Mike

    in reply to: Layersliders stop working #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

    in reply to: urls all too long #1436056

    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

    in reply to: Sub menu positioning #1436055

    Hi,
    Thank you for your patience this was very hard to sort out with all of your custom css, but I believe that I have it the best that I can get it. The mega menu is not 100% width, it is the default 95% width, this is best and now looks correct at the different screen sizes, otherwise the placement will not be correct.
    Please adjust to suit, then clear your browser cache and check.

    Best regards,
    Mike

    Hey ChrisEngineer,
    If I understand correctly, you are adding Bootstrap css to the theme in hopes that the Bootstrap css will change the style and behavior of the theme elements?
    This will not work because the theme doesn’t use the same classes as the Bootstrap css.
    But if you are adding Bootstrap css to the theme and adding new HTML elements or snippets with the correct Bootstrap classes then this should work and we would need to see your site for further context.

    Best regards,
    Mike

    Hey mannye,
    This could be due to the structure of the files inside of the font zip file, please link to the zip you are using so we can test on our demo.

    Best regards,
    Mike

    in reply to: Blog categories and alignment #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

    in reply to: Glitch from custom css #1436045

    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

    in reply to: Updating PHP – Errors #1436044

    Hey Ryan,
    Thanks for your question, it sounds like you updated your PHP from 7.3 to 8.2 and now you see that version 5.6.10 is availability but the update fails?
    I would not expect any issues, what is your current theme version and do you see any specific errors?
    Have you tried disabling all of your plugins and try to then update?
    Have you tried updating with the official Envato Market WordPress Plugin, note that the required permissions are different for the token, please follow the steps in the plugin.

    Best regards,
    Mike

    in reply to: Theme Update & Purchase #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

    in reply to: Open Street map grey rectangles #1436042

    Hi,
    I believe Guenni007 is correct, I see this error because your site is not using SSL: ERR_NAME_NOT_RESOLVED
    Please set up your site SSL certificate, if you are note able to try asking your webhost for help doing so.

    Best regards,
    Mike

    in reply to: Filter input in iconfont #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

    in reply to: Cookiebot Support (Feature Request with Patch) #1436040

    Hey Jan,
    Thank you for opening the feature request, the Dev Team will review your recommendations/suggestions and reply there, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Adding child theme crashes #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

    in reply to: IDEA? Seasonal calendar for growing vegetables #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

    Hi,
    I assume that you are referring to the girl in white on the steps, when I check I don’t see a play button and the video is playing, but I only have a Android and you said the issue is only on iPhone, correct? check the LayerSlider settings again to ensure both setting were saved correctly. Your video is very short, so you may want to try changing it into a gif for mobile devices, I believe that gif are not blocked by ios on mobile.

    Best regards,
    Mike

Viewing 30 posts - 3,931 through 3,960 (of 35,007 total)