Forum Replies Created
-
AuthorPosts
-
October 25, 2019 at 7:26 am in reply to: Logo Centered Split Menu, with Transparent Logo Area #1151099
Hey MLA18,
Thank you for the inquiry.
That is currently not possible because the logo and the main menu are inside the same container, which is where the background is applied. You may need to stick with a background behind the logo, or remove the entire header background.
Best regards,
IsmaelHi,
The srcset option is currently under development, but it might take a while before it will be fully implemented in the theme. Which element are you trying to optimize? These articles should help you optimize the images, and the theme in general.
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslowThank you for your patience.
Best regards,
Ismael13Hi,
Thank you for the inquiry.
We can see the issue on Firefox Windows 10, but we can’t really figure out what’s causing it. We inspected the stylesheet but didn’t really find anything unusual with it. Is it happening when the Performance > File Compression settings are enabled? Is there a cache plugin installed?
Best regards,
IsmaelHey Margit,
Thank you for the inquiry.
You should be able to translate the string using the Loco Translate plugin, or by manually editing the language files using translation tools such as POEdit.
// https://wordpress.org/plugins/loco-translate/
Best regards,
IsmaelHey tonyiatridis,
Thank you for the inquiry.
It’s probably because of the protocol of the URL in the menu item. It’s still set to “http” instead of “https”. Please try to recreate the menu from scratch or update the URL.
Best regards,
IsmaelHi,
Thank you for the update.
You have to accept the cookies and reload the page first. Only then you will be able to use the contact form, unless the Enfold > Privacy & Cookies > Default Cookie Behaviour settings is set to the first option (All cookies and services are accepted on first page load, user can opt out). You can also enable the Auto Reload Page option in the Advanced Options section if you don’t want to manually refresh the page after accepting the cookies.
Best regards,
IsmaelHi,
Thanks for the update.
You can modify the archive.php file. If you have a child theme, just create a copy of the file in the child theme directory. Look for the term or category description around line 34:
<?php $tds = term_description(); if($tds) { echo " <div class='category-term-description'>{$tds}</div> "; } ?>
Below, you can add this code to render the category title:
<?php single_cat_title('Currently browsing '); ?>.
More info in the documentation.
// https://developer.wordpress.org/reference/functions/single_cat_title/
Best regards,
IsmaelHi,
Thank you for the update.
The WPML plugin is what is currently used in the site. Did you disable the Polylang plugin? Are you able to translate the pages using the current plugin? We will leave the link to the documentation just in case.
// https://wpml.org/documentation/theme-compatibility/enfold/
Best regards,
IsmaelOctober 24, 2019 at 3:21 pm in reply to: How can I make the global consent messages in multiple languages? #1150918Hi,
Thank you for the update.
You can hide the text initially, then only display it when its respective language is active. Please replace the css with the following code.
.avia_cookie_text span { display: none; } html[lang="sl-SI"] .sl-cookie, html[lang="en-US"] .eng-cookie, html[lang="it-IT"] .it-cookie { display: inline; }
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can use the is_singular(‘sfwd-courses’) conditional tag to display a slider only on the course pages.
This is the previous snippet:
// https://pastebin.com/Gm8U9Z14
Thread: https://kriesi.at/support/topic/advanced-layout-editor-for-blog-post-page/#post-994194
You can duplicate the snippet and change the function name “ava_after_main_container_mod” to something else. Then adjust the this line:
if(is_single()) { echo $output; }
,.. to:
if(is_singular('sfwd-courses')) { echo $output; }
Best regards,
IsmaelOctober 24, 2019 at 1:32 pm in reply to: Change featured image on posts to pull in full size versus cropped #1150879Hi,
Thank you for the update.
We want it to simply pull in the full size image
That is the default size of the featured image in the single post page. If you want to adjust it, install the following plugin, then go to the Settings > Media panel. Look for the “entry_with_sidebar” thumbnail, adjust the width and height value, update, save and then regenerate the thumbnails. You have to manually upload the images again if you don’t want to regenerate all existing thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Let us know how it went.
Best regards,
IsmaelHi,
Thank you for the inquiry.
That is the default size of the featured image in the single post page. If you want to adjust it, install the following plugin, then go to the Settings > Media panel. Look for the “entry_with_sidebar” thumbnail, adjust the width and height value, update, save and then regenerate the thumbnails. You have to manually upload the images again if you don’t want to regenerate all existing thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi!
Did you see my link I posted a while back? It can be solved with JavaScript event handlers!
Yes, we included that in the report and we are currently testing it because it looks promising. We’ll let you know.
Cheers!
IsmaelOctober 24, 2019 at 11:44 am in reply to: WP caught error in admin-ajax after upgrading to 4.6.2? #1150854Hi,
I see. Another user reported that errors occur when executing WP-CLI commands. Are you still receiving the same errors in the mail?
Best regards,
IsmaelHi,
Thank you for the update.
We are not really sure if this is an issue with the theme because we are not able to reproduce the problem on our local installation. The resources are loading properly on incognito mode even when the “aviaCookieSilentConsent” is not added in the local storage. Do you have a staging version of the site, or any other site using Enfold?
Best regards,
IsmaelHi,
Great! Glad that the consent bars are now visible.
1-2) You can definitely enable the file compression settings, but new changes or modifications will not take effect immediately, so make sure that everything in the site is completely done before turning them on again.
3.) Nothing really. Just make sure that the site is using the updated version of the theme. If you ran into troubles again, you can always come back in the forum.
Thank you for your patience.
Best regards,
IsmaelHi,
What is the login URL? We tried the default login URL, but it redirects to a 404 page. Please include it in the private field.
Thank you for your patience.
Best regards,
IsmaelOctober 24, 2019 at 10:55 am in reply to: Partner/Logo Element: Text on the picture instead of tooltip above #1150829Hi,
Thank you for the update.
Have you tried using the Image element as suggested above? You can set the caption to display over the image, and adjust the overlay appearance. It is also possible to display the caption on hover.
Unfortunately, we can’t set the caption in the partner/logo element to go over the images because they are added as tooltip, which is rendered outside the item container.
Best regards,
IsmaelHi,
We’ll let you know once we found a fix. For now, you can either use the css code to pull the background upwards or add the script to emulate a resize event. Please don’t hesitate to open a new thread if you need anything else.
Thank you for your patience.
Best regards,
IsmaelHi,
Glad it worked.
The only thing is I don’t understand why this code (in documentation) doesn’t work.
There is probably a missing option that we missed, or another css modification is preventing it from working as is expected. Please open a new thread if you need anything else. We’ll close the thread for now.
Best regards,
IsmaelHi,
Sorry about that. We tried to create an overlay behind the mobile menu to cover the main container and hopefully prevent scrolling of the background layers, but it didn’t work. Seems to be an issue with the new iOS update as mentioned.
The issue has been reported to the dev team, so hopefully they will find a solution. We’ll get back to you once it is available.
Thank you for your patience.
Best regards,
IsmaelHey L+T,
Thank you for the inquiry.
The theme’s Instagram widget doesn’t really generate any cookies because the images are directly scraped from the Instagram server, so it doesn’t have to be included in the privacy options. Unfortunately, Instagram is now discouraging this method in favor of their new API, which requires a proper form of authentication that will probably generate cookies.
You can find the deprecation notice in the following link.
// https://www.instagram.com/developer/
// https://developers.facebook.com/docs/instagram-basic-display-api/We don’t really know yet whether this new API will be added in the theme or not, so for now you have to use a plugin.
// https://wordpress.org/plugins/instagram-feed/
// https://wordpress.org/plugins/wd-instagram-feed/Best regards,
IsmaelOctober 24, 2019 at 9:59 am in reply to: Child Theme Does not Acknowledge CDN Rewrite Since Latest Upgrade #1150780Hi Justin,
That’s great! Glad to know that it’s working again now. Please let us know in another thread if you need anything else. We’ll close this one for now.
Have a nice day.
Regards,
IsmaelOctober 24, 2019 at 9:57 am in reply to: 40 pages crashed – compatibility issues with CPT-Plugin/ALB #1150779Hi!
All the snippets that we recently added in the functions.php file are necessary, so you should not remove them. They will enable the ALB and the Layout meta box for the custom post types, and execute shortcodes that are added within the builder elements.
We urged you to close the thread because the initial problems have already been solved — the ALB for custom post type and the duplicate shortcodes. Prolonging threads is actually at your disadvantage because it gets quite confusing not only for us but for other users who might be looking for the same solution. This is why we always ask our users to open a separate thread for each inquiry, and ask them to avoid extending existing ones.
Thank you for understanding.
Best regards,
IsmaelHi,
Thank you for the info.
The content of the tab section is taller than the specified maximum height value, cutting off any content at the bottom. Please try to use this css code to remove the height restriction.
.av-tab-section-outer-container { max-height: none !important; }
And don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelOctober 23, 2019 at 11:00 am in reply to: With the new Enfold 4.6.3.1 update from the safari browser, google maps are no l #1150448Hi,
Sorry for the delay. Could you give us a screenshot of the map section on Safari? I will ask the team to check the thread. Please wait for their response.
Thank you for your patience.
Best regards,
IsmaelOctober 23, 2019 at 10:48 am in reply to: Child Theme Does not Acknowledge CDN Rewrite Since Latest Upgrade #1150445Hi,
Sorry about that. We only checked the stylesheets and external resources from the network tab, but forgot to inspect the markup. Unfortunately, we are still not sure why the rewrites are not working. Did you contact the WP Rocket support yet? They might be able to help us figure out the issue.
Do you have a dev version of the js-interactive site? Have you tried disabling some of the plugins to rule out incompatibility? I will ask the rest of the team to check the thread. Please wait for their response.
Thank you for your patience.
Best regards,
IsmaelHi,
@kjwaggz: The snippet above should fix the issue temporarily. Do you have a staging site where we can see the issue? Please create a new ticket and post the necessary details in the private field so that we can inspect the issue. We’ll close this thread for now.Best regards,
IsmaelOctober 23, 2019 at 10:25 am in reply to: Portfolio Raster – Einzelansicht auf neuer Seite öffnen und Navigation #1150434Hi,
Thank you for the clarification.
What is the current order of the items in the portfolio grid? Is it by date? Please note that the order of the posts in the post navigation is not directly linked to how they are sort in the main gallery. The navigation, which is based on the get_adjacent_posts function, will contain the adjacent posts based on the date they are published.
// https://developer.wordpress.org/reference/functions/get_adjacent_post/
If you want to change the query or sort the adjacent posts by title instead of by date, use this filter in the functions.php file.
function avf_get_prev_post_sort_mod( $sort ) { return "ORDER BY p.post_title DESC LIMIT 1"; } add_filter( 'get_previous_post_sort', 'avf_get_prev_post_sort_mod' ); function avf_get_next_post_sort_mod( $sort ) { return "ORDER BY p.post_title ASC LIMIT 1"; } add_filter( 'get_next_post_sort', 'avf_get_next_post_sort_mod' );
Best regards,
Ismael -
AuthorPosts