Forum Replies Created
-
AuthorPosts
-
Hey backfolder,
Thank you for the inquiry.
You could try either one of the following solutions to open a custom gallery when clicking a link.
// https://kriesi.at/support/topic/lightbox-show-everything-and-more/#post-1288918
// https://kriesi.at/support/topic/link-to-album-lightbox/#post-1281752Best regards,
IsmaelApril 12, 2021 at 4:29 am in reply to: Multilanguage second DSGVO checkbox-text for contactform #1293827Hi,
No worries. The changes seems to be showing properly on our end, as shown in the screenshot below.
Please make sure to purge the cache or do a hard refresh of the browser before checking the page.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the inquiry.
using the Simple Image Sizes plugin
If the plugin is still enabled, you should be able to adjust the default size of the “entry_with_sidebar” thumbnail in the Settings > Media panel. Make sure that the adjusted dimension have the same aspect ratio as the uploaded image, and make sure to regenerate the images after the adjustment, or upload the image again.
Best regards,
IsmaelHi,
Thank you for the update.
Did you select the local fonts in the Enfold > General Styling > Fonts panel? If yes, then you can use the font-family property or the following code to apply the font to a specific element in the layer slider.
font-family: 'Dela Gothic One', sans-serif;Just use the actual name of the font.
// https://www.w3schools.com/css/css_font_google.asp
Best regards,
IsmaelApril 12, 2021 at 4:03 am in reply to: ?avia-element-paging Duplicate URLS – low text-HTML ratio – Low speed #1293824Hey WellStrategic,
Thank you for the inquiry.
You can disallow crawlers or bots from indexing pages with the avia-element-paging query by adding this rule in the robot.txt file.
Disallow: /*?avia-element-paging=*To make sure that the rule is actually working, try to use this robot.txt tester from Google.
// https://support.google.com/webmasters/answer/6062598
Best regards,
IsmaelApril 12, 2021 at 3:55 am in reply to: Logo Center with Button on Left (Header Widget) & Hamburger Menu on Right #1293823Hi,
Thank you for the inquiry.
Set the default logo to the default option, that is logo to the left and menu to the right, then use this css code in the Quick CSS field to move the logo in the center of the header container.
.av-logo-container .logo { left: 50%; transform: translateX(-50%); }Best regards,
IsmaelHey neotel2k,
Thank you for the inquiry.
The theme does not contain any AMP templates or markup, so it will never pass the AMP compatibility test if that is what you are expecting. You might be able to adjust the default markup using an AMP plugin, but most of the available plugins only work partially, or is not fully compatible with the theme. There is no plan on integrating AMP with the theme, yet.
Best regards,
IsmaelApril 9, 2021 at 9:28 am in reply to: Functions.php file in Enfold Child not updating changes #1293456Hi,
Thank you for the update.
@guenni007: Yes, that should work. Make sure that social icons are actually enabled.
@hacart: It is probably not working because the social icons are not enabled, or they do not actually exist in the page. You have to enable the social icons in the Enfold > Header > Extra Elements panel, look for the Header Social Icons settings. If you want to hide the icons on desktop view or on larger screens, try to create a css media query.
Best regards,
IsmaelHi,
Thank you for the update.
We tried to login to the site using the default login and dashboard URL, but they redirect to a 404 page (not_found). Did you change the login URL? Please include the link in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
If you want to change the maximum width of a single page, try to use this css code.
.page-id-24740 #narrow-page .container { max-width: 50%; width: 50%; }24740 in the selector above is the page ID of the lista-lavori-disponibili page.
Best regards,
IsmaelHi,
Thanks for coming back.
You may need to ask the “Memberships” author if the plugin is using the mce_buttons or the mce_buttons_2 filters to adjust the items in the tinymce toolbar.
Or try to temporarily edit the enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php, and comment out line 1610..
new avia_tinyMCE_button( $tiny_lb );.. and line 1629.
new avia_tinyMCE_button( $tiny );See if it changes anything or it makes the kitchen sink icon display back again. Please note that this will remove the insert shortcode button in the text editor.
Best regards,
IsmaelHi,
@thinkjarvis: Thank you for your insights.
@RubenHD: Sure thing. Please do not hesitate to open another thread if you need anything else.Have a nice day.
Best regards,
IsmaelApril 9, 2021 at 8:54 am in reply to: woocommerce category description displayed in title header #1293444Hi,
Thank you for the update.
Hello, in the main.template-shop as a paragraph is possible?
What do you mean by “main.template-shop as a paragraph”? Please explain it further or provide a screenshot.
The shop title is actually there but it is hidden using css. To display it back use this css code.
.template-shop .page-title { display: block; position: absolute; top: 50px; } header.woocommerce-products-header + .template-shop { margin-top: 50px; }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,
IsmaelApril 9, 2021 at 8:47 am in reply to: Change headline space and color of blogpost headlines #1293443Hi,
Thank you for the info.
The post titles are center aligned when we checked (screenshot below). You may need to purge the cache before checking the page again, or try to view it on incognito mode.
Screenshot: https://imgur.com/0cJd4Ht
If you need to center align the widget title as well, please add this.
.widget_recent_entries .widgettitle { text-align: center; }Best regards,
IsmaelHi,
Thank you for the update.
It is possible that the plugin crops the original feature image and not the thumbnail. Is it possible to select the actual thumbnail when cropping using the plugin? Now, if you would like to adjust the default thumbnail sizes, try to use the following plugin.
// https://wordpress.org/plugins/simple-image-sizes/
It is an old plugin, but it works fine. Do not forget to regenerate the images, or make sure to upload the them again after the adjustments.
Best regards,
IsmaelHi,
If yes…where do i find the settings for “length” ?
You might be referring to the Slide Options > Slide Timing > Duration settings. But the next slide should only start after the previous one has finished transitioning or when after the specified slide duration as described below.
Here you can set the time interval between slide changes, this slide will stay visible for the time specified here. This value is in millisecs, so the value 1000 means 1 second. Please don’t use 0 or very low values.
Did you check the screenshot above, and do you see the same layers on your end?
Best regards,
IsmaelHi,
Thank you for the update.
Did you add the “.open-popup-link-button a” selector to the updated code? You may need to add it on these lines.
jQuery('.open-popup-link').addClass('no-scroll'); jQuery('.open-popup-link').magnificPopup({.. it should be.
jQuery('open-popup-link-button, .open-popup-link').addClass('no-scroll'); jQuery('open-popup-link-button, .open-popup-link').magnificPopup({Please do not forge to purge the cache before every test. Or to make sure that you are not looking on a cached version of the page, just disable the minification and cache plugins temporarily.
Best regards,
IsmaelApril 9, 2021 at 7:57 am in reply to: Slider Probleme nach 5.6 und jetzt unter 5.7 – layout kaputt #1293433Hi,
For some reason, a blank layer slider wrapper is rendered outside the wrap_all container, which is why there is a huge space above the header.
<div class="ls-wp-container fitvidsignore ls-hidden ls-fullwidth ls-container" data-layerslider-uid="LS51e52bqds"> <div class="ls-slide" data-ls="bgposition:0% 0%;kenburnsscale:1.2;parallaxdurationmove:5000;" style="width: 1280px; height: 720px;"></div> </div>To hide that container temporarily, we added this code in the Quick CSS field.
body > .ls-wp-container.fitvidsignore.ls-hidden.ls-fullwidth.ls-container { display: none !important; }Best regards,
IsmaelApril 9, 2021 at 7:46 am in reply to: Srcset (image-set CSS) for ALB Colour Section Background images #1293432Hi,
I Imagine that the code will include some cropped versions of the hero image
Yes, that is correct. But you have the option not to do it manually by adding the wp-attachment-postid class name to the image markup, where postid is the actual id of the featured image. WordPress will automatically apply the srcset attribute to any images with this class name. You can also use the av_responsive_images class > make_image_responsive function to make the image markup responsive.
Example:
$img = wp_get_attachment_image( $image_id, $thumbnail_size ); $img = Av_Responsive_Images()->make_image_responsive( $img, $image_id, true );The class can be found in the themes/enfold/framework/php/class-responsive-images.php file.
Best regards,
IsmaelHi,
Thank you for following up.
Do you think it is possible to keep the new design with the latest version?
The updated calendar design should work fine on Enfold v4.8.1, as long as there are no modified event templates in the child theme. Did you modify any of the event template files (e.g default-template.php)?
Best regards,
IsmaelApril 9, 2021 at 7:27 am in reply to: CLS (Content Layout Shift) Troubleshooting help please #1293428Hi,
According to the page speed tool, the CLS is now 0.001, which is pretty good. How did you improve it?
You might also want to defer loading of JS files, and turn off JS Combine option in the litespeed settings to prevent the script files from blocking DOM rendering, minimize thread work and reduce the execution time. Deferring the script might cause unexpected behavior, so make sure to check the page properly after enabling it.
// https://docs.litespeedtech.com/lscache/lscwp/pageopt/#load-js-deferred
And according to the page speed insight, the server response time is a bit slow, so optimizing the database and upgrading the server itself might also be necessary.
Best regards,
IsmaelHi,
Thank you for your patience.
We added another snippet to resize the tab section on load, which works fine, but the tab section is still not resizing consistently after going to the next step. You might have to refrain from using the tab section when using the bookly form.
This is the snippet that we added.
var int = window.setInterval(function(){ console.log("resizing"); $(window).trigger('debouncedresize'); $("a[href$=online-booking]").trigger("click"); }, 1000); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 1000Best regards,
IsmaelHi,
Thank you for the update.
Please ask the third party developer to download the latest version of the theme from your or their Themeforest account and upload it manually via FTP. This should work fine as long as they did not do massive modification to the core or parent files and that they have installed a child theme.
For more info about FTP update, please forward the following documentation.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHi,
Thank you for the info.
We did not find any column element in that page, so we are not really sure what to check. Would you mind providing a screenshot of the issue? You can use imgur or dropbox for the screenshot.
Best regards,
IsmaelHi,
Glad to know that you have found a solution, and we hope that we could help you better next time. Please feel free to open a new thread should you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Do you remember adding this css code somewhere?
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu>li ul, .header_color .av-subnav-menu a { background: #7d7d7d!important; }It applies the background #7d7d7d to the second level menu items. Also, you may have to disable the mega menu option for the “Lehigh” menu item.
Best regards,
IsmaelHi,
Where or how did you set the Finger Paint font? In the Enfold > General Styling > Fonts panel, the header and body font are set to default and Open Sans, respectively.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We checked the staging site and the header there is fixed and sticks to very top of page when we scroll down, but the Header Size is different compare to the live site. Is this fixed?
Please toggle or temporarily disable the Enfold > Performance > File Compression settings, or check the site on incognito mode. You may also need to adjust the Header Size settings in the Enfold > Header Settings panel.
Best regards,
IsmaelApril 8, 2021 at 7:20 am in reply to: Functions.php file in Enfold Child not updating changes #1293189Hey Harold,
Thank you for the inquiry.
We modified that code a bit to make it compatible with the updated mobile menu. Please check the snippet in the following thread.
// https://kriesi.at/support/topic/social-icon-in-mobile-menu/#post-1226347
Best regards,
Ismael -
AuthorPosts
