Viewing 30 results - 8,851 through 8,880 (of 244,462 total)
  • Author
    Search Results
  • #1439362

    In reply to: Saving didnt work

    Hi,
    The theme works for WP 6.5, when I check the frontend the demo loads:
    Enfold_Support_5318.jpeg
    when I try to login the block message also says: “Servizi Internet” is that your webhost?
    Perhaps they are using mod_security in the server, try asking them. If they are blocking us from loging in they might also be cause a 403 (Forbidden) error in the backend on /wp-admin/admin-ajax.php and causing the “saving didn’t work” message.
    Try asking your webhost if they see any errors in the error log for the server, perhaps they can help solve.

    Best regards,
    Mike

    Hey klick.design,
    Try using this shortcode: [av_postcontent link='page,9999'] in the tab:
    Enfold_Support_5312.jpeg
    it will get a page for the ID that you enter:
    Enfold_Support_5314.jpeg
    and show it in the tab:
    Enfold_Support_5316.jpeg
    But you can not use any full width elements like color sections, grid rows, etc.

    Best regards,
    Mike

    #1439358

    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

    #1439357

    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

    #1439355

    Hey Petra,
    Thanks for the link to your page, I see that you are using some grid rows and the cells have a Cell Padding of 150px like this:
    Enfold_Support_5308.jpeg
    Try using the icon for mobile devices and change the Cell Padding to zero, like this:
    Enfold_Support_5310.jpeg
    For each icon is a different setting for different device sizes, you may want to use zero for the three smallest sizes or at least much less than what you use for desktop.
    See if this helps, and if you want to include a admin login in the Private Content area so we can help more, just use any fake email address and post the user & pass in the Private Content area below.

    Best regards,
    Mike

    #1439354

    In reply to: Saving didnt work

    Hey danieleflacco,
    The message “saving didn’t work” can be giving for many different actions, please explain what you were tring to do when you saw the message.
    I tried to login but I was given a this message:

    Potentially malicious access detected. Access to the page has been blocked due to possible malicious activity

    please disable any security plugins or server settings that might be blocking our access.
    I think that you are tring to import the parallax demo, if so please ensure that the “frontpage” is set as the Frontpage Settings and the blog page is not set, like this:
    Enfold_Support_5306.jpeg

    Best regards,
    Mike

    #1439345

    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

    #1439344

    Hi,
    Thank you for your patience, right now your site is using a full width header and footer, to limit the width of the header you will need to use the “Boxed” layout
    so go to Enfold Theme Options ▸ General Layout ▸ Stretched Or Boxed Layout
    Enfold_Support_5302.jpeg
    and then set the width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width
    Enfold_Support_5304.jpeg
    To use a different logo on mobile try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(wp_is_mobile() ) {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }

    then change the image url to the image you want to use.

    Best regards,
    Mike

    #1439341

    Hi,
    In the element under security:
    Enfold_Support_5300.jpeg

    Best regards,
    Mike

    #1439340

    Hey woogie07,
    It is the padding for the portfolio grid, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-fullwidth-portfolio .sort_width_container {
        padding: 0;
    }

    Best regards,
    Mike

    #1439338

    Hey kerrya4446,
    The contact form was not set to use the capcha, I set it for you:
    Enfold_Support_5298.jpeg

    Best regards,
    Mike

    #1439337

    Hi,
    It looks like you are using the pricing table on your site, try using the tabular data instead.
    Enfold_Support_5296.jpeg

    Best regards,
    Mike

    Hi,
    I put it in your child theme functions.php, going forward make your changes in the child theme settings, if you want to add another page add the page ID here with a comma:
    Enfold_Support_5294.jpeg
    “101” is your blog page, the other number is just an example.

    Best regards,
    Mike

    #1439331
    kerrya4446
    Participant

    I’ve got the API key both V2 and V3 from Google, and i use Enfold to verify them. however I cannot get the V2 capcha to display at all on the contact form.

    All I get is the solve the equation section. I’ have to get this running asap as hijackers are relaying tons of email thru this form for the last two days

    Help please

    High Mike

    thanks. please explain: where did you put the php code in? in the quick CSS field? and do I have to work from now on on the child theme settings and not on classic enfold?
    I just do not know how this works with that child theme.
    It seams to work for my blog page but I will have to do the same for another WP page / envato purchase.

    regards
    Dominic

    #1439328

    Hello Mike,

    the result of your link https://enfold.savvyify.com/club-table/ was exellent, so I followed your instructions and inserted the CSS in General Styling quick CSS nad I added the club-table CSS class in the right place.
    Unfortunately, as you can see here https://www.alfieridellatuscia.it/, the result was not the same … I also tried to make some instruction is important but this was also not successful. Seems to me that some CSS directives are not taken into consideration because they are overlaid by some other directive. What can I do now?

    Thanks in advance
    Andrea

    #1439323

    Hey cuccarini,
    Thank you for the link to your site and your screenshot, you are using the pricing table on your site, try using the tabular data instead.
    I created a test page with the tabular data and I made the table background color transparent so the color section Background Gradient would show instead of filling the empty cells with a red background color. This is how I filled the table:
    Enfold_Support_5288.jpeg
    I then added the custom class club-table
    Enfold_Support_5290.jpeg
    Then I used this css:

    .main_color table.club-table {
        border-collapse: separate;
        border-spacing: 10px;
        background: transparent;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }
    
    .main_color table.club-table td,
    .main_color table.club-table th {
    	border: 2px solid #fff;
        padding: 5px;
        background: transparent;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        height: 120px;
        vertical-align: middle;
        text-align: center;
    }
    .main_color table.club-table tr {
        border: 2px solid #fff;
        background: transparent;
    }
    tr:first-child th, tr:first-child td,
    tr th:first-child, tr td:first-child {
    	border: 2px solid #fff;
    }
    table.club-table > tbody > tr:nth-child(2) > td:nth-child(1),
    table.club-table > tbody > tr:nth-child(3) > td:nth-child(1) {
    	background-color: #1e90ff;
    }
    table.club-table > tbody > tr:nth-child(3) > td:nth-child(2) {
    	background-color: #808080;
    }
    table.club-table > tbody > tr:nth-child(2) > td:nth-child(3) {
    	background-color: #808080;
    }
    table.club-table > tbody > tr:nth-child(3) > td:nth-child(3) {
    	background-color: #ee711f;
    }
    table.club-table > tbody > tr:nth-child(3) > td:nth-child(5) {
    	background-color: #29a715;
    }

    This is the result:
    Enfold_Support_5292.jpeg
    Please give this a try.

    Best regards,
    Mike

    #1439320

    Hi,
    I believe that your question is that you are trying to use a grid row element with four cells and only want to have the background colors show as a bar:
    Enfold_Support_5282.jpeg
    you have set the min height to 15px:
    Enfold_Support_5280.jpeg
    but it shows as 60px high:
    Enfold_Support_5278.jpeg
    you need to go to each cell and set the Cell Padding to zero:
    Enfold_Support_5284.jpeg
    then it will show as 15px:
    Enfold_Support_5286.jpeg

    Best regards,
    Mike

    #1439317

    Hi,
    Perhaps a plugin like Html5 Audio Player would be a good choice because it uses a shortcode that allows you to add the audio file URL, so it could be from an external source or a directory on your site that you upload to via FTP and bypass the WordPress media library completely:
    Enfold_Support_5276.jpeg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, this seems strange and I have not seen any issues like this. Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and change your Performance setting to Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression ▸ Use minified theme files without merging
    and clear any cache plugin and see if it happens again in the future, if it does don’t fix with the steps above but include a admin login in the Private Content area so we can examine.
    We will leave this open to see it is happens again.

    Best regards,
    Mike

    #1439305

    Topic: Modal with validation

    in forum Enfold
    BoXstA
    Participant

    Hello,

    I have purchased the enfold theme and quite enjoy it. I’m trying to get a modal working and have found on the forums here, https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439 how to enable modals.

    In testing this works perfect, however when I try to convert the plain text button to an avia button, it fails to pop-up anymore.

    The contents of the modal is a bit unique, requiring users to select the checkbox before the button contained within allows for the user to continue to the next site.

    The button is:
    CLICK HERE TO BOOK ONLINE TODAY

    Here is the code being used:

    <div id="contact"  class="white-popup narrow mfp-hide">
    <div id="comp-kp7d8c3j" class="HcOXKn SxM0TO QxJLC3 comp-kp7d8c3j wixui-rich-text" data-testid="richTextElement">
    <b>Please accept the following:</b>
    <p>Be kind, courteous, happy. :)</p>
    
    <script>
    document.addEventListener('DOMContentLoaded', function() {
        var agreeCheckbox = document.getElementById('agreeCheckbox');
        var redirectBtn = document.getElementById('redirectBtn');
    
        agreeCheckbox.addEventListener('change', function() {
            redirectBtn.disabled = !agreeCheckbox.checked;
        });
    });
    </script>
    <input type="checkbox" id="agreeCheckbox"> I agree to the terms & conditions above
    <button id="redirectBtn" disabled onclick="window.location.href = 'https://somewebsite';">CONTINUE TO BOOKING</button>
    </div>
    </div>

    Any help is greatly appreciated.
    Thank you.

    #1439304

    In reply to: Change Doughnut Chart

    Hey marco593,
    Thank you for your patience, the following javascript will add the chart title to the center of the Doughnut Chart,
    Enfold_Support_5270.jpeg
    If you are not using a child theme you could use 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 this code and save.

    function doughnut_chart_with_title_in_center() { ?>
      <script>
    document.addEventListener('DOMContentLoaded', function() {
        function waitForChartJs() {
            if (typeof Chart === 'undefined') {
                setTimeout(waitForChartJs, 50);
            } else {
                registerCenterTitlePlugin();
            }
        }
    
        function registerCenterTitlePlugin() {
            Chart.register({
                id: 'centerTitle',
                beforeInit: function(chart) {
                    // Dynamically hide the title and legend
                    const options = chart.options;
                    if (options.plugins) {
                        if (!options.plugins.title) {
                            options.plugins.title = {};
                        }
                        options.plugins.title.display = false; // Hide title
    
                        if (!options.plugins.legend) {
                            options.plugins.legend = {};
                        }
                        options.plugins.legend.display = false; // Hide legend
                    }
                },
                afterDraw: function(chart) {
                    if (chart.config.type === 'doughnut') {
                        const ctx = chart.ctx;
                        const width = chart.width;
                        const height = chart.height;
                        const fontSize = (height / 114).toFixed(2);
                        ctx.font = fontSize + "em sans-serif";
                        ctx.textBaseline = "middle";
                        ctx.textAlign = "center";
    
                        // Use existing title if set, otherwise use a default text
                        const text = chart.options.plugins.title.text || 'Your Title Here';
                        const textX = width / 2;
                        const textY = height / 2;
    
                        ctx.fillText(text, textX, textY);
                    }
                }
            });
        }
    
        waitForChartJs();
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'doughnut_chart_with_title_in_center', 99 );

    This is the result:
    Enfold_Support_5272.jpeg

    Best regards,
    Mike

    #1439302
    hannelynne
    Participant

    Hi

    I want to make a grid row and keep it slim so it works like a coloured border. Like it is used here for example, in four colours: https://kriesi.at/themes/enfold-health-coach/

    But it stays the same size regardless of my settings. Height is set to “minimum custom height in pixel” and “15” , no borders, no folding. There is no contents forcing it bigger (only colour). Am I missing something?

    Kind regards, Hannah

    #1439298
    akhurst_machinery
    Participant

    Hello,

    I need help with my theme update.
    I followed a suggestion that worked for another website that we managed, but it’s not working for another one.

    I installed the Envato plugin and generated the token. All connection tests worked fine.
    But the theme version still shows a crazy Version number: 99.99.99

    https://snipboard.io/4dCjEh.jpg

    What should I do?
    I really need to update the theme template …

    Thanks, Leo

    #1439295

    Hey Stefan,
    I believe that you are referring to this button:
    Enfold_Support_5268.jpeg
    It seems to look correct to me, the orange arrow expands the button options and they also show in the center of the mobile screen.
    Perhaps a screenshot of what you see would help.

    Best regards,
    Mike

    #1439287

    I am up to date on enfold using (5.6.12)
    Display excerpt is checked. And the title and caption are displaying, however the button is overlapping the text and title instead of displaying beneath it.
    The button is added with html just like you show above, and it appears however in the wrong place.

    #1439284

    In reply to: Enfold Showcase

    Just updated my portfolio using Enfold: https://cacei.ro

    #1439274

    Hi,

    Thanks for the update, so the problem with disappearing content is now solved then?

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at the site which cannot be updated.

    Best regards,
    Rikard

    #1439268

    In reply to: blog meta

    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

    dbuettner
    Participant

    Hallo

    ich möchte die Länge der Blog Einträge gemäss Instruktion
    enfold library

    einrichten. Ich verstehe aber nicht wie ich das machen soll. Ich habe das enfold theme eingerichtet und die webseite eingerichtet und das childtheme aktiviert. Childtheme ist aber unbearbeitet.

    Frage: wie / wo kann ich den obigen Code php einsetzen? per FTP? Ich habe ihn im CSS eingesetzt aber das hat nicht funktioniert (example page 124 habe ich ersetzt durch 101). Die Seite auf der der Blog gezeigt werden soll ohne “weiterlesen” hat die ID 101 / Seite Meinung

    Beste Grüsse,
    Dominic Büttner

Viewing 30 results - 8,851 through 8,880 (of 244,462 total)