Forum Replies Created
-
AuthorPosts
-
Hi,
You have to use the layer slider element. You can add the diagonal border as part of the slider.
// https://codepen.io/randallwilson/pen/eKcmG
// https://codepen.io/erikdkennedy/pen/KaZLweThe slider will not resize properly if it is inside the text block element.
Best regards,
IsmaelOctober 16, 2018 at 12:40 pm in reply to: Close mobile menu when clicking on same page link #1022130Hi,
Thanks for the update. I don’t see any script errors on the EN version. Please provide the WP and FTP details in the private field. We would like to test it.
Best regards,
IsmaelHi,
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,
How can we achieve the side bar being always there (sticky) and scroll when the screen is smaller than the menu.
That is actually what the first option is. The sidebar will only stick if the whole container is visible. If it’s taller than the screen, it will scroll along with the content. You don’t see a fixed sidebar because your sidebar or navigation is quite tall. I have a 1920x1080px screen and the site’s sidebar is still taller than the browser view port.
If you want a fixed sidebar, set it to “Always Sticky” and make the sidebar scrollable with this css code.
#header .avia-custom-sidebar-widget-area { overflow-y: scroll; }
Best regards,
IsmaelOctober 15, 2018 at 10:03 am in reply to: Disable "Enable Overlay" site wide in Advanced Layout Editor #1021480Hi,
Sorry for the delay. That option is part of the color sections’ shortcode parameters, which is part of the post content.
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' color='main_color' background='bg_color' custom_bg='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-jna0exal'][/av_section]
You should search for these lines and remove it.
overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''
Best regards,
IsmaelHey lucky19,
Thank you for using Enfold.
The site is using a different blog style. Use this code in the functions.php file instead.
add_action('wp_footer', 'ava_custom_script_move_blog_info'); function ava_custom_script_move_blog_info(){ ?> <script type="text/javascript"> const entry = document.querySelector(".single .entry-content-wrapper"); const meta = document.querySelector(".single .post-meta-infos"); const title = document.querySelector(".single .av-heading-wrapper"); title.parentNode.insertBefore(meta, title.nextSibling); </script> <?php }
Best regards,
IsmaelOctober 15, 2018 at 9:26 am in reply to: Make separate images for thumbnails and main images for #1021471Hey HeadStudiosWeb,
Thank you for using Enfold.
The masonry gallery is actually using a smaller thumbnail or a smaller version of the original image. (see private field)
Try to optimize or compress your images.// https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Best regards,
IsmaelHi,
The portfolio categories still exist in your installation. You should remove them manually. After the removal, you should ask google to re-crawl the site and then monitor the results using the url inspection tool or the search console’s index coverage status report.
// https://support.google.com/webmasters/answer/9012289
// https://support.google.com/webmasters/answer/7440203This process may take weeks or months, so you need to be very patient.
Best regards,
IsmaelHi,
Thank you for using Enfold.
I can’t find the “Libros de este” section on the front page. Where can I see it?
Best regards,
IsmaelHi,
Thank you for the update. You can enable the title and breadcrumb container for the topics or forum posts. Add this filter in the functions.php file.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1); function avf_header_setting_filter_mod($header_settings) { if ( is_singular('topic') ) { $header_settings['header_title_bar'] = "title_bar_breadcrumb"; } return $header_settings; }
Best regards,
IsmaelOctober 15, 2018 at 8:30 am in reply to: Fatal Error with nextgen plus using lightbox pro effect on mobile devices #1021448Hey Linni,
Thank you for using Enfold.
I’m sure the plugin authors will be able to help you with that. Just forward the error message to them so that they can locate the issue. Unfortunately, we don’t or we can’t provide support for third party plugins as stated on our support policy.
Best regards,
IsmaelOctober 15, 2018 at 8:25 am in reply to: Hide the checkbox privacy policy text on the sent email (autoresponder)? #1021445Hi,
Glad that you found the solution. Let us know if you need anything else. :)
Best regards,
IsmaelHi,
The child theme is using an old version of the magazine shortcode file. Please get the latest version and readd the modifications.
Best regards,
IsmaelOctober 15, 2018 at 7:50 am in reply to: How to prevent the transparent header on mobile to transform into normal header? #1021443Hi,
Try to dequeue or deregister the header script first and then register it back in your child theme.
// https://codex.wordpress.org/Function_Reference/wp_deregister_script
// https://codex.wordpress.org/Function_Reference/wp_dequeue_scriptBest regards,
IsmaelHi,
Did you use the the theme’s layer slider element? The layer slider should resize properly if you’re using that element.
Best regards,
Ismael-
This reply was modified 6 years, 9 months ago by
Ismael.
Hi,
I’m referring to the menu link. Try to create a custom link and use a url without that character. You don’t need to modify any files.
Best regards,
IsmaelHi,
I don’t see the overlay on desktop view. Please clear the browser cache.
Best regards,
IsmaelOctober 15, 2018 at 7:35 am in reply to: Blog dates not showing on translation page and blog notifications to subscribers #1021438Hi,
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,
The css code above works for some select/options tag but I can’t find the other selectors.
That widget is not from the theme. Please contact the plugin author.Best regards,
IsmaelHi,
You can not upload a template via FTP.
What do you mean? You can access the theme files via FTP. Please upload the theme files via FTP as described in the documentation.
Best regards,
IsmaelHi,
You can add a top border to the footer section. Have you tried that?
Best regards,
IsmaelHi,
Thanks for the update.
Try to remove the asterisk sign before the domain name.
http://iavsd2019.se/* https://iavsd2019.se/*
That should work.
Best regards,
IsmaelHey!
Replied here: https://kriesi.at/support/topic/header-slider-from-replete-in-enfold/
We can continue on this thread.
Best regards,
IsmaelHi,
Thanks for the update.
I modified line 845 of the slideshow-video.js file to check whether a theme slider is displayed or not.
if (window.addEventListener && document.getElementsByClassName('avia-slideshow')) {
Best regards,
IsmaelHi,
What did you change in the avia.js file? Please get the latest copy of the avia.js file and then readd your modifications.
Best regards,
IsmaelOctober 15, 2018 at 6:49 am in reply to: Need to show entire blog post with advanced editor #1021426Hi,
Thanks for the update.
This is possible with the “Page Content” element but you can only display portfolio or page items.
Best regards,
IsmaelHi,
I would like to check the issue but the site it not loading properly on my end. It’s timing out. Please check with your hosting provider.
Best regards,
IsmaelOctober 15, 2018 at 6:29 am in reply to: Structured Data: multiple "blogPost" created for every single Aria-Element #1021412Hey AGOM-AXEL,
Thank you for using Enfold.
You can disable the theme’s default schema markup in the Enfold > Layout Builder panel. The theme’s schema is quite basic, so it has to be extended if you really want to structure your pages for search engines. You can use these plugins as alternatives.
// https://wordpress.org/plugins/wp-structuring-markup/
// https://wordpress.org/plugins/wpsso-schema-json-ld/Best regards,
IsmaelOctober 15, 2018 at 6:16 am in reply to: Enfold2017 Portfolio Raster will not show categories #1021405Hi,
Thank you for using Enfold.
Are you referring to the category sort button? It can be enabled in the “Sortierung?” settings. If you want to display the items’ categories inside the grid, you have to modify the config-templatebuilder > aviashortcodes > portfolio > portfolio.php file.
Best regards,
IsmaelHi,
I tested the code again and seems to be affecting the page query so duplicate posts appear on the page. I’m not really sure if there’s an easy way to enable multiple pagination while using the theme’s implementation. Have you tried using the masonry element? It has an ajax “load more” button.
Best regards,
Ismael -
This reply was modified 6 years, 9 months ago by
-
AuthorPosts