Forum Replies Created

Viewing 30 posts - 22,951 through 22,980 (of 67,510 total)
  • Author
    Posts
  • Hey michkoel,

    Thank you for using Enfold.

    It seems to be responsive on a device emulation. Could you provide screenshots of the issue in those devices? You can upload it using imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Issues with formatting Woocommerce checkout page #1109368

    Hey bauchope,

    Thank you for using Enfold.

    Did you create that page using the visual composer, or is that a default template? Looks like you need to adjust the width of that container. We would like to check it, but the site requires an htaccess authentication. Please add it in the private field.

    Best regards,
    Ismael

    in reply to: Element not showing in mobile #1109365

    Hi,

    Thank you for the update.

    Looks like the file compression or minification is enabled in your site. Please toggle or disable it temporarily from the Enfold > Performance panel. And don’t forget to purge or remove the cache after adding the css code

    Best regards,
    Ismael

    in reply to: Show thumbnail password protected page #1109360

    Hi,

    Thanks for the update.

    You should be able to remove that lock icon by editing the config-templatebuilder > aviashortcodes > av-helper-masonry.php file. Just look for this code around line 726:

    				//check if post is password protected
    				if(post_password_required($id))
    				{
    					$this->loop[$key]['content'] 		= "";
    					$this->loop[$key]['class'][]		= "entry-protected";
    					$this->loop[$key]['thumb_ID'] 		= "";
    					$this->loop[$key]['text_before'] 	= av_icon_display('closed');
    					$this->loop[$key]['text_after']		= $this->loop[$key]['date'];
    				}
    
    

    And remove it.

    Best regards,
    Ismael

    in reply to: Work method #1109357

    Hi,

    We will tag @yigit again to answer additional inquiries.

    – Is Kriesi still actively developing on the Enfold theme?

    Yes, as @yigit mentioned @kriesi is busy developing major features for the theme. Unfortunately, we can’t tell you what it is right now.

    — (We check your github on a weekly basis :))

    That repo is private, so you won’t be able to view it without an invite. Some user asked for access before, but they didn’t get it.

    – Is it possible that we can think along with major features?

    You can always share your ideas here in the forum and voice your concerns regarding the direction the theme is going. We will sure to forward it to the @Devteam and to @kriesi.

    Best regards,
    Ismael

    in reply to: Mobile menu settings #1109354

    Hey RandomCreatives,

    Thank you for the update.

    There is no option for that by default, but you can switch to an alternate menu for mobile view in the Enfold > Main Menu > Alternate Menu for Mobile settings. You will be able to select a different set of menu for mobile in place of the main menu.

    Best regards,
    Ismael

    in reply to: How to set a directory with filters? #1109353

    Hi,

    Yes, that’s the default bbForums filter. The following plugin might help as well.

    // https://wordpress.org/plugins/search-filter/

    Thanks for the update.

    Best regards,
    Ismael

    in reply to: support needed #1109352

    Hey E-A!

    Thank you for using Enfold.

    It seems to be an issue with the empolis.js script, which contains an unsupported JS function. The actual error is generated on line 28:

    bodytag.prepend(div, bodytag.firstChild);
    

    And this is the error:

    Object doesn't support property or method 'prepend'
    

    This thread might help.

    // https://stackoverflow.com/questions/48939834/prepend-append-works-in-chrome-and-firefox-but-not-ie11-and-edge/52072825
    // https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/prepend#Browser_compatibility

    Cheers!
    Ismael

    Hi,

    Great! However, that is just a temporary fix. Please forward that to the plugin developers. Maybe, they’ll know what’s actually causing the issue.

    Best regards,
    Ismael

    in reply to: contact form – date #1109347

    Hi,

    Thank you for the update.

    Did you set jQuery to load in the footer? You should be able to toggle that in the Enfold > Performance panel.

    That is probably why we see this error in the console.

    (index):223 Uncaught ReferenceError: jQuery is not defined
        at (index):223
    

    Best regards,
    Ismael

    in reply to: IE 11 issues with slider and google maps #1109346

    Hi,

    Did you toggle the Enfold > Performance > File Compression settings after modifying the file? And please don’t forget to remove the browser cache prior to checking the page.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Permanent Image Overlay on linked Pictures #1109345

    Hey P4K,

    Thank you for using Enfold.

    Could you give us a screenshot of the layout that you have in mind? You can use imgur or dropbox.

    You should be able to apply the grayscale effect to a specific image element using this css code.

    .avia_image {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    Just replace the “.avia-image” selector with a custom css class.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    in reply to: Update error #1109342

    Hey Madelfo_55,

    Thank you for using Enfold.

    You will not be able to do an automatic update on that version because it contains a deprecated API from Envato. Just this once, the theme has to be updated manually via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Please update the theme regularly as much as possible.

    Best regards,
    Ismael

    in reply to: Google Maps Problem: Api Key wird nicht akzeptiert #1109338

    Hi,

    Awesome! Glad we could help. Please open a new thread if you need anything else.

    Enjoy the theme and have a nice day!

    Best regards,
    Ismael

    in reply to: Minifying and combining of CSS & JS #1109337

    Hi,

    Thank you for the update.

    We haven’t encountered anything like this before, so we are not sure what could cause it. Have you tried using the theme’s minification/compression instead of W3 Total Cache’s?

    Best regards,
    Ismael

    Hi,

    Awesome! Glad that you found that option. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Full size header image #1109333

    Hi,

    Thanks for the update.

    Have you tried wrapping those columns inside a color section? You should be able to toggle the visibility of the color section for difference devices using the Screen Options.

    Best regards,
    Ismael

    in reply to: Submenu not sticky #1109332

    Hi,

    Good to hear. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hey mediafacto,

    You can add this code in the Quick CSS field to remove the menu overlay.

    #top .content .flex_column .widget_nav_menu li a:hover, #top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
        background-color: transparent;
    }

    Thank you for using Enfold.

    Best regards,
    Ismael

    in reply to: Change position of post-nav buttons below post #1109066

    Hi,

    You should be able to move the post nav by editing the single.php file. Look for this code around line 42:

    
    $blog_disabled = ( avia_get_option('disable_blog') == 'disable_blog' ) ? true : false;
    

    Below, add this code:

    
    echo "<div class='custom-post-nav'>";
    echo avia_post_nav();
    echo "</div>";
    

    And then use this css code to change the style of the navigation:

    #top .custom-post-nav {
        clear: both;
    }
    
    #top .avia-post-nav {
        position: relative;
        height: 110px;
    }
    
    #top .avia-post-nav .entry-info-wrap {
        width: auto;
    }

    After that, edit the footer.php file and remove this code around line 239 to disable the default navigation:

    echo $avia_post_nav;
    

    Best regards,
    Ismael

    in reply to: Form refresh the page on submit #1109060

    Hi,

    Glad that you were able to fix the initial issue. Have you tried setting another page as your 404 page?

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hey Grant,

    Thank you for using Enfold.

    You can disable the block or gutenberg editor from the Enfold > Theme Options panel. Look for the “Select Your Editor” settings. Let us know if it makes any difference.

    Best regards,
    Ismael

    in reply to: Tab Section – cant make tabs above/below content #1109048

    Hi,

    Thanks for the update.

    The account is still invalid. Please check it carefully. And make sure that the site is running on version 4.5.7.

    The translations in the lang > de_DE.po file seem to be correct.

    # @ avia_framework
    #: enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php:228
    msgid "Display Tabs above content"
    msgstr "Reiter drüber anzeigen"
    
    # @ avia_framework
    #: enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php:229
    msgid "Display Tabs below content"
    msgstr "Reiter darunter anzeigen"
    

    Are those the correct translations?

    Best regards,
    Ismael

    in reply to: Layer Slider zeigt keine Bilder an #1109046

    Hi,

    Thank you for the update.

    The images in the layer slider are not displaying because of Jetpack’s lazyload option. We disabled the plugin temporarily.

    Best regards,
    Ismael

    in reply to: Work method #1109043

    Hey Webvriend,

    Thank you for your concerns.

    We will ask @Gunter and @Kriesi to check this thread so that either one of them can you personally. Please wait for their response.

    Best regards,
    Ismael

    in reply to: A button directly to a picture gallery #1109001

    Hi,

    Thank you for the info.

    The gallery should be hidden on page load. You can use the following css code to do that.

    .my-custom-gallery { display: none; }
    

    Turn on the custom css class field first so that you can apply a special class attribute (ex: my-custom-gallery) to the gallery.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    You can then create a custom script that will toggle the visibility of the gallery when someone clicked on the “photo” button. The following function should help.

    // http://api.jquery.com/toggle/

    Best regards,
    Ismael

    in reply to: changing read more button with different language #1108996

    Hi,

    Have you tried using the suggested plugin above to translate the strings or text?

    // https://wordpress.org/plugins/loco-translate/

    You can find more info in the plugin’s documentation.

    // https://localise.biz/wordpress/plugin/beginners

    Best regards,
    Ismael

    Hi,

    Looks like a script is preventing the default action of the links, so it can’t open the assigned URL.

    Please add this script in the functions.php file to override that script:

    function ava_tribe_events_mobile_link(){
        ?>
        <script>
        (function($) {
            $('#tribe-events-content a').on('click', function(e) {
                e.preventDefault();
                window.location.href = $(this).attr('href');
            });
        })(jQuery);
        </script>
        <?php
        }
    add_action('wp_footer', 'ava_tribe_events_mobile_link');
    

    Thanks for the update.

    Best regards,
    Ismael

    in reply to: Reviews section is taking the page down #1108987

    Hi,

    Thank you for the update.

    Have you tried changing the tab title to “User Reviews” or “Customer Reviews” instead of just “Reviews”? It scrolls down because there is a container or anchor called “reviews” inside the tab section content.

    It does scroll down on my end, but I can still access the whole page properly after.

    Best regards,
    Ismael

    in reply to: HELP! Function to show different Homepage #1108986

    Hi,

    The theme is using the following filters to redirect to the page set as front page.

    add_filter('pre_option_show_on_front', 'avia_show_on_front_filter');
    add_filter('pre_option_page_on_front', 'avia_page_on_front_filter');
    

    You should be able to check that in the themes\enfold\includes\ folder. Look for the helper-template-logic.php file > avia_modify_front function.

    Best regards,
    Ismael

Viewing 30 posts - 22,951 through 22,980 (of 67,510 total)