Forum Replies Created
-
AuthorPosts
-
Hey imokweb,
Thank you for using Enfold.
That is the compressed version of every stylesheets in the theme, which is why the file size is a bit bigger than usual. You can disable the compression in the Enfold > Performance > File Compression section.
What do you mean by “headless” exactly? If I am not mistaken, “headless” means you will only utilize WordPress as a CMS e.g, its ability to create posts, comments, manage users etc. Basically, you will only utilize WordPress as a database and then use another technology in the frontend.
Best regards,
IsmaelHi,
Thank you for the update.
The Testimonial page doesn’t exists. Did you remove it? This snippet might help.
function ava_remove_parent_filters() { remove_filter('comments_open', 'av_comments_on_builder_posts_required'); } add_action( 'after_setup_theme', 'ava_remove_parent_filters' );Add it in the functions.php file.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried applying the link to the Grid Item Title directly instead of creating a button? Edit one the grid item and look for the “Title Link?” settings.
Best regards,
IsmaelHi,
Yes, that’s correct it’s an old guide but the recommendations there are still valid. Unfortunately, we haven’t optimized the demo yet based on the new recommendations, so their speed score might be lower than expected but it doesn’t mean that you can’t reach a 90+ score when you use the theme. Please note that site optimization is the responsibility of the site owner and/or the developer. It is also not entirely dependent on the theme. You have to consider hosting and a lot of other factors like images, scripts and number of add-ons or plugins used in the site.
Best regards,
IsmaelHi,
Thank you for using Enfold. And sorry for the delay.
This is not possible by default, unfortunately. You may need to install a plugin to sort the portfolio items manually.
// https://wordpress.org/plugins/post-types-order/
Best regards,
IsmaelHey FelixB,
Thank you for using Enfold.
There are free plugins that you can use to load more posts by scrolling. Unfortunately, they are not compatible with the theme or with the posts elements by default, so you have to find a way to get around that. Here’s a few choices:
// https://wordpress.org/plugins/yith-infinite-scrolling/
// https://wordpress.org/plugins/ajax-load-more/
// https://jetpack.com/support/infinite-scroll/Best regards,
IsmaelAugust 2, 2019 at 4:18 am in reply to: Infinite scroll or Load More button on portfolio grid #1124020Hi,
Thank you for using Enfold.
There’s a load more button in the Masonry element. Have you tried that? You can select the portfolio entries taxonomy instead of the default posts to display your portfolio items.
Best regards,
IsmaelAugust 2, 2019 at 4:16 am in reply to: Layer Slider images occasionally not shown – https:// is shown in image url #1124019Hey mike.rav,
Thank you for using Enfold.
It is working properly on our end. (see private field)
Where are you hosting the site? There are free SSL options like Let’s Encrypt, Cloudflare Universal SSL and more. You can ask your hosting provider for assistance.
Best regards,
IsmaelAugust 2, 2019 at 4:07 am in reply to: add onclick event at menu links, onclick=direct to page/url #1124017Hi,
Thank you for the update.
It’s not possible to add an onclick attribute by default but you can listen for a menu item click event.
// https://api.jquery.com/on/
// https://www.w3schools.com/jquery/event_on.aspBest regards,
IsmaelHey DesignPOD,
Thank you for the update.
Looks like an error with the page preloading. Have you tried disabling that option temporarily? You can also set the link to open in a new tab.
Best regards,
IsmaelAugust 2, 2019 at 3:55 am in reply to: GDPR / DSGVO: Cookie Settings auf standardmäßig OPT-IN setzen? #1124015August 2, 2019 at 3:54 am in reply to: Snippet for removing debug info from source code view does not work anymore #1124014Hi,
Thank you for the update.
You can replace the old snippet with the following code.
function ava_remove_debug() { remove_action('wp_head','avia_debugging_info',9999999); remove_action('admin_print_scripts','avia_debugging_info',9999999); } add_action( 'after_setup_theme', 'ava_remove_debug');Best regards,
IsmaelHi,
Thank you for the update.
The container below the slider is displaying properly now. Please try to remove the browser cache or hard refresh the page.
Best regards,
IsmaelAugust 2, 2019 at 3:18 am in reply to: Custom portfolio taxonomies not visible in second language Portfolio grid #1124009Hey ariane1001,
Thank you for using Enfold.
Did you translate the terms inside the custom taxonomies? The following documentation should help.
Best regards,
IsmaelHi,
Danke fur das Update.
Sie können den Header-Widget-Bereich anstelle des sekundären Menüs verwenden. Es gibt Mehr Info im der Dokumentation.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelHi,
Thank you for the update.
This css code should set the color of the current page item to default and leave the active color of the current menu item.
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #808080; } .header_color .main_menu ul:first-child > li.current-menu-item > a { color: #333333; }Best regards,
IsmaelAugust 2, 2019 at 2:30 am in reply to: Keine Galerie bei Safari und Firefox beim umstellen des Logo auf die Linke Seite #1124006Hi,
Thank you for the update.
The gallery display properly on our end. It is currently set to “top header”. Can we access the dashboard? We would like to toggle the header position and check the issue.
Best regards,
IsmaelHi,
Thank you for using Enfold.
How can we access the site? That URL redirects to some kind of maintenance mode page. We can only see a subscribe form — no login form.
Best regards,
IsmaelAugust 2, 2019 at 2:09 am in reply to: PHP error: Uncaught Error: Class 'DOMDocument' not found #1124004Hey FeedXL2019,
Thank you for using Enfold.
On a quick search, I found this thread that may be related to the error.
// https://stackoverflow.com/questions/14395239/class-domdocument-not-found
In the AWS command line, try this code
sudo apt-get install php-domThat’s for Ubuntu or Debian, so I’m not sure if it’s going to work in Amazon Linux 2.
Best regards,
IsmaelHi,
Thank you for the update.
Do you want to move the slider above the header?
Please remove the css code, then add this script in the functions.php file.
function ava_move_full_screen_slider_above_header(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function($){ $("#main > .avia-fullscreen-slider").insertBefore("#header"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_move_full_screen_slider_above_header');That should move the slider above the header and it doesn’t have to be adjusted with css.
Best regards,
IsmaelHi,
Great! We’ll close the thread now. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 1, 2019 at 2:51 pm in reply to: Change featured image in shop when category is selected #1123914Hi,
Thank you for the update.
Did you remove the script? It’s not in the functions.php file.
Best regards,
IsmaelAugust 1, 2019 at 1:49 pm in reply to: Background video in color section – after stop looping black content #1123900Hi,
Thank you using Enfold.
You can try this script in the functions.php file.
// https://kriesi.at/support/topic/problem-with-looping-video/#post-441912
It pauses the video after an indicated time in seconds. Don’t forget to add conditionals so that it only affects a particular page or video element.
Best regards,
IsmaelAugust 1, 2019 at 1:41 pm in reply to: after searh my site on google i get access to /enfold/framework/ #1123897Hi,
Thank you for the update.
Where are you hosting the site? Is it an IIS server? You can ask your hosting provider to disable the directory listing or directory browsing option to prevent access to these directories.
Best regards,
IsmaelHi,
The builder with the iframe generates the following error, but we’re not sure why.
HTTP403: FORBIDDEN - The server understood the request, but is refusing to fulfill it. (XHR)POST - https://pro-heraldica.de/wp-admin/admin-ajax.phpHave you tried creating a custom shortcode for the iframe? Masking the iframe code with a custom shortcode should help.
// https://codex.wordpress.org/Shortcode_API
Best regards,
IsmaelHi,
Thank you for the update.
Like we said, the filter will only work for the base or main shop page. It’s the page that is set in the WooCommerce > Settings > Products panel. Those filters are not going to function properly on a custom page with a product grid or the archive pages.
Best regards,
IsmaelHi,
Thank you for the update.
Where are you testing it? There is a script in the theme that should automatically hide the video on mobile view, so by default it shouldn’t be displaying. Please try to add a fallback image. Or hide the slider on mobile view using the Screen Options, then replace it with an actual Video element.
Best regards,
IsmaelHi,
Thank you for the update.
A lot of the theme options panel are missing. Please try to upgrade the theme using the beta version. (see private field)
Best regards,
IsmaelAugust 1, 2019 at 12:16 pm in reply to: I cannot Preview Advanced Layer Slider after update wordpress #1123874Hi,
Thank you for the update.
We are not saying the issue is about or related to SSL, it’s just that we can’t debug the issue properly because the site has SSL certificate issues. Please fix it so that we can check the site properly.
Best regards,
Ismael -
AuthorPosts
