Forum Replies Created

Viewing 30 posts - 14,011 through 14,040 (of 67,003 total)
  • Author
    Posts
  • in reply to: iOS layerslider or menu + images not working #1305755

    Hi,

    The drop down or the sub menus in the burger menu overlay are not displaying correctly because of this css code.

    .home ul.sub-menu, .page-id-33 ul.sub-menu, .page-id-160 ul.sub-menu, .page-id-164 ul.sub-menu, .page-id-167 ul.sub-menu, .page-id-170 ul.sub-menu, .page-id-173 ul.sub-menu, .page-id-176 ul.sub-menu, .page-id-179 ul.sub-menu {
    	display: none !important;
    }
    

    You have to remove it or adjust it accordingly.

    Best regards,
    Ismael

    Hey SyberKnight,

    Thank you for the inquiry.

    It is automatically added by WordPress in the head tag using the wp_head hook and with the following function as the callback.

    // https://developer.wordpress.org/reference/functions/rel_canonical/

    If you want to remove it, just add this code in the functions.php file.

    remove_action( 'wp_head', 'rel_canonical' );
    

    Best regards,
    Ismael

    in reply to: Recaptcha Enterprise how to implement #1305753

    Hey Eduardo,

    Thank you for the inquiry.

    The enterprise version of reCAPTCHA is not currently supported by the theme. You will have to use the available versions in the Theme Options > Google Services panel for now.

    If you would like to implement it yourself, please check this documentation.

    // https://cloud.google.com/recaptcha-enterprise/docs/instrument-web-pages

    Best regards,
    Ismael

    in reply to: Zen Menu Logic not working with Enfold Mobile Menu #1305750

    Hey bcerin,

    Thank you for the inquiry.

    Have you tried setting a different menu for mobile in Enfold > Main Menu > General > Alternate Menu for Mobile settings? The solution that we provided in the previous thread is already included in the latest version of the theme, 4.8.3. Please make sure that the theme or the site is updated.

    Best regards,
    Ismael

    in reply to: Custom Class (Developer settings) do not work #1305749

    Hey digitalprint2222,

    Thank you for the inquiry.

    Where can we see the section where the custom css classes were applied? Please provide the site URL in the private field so that we can check it. This is working properly when we tested it on our end.

    Best regards,
    Ismael

    Hi,


    @smorano
    : As @madsonic mentioned above, it works when we set jQuery to an older version. We installed the jQuery Migrate plugin in the site and disabled the file compression settings temporarily.


    @madsonic
    : Thank you for the info. Do you see any errors when setting jQuery to older version? You may need to keep the plugin enabled for now.

    Best regards,
    Ismael

    in reply to: Fixing CLS errors #1305738

    Hi,

    Alright. Let us know if you need further assistance. You may need to add css rules in the css media queries to adjust the height value of the modified elements (e.g the testimonial section) on different screen sizes. The layer slider seems to have the same height on mobile and desktop view, so having the same css rule for both should be enough.

    @thinkjarvis: Thanks for the info.

    Best regards,
    Ismael

    Hey jhieronimus,

    Thank you for the inquiry.

    The site is asking for another authentication, probably the htaccess. Please include the htaccess authentication in the private field so that we can login and check the site.

    You can adjust the style of the burger menu in the Enfold > Main Menu > Burger/Mobile Menu panel. Set the Menu Overlay Style to minimal or the third option if you want to remove the lines.

    Best regards,
    Ismael

    in reply to: Contact Form 7 and HTML / PHP code #1305734

    Hi,

    Thank you for the info.

    You may need to create a custom shortcode that selects and renders a contact form shortcode based on certain conditions. Please check the following documentation for more info about the shortcode API.

    // https://codex.wordpress.org/Shortcode_API

    Best regards,
    Ismael

    in reply to: cookies don.t load #1305733

    Hey JanBierhof,

    Thank you for the inquiry.

    We get this error whenever we try to change the name.

    Error: Vul uw naam en bericht in AUB.
    Klik hier om terug te gaan

    You may need to contact the script or plugin authors for more info regarding the chat box issue. Please note that support for third party scripts and plugins are limited. Please check the following link.

    // https://kriesi.at/support/register/#av_section_2

    Best regards,
    Ismael

    in reply to: Webfont installieren #1305732

    Hi,

    But as soon as I make a selection of a downloaded file and zip it again with macos

    So it works when you upload the original zip file? You can actually select the font variation or styles that you need when using the google-webfonts-helper and only download those variations excluding the others. But you have to rename the files and make sure that it follows Google’s naming conventions. Example.

    Nunito-Black.woff
    Nunito-Regular.woff
    Nunito-ExtraLightItalic.woff
    Nunito-Bold.woff

    The custom font uploader will not be able to recognize a font with an arbitrary name.

    Best regards,
    Ismael

    in reply to: MasonryGallery – sort by random, but not in…. #1305730

    Hey digitalprint2222,

    Thank you for the inquiry.

    Would you like to set a post or a gallery item as sticky? Having sticky items in the query is possible, but it may not work if the orderby parameter is set to random.

    // https://kriesi.at/support/topic/sticky-posts-not-displaying-forst/#post-1230187

    Best regards,
    Ismael

    Hey Matt,

    Thank you for the inquiry.

    Are you using any SEO plugin? It is possible that an option added the meta tag there. Please provide the URL of a portfolio item so that we could check it properly.

    In the demo, the portfolio item is set to index/follow.

    // https://kriesi.at/themes/enfold-2017/portfolio-item/imac-revolution/

    Best regards,
    Ismael

    in reply to: Front Page Not Updating #1305728

    Hi,

    How do you know that the changes are not visible to the “public”? Have you tried checking the site on incognito mode after making any changes?

    We temporarily disabled the Enfold > Performance > File Compression settings to make sure that any changes to the stylesheets are visible to the page. To test it, we added this css code in the Quick CSS field and see if the changes will be immediately visible in the home page.

    #footer {
        display: none;
    }
    

    The css code above hid the footer container immediately after refreshing the page, but we had to make sure that the cache is disabled. We also did a hard refresh. We then removed the css code again and the changes reflected immediately, the footer container displayed back.

    Best regards,
    Ismael

    in reply to: construction demo import is not working #1305595

    Hi,

    Sorry for the delay. Do you see any errors when attempting to import the demo? If the auto import is not working, try to manually install the demo using the xml files. For more info on how you can use the xml files, please check the following documentation.

    // https://kriesi.at/documentation/enfold/import-demos/#how-to-import-a-theme-demo > Import only the demo content using XML files.

    The xml files are located in the following page.

    // https://github.com/KriesiMedia/enfold-library/tree/master/demos

    Best regards,
    Ismael

    in reply to: grey background fullwidth slider #1305593

    Hi,

    Thank you for the inquiry.

    The background of the video is now black. Did you manage to change it? Regarding the loading icon or overlay, try to use this css rule in the Quick CSS field.

    .mejs-overlay-loading {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: events calendar pro issue (conflict) #1305592

    Hey bauchope,

    Thank you for the inquiry.

    We can reproduce the issue on our end but we are not yet sure what is causing it. Clicking on the buy tickets button does not generate any errors, it just redirects to the home page. Does it work correctly when the Enfold > Performance > File Compression settings or the privacy options are disabled?

    Best regards,
    Ismael

    in reply to: Google Maps Custom Marker Size #1305586

    Hi,

    This is possible but you have to add the option directly in the enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.php file. Look for this code around line 531.

    	array(
    							'name' 	=> __( 'Custom Map Marker Image Size', 'avia_framework' ),
    							'desc' 	=> __( 'How big should the marker image be displayed in height and width.', 'avia_framework' ),
    							'id' 	=> 'imagesize',
    							'type' 	=> 'select',
    							'std' 	=> '40',
    							'required' 	=> array( 'marker', 'not', '' ),
    							'subtype' => array(
    												__( '20px * 20px', 'avia_framework' )	=> '20',
    												__( '30px * 30px', 'avia_framework' )	=> '30',
    												__( '40px * 40px', 'avia_framework' )	=> '40',
    												__( '50px * 50px', 'avia_framework' )	=> '50',
    												__( '60px * 60px', 'avia_framework' )	=> '60',
    												__( '70px * 70px', 'avia_framework' )	=> '70',
    												__( '80px * 80px', 'avia_framework' )	=> '80',
    											),
    						)
    

    Best regards,
    Ismael

    in reply to: Enfold Social Widgets not showing in sidebars anymore #1305582

    Hey Illingco,

    Thank you for the inquiry.

    Did you install the Smash Balloon Instagram Feed plugin? The instagram widget now requires the plugin in order to work properly.

    // https://wordpress.org/plugins/instagram-feed/

    We are not yet sure why the Facebook widget is not displaying though. Have you tried re-adding the widget again?

    Best regards,
    Ismael

    in reply to: Mobile device display order #1305537

    Hi,

    Please provide a login token by using the plugin mentioned below or by doing the following steps.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When the issue is fixed, you can always remove the plugin!

    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field. You can use the email wordpress@kriesi.at. But please note that we do not have access to this email, so make sure to generate the password on registration.

    Best regards,
    Ismael

    Hi,

    i think it could have a negative impact on seo

    Why would it have a negative impact on SEO? It is a very a small script which should not affect the actual content of the site.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    It is not working correctly because you have added another link inside the icon grid item content.

    <a href="#">Weiter zum Resilienz Online Kurs</a>
    

    This breaks the layout of the grid item because the parent link or container is being closed prematurely. Link for an item should be specified or selected in the Erweitert > Titel Link? settings.

    Best regards,
    Ismael

    in reply to: Fontello after new update #1305529

    Hey zibbaldone,

    Thank you for the inquiry.

    It seems to be referring to the entypo-fontello font. To fix that, try to add the filter that we provided in the following thread.

    // https://kriesi.at/support/topic/how-to-implement-relpreload-preload-key-requests-for-font-entypo-fontello/#post-1290768
    // https://kriesi.at/support/topic/improving-laoding-of-font-entypo-fontello/#post-1283666

    Make sure to replace “block” with “swap”.

    Best regards,
    Ismael

    in reply to: HTML-Tag in Excerpt #1305528

    Hey profil77,

    Thank you for the inquiry.

    The filter in the previous thread should allow br tags in the excerpt. If you want to allow both versions of the br tags, the one that is self-closing and the other version, try to replace the filter with this one.

    https://pastebin.com/UthjCMmX

    If this is not working, please provide the link to the search results page so that we can check it further.

    Best regards,
    Ismael

    in reply to: Color section background image mobile resizing error #1305527

    Hey jifei,

    Thank you for the inquiry.

    Would you mind providing screenshot of the issue? The background images seem to be displaying properly on our end. This is how it looks.

    Screenshot: https://postimg.cc/2q8gK9g6

    Best regards,
    Ismael

    in reply to: Portfolio Grid alignment issues #1305525

    Hi,

    Thank you for the inquiry.

    Did you set the Styling > Grid Settings > Portfolio Grid Image Size settings to the second option? Please try to set it back to the first option or make sure to select a thumbnail with cropping enabled such as the masonry element thumbnail.

    Best regards,
    Ismael

    in reply to: Google Analytics Cookies are loaded automaticaly #1305519

    Hey Obeatone,

    Thank you for the inquiry.

    It is possible that those are already there before enabling the privacy options. Please note that any related cookies that are already added in the local storage before enabling the privacy option will not be removed automatically. Try to remove the cookies manually, then refresh the page. This time, the cookies should not be added to the storage.

    Best regards,
    Ismael

    Hi,

    Awesome. Good to know that you have found the appropriate privacy option. Please feel free to open another thread if you have further questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: animated gif masonry gallery #1305502

    Hi,

    You may need to select the original version of the image or the full-sized version. Items in the masonry gallery element display a thumbnail called masonry by default, which has become a static image without the animation after uploading. To adjust the image size, you can edit the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php, go to line 726 and replace “masonry” with “full”.

    
    $img_size = 'masonry';
    

    However, please note that selecting a different thumbnail size for the masonry gallery may affect its layout or the masonry size settings.

    Best regards,
    Ismael

    Hi,

    Glad to know that this is now working correctly. Please do not hesitate to open another if you need anything else.

    Have a nice day,

    Best regards,
    Ismael

Viewing 30 posts - 14,011 through 14,040 (of 67,003 total)