Viewing 30 results - 7,861 through 7,890 (of 244,447 total)
  • Author
    Search Results
  • #1446433

    Hi,
    Glad to hear that you have this sorted out, 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

    #1446431

    Thanks for your note Mike, it does appear that the problem has been corrected. I made some changes based on previous forum topics and also made sure that I was using the most current Enfold release so perhaps one of those two worked. I’ll be in touch if other site users report the error. Thank you for your attention!.

    Hey JoeSurf,
    Thank you for the link to your site while checking your pages I found this error:
    Deferred exception: $(…).pointer is not a function TypeError: $(…).pointer is not a function
    which seem to be from your Classic Editor so I disabled it, since you already have this option in the theme settings.
    All of your pages have these errors even if the backend loads:
    https://my.yoast.com/api/downloads/file/morphology-v2?plugin_version=11.5&site=https%3A%2F%2Fwww.yoursite.com 403 (Forbidden)
    https://www.yoursite.com/wp-admin/admin-ajax.php 500 (Internal Server Error)

    so for the Yoast plugin I guess you need to activate your Yoast SEO Premium subscription, and that would solve the first error
    Enfold Support 5908
    But I don’t know what is causing the /admin-ajax.php 500 (Internal Server Error) error.
    Try enabling WP Debugging on your site and this might help track this down.

    Best regards,
    Mike

    #1446308

    Hi team,

    I finished translating Enfold 6.0 100% and sent everything to Yigit by e-mail.

    terra3110
    Participant

    Hello,

    I have a weird Problem, what seems to me related to Enfold/AVIA.

    I use make.com (similar to Zapier) to retrieve Content via WordPress API from my Website. In this case, I retrieve the Content of a Page. Within make.com I modify this content and send it back to WordPress to update the page.

    The problem is that this change is not possible to see in either the front end or back end. The WordPress API Call did not generate an Error, and no Error showed up in the Logfile.

    What’s particularly puzzling is that when I access the Page’s Revision History, I can clearly see the submitted change. The last change was made by the ‘developer’ (API), and I can see the change I submitted as a diff to the previous version. However, this change is not visible in the Advanced Editor or the Frontend.

    Initially, I suspected caching to be the culprit, but I’ve thoroughly ruled that out. I’ve gone as far as completely uninstalling any WordPress or Code Caching, deactivating any Cache Server, and even trying with different Browsers after clearing the Cache.

    I was in touch with make.com and they say, that from there perspective the problem lies within Enfold/AVIA.

    Also, I run before the following Test:

    I retrieve a Page via API and submit via API a Change Request of the Page back to my Website, let us say this is Change A.
    Then I do the same again, this time with an additional Change B.

    Now I login into the WordPress Backend, go to the page, go to Revision History and see actual version (including A+B) and the previous version (that only contains A) and of cource all older versions. Now I click on the previous change (that only contains A) and say “RESTORE”. NOW I see the Version, including my Change A in the Backend and Frontend. I tried also to make changes to the date (to distinct the Page Update from a previous update). The Date change is visible in the Backend, but not the Content Change.

    Also, I double-checked with one of the Standard WordPress Themes (Twenty-Four), and the problem did not occur with it. This confirms the theory, that it has to do something with Enfold/AVIA.

    It seems like when submitting a Page Request via API requires something that the API Call is not doing – what causes the Change to not be visible.

    Any Information, that this can be and what I have to do?

    • This topic was modified 1 year, 10 months ago by terra3110.
    #1446146

    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

    #1446145

    In reply to: Highlight menu color

    Hi,
    Oh no, there are no silly questions, I hope that I didn’t sound like that, I was just saying where it came from.
    Glad we were able to help and have a good weekend, 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

    #1446098

    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

    #1446096

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

    .main_color input[type='submit'].wpcf7-submit:hover {
    	background-color: #e94a3f;
        color: #ffffff;
        border-color: #c7281d;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    feel free to adjust to suit.

    Best regards,
    Mike

    Hi,
    For your pricing page try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .page-id-2429 .template-page.content.av-content-full.av-main-page {
    	padding: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1446088

    In reply to: Highlight menu color

    Hi,
    This color is from your browser, you will alos notice that it occurs on your logo and burger menu icon, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to remove it:

    .av-active-burger-items,
    #header_main .logo,
    #header_main .av-burger-menu-main {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .av-active-burger-items:focus,
    #header_main .logo:focus,
    #header_main .av-burger-menu-main:focus {
        outline: none !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1446076

    Hey jaitinrosa,
    If you need to display the info in different parts of the page you can use the “X” to show only the part you want, and the use several of these elements and place them where you wish on the page.
    Enfold Support 5906

    Best regards,
    Mike

    #1446071

    Topic: Yoast SEO

    in forum Enfold
    Anninana
    Participant

    Hello :-)
    is Theme Enfold compatible with Yoast SEO?

    I just noticed that it doesn’t work if I activate the eye symbol beside “Passive voice” or “long sentences”.
    In my former theme these mistakes had been marked with a color so that it was easier to find and correct them.
    Is there any solution resp. possibility to get this back? Or is another SEO plugin advisable?

    Thanks for you advice.
    Anne

    #1446070

    Hey Julie,
    Thank you for the link to your site, first I added the custom class click-to-close to your flipbox
    Enfold Support 5904
    Then I added this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_click_to_close_flipbox_script() { ?>
      <script>
    jQuery(document).ready(function($) {
        $('.click-to-close .avia-icongrid-flipbox .av-icon-cell-item').hover(
            function() {
                var $flipback = $(this).find('.avia-icongrid-flipback');
                // Check if the transform is rotateY(0deg)
                if ($flipback.css('transform') == 'matrix(1, 0, 0, 1, 0, 0)') {
                    $(this).addClass('avia-hover');
                    console.log('avia-hover class added');
                }
            }
        );
    
        // Function to handle clicks outside the element
        $(document).on('click', function(event) {
            if (!$(event.target).closest('.click-to-close .avia-icongrid-flipbox .av-icon-cell-item').length) {
                $('.click-to-close .avia-icongrid-flipbox .av-icon-cell-item').removeClass('avia-hover');
                console.log('avia-hover class removed');
            }
        });
    
        // Prevent clicks inside the element from triggering the document click handler
        $('.click-to-close .avia-icongrid-flipbox .av-icon-cell-item').on('click', function(event) {
            event.stopPropagation();
        });
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_click_to_close_flipbox_script', 99 );

    Now when you hover over the flipbox and it flips the class avia-hover is added to it so that it won’t flip back, until you click outside of the element, in which the class is removed.
    please clear your browser cache and check.

    Best regards,
    Mike

    #1446051

    In reply to: scaling fonts

    Hey Advantage09,
    Please see the theme options at Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings
    you can set the default sizes
    Enfold Support 5902

    Best regards,
    Mike

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field, it will make the icon larger and center vertically:

    .iconbox_left .iconbox_content {  
    	display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: 1fr;
      grid-auto-columns: auto 1fr;
      gap: 0px 0px;
      grid-auto-flow: column;
      align-items: center;
      justify-content: center;
    }
    .iconbox_left .iconbox_content .entry-content-header .iconbox_icon {
        height: 60px;
        width: 60px;
        font-size: 40px;
        top: 0;
        left: 0;
        align-content: center;
    }
    .iconbox_left .iconbox_content .entry-content-header {
      justify-self: center;
    }
    .iconbox_left .iconbox_content .iconbox_content_container p {
    	margin-top: 0;
    }

    Best regards,
    Mike

    Hi,

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

    Best regards,
    Rikard

    #1446008

    Hi,
    Thank you for your patience your social media icons in the footer were hidden due to this css in your Quick CSS, I removed it for you
    Enfold Support 5896
    Please clear your browser cache and check.
    I didn’t find any issues with your cookie consent, when I click “accept” it hides.

    Best regards,
    Mike

    #1445997

    In reply to: Blogs slider

    Hi,
    Thank you for your patience I see that you have both v5.2.1 & v5.7.1 with the same Theme Name so I’m not sure how you have it setup to enable which parent theme is used, I see that v5.2.1 is currently loading. I also see that you have a custom header.php & footer.php in the child theme, we do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Try removing these and see if this solves. You could replacing these with the header.php & footer.php from the v5.7.1 parent theme, but then you would need to manually update these with each update. I recommend removing these and any customizations you wish to make should be done in your child theme functions.php instead.
    If this doesn’t help then I would recommend looking at your custom avia-shortcodes files as it looks like you have created customized elements and I assume they were based on the older v5.2.1 elements:
    Enfold Support 5894
    The theme has changed a lot since then so you may need to review the elements from v5.7.1 and update your custom elements to suit.

    Best regards,
    Mike

    maybe it has to do with the default strip_tags option on many excerpts ( post_excerpt )
    or that function avia_backend_truncate often used in enfold to filter strings.

    PS try <strong> instead of <b>
    strong , em and span are excluded tags from strip_tags

    #1445930

    Hey Morgan,
    Thanks for your patience, typically the feedback we receive is positive and once in a while we are asked to address small issues. We don’t have a WCAG 2.0 testing account or a screen reader to test with, but you are welcome to test our demo.

    Best regards,
    Mike

    #1445914

    Topic: Highlight menu color

    in forum Enfold
    danielvanloosbroek
    Participant

    Hi,
    I used to have a different Enfold site and transfered the old site to my new domain. I changed the color themes and the site is beautiful now. There is only one very small thing that bothers me. When I click on the mobile menu, there is a short pop up or highlight color from the old website. It used to be blue, after less than a second this color dissapears again when it is loading the site. I have looked at all my color settings, but, I can’t find the setting for this.

    I hope you could help.

    Thanks in advance,

    Daniel

    Hi,

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

    Best regards,
    Rikard

    Hi,

    Thanks for the update. What happens if you activate the option to delete old CSS and JS files under Enfold->Performance? If that should not help, then you might need to disable the post CSS file generation with this in functions.php:

    /**
     * Filter to skip css file generation.
     * You can add logic to skip for certain pages/posts only.
     * 
     * @since 4.8.6.1
     * @param boolean $create
     * @return boolean					true | false or anything else to skip generation of css file
     */
    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 );

    Best regards,
    Rikard

    #1445870

    In reply to: Theme update isue.

    Hey danielvanloosbroek,

    Thanks for the login details. The slider seems to be working as expected on my end, did you manage to find a solution? If the updates are not coming through, then please try using this plugin instead: https://envato.com/market-plugin/. If you should have any further problems, then please try to deactivate Javascript File Merging And Compression under Enfold->Performance, as the SG Optimizer plugin causes problems when that is active.

    Best regards,
    Rikard

    #1445863

    Hi @Guenter, @yigit,
    I just finished updating Dutch language files (up to 100% again) for Enfold 6.0 and created a pull request in Github for it.

    Regards,
    Roger

    #1445639
    welswebmaster
    Participant

    Hi Enfold team,
    I’m using the icon box grid with an image on the front and a shortcode for signing up to a Mailpoet newsletter on the back. It displays perfectly. How can I have it close ONLY if clicking out side of the icon box area, and not both in/out of the area?
    Thanks for your help.

    Hey 10amCreativeMedia,

    Did you register you theme license? https://kriesi.at/documentation/enfold/theme-registration/. If the updates should not come through after that, then please using this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1445631

    Hi,

    Thanks for the update. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Why do you need to use the Gutenberg builder for your layout? Why not use the built in Enfold Layout Builder?

    Best regards,
    Rikard

Viewing 30 results - 7,861 through 7,890 (of 244,447 total)