Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
We cannot seem to reproduce the issue on our end. The columns responds and resize correctly when we resize the viewport or browser screen. What is the size or width of the screen in the screenshot above?
Have you tried creating more css media queries to adjust the width of the columns on smaller screens?
Example:
@media only screen and (max-width: 989px) { #footer .av_one_fourth { margin-left: 6%; width: 20.5%; } }Best regards,
IsmaelHi,
Thank you for the update.
The avf_header_setting_filter filter should help if you want to enable the transparent header option for posts without editing them manually. Usage example can be found in the following threads.
// https://kriesi.at/support/topic/transparent-header-on-woocommerce-product-page/#post-1224884
// https://kriesi.at/support/topic/change-theme-options-on-a-per-page-basis/#post-1286821
// https://kriesi.at/support/topic/header-visibility-and-transparency/#post-1227925You have to adjust the header_transparency and the header_class parameters.
$header['header_transparency'] = 'header_transparency'; $header['header_class'] .= " av_header_transparency";But if you want to add new sections or elements under the header, then you would have to modify the template files directly, or use hooks such as ava_after_main_container or ava_after_main_title.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this code in the Quick CSS field to remove the top margin of the first row on mobile view.
@media only screen and (max-width: 767px) { .home #av_section_1 .flex_column_table { margin-top: 0 !important; } }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelAugust 18, 2021 at 6:20 am in reply to: icons downloaded from flaticon (as icon fonts) not showing up on Safari #1317259Hi,
Thank you for the update.
The custom icons in the tab section titles are now displaying correctly on Chrome. How did you fix it?
Screenshot on Chrome: https://imgur.com/72EFG5n
Best regards,
IsmaelHi Chris,
Yeah, that is odd. But I am glad that it is finally working. Please let us know in another thread if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
The TEC template is quite different from the MEC template, so we cannot be sure. As suggested above, you may need to override the existing MEC templates or create your own template files. Unfortunately, this kind of modification is beyond the scope of support.
Best regards,
IsmaelHey Bertrand,
Thank you for the inquiry.
The filter above should have worked. Please post the login details in the private field so that we could check the issue properly.
Best regards,
IsmaelHi,
Thank you for the info.
It is not displaying correctly because the blog.css file is not being loaded in the page. Did you set the Enfold > Performance > Disabling of template builder elements to the second option?
Try to add this code in the Quick CSS field to adjust the style of social share tooltip.
.avia-related-tooltip.avia-tt { position: absolute; z-index: 9999999; padding: 0; width: 200px; border-radius: 2px; box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%); border-width: 1px; border-style: solid; padding: 15px; margin-top: -10px; }Best regards,
IsmaelHey Piamq,
Thank you for the inquiry.
The video actually has no audio. Are you sure that it has audio? We tried to play it directly in the browser and it is still muted. (see private field)
Best regards,
IsmaelHey Hejanni,
Thank you for the inquiry.
Try to replace it with the following css code to adjust the width of the columns and decrease the space between them.
.avia-content-slider-inner .av_one_fourth { margin-left: 2%; width: 23%; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelAugust 17, 2021 at 6:29 am in reply to: Remove border on Fullwidth Submenu and remove gaps between menu items. #1317081Hey Thedogscreative,
Thank you for the inquiry.
We may need to inspect the site or the menu items in order to provide the appropriate changes or modifications. Please post the site URL in the private field.
Best regards,
IsmaelAugust 17, 2021 at 6:21 am in reply to: Non intuitive "solution" to elements not showing that is a bit annoying #1317078Hi,
Thank you for the inquiry.
Did you create a staging site before changing the settings? You should create a site backup so that you can restore the site to its previous state if necessary.
When you see an element that is not working after an update, all you need to do is purge the cache and toggle minification/compression (Enfold > Performance if you are using it), or disable them temporarily. You do not have to update the page or change any settings. This step alone should be enough to reload the updated scripts and stylesheets. If you are using a plugin such as Autoptimize or BWP Minify and enabled HTML compression, make sure to disable that option too.
If the element is still not working after the steps above, then there might be an issue with the actual shortcodes such as missing element ID, which has been introduced in the later versions of the theme. If that is the case, try to set the builder to debug mode and enable the shortcode parser to repair the shortcodes.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser
Best regards,
IsmaelHey mnoack1,
Thank you for the inquiry.
Where did you add the modifications? Please post the complete modifications that you did for the header on pastebin.com so that we could test it properly on our installation.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The portfolio loads fine on browser device emulations (iPhone, iPad, Samsung, Pixel, Surface etc). It is not an actual device but the emulation is getting better at mimicking actual mobile device behavior. However, we noticed that the page takes quite a while to load, probably because there are a lot of portfolio items in a single page, which means that the browser has to request and load a lot of images, which might be the reason why it does not load at all on some mobile devices.
You might want to consider enabling the pagination or moving some of the portfolio items in their own category pages.
Screenshot: https://imgur.com/TDtSP7j
Best regards,
IsmaelHi,
Thank you for the update.
There is no available custom 404 page template from the theme but you can easily build one using the Advance Layout Builder. You can then set that page as the custom 404 page in the Enfold > Theme Options panel.
Best regards,
IsmaelHi,
Thank you for the update.
You can include this filter in the functions.php file to display back the read more button in the category or archive pages.
add_filter("avf_post_slider_args", function($atts) { $atts["contents"] = "excerpt_read_more"; return $atts; }, 10, 1);Best regards,
IsmaelHi,
Awesome! Glad we could be of help. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 17, 2021 at 5:43 am in reply to: i can't get theme update alerts anymore and can't select Elements Layout… #1317054Hi,
Thank you for the inquiry.
What is the current version of theme? You may need to update the theme manually via FTP if the current version is older than 4.7. Please check the following documentation for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey Marcus Niebel,
Thank you for the inquiry.
The site contains a very old version of the theme (3.8), which is no longer supported and is not compatible with the current version of WordPress. You have to upgrade the theme to version 4.8.6.1 via FTP because the automatic update will no longer work in the current version (3.8).
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHey Ans Vermeulen,
Thank you for the inquiry.
The Eunoia theme is not available on Themeforest anymore and is no longer supported. If you want to use a different theme or upgrade to another, we recommend Enfold.
// https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
And for more info about older themes and why they have been removed, please check the following article.
// https://kriesi.at/archives/wordpress-5-0-and-enfold-4-5-1
Best regards,
IsmaelHi,
Ah yeah, forgot about that one. Thanks for the info. :)
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
It worked correctly when we removed the mobil layer slider temporarily. We might have to add a few css code to actually hide the mobil slider on desktop view so that it does not interfere with the anchor positioning.
@media only screen and (min-width: 989px) { .home #layer_slider_2 { display: none !important; height: 0; } }Best regards,
IsmaelHi,
Great! Glad to know that it is fixed. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
No problem. Let us know if you need anything else. We will close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, the scrset attribute should be enabled for the Fullwidth Easy Slider by default. Unfortunately, we are not yet sure why it is not working in the site. It works fine on our installation. We created a test slider and uploaded a large image (1920x1200px) but the srcset attribute is still missing. (see private field)
Please remove the other Enfold theme (4.4.1) from the themes folder to rule out any theme conflict. We will check the site again afterwards.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add the shortcode in the Description field manually? You should remove it there because search engines will just render them as static text, not as shortcodes or not as an actual accordion.
Best regards,
IsmaelHi,
Sorry for the late response. The site looks fine even without the header.php and footer.php file modification, so you should maybe just keep it as is. Unfortunately, we are not sure what have been added or modified in those files. Did you hire a developer before?
Best regards,
IsmaelHi,
Sorry for the delay. You can use this css code to remove the left margin of the logo and move it to the edge of the screen.
@media only screen and (max-width: 767px) { .responsive #top .logo { margin-left: 0; } }Best regards,
IsmaelHey Sachifus,
Thank you for the inquiry.
The following css code should align the tab section title image and the arrow below.
.av-tab-section-image, .av-tab-arrow-container { margin: 0 auto; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelAugust 16, 2021 at 7:44 am in reply to: Site not sending email since last Enfold theme update #1316904Hey Simplequery,
Thank you for the inquiry.
We tested the contact form on our end and it seems to be sending the messages correctly. We did not encounter any errors after sending the message. Did you check your spam folders?
The troubleshooting steps in the following documentation might help.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
Ismael -
AuthorPosts
