Forum Replies Created
-
AuthorPosts
-
December 10, 2024 at 1:11 pm in reply to: Portfolio grid displays thumbnails incorrectly if they are odd #1473339
Hi,
We’ll keep this thread open. Let us know once the site is live.
Best regards,
IsmaelDecember 10, 2024 at 1:10 pm in reply to: Guidance Needed for Creating Author and Subcategory Pages with Enfold Theme #1473337Hi,
Thank you for the update.
We created a test page with the custom HTML and we also added the styles in the Quick CSS field. (see private field)
Best regards,
IsmaelHi,
Thank you for the update.
What doesn’t work yet is the resizing of a tab section if a contact form is inside
Looks like you’re using a custom contact form from a plugin. The tab section will not respond to the form’s behavior because there are no supporting scripts, or they are not configured to work together. You may need to move the contact form outside the tab section.
Best regards,
IsmaelHey luleloki,
Thank you for the inquiry.
Where can see the actual iframe? Please provide the page URL so that we can inspect the element. Are you opening the iframe in a lightbox?
Best regards,
IsmaelHey Vera,
Thank you for the inquiry.
Looks like you’re using the RankMath plugin. Please go to the Admin > Rank Math > Titles & Meta, open the Archives tab and make sure that all archive types are set to index, follow. Let us know of the result.
Best regards,
IsmaelHi,
Great! Glad to know that you’ve found a working solution. 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.
The large gap is caused by this css code:
section.vid { height: 3000px!important; }
Did you add it somewhere?
Best regards,
IsmaelHi,
Thank you for the info.
We adjusted the script a bit. Please try it again:
function ava_custom_script_portfolio_ajax_resize() { ?> <script> (function ($) { $(document).ready(function () { $('.grid-entry').on('click', function () { var tabId = $(this).closest('.av-layout-tab').attr('id'); if (tabId) { var targetToggle = $('[aria-controls="' + tabId + '"]'); if (targetToggle.length) { setTimeout(function () { targetToggle.trigger('click'); }, 1000); } } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_portfolio_ajax_resize', 9999);
Best regards,
IsmaelHi,
Your PHP code changes were not applied due to an error on line 385 of file wp-includes/html-api/class-wp-html-decoder.php. Please fix and try saving again.
Uncaught Error: Call to undefined function ctype_alnum() in wp-includes/html-api/class-wp-html-decoder.php:385
Stack trace:The site displays correctly when we deactivate the plugins. Also, the error above seems to be generated by the Jetpack plugin. You may need to toggle and experiment with the options to identify what is causing the issue.
Best regards,
IsmaelHi!
Looks like the code in the functions.php file has been removed. Have you tried disabling the plugins temporarily? Can we disable them?
Regards,
IsmaelHi!
The functions.php file was not empty when we checked and found that the single quotes in the first line are invalid, so we corrected them. Please try copying the code we suggested above.
Cheers!
IsmaelDecember 9, 2024 at 6:29 am in reply to: ACF Custom field conditional display in Custom Layout #1473206Hey Arsène,
Thank you for the inquiry.
Where can we check this? Unfortunately, there is no option to add conditions to the dynamic data, as it assumes that all data should be filled or contains a value.
Best regards,
IsmaelDecember 9, 2024 at 6:26 am in reply to: Guidance Needed for Creating Author and Subcategory Pages with Enfold Theme #1473204Hi,
Thank you for the inquiry.
We tried logging in but the password for the username is incorrect:
ERROR:The password you entered for username XXXXX is incorrect. Lost Your Password?
Please check the info carefully or provide another admin account.
Best regards,
IsmaelHey Tanja,
Thank you for the inquiry.
Yes, by default, WordPress applies srcset and sizes attributes to images, allowing the browser to select a more suitable thumbnail for different screen sizes. You can learn more about it here: https://developer.wordpress.org/apis/responsive-images/
Best regards,
IsmaelHey coredesignsupport,
Thank you for the inquiry.
There is an invalid code in the functions.php file:
add_theme_support(‘avia_disable_dummy_import’); add_theme_support('deactivate_layerslider');
Please try to remove it temporarily or replace it with this code:
add_theme_support('avia_disable_dummy_import'); add_theme_support('deactivate_layerslider');
Let us know of the result.
Best regards,
IsmaelHey dcoatney07,
Thank you for the inquiry.
You may need to regenerate the tokens and make sure that the required permissions are checked.
-- View and search Envato sites (checked by default) (Required) -- View the user’s Envato Account username -- View the user’s email address -- View the user’s account profile details -- Download the user’s purchased items (Required) -- Verify purchases of the user’s items -- List purchases the user has made (Required)
Please review the documentation for the token permissions: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
IsmaelHey slikslok,
Thank you for the inquiry.
Where did you get the font “Serife Pro”? Please note that the Custom Font Manager is intended for Google Fonts. You can still upload fonts from other sources, but you have to make sure that the file structure is correct. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
IsmaelHey philipe,
Thank you for the inquiry.
Try to wrap the code block inside a color section, then set the width of the color section container to 100%. Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
You can also apply the background video directly to the Color Section, Fullscreen Slider, or Layer Slider element.
Best regards,
IsmaelDecember 9, 2024 at 5:57 am in reply to: Close drop-down menus with keyboard control via ESC #1473198Hi,
UPDATE: We may have found the issue with the script and edited it a bit — please try it again.
Best regards,
IsmaelDecember 9, 2024 at 5:55 am in reply to: Close drop-down menus with keyboard control via ESC #1473197Hi,
Thank you for the update.
The script above should not affect the behavior of the submenus in mobile view. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur, or Dropbox. The submenus were still visible inside the burger menu when we checked.
Best regards,
IsmaelHey Berthold,
Thank you for the inquiry.
You need to register a new shortcode path in the child theme first by adding this filter in the functions.php file:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Create a folder called “shortcodes,” then place the files of the elements or shortcodes that you’d like to include, modify, or override.
Best regards,
IsmaelDecember 9, 2024 at 5:15 am in reply to: Importing lots of Data to SCF custom posts, all having same template #1473195Hey henningtillmann,
Thank you for the inquiry.
You can try this hook in the functions.php file, but make sure to create a site backup or restore point before doing so:
function ava_update_custom_fields_for_post_type() { $post_type = 'your_post_type'; $posts = get_posts(array( 'post_type' => $post_type, 'posts_per_page' => -1, 'post_status' => 'any', 'fields' => 'ids', )); if (!empty($posts)) { foreach ($posts as $post_id) { update_post_meta($post_id, '_aviaLayoutBuilder_active', 'active'); update_post_meta($post_id, '_aviaLayoutBuilderCleanData', '[av_custom_layout link=\'alb_custom_layout,653\' av_uid=\'av-m3u7m8lu\' sc_version=\'1.0\']'); update_post_meta($post_id, '_avia_builder_shortcode_tree', 'a:1:{i:0;a:3:{s:3:"tag";s:16:"av_custom_layout";s:7:"content";a:0:{}s:5:"index";i:0;}}'); update_post_meta($post_id, '_avia_sc_parser_state', 'disabled'); update_post_meta($post_id, '_av_alb_posts_elements_state', 'a:1:{s:16:"av_custom_layout";b:1;}'); update_post_meta($post_id, '_av_el_mgr_version', '1.0'); } } } add_action('init', 'ava_update_custom_fields_for_post_type');
Just refresh the dashboard once, then remove the hook immediately. This will create the necessary custom fields for each item in the custom post type and enable the ALB automatically. Make sure to update the value 653 with the actual ID of the custom layout:
update_post_meta($post_id, '_aviaLayoutBuilderCleanData', '[av_custom_layout link=\'alb_custom_layout,653\' av_uid=\'av-m3u7m8lu\' sc_version=\'1.0\']');
And place the name or slug of the post type here:
$post_type = 'your_post_type';
Best regards,
IsmaelHey Orenishii,
Thank you for the inquiry.
It’s possible to add a Custom Link to each item in the Masonry Gallery, then use this filter to create product button which links to the external URL:
function avf_view_product_button_to_masonry_entry($content, $entry, $config) { $custom_link = get_post_meta($entry['ID'], 'av-custom-link', true); $product_link = !empty($custom_link) ? $custom_link : get_permalink($entry['ID']); $view_product_button_html = "<div class='view-product-button'> <a href='" . esc_url($product_link) . "' class='button' title='" . esc_attr(get_the_title($entry['ID'])) . "'> View Product </a></div>"; $content .= $view_product_button_html; return $content; } add_filter('avf_masonry_entry_content', 'avf_view_product_button_to_masonry_entry', 10, 3);
Best regards,
IsmaelDecember 9, 2024 at 4:16 am in reply to: H1 in author and category blogs missed if “only breadcrumbs” in header is used #1473193Hey ibuzaev,
Thank you for the inquiry.
Please enable the breadcrumbs and title, then add this filter in the functions.php file to remove the title on pages:
function avf_title_args_mod( $args, $id ) { if ( is_page() ) { $args['title'] = ''; } return $args; } add_filter( 'avf_title_args', 'avf_title_args_mod', 10, 2 );
Best regards,
IsmaelDecember 9, 2024 at 4:12 am in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1473192Hi,
Thank you for the update.
To adjust the vertical alignment of the caption, look for this css rule and adjust the bottom property to 41% or so:
.avia-slideshow.av-desktop-hide.av-medium-hide .avia-caption { bottom: 31%; left: 50%; transform: translateX(-50%); }
For the arrows, add this css code:
#top .avia-slideshow-arrows a { top: 40%; }
Best regards,
IsmaelHi,
Sorry for the delay. We are still not sure what’s causing the issue. Please provide the login details in the private field so that we can check this further.
Best regards,
IsmaelHi,
Great! Glad to know that the changes resolved the issue. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelDecember 6, 2024 at 8:00 am in reply to: Increase caption container width in fullscreen slider #1473074Hi,
Thank you for the update.
For captions without frame, you can use this css code instead:
.caption_bottom .slideshow_align_caption { text-align: center; }
Best regards,
Ismael -
AuthorPosts