Forum Replies Created
-
AuthorPosts
-
July 22, 2022 at 5:37 am in reply to: How to display overlay above whole accordion slider image? #1359132
Hi,
Thank you for the update.
We noticed that the caption or title container is not fullwidth when it is set to always display. To adjust the width of the title container, please add this css code.
#top .aviaccordion-preview { width: 100% !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the screenshot.
Please give us a link to the icon fonts zip file so that we can download and test it on our end. Are you sure that you removed the previous font set and saved the theme options before uploading the other set with the new icon fonts?
Best regards,
IsmaelHi Erin,
Can we access the site? We would like to check if the script is actually running. Please provide the login details in the private field.
Thank you for your patience.
Best regards,
IsmaelHey Buro Staal,
Thank you for the inquiry.
These are the limitations of the category sort feature, it will only display or sort posts that are already present in the page and the selected category will not remain selected on the next or previous pages. The only workaround for now is to display all items on the same page, or use a third party plugin. Unfortunately, we do not know of any plugin that can preserve selected filters when refreshing the page.
Best regards,
IsmaelJuly 21, 2022 at 11:20 am in reply to: How to display overlay above whole accordion slider image? #1358999Hey HeeHA,
Thank you for the inquiry.
Which browser are you using to test the page? The overlay covers the whole slider image when we checked the page on Chrome MacOS. Please check the screenshot below.
Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwHN8knVcN7mOc9sP?e=K9zuGm
Best regards,
IsmaelJuly 21, 2022 at 11:10 am in reply to: ALB for any post type (LearnDash). Spacebar doesn't work #1358995Hi,
Thanks for the info @guenni007.
The issue does not occur on our installation, so this is more likely an issue with a plugin or a custom script. We also noticed that when typing anything in any textarea or input fields (in a code block for example), a period or a dot is automatically appended to the text, which seems to be an autocomplete response or behavior.
Have you tried disabling the plugins temporarily? Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
IsmaelJuly 21, 2022 at 10:28 am in reply to: Seperate special headings as H1 for mobile and desktop. Crawlbot sees 2x H1's? #1358990Hey the_digital_manager,
Thank you for the inquiry.
You have to remove the duplicate element and use css media queries instead to apply different styles on mobile view to the remaining special heading element.
Example:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }Applying a custom css class name to the heading element should help in this case. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHi,
Thank you for the info.
It seems to be working correctly on our end. We published a new post in DE, applied the category Aktionen, and once we translated the post to IT, the corresponding category (Azioni) in the translated language is automatically applied to the translated post. Please check the links in the private field.
Best regards,
IsmaelHi,
Thank you for the info.
Yes, adding the script should help in this case. The script will force the slider to resize automatically/properly removing the white space below. Please make sure to purge the cache after adding the script.
Best regards,
IsmaelHi,
Thank you for the update.
Which specific icons are you referring to? Would you mind providing a screenshot? You can use imgur, savvyify or dropbox. Thanks!
After uploading the new font icon set, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.
Best regards,
IsmaelHi,
Thank you for the update.
We can apply an aria-label attribute to the menu items by adding this code in the functions.php file.
add_filter('walker_nav_menu_start_el', function($item_output, $item, $depth, $args) { $item_output = str_replace('<a href=','<a aria-label="' . $item->title . '" href=', $item_output); return $item_output; }, 10, 4);Let us know if that helps.
Best regards,
IsmaelHey Angelo,
Thank you for the inquiry.
You can enable the Cookie Handling > Modal Window Custom Content option and manually create a link to an external URL in one of the Tab Content fields.
Example:
<a href="https://external-site.com" target="_blank">Privacy Link</a>Best regards,
IsmaelJuly 20, 2022 at 8:57 am in reply to: Cannot access offset of type string on string in includes/helper-assets.php 54 #1358861Hi,
Sorry for the late response. Try to edit the functions.php file via FTP, then add this code to update the database options and disable the file compression settings.
add_action('init', function() { avia_update_option('merge_css', 'none'); avia_update_option('merge_js', 'none'); }, 10);Make sure to refresh the dashboard or the site after adding the code.
Best regards,
IsmaelHi,
Sorry for the delay. Please try to add the following code in the functions.php file, then look for the Custom Latest News widget in the Appearance > Widgets panel.
// https://pastebin.com/16fbz8Hq
Best regards,
IsmaelHi,
Thank you for the update.
The translated categories should now be automatically assigned to the translated posts. If this is not working as intended, please post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelHey Sozo,
Thank you for the inquiry.
1.) You can assign a custom page as footer or socket in the Enfold > Footer > Default Footer & Socket Settings settings, select the fourth or fifth option in the dropdown. So instead of relying on the default footer widget areas, you can create a new page and use the advance layout builder (ALB) to display a custom footer and socket section.
2.) To completely disable the sidebar or widgets on mobile devices, please use this css code.
@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ #top .sidebar { display: none !important; } }3.) Are you referring to the TOC widget? Unfortunately, this will require modifications that are beyond the scope of support. You may need to look for additional assistance from third party developers or use a plugin.
Example: https://wordpress.org/plugins/all-in-one-wp-sticky-anything/
Best regards,
IsmaelHey es.design.ma,
Thank you for the inquiry.
Did you install a lazy loading plugin for images? Please try to deactivate the plugin temporarily, then test the page again. Or try this code in the functions.php file to automatically resize the slider on page load.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 1500); $(window).on("load", function () { setTimeout(function() { clearInterval(int); }, 500); }); })(jQuery); </script> <?php }Best regards,
IsmaelHey Tobias,
Thank you for the inquiry.
You may need to delete the previous flaticon set, create another set of icons from the same source, then import it again in the Iconfont Manager. Please note that previous imported icons will not be automatically updated.
IMPORTANT: Please do not forget to create a site backup before doing the steps above.
Best regards,
IsmaelHi,
On the other site, the analytics script is not running immediately on page load because of the privacy & cookie options. Users have to manually allow the analytics tracker by toggling the privacy buttons in the privacy modal popup window.
You can also set the Cookie Handling > Default Cookie Behavior to the first or second option to automatically load external services including the analytics tracker.
Best regards,
IsmaelHey the_digital_manager,
Thank you for the inquiry.
Is the site hosted on the same server as the other sites? The site is indeed quite slow and we get an internal server error whenever we try to edit pages, or when we visit the dashboard panels a few times.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at –@– to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.We got the error above after disabling the WP Timeline and WP Table Builder plugins.
Best regards,
IsmaelHey Tobias,
Thank you for the inquiry.
The search icon is not displaying because of this css modification.
h1, h2, h3, h4, h5, h6, input, div, p, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta { font-family: 'robotolight', 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }It sets the font-family of the input tag including the search field to ‘robotolight’ instead of the ‘entypo-fontello’. Please make sure reset the font-family back to default.
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .av_ajax_search_image, .iconfont { font-family: 'entypo-fontello'; }Best regards,
IsmaelHi,
We just learned that the Impact font is a default Windows font, which is also available on Macos (regular version) but not on iOS devices including iPhones. You may need to select a different font, ideally a font from Google, which is available or can be loaded on different devices and operating systems.
You can check the available fonts on iOS and Mac devices in the following link.
// https://developer.apple.com/fonts/system-fonts/
Best regards,
IsmaelHi,
Did you purge the cache before testing the page? Please make sure that you are not viewing a cached version of the page or site. Try to remove the browser cache or check the site on incognito mode.
Best regards,
IsmaelHi,
Glad to know that the changes are working.
To adjust the color of the mini cart item on hover, use this css code.
div .dropdown_widget .cart_list li:hover { background-color: crimson; }And to add a border, please add this code.
#top .header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content { background: rgba(255,255,255,1); border: 1px solid burlywood; }Best regards,
IsmaelHi,
Thanks for the info.
We have checked the Tracking-Code für Google Analytics field and we noticed that the analytics ID is incomplete, so we adjusted it. The tracker is now working properly. (see private field)
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
The new analytics code (G-id**) should also work in the Enfold > Google Services panel. Please provide the login details in the private field so that we can check the issue properly. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site.
Best regards,
IsmaelHi,
Thank you for the update.
It seems to be an issue with the Enfold > Performance > File Compression > Javascript File Merging And Compressionoption. The sticky header works properly when the option is disabled.
We are not yet sure which one of the scripts in the merged file is causing the issue, so we kept the option is disabled. You can enable SG Optimizer’s compression/minify option in the SG Optimizer > Frontend panel instead.
Best regards,
IsmaelHey ivanglaser,
Thank you for the inquiries.
1.) The default widgets are displaying because the Single Product Pages widget area in the Appearance > Widgets panel is probably empty. Try to add any widgets in the widget area.
2-3.) You can use this css code to adjust the color of the button.
#top div.woocommerce-error a.button, #top div.woocommerce-message a.button { color: #fff; background: #c3512f; }4.) This css code should adjust the position of the mini-cart icon.
.html_visible_cart .cart_dropdown { right: 0; }Default right value is -2px.
5.) Use this to adjust the styles of the elements in the mini cart.
#top .header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content { background: rgba(255,255,255,0.5); } .header_color .cart_dropdown .dropdown_widget { color: red; } .header_color .cart_dropdown .dropdown_widget li a { color: blue; }6.) You can use this snippet to add a back to shop button above the cart table.
// https://gist.github.com/bradleysa/7d1448253097784daf94
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,
IsmaelJuly 19, 2022 at 8:50 am in reply to: Masonry Grid or other solution – multiple post types/entries #1358744Hey finchkelsey,
Thank you for the inquiry.
This is possible but you will not be able to select custom taxonomies (categories, post tag), so every items in the selected post type/s will display.
To enable post type selection for the Masonry and Blogs Posts elements, please add this code in the functions.php file.
add_theme_support('add_avia_builder_post_type_option');Then include this code to unset the taxonomy query.
function avia_unset_posts_taxonomy_query($query) { unset($query['tax_query']); return $query; } add_filter('avia_masonry_entries_query', 'avia_unset_posts_taxonomy_query', 10, 1); add_filter('avia_post_slide_query', 'avia_unset_posts_taxonomy_query', 10, 1);Best regards,
IsmaelHey Michael,
Thank you for the inquiry.
Where can we check the issue, and would you mind providing a screenshot? You can use imgur, savvyify or dropbox for the screenshot. Thanks.
b) Added [avia_search] as a custom link in the submenu navigation and styled it a bit in CSS.
Have you tried placing the custom shortcode in the navigation field?
Best regards,
Ismael -
AuthorPosts
