Forum Replies Created
-
AuthorPosts
-
Hey Alan,
Thank you for the inquiry.
You can use the Blog Posts element and set the Define Blog Grid Layout to Title Only. Let us know the result.
Best regards,
IsmaelHi,
Thank you for the info.
Did you add the avf_post_slider_args filter?
add_filter("avf_post_slider_args", function($atts, $context) { if ($context == "archive") { $atts['type'] = 'grid'; $atts['columns'] = 4; $atts['preview_mode'] = 'custom'; $atts['image_size'] = 'full'; } return $atts; }, 10, 2);
Best regards,
IsmaelHey finedesignlab,
Thank you for the inquiry.
You may need to import the demo manually using the available XML files. Please refer to the documentation below for more information:
// https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
IsmaelHey blinddrop,
Thank you for the inquiry.
The subscribe form seems to be displaying correctly in the sidebar and footer container. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshot.
Best regards,
IsmaelHi,
Glad we could be of help! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelNovember 7, 2024 at 6:46 am in reply to: Transparent background PNGs in masonry gallery Color Sections #1470813Hey ausgesonnen,
Thank you for the inquiry.
The PNG images should preserve their transparency upon upload. The white background might be coming from the masonry container. Where can we check the issue? Please provide the link in the private field.
Best regards,
IsmaelHi,
No problem! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Have you tried selecting a specific widget area in the page’s Layout > Sidebar Settings? Please provide a screenshot using platforms like Savvyify, Imgur, or Dropbox, or provide the login details in the private field, including the link to the pages with the issue.
Best regards,
IsmaelHi,
Thank you for following up.
We’ve zipped the files on Windows, so it’s pretty straightforward. Just make sure the file names and folder structure follow the documentation. Right-click the folder containing the font files and then add it to an archive. On macOS, you may need to use the command line to exclude macOS system files like .DS_Store. You can use this command:
zip -r my-font.zip /path/to/folder -x "*.DS_Store"
Best regards,
IsmaelHey ColinWalton,
Thank you for the inquiry.
This might be related to the following thread:
// https://kriesi.at/support/topic/avia-builder-only-slightly-visible-appear-far-right/#post-1467634
Please try using the provided code in the functions.php file:
function ava_custom_admin_styles() { echo ' <style> #postbox-container-2 { clear: left; } .index-php #postbox-container-2 { clear: none; } </style> '; } add_action('admin_head', 'ava_custom_admin_styles');
Best regards,
IsmaelNovember 7, 2024 at 6:07 am in reply to: pdf-embedder page=# doesn’t work if Frontpage is set #1470807Hi,
Thank you for the update.
Please provide the login details in the private field so that we can check the issue further. In the meantime, try to contact the plugin developer for additional assistance.
Best regards,
IsmaelHey MysticMimi,
Thank you for the inquiry.
1.) There is no option for this by default, but you can try this code in the functions.php fil:
add_filter('avia_post_slide_query', 'avia_post_slide_query_mod'); function avia_post_slide_query_mod($query) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }
2.) We discussed this here: https://kriesi.at/support/topic/trying-to-build-blog-with-grid-layout/#post-1470721
Best regards,
IsmaelHey Frank Scheuber,
Thank you for the inquiry.
The featured images seem to be displaying correctly on the category page (see private field). Did you manage to resolve this?
To properly open a thread here in the forum, please register an account using your purchase code at the following link:
// https://kriesi.at/support/register/
Once registered, you can open a new thread or ticket using this form: https://kriesi.at/support/forum/enfold/#new-post
Best regards,
IsmaelHi,
Thank you for the update.
There are many Enfold sites using the W3Total Cache plugin, so we don’t think this is the issue. Please keep the plugins disabled for now while working on the site, or as previously suggested, try cloning the site to a server with a standard WordPress setup without the redirects and additional configurations.
Best regards,
IsmaelHey glodesign,
Thank you for the inquiry.
The product filter only works on the default shop and archive pages; unfortunately, it’s not designed to work within the product grid element.
To adjust the options in the dropdown, you can add this filter in the functions.php file:
function avf_custom_wc_product_order_dropdown($product_order) { return [ 'default' => __( 'Default', 'avia_framework' ), 'price' => __( 'Price', 'avia_framework' ), ]; } add_filter('avf_wc_product_order_dropdown_frontend', 'avf_custom_wc_product_order_dropdown');
Best regards,
IsmaelHi,
Thank you for the update.
We would like to apply the css modification, but the login details provided seem to be invalid. Please verify the info or provide another admin account.
Best regards,
IsmaelHi,
Thank you for the update.
The customization you described would require extensive time and theme modifications, which aren’t covered by our support. Unfortunately, we didn’t find any plugin that have this functionality. If this functionality is essential, you might consider hiring a freelancer through our customization page.
If you have any other questions or need further assistance, please let us know.
Best regards,
IsmaelNovember 7, 2024 at 4:50 am in reply to: header logo element causing high LCP relative to everything else #1470799Hi!
Thank you for the update/
A high LCP score is often caused by large images, which is why preloading helped in this case. While render-blocking resources can also delay it by slowing down image loading, they don’t directly affect the LCP score. Could you provide links to pages with high LCP scores?
Cheers!
IsmaelHi,
Thank you for the update.
1.) To display a read more link, edit the Blog Posts element, then set the Define Blog Grid Layout to Title + Excerpt and Read More Link.
2.) And to display the excerpt, make sure that the posts are created using the default editor. If the Advance Layout Builder is active, you have to define the excerpt manually.
3.) To move the meta info after the headline, try to add this script in the functions.php file:
function ava_custom_move_slide_meta_script() { ?> <script> (function($) { $(document).ready(function() { $('.avia-content-slider-inner .slide-entry-wrap .slide-entry').each(function() { var $entry = $(this); var $meta = $entry.find('.slide-meta'); var $title = $entry.find('.slide-entry-title'); if ($meta.length && $title.length) { $meta.insertAfter($title); } }); }); }(jQuery)); </script> <?php } add_action('wp_footer', 'ava_custom_move_slide_meta_script', 99);
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Thank you for the update.
Inside the bulletin board I
What do you mean by “bulletin board”? You need to edit the functions.php file in Appearance > Theme File Editor or via FTP. Unfortunately, we cannot center-align the current widget title because of its position in the document, so you’ll need to add the hook above.
Best regards,
IsmaelHi!
@guenn007i: I think he’s using the default editor.
Enfold Child > Blog Layout > Blog Layout > Use Advanced Layout Editor to build your own (but I cannot use ALE once I’m in there because I use the ALE for my Pages, so I’m forced to use the Default Editor for each post . . . I still do not understand why I cannot use ALE on both, but I know that it breaks something)
// https://kriesi.at/support/topic/append-all-blog-posts-with-updated-mm-dd-yyyy/#post-1470539
Regards,
IsmaelHi,
We’ll keep the thread open; please feel free to update us here if you need further assistance.
Best regards,
IsmaelHi,
Enabling the Debug Mode (Backend Only) option should not cause issues with the update. It will simply display the actual shortcode of the elements below the builder.
Best regards,
IsmaelHey koomo,
Thank you for the inquiry.
Have you tried adjusting the color values in the Enfold > Theme Options > Transparency Options? Look for the Transparency Menu Color and Transparency Menu Color On Hover settings.
Best regards,
IsmaelHey HelloWorld99,
Thank you for the inquiry.
Have you tried adjusting the colors of the menu items in the Enfold > General Styling > Logo Area tab? You can also change this in the Enfold > Advanced Styling panel. Another option is to disable the transparent header in the page’s Layout > Title Bar Settings.
Best regards,
IsmaelHi,
Thank you for the update.
We’ve zipped the files separately because they are different fonts. You will need to upload them to the Custom Font Manager one at a time (see the private field).
Best regards,
IsmaelHi,
Thank you for the update.
You can add this css code to remove the bottom margin of the logo:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .logo, #top .logo a { margin-bottom: 0 !important; } }
Best regards,
IsmaelNovember 6, 2024 at 6:22 am in reply to: pdf-embedder page=# doesn’t work if Frontpage is set #1470733Hey Nancy,
Thank you for the inquiry.
We don’t see any issues at the moment. Please try selecting a front page again so we can check the issue.
Best regards,
IsmaelHi,
wait . . . is this latest stuff for me? ie should I try that last block of code?
@gatehealing: Sorry for the confusion. For single post, you may have to directly modify the includes > loop-index.php or use this filter in the functions.php file.add_filter('avf_post_metadata_array', function($meta, $context) { global $post; if($context == 'loop-index') { $updated_date = get_the_modified_date('F j, Y', $post->ID); $meta['updated_date'] = '<span class="blog-updated-date minor-meta">Updated on: ' . $updated_date . '</span>'; } return $meta; }, 10, 2);
Best regards,
IsmaelHi!
Please continue here: https://kriesi.at/support/topic/need-code-to-put-button-right-under-the-menu/
Cheers!
Ismael -
AuthorPosts