Forum Replies Created
-
AuthorPosts
-
Hi Mike,
Thank you for your reply. Our apologies for our late response.
… masonry element, but you didn’t have a category selected:
This is correct. We don’t want to select a category in our masonry element. So when there are 3 categories, and in the future our client adds another category, this post (from this new category) will also be shown.
But when we select ‘no categories’ and there are no posts, all pages and sort of post type entries are shown in the masonry. This should in our opinion result into 0 items. Because there are post categories, but there are no posts in this categories.
Is there also a filter or function for this?
Desired situation: When no categories are selected the masonry element has 0 results. When a new post is added in a new category, it shows 1 post.
Kind regards,
Team VDLPJanuary 25, 2024 at 2:32 pm in reply to: Label for post types creating a link in Avia Builder #1432016Hi Ismael,
Our apologies for the late reply.
We added our custom post types with ACF. It should return the custom post type ‘name’ instead of the ‘Post Type Key’.
For example ‘post’ should be ‘Berichten’, like ‘page’ is ‘Pagina’s’ in the screenshot beneath (Masonry element);
https://i.postimg.cc/MGM0V0MV/1a488869-d059-4cb8-913c-2d581107798c.pngIs there any workaround or filter/function for our child theme to fix this?
Kind regards
Team VDLPHi Mike,
Thank you for your detailed answer. To elaborate further on your answer, we wonder whether it is possible to add a filter that does not return any entries if there are no results (when no category in a certain taxonomy is selected).
When a blog has multiple categories, we won’t select a category (within the taxonomy ‘Category’) so everything is shown regardless of a specific category.
Thanks in advance
Team VDLPHi Ismael,
Our apologies. We added the authentication credentials in above private reply.
Best regards,
Team VDLP- This reply was modified 11 months, 3 weeks ago by vdlpwp.
November 24, 2023 at 8:36 am in reply to: Label for post types creating a link in Avia Builder #1426369Hi Mike,
This is idd a screenshot in the backend. But it is not a language string. So it will not be listed in de language files.
This list outputs for example the ‘Post Type Key’ Fund (CPT) and Alb_elements, instead of the ‘Singular Label’ of this post type.
This reply has been marked as private.This reply has been marked as private.October 2, 2023 at 12:27 pm in reply to: Label for post types creating a link in Avia Builder #1421123Hi Mike,
It is been a while. Here a screenshot;
https://i.postimg.cc/MGM0V0MV/1a488869-d059-4cb8-913c-2d581107798c.png
‘Page’ becomes ‘Pagina’ (NL)
But how to translate voor example ‘Fund’ into ‘Fonds’ (NL)
Labels in the custom post type are correct. But her it uses the cpt ‘slug’ instead of the ‘title’.Kind regards,
Team VDLPHi Ismael,
Thank you for your answer. The supplied code doesn’t have any effect.
The masonry grid still shows (other) entries, when there are no entries (in the selected category).
Kind regards,
Team VDLPHi there,
Adding this filter to functions.php (child theme) solved our issue.
/** * Enable ALB for any post type */ function vdlp_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'NAME_OF_CPT'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'vdlp_alb_supported_post_types_mod', 10, 1);
Hi there,
Solved it! This issue can be closed.
Kind regards,
Team VDLPJanuary 11, 2022 at 10:17 am in reply to: Partner/Logo Element – Grid Display does not show all items #1335046Note: It seems when we give Partner/Logo element an Custom ID Attribute the issue is resolved.
It looks like if no unique id is added to the element, the items of the previous Partner/Logo Element are maintained.
A copied Partner/Logo Element does not get an unique ID. So it shows the content of earlier rendered Partner/Logo Element.
Thanks Yigit!
Hello Yigit,
Thanks for your reply! And good to hear you are working on this!
Could you check private content?
Cheers,
NicoPing! Hello Enfold. Could you please respond?
Hello Günter
Thanks for the follow up and nice to hear it will be fixed in futher update!
Cheers,
NicoLooks like this is a hot topic! :-)
All options above do not work
* new Envato API token
* installing Envato plugin
* remove transientsDid a little digging in the code;
$purchases = avia_auto_updates::get_theme_keys(); >>
This function is not working? It wants to read all installed themes and if there is a Envato_ID it stores the information in “avia_envato_keys”. Envato_ID is present in style.css and is added in handler_avia_extra_theme_headers() but $id = $theme->get( ‘Envato_ID’ ) in function is always empty. So nothing is stored in “avia_envato_keys”.handler_pre_set_site_transient_update_themes() uses $purchases = $api->get_product_infos( $purchases ); after code above in the none cache check for updates. But it never has because it is always empty. That way there wil never be updates.
If you insert the next query in your database (and modify version to current) it will find updates again (after api cache refreshes).
INSERT INTO
wp_options
(option_id
,option_name
,option_value
,autoload
)
VALUES
(NULL, ‘avia_envato_keys’, ‘a:1:{s:6:\”Enfold\”;a:1:{s:4:\”item\”;a:2:{s:24:\”wordpress_theme_metadata\”;a:3:{s:10:\”theme_name\”;s:6:\”Enfold\”;s:10:\”stylesheet\”;s:6:\”enfold\”;s:7:\”version\”;s:5:\”4.7.4\”;}s:2:\”id\”;s:7:\”4519990\”;}}}’, ‘yes’);Solves the issue hopefully also for the next update. But please fix the issue. Maybe comment above can put you guys in the right direction (maybe a check if there is no avia_envato_keys then insert it).
We now have to do this for all our 65 Enfold websites.
Cheers,
Nico- This reply was modified 4 years, 2 months ago by vdlpwp.
August 6, 2020 at 8:44 am in reply to: Window scrolls down when hit close to hide location balloon in Google Maps #1235623Hi Ismael,
Thank you for your check! This issue occurs in Chrome (Windows/MacOS). We can also confirm it is not an issue in Internet Explorer 11 and Edge.
Best regards,
Team VDLPAugust 3, 2020 at 8:48 am in reply to: Window scrolls down when hit close to hide location balloon in Google Maps #1234752Hi Rikard,
The theme is now running version 4.7.6.1. Still having this issue.
Team VDLP
Hello Rikard,
Sorry for that, the site has been moved to production by my colleague. New details in private content.
Thanks!
Cheers,
NicoHello Rikard,
Thanks for your reaction. Login details are in the private content section.
Cheers,
Nico
Hi Ismael,
Thank you for answering our question.
Another relative question about translating Enfold. We make use of ‘Page Content’ element to include pages in the Pagebuilder. Which is a very powerful feature. But when translating all pages (and pages which are included), this ‘Page Content’ is not translated.
What is the proper way to translate these ‘Page Content’ elements?
Thanks in advance,
Team VDLP- This reply was modified 4 years, 8 months ago by vdlpwp.
September 23, 2019 at 8:35 am in reply to: Updating translation issues Translation Management with Enfold #1140860Ok, thank you. Will do that.
This reply has been marked as private.Dear Victoria,
Thanks for the Slovak translation!
Arjan
September 19, 2018 at 10:04 am in reply to: Disabling of template builder elements issue met customisations and widgets #1011707Hello Ismael,
Thank you for the reply.
It’s not only our shortcode, issue 1-3 we do not use this shortcode. It’s default Enfold Avia shortcodes. Could you look again? Also some extra info in private content.
Cheers,
NicoSeptember 18, 2018 at 3:44 pm in reply to: Disabling of template builder elements issue met customisations and widgets #1011357Hello Vinay,
Need some more help, see private content for info. Thanks!
Cheers,
Nico
August 22, 2018 at 10:15 am in reply to: Disabling of template builder elements issue met customisations and widgets #1000199Hello Ismael,
Can you also give your thoughts about the use of Enfold elements in WP Widgets? If you use them the error is also displayed. Can’t you use the shortcodes in widgets?
For example icon in text-widget:
[av_font_icon icon='ue854' font='entypo-fontello'][/av_font_icon] 123 456 789
Cheers,
NicoAugust 20, 2018 at 9:50 am in reply to: Disabling of template builder elements issue met customisations and widgets #999270Hello Ismael,
Thanks for your reply. I will take a look at the Page Content Element.
Cheers,
Nico- This reply was modified 6 years, 3 months ago by vdlpwp.
March 15, 2018 at 10:03 am in reply to: Media element Masonry, using sort options and load more with portfolio entries #927171Hello Ismael,
Thanks for your reply. Clear, this how it works. But do you agree it should not work like this? The user expects the next max results of the current selected taxonomy (he doesn’t know it only hides things, he just want the next results of the selected taxonomy). What if there is only 1 result every click? This is not very user friendly.
Cheers Nico
-
AuthorPosts