Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the inquiry.
The language switcher is not displaying because in the WPML > Languages > Menu language switcher panel, the selected menu was the “Top menu” instead of the actual default menu which is the “Menu 1”. We adjusted the settings accordingly.
Best regards,
IsmaelHi,
1-2.) Another recommendation in the tool is to leverage the browser cache, which is a basic requirement but it is missing in the site, which means that the site is not fully optimized yet.
Did you install a cache plugin? The cache plugin should automatically configure this option, but if you want to do it manually, you could use the snippet from the following documentation.
// https://gtmetrix.com/leverage-browser-caching.html
// https://wordpress.org/support/article/optimization/#browser-cachingPlease note that site optimization is the developers’ responsibility, so if you are not familiar with it, you could hire a freelance developer to help further with the site optimization.
3.) We did not say that you should only use text and not use media files or images. It is just recommended to limit the size of the pages specially when the site is on a shared hosting. Where is the site hosted, and what is the specs of the server?
Best regards,
IsmaelHi,
Thank you for info.
There is an additional Privacy & Cookies options in the theme if you want to initially disable the external scripts including the spam protection and maps from Google, until the users give their consent to enable those features. The scripts will not work unless the visitor accepted the cookies.
// https://kriesi.at/documentation/enfold/privacy-cookies/
Best regards,
IsmaelHi,
Thank you for the info.
We modified that line a bit to show the image_content instead of the post_content.
$items .= "<div class='av-masonry-entry-description' {$markup}>{$entry['image_content']}</div>";Please remove the browser cache before checking the page. (see private field)
Best regards,
Ismael-
This reply was modified 5 years, 5 months ago by
Ismael.
Hey condonpb,
Thank you for the inquiry.
We could edit the first column in the row and set the Row Settings > Row Screen Options > Fullwidth Break Point to the second option so that the columns break or go full width on tablet view or devices with screens smaller than 989px.
Best regards,
IsmaelOctober 16, 2020 at 3:50 am in reply to: Function to edit config-woocommerce/config.php file in child theme? #1253121Hi,
Thank you for the inquiry.
The config file cannot be overridden in the child theme, so you have to disable the default function first before creating your own. The file usually contains action hooks and filters, so they can be removed when necessary using the remove_action or remove_filter function, or by creating a function with the same name.
// https://developer.wordpress.org/reference/functions/remove_action/
// https://developer.wordpress.org/reference/functions/remove_filter/Which function are you trying to modify?
Best regards,
IsmaelHi,
Thank you for the update.
You have to set the Privacy & Cookies > Cookie Handling > Default Cookie Behaviour settings to the first or second option to enable external scripts by default event without user consent.
For the contact form, there is an element or field called Checkbox which can also be used for the terms and conditions.
Best regards,
IsmaelHey Katrin,
Thank you for the inquiry.
We cannot see the issue on phone view using browser emulation — the horizontal gallery is correctly positioned below the header above the section with the gray background. Could you provide a screenshot of the issue using imgur or dropbox?
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you mute the video? Please note that autoplay is not allowed when audio is enabled, so users have to play it manually. To make the videos autoplay on page load, you have to disable the sound or mute it.
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Best regards,
IsmaelHi,
Thank you for the info.
For some reason, the top position of the full width submenu element is off on initial load, or when the page is scrolled. To fix the issue, we could use this css code to adjust the position of the sub menu container when the header is scrolled.
.header-scrolled + #main > .av-submenu-container { top: 75px !important; }Best regards,
IsmaelOctober 15, 2020 at 8:28 am in reply to: AVIA Layout Builder blocks won't load after WordPress update #1252945Hi,
The theme is only available on Themeforest, so you might have to wait for the Envato team to give you your new password before you could download the theme again from the account panel. For the meantime, please try to disable the Performance > File Compression settings, and disable the cache plugin temporarily — see if it helps get rid of the issue.
Thank you for your patience.
Best regards,
IsmaelHi,
the top is cut off in smaller screen resolutions e.g.1920 x 1080
This is quite expected because the aspect ratio of the background image has to be retained; otherwise, it will be distorted. The background image has to be stretched in order to cover the whole section and parts of it may have to overflow outside the background positioning area in order to keep its aspect ratio. You could set the Background Repeat to Scale to fit, but this will create white spaces around the section.
Best regards,
IsmaelHey diefleischerei,
Thank you for the inquiry.
You could either create a copy of the footer.php or header.php templates from the parent theme to the child theme directory, or use the wp_head or wp_footer hook in the existing functions.php file to insert the script.
// https://developer.wordpress.org/reference/hooks/wp_head/
// https://developer.wordpress.org/reference/hooks/wp_footer/Usage examples of the hooks:
// https://kriesi.at/support/topic/move-post-date-info-above-post-title/#post-1252569
// https://kriesi.at/support/topic/enfold-sidebar-menu-need-it-to-stick-to-the-side-but-also-scroll/#post-1251873Best regards,
IsmaelHey BvHolt,
Thank you for the inquiry.
Looks like the parent page is missing from the breadcrumb. Did you modify the breadcrumb trail, or add any modifications for the breadcrumb in the functions.php file?
Best regards,
IsmaelHi,
Sorry for the delay. We did not find the recommended css code anywhere in the site, so we added it again in the Quick CSS field. The modification changed the font size of the toggler and the color of the links inside the toggle content. Please remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
Did you remove your custom script after adding the recommended snippet? Please post the login details in the private field so that we could check the script further.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Instead of using the gallery, try to use the Image and the Column elements to manually create a grid layout. Inside each column, you could insert additional element such as the Icon element with a custom link and a Text/Code Block element for the image description or summary.
If you really want to use the Masonry Gallery, you might be able to add a custom link in the excerpt or image caption.
Best regards,
IsmaelHey DeusDesign,
Thank you for the inquiry.
1.) We cannot find the map in the page. Where did you add it? Any shortcodes added in a code block should work automatically.
2.) What do you mean by paging? Please provide a screenshot so that we can understand the issue better.
Best regards,
IsmaelHi,
Sorry for the delay. We added this css code to adjust the width of the menu items when the screen width is less than 1366px.
@media only screen and (max-width: 1366px) { .av-main-nav > li { width: auto !important; } }Best regards,
IsmaelHey stefanos,
Thank you for the inquiry.
This is not possible out of the box, so it will require a custom script which is out the scope of support. You may need to hire a freelance developer to create the custom script.
Best regards,
IsmaelHi,
Sorry for the delay. The Ecwid Ecommerce Shopping Cart generates the following error which prevents the advance layout builder from loading properly.
Uncaught TypeError: can't access property "doc", tinymce.activeEditor.dom is undefined checkEcwid https://labyrinth-der-legenden.de/wp-content/plugins/ecwid-shopping-cart/js/store-editor-page.js?ver=6.10.6:133Can we deactivate this plugin temporarily so that we could check the page?
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
It is possible to make the menu accessible using the keyboard but we have to edit the menu script. We provided the required modifications in the following thread.
Best regards,
IsmaelHi,
We tried to access the dashboard but login info above is incorrect. Please check the details carefully and create a new thread so that we could close this one.
Best regards,
IsmaelHey diefleischerei,
Thank you for the inquiry.
You seem to be using the embedded subscription form from Mailchimp instead of the Mailchimp Signup element from the theme. Is that correct?
We tried to sign up using the form and it seems to be working just fine, but it opens a new tab instead of finishing the signup process in the same page and the accompanied captcha looks broken. Have you tried using the Mailchimp Signup element from the Advance Layout Builder?
Best regards,
IsmaelHey sky19er,
Thank you for the inquiry.
The snippet that the user provided in the following thread should alter the default query of the Post Slider so that it displays the upcoming events. We could adjust it a bit so that it works with the Blog Posts element.
// https://kriesi.at/support/topic/entry-slider-event-calender/#post-995764
Replace avia_post_slide_query with avia_blog_post_query.
Best regards,
IsmaelHey sky19er,
Thank you for the inquiry.
The snippet that the user provided in the following thread should alter the default query of the Post Slider so that it displays the upcoming events. We could adjust it a bit so that it works with the Blog Posts element.
// https://kriesi.at/support/topic/entry-slider-event-calender/#post-995764
Replace avia_post_slide_query with avia_blog_post_query.
Best regards,
IsmaelHi,
Sorry for the delay. Are you using the gallery widget? If yes, please edit the gallery and under the Gallery Settings, make sure to select the preferred Size. You may need to adjust the size of the default thumbnails in the Settings > Media panel.
Screenshot: https://imgur.com/KIIADkh
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
We could use this css code for landscape or tablet view to adjust the width of the consent container and make it shorter in turn.
@media only screen and (min-width: 768px) and (max-width: 1024px) { .avia-cookiemessage-top-left, .avia-cookiemessage-bottom-left, .avia-cookiemessage-top-right, .avia-cookiemessage-bottom-right { width: 40%; } }Best regards,
IsmaelHey Kreshnak,
Thank you for the inquiry.
We are not really sure how the plugin assigns a different menu to other pages but it looks like it switches the menu in the front end because the theme still converts the default menu to the mobile version. Have you tried using the following plugin instead?
// https://wordpress.org/plugins/if-menu/
// https://wordpress.org/plugins/menu-items-visibility-control/Best regards,
IsmaelHey Kreshnak,
Thank you for the inquiry.
We are not really sure how the plugin assigns a different menu to other pages but it looks like it switches the menu in the front end because the theme still converts the default menu to the mobile version. Have you tried using the following plugin instead?
// https://wordpress.org/plugins/if-menu/
// https://wordpress.org/plugins/menu-items-visibility-control/Best regards,
Ismael -
This reply was modified 5 years, 5 months ago by
-
AuthorPosts
