Forum Replies Created
-
AuthorPosts
-
January 28, 2022 at 12:03 pm in reply to: Enfold theme 'Lifestyle Blog Demo' will not import correctly. #1337690
Hi,
Thank you for the update.
The newsletter widget requires a Mailchimp API key, which is probably why it is not included in the import, and the slider is a Featured Image Slider element, which can be added using the Advance Layout Builder. The slider will display the existing posts and their featured images.
Best regards,
IsmaelHi,
Thank you for the update.
The font is actually displaying correctly earlier, at least on our end. You might be looking on a cached version of the page. And yes, the css code above is correct aside from this css rule, which we already removed.
/* font anwählen können */ @font-face { font-family: "Akrobat-Black"; src: url(Akrobat-Black.zip) format(truetype); }
Best regards,
IsmaelHi,
Great! Glad to know that it is working correctly now. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelJanuary 28, 2022 at 11:47 am in reply to: Sidebar not showing up on WooCommerce category page #1337680Hey Alex,
Thank you for the inquiry.
Yes, the images are quite big. The bus in the first section is 2000px in width and the background image is much larger. You can adjust those sizes a bit or install an image compression plugin to decrease the size of the image file and improve the loading speed. You should also check the following articles to learn more about site optimization.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelHi,
No problem. Let us know if you need anything else! :)
Have a nice day.
Best regards,
IsmaelHi,
It is quite strange. but we are glad that it is working correctly now. Please do not hesitate to open another thread if you need anything else. We’ll close this one for now.
Have a nice day.
Best regards,
IsmaelJanuary 28, 2022 at 11:25 am in reply to: Using Enfold Responsive Table Functionality For Own Table Markup #1337667Hey Pixel_Production,
Thank you for the inquiry.
We can use some css to display the heading row on mobile view but it may not display how you expect it to. Please try this css code.
@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block; } }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings. Why did you have to add the table html manually?
Best regards,
IsmaelJanuary 28, 2022 at 11:16 am in reply to: Blog Featured Image crop and social share icons formatting #1337665Hi,
For some reason, some of the Featured images appear taller on the Blog page and some appear the standard dimensions you mentioned
Yes, we did check the page. The maximum height of the images in the blog page is 423px. Even the image of the book is 423px in height.
Regarding the social icons, please try to add the following css code, then disable the Enfold > Performance > File Compression settings.
.av-share-box ul li a { padding: 15px 30px; }
Best regards,
IsmaelHi,
Thank you for the update.
The error also occurred when we try to update the page. Did you override the social share element in the child theme? Please post the FTP login details in the private field so that we can access the theme files.
Best regards,
IsmaelHi,
Alright. Let us know if there is anything that we can help you with, closing this one for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the clarification.
We can now see the issue but we are not yet sure why it always display the ES portfolio items instead of the translated posts for the current language. The slider’s taxonomy query seems to be correct. Is it working correctly when the other plugins are deactivated?
Best regards,
IsmaelHey!
Thank you for the info.
We copied the shortcodes above on our installation and it properly render a different image for each Team Member element. You can check the screenshot in the private field. Can we have access to the plugin? Please send it in a zip file so that we can test it on our installation.
Regards,
IsmaelHi,
Thank you for the update.
Looks like some of the characters in the code were converted to their entity name. Did you copy the code from your email? Please make sure to copy it directly from this forum to avoid the character conversion. Let us know if that helps.
Best regards,
IsmaelHi,
Sorry for the delay. Where did you post the login details? Please post it again in the private field so that we can check the issue.
You should also create a forum account so that we can review your inquiries. Make sure that the support duration for the current product license is not yet expired.
// https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Please register for a forum account in the following page.
// https://kriesi.at/support/register/
Best regards,
IsmaelHi,
Alright. Please do not hesitate to open another thread in case you encounter another issue with the theme. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHey Jan,
Thank you for the inquiry.
One of the reasons why sticky header is not implemented on mobile devices because users can now easily navigate back to the top of the page just by tapping the top edge of their device twice, so there is no need for the mobile menu to scroll with the content. This feature is available on both Android and iOS devices. Sticky headers also take a lot of space, which further limits the viewing area on smaller devices, but if you really need a sticky header, we can use some css modification. An example can be found in the following thread.
// https://kriesi.at/support/topic/sticky-mobile-menu-error-in-code/#post-1325717
Best regards,
IsmaelHi,
You’re welcome! Glad we could be of help. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
this Fonts are not correct. It should be the Acrobat-Font for Headline for Example.
I thought that you are using the Akrobat-Black font because that is the font that is currently applied to the heading elements. This is the css code that is currently active or that is currently used for the heading elements.
h1, h2, h3, h4, h5, h6 { font-family: "Akrobat-Black" !important; }
The same font is shown in the screenshot above. You may need to adjust the css a bit.
Best regards,
IsmaelHi,
Thank you for the info.
But if that was the problem, it would never have worked, would it?
The element will still render even if they contain the same image. Regarding this line..
foreach ( $rows as $row ) {
Where do you get the value of $rows? Have you tried checking if the “bild” item in each row actually contains a different image or value?
Best regards,
IsmaelJanuary 27, 2022 at 10:41 am in reply to: Skip certain portfolio entries in post navigation #1337470Hi,
No problem! Glad it worked. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelJanuary 27, 2022 at 10:39 am in reply to: Disable Maintenance Mode for subscriber or new user role #1337469Hi,
If you are using the default maintenace mode option in the theme, the user should have the “edit_published_posts” capability, so that might be a problem. You will find this condition in the themes/enfold/includes/class-avia-custom-pages.php file around line 305 inside the handler_maintenance_mode function.
if( is_user_logged_in() && current_user_can( 'edit_published_posts' ) ) { return $template; }
Best regards,
IsmaelJanuary 27, 2022 at 10:37 am in reply to: Disable Maintenance Mode for subscriber or new user role #1337468Hi,
Thank you for the update.
Which maintenance mode plugin are you using? The maintenance mode probably allows user roles with higher capabilities, probably that of an admin which full access to the dashboard, so what you are trying here might not be possible without directly editing the maintenance plugin’s conditions. Unfortunately, that is beyond the scope of support. Please contact the plugin authors for additional info.
Best regards,
IsmaelHi,
Thank you for the info.
As you can see, there is no way to remove the loading attribute manually as it’s added by Enfold.
We don’t really think that is the case. We created a new page on our installation, added an Image block but we are not getting the loading attribute even when the lazy loading option is enabled in the theme options. Please check the screenshot in the private field.
Did you check your plugins? There might be a lazy loading option in one of your plugins that adds the loading attribute to the Image block. You can disable the Lazy Loading option temporarily and see if the Image block attribute changes.
Best regards,
IsmaelHi,
Thanks for the update.
That page has the social share element on it. If i remove that
It is definitely an issue with the social share element. Did you use a social plugin for that, or are you using the default social share element in the builder? Please try to update the theme to version 4.8.9.
Best regards,
IsmaelHey navindesigns,
Thank you for the inquiry.
The grid row element is a full width element without an inner container, margins and borders, so that is to be expected. It is not the same as the color section, which wraps the element inside an inner container with a defined width, which can be set in the Enfold > General Layout > Dimensions > Maximum Container width field.
If you want to limit the width of the grid row, try to use this css code.
.av-layout-grid-container { max-width: 1310px; margin: 0 auto; }
The max-width value above should be same as the Maximum Container width to align it perfectly with the existing color sections.
Best regards,
IsmaelHi,
Thank you for the update.
And it works.
Odd. I cannot find the same code on 4.8.8.2. Have you tried enabling the WP Rocket plugin again? The old scripts and stylesheets were probably still in used because of the file compression but since it is now disabled, the latest ones are now used. You can try to enable the cache plugin again.
Best regards,
IsmaelHey schweg33,
Thank you for the inquiry.
You are probably seeing the default background of the main wrapper container. To adjust that background, you can use this css code.
.html_stretched #wrap_all { background-color: #42a0b2; }
Best regards,
IsmaelHi,
OK thank, that helps.
Yes, that should be possible. Try to use this css code to revert the toggle icon back to default.
.av-minimal-toggle .toggle_icon { border-style: solid; border-width: 1px; margin-top: -8px; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey niclasg,
Thank you for the inquiry.
Using this filter in the functions.php file should adjust the scroll position on mobile 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 after adding the code.
Best regards,
Ismael -
AuthorPosts