Forum Replies Created
-
AuthorPosts
-
December 11, 2024 at 7:49 am in reply to: Hiding Elements based on user role and reflowing content. #1473387
Hey Nick_Skehan,
Thank you for the inquiry.
Where do you get the userData? We can help you with minor modifications to the theme, but the behavior or feature you’re after seems a bit beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable. Please check the link below: https://kriesi.at/contact/customization
Best regards,
IsmaelDecember 10, 2024 at 2:52 pm in reply to: Guidance Needed for Creating Author and Subcategory Pages with Enfold Theme #1473362Hi,
Thank you for the update.
Yes, you should update the links and the image URL in every Code Block element with your own URL and author images. Unfortunately, there is no option for this by default, so you will have to edit the html manually.
Best regards,
IsmaelDecember 10, 2024 at 2:09 pm in reply to: Some links in the menuitems and buttons don’t work #1473356Hi!
Thank you for the update.
Glad to know that this partially works now. Where can we check this? Please provide the site URL in the private field.
Best regards,
IsmaelHi,
Thank you for the info.
Please try to add this filter in the functions.php file:
function avf_disable_all_meta_tags( $meta, $robots, $blog_public ) { return ''; } add_filter( 'avf_set_follow', 'avf_disable_all_meta_tags', 10, 3 );Best regards,
IsmaelDecember 10, 2024 at 2:04 pm in reply to: Updating failed. The response is not a valid JSON response. #1473353Hey Lyndon,
Thank you for the inquiry.
We were able to validate the reCAPTCHA keys, but we couldn’t check the contact page because it redirects to a 404 error. We also tried recreating the contact page but couldn’t publish any new pages for some reason. Where can we check the issue? Please try updating the theme to version 6.0.8 and temporarily disable all plugins to troubleshoot.
Best regards,
IsmaelHi,
Thank you for the update.
You can use this css code to adjust the height of the lightbox container:
.mfp-iframe-scaler { padding-top: 100%; }Default top padding is 50%.
Best regards,
IsmaelDecember 10, 2024 at 1:51 pm in reply to: Some links in the menuitems and buttons don’t work #1473351Hey dorisb123,
Thank you for the inquiry.
It seems to be working correctly on our end. Have you tried editing the page and the Button element in the Advanced Layout Builder (ALB)? To adjust the menus, go to Appearance > Menus in your dashboard. Please provide the site URL in the private field so that we can inspect the issue further.
Best regards,
IsmaelHi,
Great! 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 update.
There’s no way to prevent the theme from creating the section container for orphaned elements or elements that are not wrapped in a Color Section element. You may need to adjust the script above to account for this. Unfortunately, this would require significant modifications, which are beyond the scope of support.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you try the hook? We can’t find the PDF button anywhere in the page and the screenshot above is not displaying. Please try to use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
IsmaelDecember 10, 2024 at 1:34 pm in reply to: Social Icons in Footer (using the page set as the footer) #1473347Hi,
Thank you for the update.
1. Remove the text Share This Entry
2. Remove the Hover Tabs “link to facebook” etc
3. Make the icons smaller – one one line?Please add the following css code to adjust the social icons based on your requests above:
#top #footer-page .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul li .avia-related-tooltip.avia-tt { display: none !important; } #top #footer-page .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul { display: flex; } #top #footer-page .av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a { width: 30px; height: 30px; } #top #footer-page .av-share-box ul li a { display: block; padding: 2px 0; text-decoration: none; color: inherit; font-size: 11px; transition: all 0.2s ease-in-out; }4. Change the background color of the icons and icon color?
Then use this css code to adjust the background and color of the social icons — note the selector “.av-social-link-facebook” when modifying other social icons.
#top #footer-page .av-social-sharing-box.av-social-sharing-box-color-bg .av-social-link-facebook a { color: #fff; background-color: #37589b; }Best regards,
IsmaelDecember 10, 2024 at 1:27 pm in reply to: Importing lots of Data to SCF custom posts, all having same template #1473346Hi,
We’ll keep this thread open. Let us know when you’re ready to proceed.
Best regards,
IsmaelDecember 10, 2024 at 1:24 pm in reply to: H1 in author and category blogs missed if “only breadcrumbs” in header is used #1473345Hi,
Thank you for the update.
Will it remove the title in posts too?
To remove the title from posts, replace the filter with the following:
function avf_title_args_mod( $args, $id ) { if ( !is_archive() ) { $args['title'] = ''; } return $args; } add_filter( 'avf_title_args', 'avf_title_args_mod', 10, 2 );This modification ensures that the title modification only applies to non-archive pages.
Best regards,
IsmaelHey solf,
Great! Glad to know that you managed to solve the issue. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey Nick_Skehan,
Thank you for the inquiry.
You can adjust the Content | Sidebar Ratio settings in the Enfold > General Layout > Dimensions tab to decrease the sidebar’s width. Let us know of the result.
Best regards,
IsmaelHi,
Thank you for the update.
Did you create a test page? Please provide the page URL so that we can inspect it.
— Unfortunately, there is no option to display a second image on hover. Implementing this feature would require custom modifications, which fall outside the scope of our support.
— To set a custom color for the button, you can add this css code:
.view-product-button a { color: red; background: blue; }Best regards,
IsmaelHi,
Let us know once the site is live. We’ll keep the thread open.
Best regards,
IsmaelDecember 10, 2024 at 1:11 pm in reply to: Portfolio grid displays thumbnails incorrectly if they are odd #1473339Hi,
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 #1473204 -
AuthorPosts
