Forum Replies Created
-
AuthorPosts
-
Hey sitesme,
Thank you for the inquiry.
There are minor changes in the logo in the latest version of the theme, which might have affected your logo. Are you trying to decrease its size on mobile view? If so, try to use this css code.
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 60px; } }Default max-height value is 80px.
Best regards,
IsmaelHey Tarakbc,
Thank you for the inquiry.
You can use this css code to adjust the position of the submenu under the menu item “Om Oss”.
#menu-item-4046 .sub-menu { left: -120px !important; }Or adjust its position and move it from the very end to the middle of the menu container.
Best regards,
IsmaelHi,
Thank you for the update.
there is no if(isset($avia_config[‘use_child_theme_functions_only’])) return; in the functions.php file.
Looks like you are using a child theme. Just paste the debug mode snippet anywhere in the functions.php file. The debug mode field should display below the advance layout builder after adding the code. Please make sure to purge the cache or refresh the browser before editing the page.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We just noticed that you are not using color sections to divide the content and apply the anchor or ID. The offset value will only be calculated if the anchor points to a color section, which is why the adjustment with the filter is not working. We created a test page so that you can see the difference of using the color section. Just click the button in the first section to scroll to the section with the ID geschichte. (see private field)
Best regards,
IsmaelHi,
Try to use this code in the functions.php file to adjust the scroll offset on desktop view.
function avf_header_setting_filter_mod($header) { if(!wp_is_mobile()) { $header['header_scroll_offset'] = $header['header_scroll_offset'] - 100; } return $header; } add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);Please make sure to purge the cache before attempting to check the page again.
Best regards,
IsmaelHi,
No problem! Glad it is working. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey bauchope,
Thank you for the inquiry.
The sorting option works fine when we deactivate the plugins as shown in the screenshot below. You may need to deactivate the plugins temporarily, then activate them one at a time to find the cause of the issue.
Screenshot: https://imgur.com/ofbdYB7
Best regards,
IsmaelHey knotorious,
Thank you for the inquiry.
We may have to inspect the site in order to check the issue properly. Please post the site URL in the private field. For the meantime, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache afterwards.
Best regards,
IsmaelHey 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,
IsmaelHi,
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`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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelNovember 1, 2021 at 9:26 am in reply to: Issues : Logo, Theme Formating, Colors, Font and Others #1327270Hi,
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,
IsmaelNovember 1, 2021 at 3:54 am in reply to: Issues : Logo, Theme Formating, Colors, Font and Others #1327253Hey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelNovember 1, 2021 at 2:59 am in reply to: Blog post element broken when Woocommerce is activated #1327248Hi,
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,
IsmaelNovember 1, 2021 at 2:09 am in reply to: cannot save edits in google services / Theme options #1327245Hey 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,
IsmaelHey 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 videosfixed: 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 locationtweak: 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 caretFollowing 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.9updated: 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.7Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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.
Install the extension, enable it, then try to subscribe to your rss feed again.
Best regards,
IsmaelHi,
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,
IsmaelOctober 29, 2021 at 12:13 pm in reply to: Iphone 13 users unable to use gravity form signature #1326986Hi,
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,
IsmaelHi,
No problem. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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 -
AuthorPosts
