Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the delay. Those are framework files, so you won’t be able to override them in the child theme. What exactly are you trying to change? We might be able to use the available filters or hooks in the files to do it.
Best regards,
IsmaelHi,
@webdesignphx: Looks like you already figured out how to resize the logo properly. If you need more help, please don’t hesitate to create a new thread .Thank you for your patience.
Best regards,
IsmaelJune 16, 2020 at 10:25 am in reply to: Timeline-Font-Problem / Fontsize has changed by itself and now it's not… #1222955Hi,
Thank you for the info. Looks like the inline styling of the av-milestone-date is incorrect, even though they are set properly in the backend.
font-size: ,px;We’ll forward this thread to our channel and we’ll probably provide a fix in the next patch.
Best regards,
IsmaelJune 16, 2020 at 10:19 am in reply to: Canoncial Link für Startseite seit Installation von Yoast #1222954Hi!
Sorry for the delay. Could you maybe post a screenshot of the issue so that we can understand it better? Please use imgur or dropbox for the screenshot.
Did you also set the front page in the Settings > Reading panel? Please try to reset the settings there to default and only define the front or home page in the Enfold > Theme Options.
Best regards,
IsmaelJune 16, 2020 at 10:13 am in reply to: default parent theme caching style.css is max age = 1 year by default #1222951Hi,
Thank you for these updates. Glad to know that it’s fixed. We’ll close the thread now, but please don’t hesitate to open another if you need anything else.
Have a nice day ahead.
Best regards,
IsmaelHi,
Sorry for the delay. The screenshot looks kind of odd. Why is the menu in the middle of the page?
If you want to adjust the vertical position of the menu overlay, try to use this css code.
.html_av-overlay-side .av-burger-overlay-scroll { left: auto; right: 10%; }You might have to adjust the right position on different screens.
Best regards,
IsmaelJune 16, 2020 at 9:48 am in reply to: bbpress 2.6 breadcrumb + Enfold produces empty itemprop=name on last item #1222943Hi,
Sorry for the delay. We are trying to login again to the site but the connection is timing out — we can’t access it.
And regarding the snippet above, looks like this line becomes empty in the last breadcrumb trail.
$link_text = ! empty( $matches[1] ) ? $matches[1] : '';Did you happen to check the value of that variable?
Best regards,
IsmaelHi,
Sorry for the late reply. You can use this new script to move the social icons inside the mobile menu.
function ava_custom_script_mod_social() { ?> <script> (function($) { $(document).ready(function() { var burger_wrap = $('.av-burger-menu-main a'); var social = $('.social_bookmarks'); var mobile_social = $('.mobile_social_bookmarks').length; if (mobile_social) return; $(burger_wrap).on('avia_burger_list_created', function() { setTimeout(() => { social.appendTo('#av-burger-menu-ul').addClass("mobile_social_bookmarks"); }, 500); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod_social', 10000);You might need to add a few css modifications.
Best regards,
IsmaelHi,
Sorry for the delay. Is there a staging or development version of the site that we can access without changing anything on our machine?
To resize the video, edit the slide, go the Styling > Video Settings, the set the Video Size to the second option. This option will force the video to stretch if necessary and cover the slider container.
Best regards,
IsmaelJune 16, 2020 at 9:23 am in reply to: Gallery with four thumbnails above and one big image below #1222937Hi,
Sorry for the delay. Try to use this css code to adjust the width of the image in the second gallery.
#top #wrap_all #flex-gallery .avia-gallery-big { width: 100%; padding: 7px 0; }Default width is 50%. The css code will also adjust the padding around the item.
Best regards,
Ismael-
This reply was modified 5 years, 9 months ago by
Yigit.
June 16, 2020 at 9:07 am in reply to: Preview Changes page or post does not work when ALB is used with LearnDash #1222934Hi,
Sorry for the delay. Did you install a cache or minify plugin? Try to disable those plugins temporarily, remove the cache and check if the changes displays in the preview. And what is the current PHP version in your server? Please try to upgrade to 7.3 or later versions.
Best regards,
IsmaelHi,
Have you tried adding a unique category to the posts without links? We can modify the includes > loop-search.php file and check if that category exists and if it does, we can then replace the get_permalink with the link of the portfolio grid page.
echo "<{$heading} class='post-title entry-title {$css}'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></{$heading}>";The code to get all categories already exists in that file around line 75, so all we need to do is check if the custom category exists.
$taxonomies = get_object_taxonomies(get_post_type($the_id));We can also use custom fields.
// https://www.advancedcustomfields.com/
Best regards,
IsmaelHi,
We can’t find the item that you posted in the screenshot. Did you remove it? And we can’t reproduce the issue on other items.
Thank you for your patience.
Best regards,
IsmaelJune 15, 2020 at 5:08 pm in reply to: Fullscreen Slider Jumping On Mobile After last Update #1222749Hi,
Sorry for the delay. We can’t seem to reproduce the issue on Firefox Windows 10. Do you have a screenshot or a short clip of the issue?
This is how we see the site: https://imgur.com/a/cHtEmy7
Best regards,
IsmaelJune 15, 2020 at 5:04 pm in reply to: Images added with image component under media elements do not appear #1222747Hi,
Sorry for the delay. The image doesn’t display because the lazy loading plugin is disabled. You have to move the value of the data-src attribute to the actual src attribute of the image.
<img class="avia_image" title="" alt="Santuario Argegna in Garfagnana" width="1920" height="1280" src="https://www.garfagnanadream.it/wp-content/uploads/2020/05/santuario-argegna-garfagnana-3-scaled.jpg" />Best regards,
IsmaelHi,
Very sorry for the delay. Did you add this text anywhere in the site?
<Anterior>Posterior 123This text is what probably causes the layout to break, but we can’t find it anywhere in the site.
Please check @Rikard’s screenshot above: https://imgur.com/a/t2XJjTB
Best regards,
IsmaelHi,
The srcset option has been put on hold for other priorities, but rest assured that you will still be able to fully optimize the site without it. Please check this article for more info.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHi,
Sorry for the delay. We configured the sliders’ mobile settings accordingly and created a test page. (see private field)
Best regards,
IsmaelHi,
Yes, sorry about that. Unfortunately, we can no longer use the old widget because of how they implemented the authentication.
Thank you for understanding.
Best regards,
IsmaelHi,
Where do you see that error? We can’t reproduce it on our end. This is what we see in the cart page after adding an item in it.
Screenshot: https://imgur.com/a/maQaTzW
And on a different note, the cart icon is missing because of a CDN or CORS issue. Not really sure what caused that but you can ask your CDN provider to properly configure the server.
SEC7120: [CORS] The origin ‘https://migdaliapace.com’ did not find ‘https://migdaliapace.com’ in the Access-Control-Allow-Origin response header for cross-origin font resource at ‘https://secureservercdn.net/166.62.108.43/c23.fa4.myftpupload.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf’.
CSS3119: No fonts available for @font-face rule
Best regards,
IsmaelHi,
Thank you for the update.
They will not be classified as non-essential cookies nor they will be automatically be blocked by the theme. Users have to manually turn them on and off using the custom privacy toggle, which is why it’s important to inform your users about the cookies.
Best regards,
IsmaelHi,
Thank you for the info.
The theme only has limited control over which cookies or scripts it can block and that includes the snippet added in the Google Analytics, maps from the builder, fonts, embedded videos or the spam protection. Since the FB Pixel and GA tracking are added in a different manner, the theme will not be able to detect them. You have to add it back to the Google Analytics field, or you will have to create a custom script that will manually block those cookies.
Best regards,
IsmaelHi,
Thank you for the update.
Can we have access to the site? We would like to check the subscription form in the builder. Please post the login details in the private field.
Best regards,
IsmaelJune 15, 2020 at 1:49 pm in reply to: Comments and add comment form disappeared after upgrading Enfold #1222643Hi,
You should add the comments template right after this line:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'fullsize' ? 'entry_without_sidebar' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'page' );And before the closing php tag. Also, make sure that the syntax of the filter is correct. There’s a missing “a” in the snippet you’ve posted above.
add_filter('comments_open', function() { return true; }, 9999);Best regards,
IsmaelHi,
Did you try adjustinng the size of the Large thumbnail in the Settings > Media panel as suggested above?
Best regards,
IsmaelJune 15, 2020 at 1:26 pm in reply to: Datum in Blog Kategorien wird falsch/Doppelt oder gar nicht Angezeigt #1222641Hi,
Sorry for the delay. The date of the posts are now displaying properly in the archive or category pages. Did you figure out the issue?
Best regards,
IsmaelJune 15, 2020 at 1:20 pm in reply to: button link option display wrong after copy to other language using WPML again #1222637Hi,
Sorry for the delay. We’ll forward these changes to our channel and hopefully add it in the next patch.
Thank you for your patience.
Best regards,
IsmaelJune 12, 2020 at 3:45 pm in reply to: Layerslider Play by Scroll issue on Safari (macOS & iOS) #1222113Hey Mischa S.,
Sorry for the delay. We tried to check the site on MS Edge (working on a windows machine, so no safari) but we can’t see the issue. The slider looks fine. Can you provide a screen cast of the issue on Safari?
Did you add a license key for the layer slider plugin? The play by scroll feature requires product activation.
Best regards,
IsmaelHi!
Sorry for the delay. There is a modified version of the includes > helper-main-menu.php file in the child theme. Is it from the latest version of the theme? Please try to get a fresh copy of the file from the parent theme folder, then add the modifications again. Or disable it temporarily.
Best regards,
IsmaelJune 12, 2020 at 3:23 pm in reply to: Enfold does not work the change of image in variable product woocommerce #1222110Hi!
Sorry for the delay. The product image switches to another item when we select a different variation. Is it working properly now?
Did you set the Enfold > Shop Options > Product Gallery to the second option (Woocommerce 3.0 gallery)?
UPDATE: Looks like the site is using a different theme now. Anyway, we tried to login to the second site but the credentials didn’t work. Please check it carefully or provide another account.
Cheers!
Ismael -
This reply was modified 5 years, 9 months ago by
-
AuthorPosts
