Forum Replies Created

Viewing 30 posts - 11,641 through 11,670 (of 66,166 total)
  • Author
    Posts
  • in reply to: Missing social icons only in mobile view #1327362

    Hey profumopuntoit,

    Thank you for the inquiry.

    We cannot reproduce the issue on our end. Where can we see the issue? Please post the site URL in the private field so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Sound button next to logo. #1327360

    Hi,

    Thank you for the inquiry.

    Yes, that should be possible with another text widget in the header widget area. Did you add the code in the functions.php file to activate the header widget area?

    Best regards,
    Ismael`

    in reply to: Ankerlinks funktionieren nicht #1327359

    Hey Johannes,

    Thank you for the inquiry.

    We cannot reproduce the issue on our end, so this issue is probably caused by a plugin or a third party script. Please try to disable the plugins temporarily before checking the page again.

    Best regards,
    Ismael

    in reply to: Sound button next to logo. #1327275

    Hey ultimaxdesigns,

    Thank you for the inquiry.

    You can insert a widget inside the header, just follow the instructions in the documentation below.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    You can also modify the helper-main-menu.php file directly or use the available hooks in the template.

    Best regards,
    Ismael

    in reply to: Layer slider and page loader #1327271

    Hey zerodotnine,

    Thank you for the inquiry.

    Try to adjust the Duration value in the layer’s Transitions > Opening Transitions > Timing & Transform section. You can also disable the Fade option in the Style Properties.

    Best regards,
    Ismael

    in reply to: Issues : Logo, Theme Formating, Colors, Font and Others #1327270

    Hi,

    Thank you for the update.

    You may have to temporarily disable the Enfold > Performance > File Compression settings before uploading the logo again. Please make sure to purge the cache before attempting to check the page again.

    Best regards,
    Ismael

    in reply to: Issues : Logo, Theme Formating, Colors, Font and Others #1327253

    Hey eisme,

    Thank you for the inquiry.

    Did you do anything prior to the issue? Looks like the theme options have been reverted back to default. Someone might have accidentally selected a predefined color scheme in the Enfold > General Styling panel and saved the theme options. You may have to restore the site using a backup. If a backup or restore point is not available, you will have to manually reconfigure the theme options and upload the logo again. Please make sure to update the theme to the latest version as well.

    Best regards,
    Ismael

    in reply to: Exclude cookies for select content #1327252

    Hey Julie,

    Thank you for the inquiry.

    You can use this code in the functions.php file to disable the message bar on specific pages.

    add_action("wp", function() {
    	if(is_page(array(3251))) {
    		avia_update_option("cookie_consent", "hide_bar");
    	} else {
    		avia_update_option("cookie_consent", "cookie_consent");
    	}
    }, 999);
    
    

    Include the IDs of the pages where you need to hide the message bar in array within the is_page conditional function above.

    Best regards,
    Ismael

    in reply to: Exclude cookies for select content #1327251

    Hey Julie,

    Thank you for the inquiry.

    You can use this code in the functions.php file to disable the message bar on specific pages.

    add_action("wp", function() {
    	if(is_page(array(3251))) {
    		avia_update_option("cookie_consent", "hide_bar");
    	} else {
    		avia_update_option("cookie_consent", "cookie_consent");
    	}
    }, 999);
    
    

    Include the IDs of the pages where you need to hide the message bar in the array within the is_page conditional function above.

    Best regards,
    Ismael

    in reply to: Responsive issue (bug?) with accordion element #1327250

    Hi,

    Thank you for the update.

    This is how we see the contact form inside the accordion element on smaller screens. The input fields are resizing correctly.

    Screenshot: https://postimg.cc/nM5Mm7F3

    Would you mind providing a screenshot of the issue? What is the actual model of the device where you are testing it?

    Best regards,
    Ismael

    in reply to: Anchor links goes to wrong position on mobile #1327249

    Hi,

    Thank you for the info.

    It seems to be working correctly on our end. This is where the page lands whenever we click one of the anchors.

    Screenshot: deleted

    What is the actual model of the device where you are testing this?

    Best regards,
    Ismael

    in reply to: Blog post element broken when Woocommerce is activated #1327248

    Hi,

    Thank you for the info.

    What happens when you temporarily disable the filter by commenting it out?

    // add_filter(‘pre_get_posts’, ‘STM_LMS_Instructor::posts_for_current_author’);
    

    We may need to access the file server in order to properly check the issue.

    Best regards,
    Ismael

    in reply to: cannot save edits in google services / Theme options #1327245

    Hey Seimen_x,

    Thank you for the inquiry.

    Looks like you haven’t included your site in the list of allowed referrers because this error occurs whenever we try to validate the API key.

    RefererNotAllowedMapError

    Please edit the API key and make sure to add the site to the list of referrers. For more info, please check the documentation.

    // https://kriesi.at/documentation/enfold/google-map/

    Best regards,
    Ismael

    in reply to: Changelog missing for 4.8.7 #1327029

    Hey Patrick,

    Thank you for the notification.

    We will post the changes as soon as possible. For now, you can check them below.

    feature: ALB columns reverse or individual resort order when switching to fullwidth on mobile devices
    feature: ALB gridrow reverse or individual resort orderof cells when switching to fullwidth on mobile devices
    feature: theme option “Transparency Menu Color On Hover”
    feature: ALB video element option to show fullscreen button for HTML5 videos

    fixed: missing comma in CSS for mobile and svg makes svg huge
    fixed: button CSS top border issue on :active – removed !important in button.css
    fixed: Option Remove query string from static resources breaks invalidation of post css files – option willl be ignored for these files
    fixed: ALB Textblock custom element lockable custom CSS class missing
    fixed: fullwidth submenu alignment ignored for mobile button
    fixed: undefined constant THEMENAME in Mailchimp Newsletter Signup widget
    fixed: typography font size not applied in block editor in frontend
    fixed: ALB masonry gallery lightbox title not corresponding to options settings for flexible masonry
    fixed: ALB magazine category sort buttons break frontend when no entries are found
    fixed: svg logo broken when svg tag in multiple lines
    fixed: svg logo not displayed for non logged in users
    fixed: italien translation breaking selectbox in ALB Image Hotspot tooltip location

    tweak: add missing schema.org markup to section background videos and slideshow videos
    tweak: accessibility support:

    added: Accessibility Tab to Theme Extensions Page
    added: tab key access support to main menu with submenus and megamenu
    added: visual appearance with keyboard access to menus (focus now equivalent to mouse hover effects)
    added: attributes role=”menuitem” tabindex=”0″ to menu items
    added: started support for plugin “One Click Accessibility” ( https://wordpress.org/plugins/pojo-accessibility/ )
    added: started support for plugin “WP Accessibility” ( https://wordpress.org/plugins/wp-accessibility/ )
    tweak: remove “:” when empty label text from contact form emails
    tweak: extended date filter to “last xxx days/weeks/month/years” for ALB elements:
    Blog
    Magazine
    Masonry
    Portfolio
    Post Slider
    Accordion Slider
    Featured Image Slider
    added: filter ‘avf_social_media_icon_display_name’ – change tooltip display name of icon
    added: filter ‘avf_form_mail_label’ – allows to change label text on E-Mail of a contact form
    added: filter ‘avf_wp_accessibility_outline_width’ – change hardcoded plugin value for focus caret
    added: filter ‘avf_wp_accessibility_outline_style’ – change hardcoded plugin value for focus caret

    Following elements have been updated to support post-css file:

    Dropcap 1 (Big Letter)
    Dropcap 2 (Colored Background)
    Fullwidth Sub Menu
    Grid Row + Grid Cells
    OSM – Leaflet Map
    Post Metadata
    Search
    Social Buttons
    Tabs
    Team
    Textblock
    Timeline
    Video
    Updated: LayerSlider Version 6.11.9

    updated: French language files fr_FR (version 4.8.6.4, provided by comkapi – (Email address hidden if logged out) )
    updated: Dutch language files nl_NL (version 4.8.7 provided by EZWebdesign – Roger Hoen )
    updated: Italian language files it_IT (version 4.8.7, provided by BigBatT – (Email address hidden if logged out) )
    updated: sync all language files version 4.8.7

    Best regards,
    Ismael

    in reply to: Social Share Xing and WPML #1327024

    Hi,

    Thank you for the info.

    The icon or profile link is not enabled in the Enfold (EN) > Blot Layout > Profile links at the bottom of your blog post settings. We toggled the option for you.

    Best regards,
    Ismael

    in reply to: How to connect columns? #1327022

    Hey bdeuwe,

    Thank you for the inquiry.

    Have you tried placing them inside a single row of 1/3 columns instead of creating 3 rows? It might also work with the grid row element with this setup. Please don’t mind the images. :)

    Screenshot: https://imgur.com/GiE9PIr

    It might require a bit of css adjustment.

    Best regards,
    Ismael

    in reply to: RSS Button not working #1326988

    Hey rasa,

    Thank you for the inquiry.

    Users will have to install a third party application or a browser extension in order to subscribe to your feed. One example is the rss feed browser extension from Chrome, link below.

    // https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp/related?hl=en

    Install the extension, enable it, then try to subscribe to your rss feed again.

    Best regards,
    Ismael

    in reply to: Anchor links goes to wrong position on mobile #1326987

    Hi,

    Thank you for the update.

    Did you change the login URL? We cannot access it using the default wp-login or wp-admin path.

    The code that we suggested above should not affect the header appearance because it only adjusts the data-offset attribute of the main container, which is required to calculate the offset or scroll position.

    We updated the script a bit. Please try it again. Make sure to remove the browser history or check the site on incognito mode.

    Best regards,
    Ismael

    in reply to: Iphone 13 users unable to use gravity form signature #1326986

    Hi,

    Thank you for the update.

    It is a device emulation from Chrome. Is there an option where you can upload an image or where users can upload their signature instead of directly writing it in a field? You might have to enable that option temporarily. Unfortunately, I do not have access to an actual iPhone13 device, so we will not be able to check this properly. Additional info from the plugin authors will definitely help.

    Is there a staging version of the site?

    Best regards,
    Ismael

    in reply to: Fix alignment issue on one breakpoint #1326983

    Hi,

    No problem. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: magnific Popup issue ? #1326982

    Hi,

    Thank you for the inquiry.

    How can we reproduce the issue? Where did you apply the pu-link class name? We cannot find any errors with the lightbox but there seems to be an issue coming from a custom script.

    buttontoclick.addEventListener('click', paginationnavwrap);
    buttontoclick.addEventListener('click', paginationarialabels2);
    buttontoclick.addEventListener('click', runTwo);
    

    Where did you add it?

    Best regards,
    Ismael

    in reply to: Active submenu highlight #1326981

    Hi,

    Thank you for the update.

    The script is not working properly because you are not using the color section element. You have to use the color section to divide the content and specify the section name in the Advanced > Developer Settings > Custom ID field.

    If you do not want to change layout or use color sections, try to look for this line in the script..

    var sections = jQuery('.avia-section'),
    

    .. and replace it with:

    var sections = jQuery('.iconbox'),
    

    Best regards,
    Ismael

    Hey!

    Thank you for the inquiry.

    We cannot reproduce the issue on our end. The local site is running on PHP 8.0.11. We also tried the latest stable version 8.0.12. Do you have a staging version of the site, or a site hosted on a different server?

    Best regards,
    Ismael

    in reply to: Assistance Building A Layout #1326974

    Hi,

    Thank you for following up.

    The images after the first one are wrapped inside paragraph tags, which has a default margin by default. Try to edit the first column, and wrap the image inside a paragraph tag manually, or edit the other columns and make sure that there are no extra space before and after the img tag to prevent WP from autogenerating the paragraph tags.

    <img class="card-img-top lazyloaded" src="http://site.com/wp-content/uploads/2021/10/homewhy02.jpg" data-src="http://sit.com/wp-content/uploads/2021/10/homewhy02.jpg" alt="Card image cap"><noscript><img class="card-img-top lazyload" src="http://site.com/wp-content/uploads/2021/10/image.jpg" alt="Card image cap" /></noscript>
    
    

    You can also remove the paragraph margin with this css code.

    .card p {
        margin: 0;
    }
    

    Best regards,
    Ismael

    in reply to: LayerSlider responsive layout #1326973

    Hey hazewave,

    Thank you for the inquiry.

    The slider seems to be working correctly on our end. Please check the screenshot below.

    Screenshot: https://imgur.com/n1Aj164

    But we noticed that the logo is not displaying correctly. You may need to upgrade the theme to the latest version (4.8.7) and upload the logo again in order to fix this issue.

    Best regards,
    Ismael

    in reply to: Template override doesnt work #1326972

    Hi,

    Thank you for the update.

    There is an invalid code in the wp_change_aviajs function. You do not have to define the path of the script when using the wp_dequeue_script and wp_deregister_script functions. All you need is the script handle, which is “avia-hamburger-menu” in this case.

    This is the updated script.

    // Load child theme avia.js
    function wp_change_aviajs() {
    	wp_dequeue_script('avia-hamburger-menu' );
    	wp_deregister_script( 'avia-hamburger-menu');
    	wp_enqueue_script('avia-hamburger-menu', get_stylesheet_directory_uri().'/avia-snippet-hamburger-menu.js', array('jquery'));
    
    }
    add_action( 'wp_enqueue_scripts', 'wp_change_avia_js', 100 );
    

    Best regards,
    Ismael

    in reply to: Mobile Blogs Archive Page #1326965

    Hi,

    You are quite welcome! Please let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Blog Post Date #1326962

    Hi,

    No problem. Please feel free to open another thread if you need anything else. We will close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Padding/Margin Problems #1326960

    Hi,

    Glad to know that it is working. For the layout above, you may need to use 1/3 column elements to separate the images from the text and buttons.

    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

    in reply to: Blurry images in slide show full width #1326958

    Hi,

    Thank you for the update.

    Can we have access to the original image? The image in the theme slider is a bit blurry already, so we are not sure if that is the original copy. Did you install an image compression plugin?

    Best regards,
    Ismael

Viewing 30 posts - 11,641 through 11,670 (of 66,166 total)