Forum Replies Created
-
AuthorPosts
-
January 25, 2024 at 8:09 am in reply to: Wrong colors are displayed when logged out and WP Fastest Cache ist active #1431970
Hey ebenanders,
Thank you for the inquiry.
Did you add any css modifications in the Quick CSS field or in the child theme’s style.css file? Please provide the site URL in the private field and post a screenshot of the issue. You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried editing one of the slider items? The options mentioned above can be configured for specific slider items.
Best regards,
IsmaelHey xfacta,
Thank you for the inquiry.
You can use the following css code to adjust the style of the elements inside the header meta or the small bar above the main menu.
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { text-transform: uppercase; letter-spacing: 0.02em; font-weight: 300; text-decoration: none !important; } #header_meta .sub_menu { float: left; z-index: 2; font-size: 1.2em; line-height: 30px; position: relative; top: 10px; } #header_meta .phone-info { float: left; font-weight: bold; line-height: 20px; font-size: 1.2em; padding: 5px 0; }And to re-enable the social bookmarks on mobile view, you can include this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; } }Best regards,
IsmaelJanuary 25, 2024 at 7:55 am in reply to: The flag of languages not appear in phone burger menu. #1431967Hey Antonio,
Thank you for the inquiry.
The language flags should be displayed inside the burger menu overlay, positioned below the burger menu items. Please open the burger menu, and you should find the language flags within the menu overlay.
Best regards,
IsmaelHey TBant,
Thank you for the inquiry.
You can create a custom shortcode for the Page Sidebar Navigation and add it to your fullwidth pages using a Text or Code Block element. Please add this code in the functions.php file.
function avs_sidebar_menu_cb( $atts ){ return avia_sidebar_menu($echo = true); } add_shortcode( 'avs_sidebar_menu', 'avs_sidebar_menu_cb' );You can then use the following shortcode in the builder.
[avs_sidebar_menu]Best regards,
IsmaelHi,
Awesome! Glad to know that @Guenni007 was able to help you out. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelJanuary 25, 2024 at 7:33 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431964Hi,
Great! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelJanuary 25, 2024 at 7:32 am in reply to: How to add a button to Easy Slider that is consistent on all slides #1431963Hey gatehealing,
Thank you for the inquiry.
We may need to inspect the site in order to provide an appropriate solution. Please provide the site URL in the private field and post a screenshot of the layout issue.
Best regards,
IsmaelHi,
Thank you for the update.
Did you remove the css code? Please add it again, then include the following css rule to hide the duplicate social icons beside the burger menu.
.responsive #top #header_main .main_menu .social_bookmarks { display: none; }Best regards,
IsmaelHi,
Thank you for the update.
Unfortunately my questions was centred not around availability of fonts, but how to speed up loading times.
If you prefer not to switch to a different font with a smaller file size, another option is to upgrade your hosting plan or subscribe to a Content Delivery Network (CDN) to accelerate the delivery of site resources, including fonts. However, we strongly advise considering an alternative font since a 12MB file size is quite large especially for a font file and this can significantly impact website loading times. This may result in slower user experiences, particularly on slower internet connections or mobile devices.
You can also implement basic site optimization by following the recommendations outlined in the following articles.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelHi,
Thank you for the update.
The style of the layers should automatically adjust based on the screen width. If this is not working as intended, you can toggle the layers’ visibility on different screen sizes. Edit the layer, then look for the Toggle Device Visibility in the Layer Settings > Content panel. You can choose to hide a specific layer on mobile devices and display a different element with styles configured for smaller screens.
Best regards,
IsmaelHey liesbethp1,
Thank you for the inquiry.
1.) You can add this css code to adjust the margins around a specific masonry item.
.av-masonry-container .av-masonry-entry:nth-child(2) { margin-top: 200px; } .av-masonry-container .av-masonry-entry:nth-child(4) { margin-top: 100px; }The css code above should affect the first and third items in the gallery.
2.) Have you tried creating a Custom Elements Template for a Masonry Gallery? Please check the link below for more info.
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
IsmaelHey ausgesonnen,
Thank you for the inquiry.
I would like the first column of the table version to be more narrow.
The width of the table columns automatically adjusts based on the number of columns and the length of the content. If you need to manually adjust the width of the first column, you can add this css code.
.av-hriqo-df64f73a2229a5a484cc56fae9caca2e table tr th { width: 30%; }Best regards,
IsmaelHi,
Thank you for the inquiry.
The clue here might be the comment “page title, displayed in your browser bar” above the title tag. This comment is not anywhere in the theme, and the comment is also not showing on our own installation with Rankmath installed. We also checked the WP core files and didn’t find anything, so it’s possible that the extra title tag is added by a plugin, a hook, filter, or a custom script. Have you tried disabling all plugins temporarily?
Best regards,
IsmaelHey ontariotraining,
Thank you for the inquiry.
Did you previously set the Enfold > Footer Options > Default Footer & Socket Settings to Page based Footer options? Please make sure that the Select Page dropdown is set to Select Page to deselect the custom footer page before selecting a non-Page based Footer option. Or provide the login details in the private field so that we can check the settings.
Best regards,
IsmaelHi,
Thank you for the update.
You can add this css code to prevent the text from being cut off.
#kundenempfehlungen { overflow: visible; }Best regards,
IsmaelHi,
Good to know that the suggestions worked! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey Kelly,
Thank you for the inquiry.
The icons are displaying correctly on our end. Did you figure out the issue? Please check the screenshot in the private field.
Best regards,
IsmaelHey Maggie,
Thank you for the inquiry.
You can extend or renew the support license from your Themeforest account. Please check the documentation below for more info.
// https://help.market.envato.com/hc/en-us/articles/207886473-Extend-or-renew-Item-Support
Best regards,
IsmaelHey ontariotraining,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue or posting the login details in the private field? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Have you tried regenerating the thumbnails? You can use the plugin suggested by @Guenni007 above or the plugin linked below.
// https://wordpress.org/plugins/regenerate-thumbnails/
Please make sure to create a site backup or restore point before regenerating the thumbnails just in case.
Best regards,
IsmaelHi,
Thank you for the update.
You can try @Guenni007’s suggestion above or make sure that the RO home page is properly selected in the RO version of the Enfold > Theme Options > Frontpage Settings.
Best regards,
IsmaelHey northorie,
Thank you for the inquiry.
1.) You can add this css code to adjust the height or size of the image containers inside the cells.
.responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner { height: 100%; } .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container { height: 33%; } .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img { width: 100%; height: 100%; object-fit: cover; }2.) You can edit the Grid Row element and set the Advanced > Responsive > Fullwidth Break Point settings to the section option. For the columns, you can edit the first column in the row, then adjust the Fullwidth Break Point settings in the Row Settings > Row Screen Options toggle.
Best regards,
IsmaelHey northorie,
Thank you for the inquiry.
The advanced styling of the h2 element overrides the custom style of the timeline date. You may need to adjust the advanced styling of the element or you can add this css code to adjust the color of the date.
#top #wrap_all .all_colors h2.av-milestone-date { color: #000000; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.
Best regards,
IsmaelHi,
Thank you for the update.
The API keys for Google Maps and ReCAPTCHA are missing from the Enfold > Google Services panel. Where did you place the API keys?
Please provide the API keys in the private field so that we can test it. Make sure to add the site domain as an http referrer. For more info, please check the following link.
// https://kriesi.at/documentation/enfold/google-map/#add-an-api-key
Best regards,
IsmaelHey ballindigital,
Thank you for the inquiry.
You can use the Fullscreen Slider element to recreate such a slider layout. Add a caption title and caption text, adjust the Styling > Caption > Caption Positioning settings, then configure the caption sizes in the Styling > Font Sizes panel.
Best regards,
IsmaelHey Oriano,
Thank you for the inquiry.
Please remove the previous modification, then use the following css code instead.
@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks { display: block; } }Best regards,
IsmaelHey fabienneRedUmb,
Thank you for the inquiry.
Where did you get the font? The fonts (t2020stylee-regular.ttf & tt2020stylef-regular-ascii.ttf) are nearly 12MB in size, which is quite large. Have you considered using Google Fonts instead? Fonts like Roboto or Open Sans have an average file size of 170 KB, which could result in significant difference in loading speed or duration.
Best regards,
IsmaelHi,
Thank you for the info.
You can add the top css property to the previous css code to adjust the vertical position of the icon.
#menu-item-39 span.avia-menu-text:before { content: url(https://img.icons8.com/color/17/wordpress.png); display: inline; padding-right: 10px; vertical-align: sub; top: 1px; position: relative; }We tried to apply this modification to the site but the account above is not an admin.
Best regards,
IsmaelJanuary 24, 2024 at 7:25 am in reply to: Easy slider image animation works when previewing page changes, not on published #1431846Hi,
Thank you for the update.
The stylesheets are still minified when we checked the site. Please disable the WPFC plugin temporarily, then make sure that the value of the Advanced > Image Animation > Image Scale Starting Size settings is smaller than the value of the Image Scale End Size settings. Or provide the login details in the private field so that we can check the settings.
Best regards,
Ismael -
AuthorPosts
