Forum Replies Created
-
AuthorPosts
-
Hi,
What is the name of the file? Can we take a look? This is the only error that I see in the console.
www-widgetapi.js:99 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://ebenisterie-loutan.ch').Best regards,
IsmaelHi,
Thanks for the update. Can you provide a screenshot of the “reply threading” issue? I’m not really sure what it means.
Best regards,
IsmaelHi!
Thanks for the update. You can set it to “Always stick” but you won’t be able to access the content at the very bottom of the sidebar container because its taller than the browser view port, at least on standard screen resolutions. For testing purpose, set it to the first option and then zoom out the browser until the whole sidebar content is visible. It should stick by then because the whole sidebar container is visible inside the browser view port or screen.
Regards,
IsmaelOctober 16, 2018 at 1:06 pm in reply to: How to prevent the transparent header on mobile to transform into normal header? #1022150Hi,
Thanks for the update. The script handle should be “avia-sticky-header”, not “avia-default”.
Best regards,
IsmaelHi,
You can use this css code.
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: #ffffff; }= .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li, #top .main_color .avia-data-table.avia_pricing_minimal th { background-color: #919191; }Best regards,
IsmaelOctober 16, 2018 at 1:01 pm in reply to: Need to show entire blog post with advanced editor #1022143Hi,
It’s possible but you have to modify the shortcode file. Look for the postcontent.php file inside the config-templatebuilder > avia-shortcodes folder. Edit this code around line 66:
"posttype" => array('page','portfolio'),Add the default post type.
"posttype" => array('page','portfolio','post'),Best regards,
IsmaelOctober 16, 2018 at 12:50 pm in reply to: Fatal Error with nextgen plus using lightbox pro effect on mobile devices #1022136Hi,
Have you tried disabling the theme’s lightbox option? Look for the “Lightbox Modal Window” in the Enfold > Theme Options panel and disable it. If I am not mistaken, nextgen has its own lightbox functionality, so you can use that instead of the default lightbox.
Best regards,
IsmaelOctober 16, 2018 at 12:48 pm in reply to: Problem Updating Enfold: "Download failed. Problem downloading theme" #1022135Hi,
The new version of the theme is out. You can now download version 4.5 from your Themeforest account. It contains the new Envato API update.
Best regards,
IsmaelHi,
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 7 years, 6 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,
Ismael -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts
