Forum Replies Created
-
AuthorPosts
-
May 12, 2023 at 11:16 am in reply to: custom fonts in different language sometimes not displayed #1407215
Hi Nikko,
we are running a staging site to test further features for the main site. I can’t just delete this site (it’s too complex) but I can update the theme there first and let you know if the issue occurs there.Best regards Anne
May 11, 2023 at 1:26 pm in reply to: custom fonts in different language sometimes not displayed #1407113Hi Nikko,
thank you for the advice. I always disable css and js merging when starting a project and keep this setting. Unfortunately the issue happend again this morning in the german version. I fixed it as described above.
In the Theme Options under “Performance” there are some filters for “Custom Font Display Behaviour (Global Layout)”: auto (=default > now selected), block, swap, fallback, optional.
Would a change at this point possibly solve the isssue? All custom fonts are loaded from local server.Best regards Anne
April 20, 2023 at 1:33 pm in reply to: different Header Phone Number/Extra Info in english and german theme options #1405047Hi Ismael,
thanks a lot for the code – it works! You can close the topic.
Best regards
AnneApril 18, 2023 at 10:21 am in reply to: different Header Phone Number/Extra Info in english and german theme options #1404795Hello Ismael,
thank you for your quick reply. I’m using the WPML plugin.
Best Regards
AnneFebruary 17, 2023 at 2:25 pm in reply to: custum icon magnifying glass at image overlay lightbox looks compressed #1398347Dear Kriesis,
problem is solved! By default the icon is italic. So I changed the font-style to normal:
image-overlay.overlay-type-image .image-overlay-inside::before {
content: “\E803”; /* magnifiing glass */
font-family: ‘entypo-fontello’;
font-size: 3em; /* enlarged */
font-weight: normal;
font-style: normal; /* changed */
}You can close the thread.
Best regards
AnneFebruary 8, 2023 at 4:11 pm in reply to: Font loading blocked on English WPML by using different URLs for each language #1397191Hi Rikard,
the problem is solved and you can close the topic.
Thanks to the team for always great support.
Best regards
AnneFebruary 8, 2023 at 10:51 am in reply to: Font loading blocked on English WPML by using different URLs for each language #1397129Hey Ismael,
thank you for your quick reply and I’ll contact my provider.
Best regards
AnneHi Ismael,
this works very well! Thank you very much and you can close the topic.
Best regards
AnneHi Yigit, WPML-Support provided this solution:
“Thanks for providing me access. I had a quick look at your theme’s code:
As a quick/temporary fix while waiting for Enfold support, please go to “shortcodes/post_metadata.php” line 957 and add ‘translation_priority’ as an excluded taxonomy.
Replace:
1$excluded_taxonomies = apply_filters( ‘avf_post_metadata_excluded_taxonomies’, array( ‘post_tag’, ‘post_format’ ), $taxonomies );
By:
1$excluded_taxonomies = apply_filters( ‘avf_post_metadata_excluded_taxonomies’, array( ‘post_tag’, ‘post_format’, ‘translation_priority’ ), $taxonomies );
I did so in my Childtheme (folder shortcodes/post_metadata.php) and it works. Is this what you also would recommend?
Best regards
AnneHello Rikard and Yigit, wpml-support has access will take a closer look at the website.
Best regards
AnneHi Rikard,
you can close the topic.
Thanks for the great support and best regards
AnneHey Yigit,
sorry for my late reply. It works! Thanks a lot and best regards
AnneHello Ricard and Yigit,
This is the reply of WPML’s support:
“I’m not familiar with Enfold builder but I had a similar situation with a plugin that creates blog post cards. “Optional” comes from the WPML taxonomy “Translation priority”. Your plugin/ builder probably takes all taxonomies related to the post not only the WP standard “taxonomy=category”.
Do you have any settings for that builder? Can you include/exclude some taxonomies from that breadcrumbs?”My answer:
“It is not possible to include or exclude taxonomies from that breadcrumb trail by default in the builder but I hope to get a solution by Enfold’s developers. I’ll send them your answer and please find the debug infos attached.”Attached please find a shot of the WPML-plugin page “Taxononmie-Übersetzung > Übersetzungsprioritäten (taxonomy translation > Translation priority)”
I’m looking forward to your ideas to solve the issue.
Best regards
AnneOK, I will do that and inform you about the results from WPML support.
Best regards
AnneWhere is my content? I wrote much more than the content above.
Hi Yigit,
the WPML-plugin causes the issue.
I switched temporarily to the parent Enfold and the ghost category “Optional” remained. It disappeared after deactivating the plugin. Do you have any idea to solve the problem?
WPML is essential for the website.Best regards
Anne- This reply was modified 1 year, 9 months ago by Yigit.
Hi Yigit,
it’s the WPML-plugin what causes the issue.
I activated the parent Enfold theme and the ghost category “Optional” still remained. After switching back to the child theme and the WPML-plugin was deactivated the ghost category disappeared.
But I need WPML. Any Idea? I think I should contact the plugin support.
Best regards
Anne- This reply was modified 1 year, 9 months ago by Yigit.
Hello Ismael,
the site is two lingual by WMPL-plugin but I did not modify any templates. It is a very strange behavior of the category item in the builders blog post element but only at this website. I tested it at another website and had no ghost-category “Optional”.
To explain the issue I manually set the post meta an different posts with and without link options (please see links attached). By default link the ghost “Optional”-category redirects to the home page. By setting “no link” it appears in the trail with no link. And “Optional” seems to appear at random position the trail.
Any idea how to kill the ghost?Best regards
AnneThis reply has been marked as private.Hello Mike,
I understand and it is also logical.
Best regards
AnneHello Mike,
thanks for the code. This works quite well. But it seems to be impossible to mix pages and blog posts in the breadcrumb trail like this:
Home / Auktionen(=page) / Premium Aktionen(=page) / PostnameBest regards
AnneHello Ismael,
I just duplicated the progress bars and edited the values and discriptions. Is that the reason?Best regards Anne
Hi Ismael,
sorry for the late reply. I solved the problem another way but will do as recommended in further projects.
Best regards AnneThanks for your quick reply.
Best regards AnneJuly 21, 2021 at 10:41 am in reply to: full width mega menu and adjustment of links in sub menu #1311094Hello Ismael,
thank you for your reply. I solved the issue by installing the UberMenu plugin. That works.
Best regards AnneHi Ricard,
you can close the topic.
Best regards
AnneHi Ismael,
thank you very much for the code. It works very well! I love Kriesi’s support.
Best regards
AnneHi Victoria,
it works, thank’s a lot! I don’t understand why the content of the icon is “” and not ‘\ue800’. What ever.Best regards
AnneHi Victoria,
please find the infos attached.Best regards
AnneHello Victoria,
I put this code into the custom style.css of my child theme:
#top #wrap_all .av-slideshow-caption h2.avia-caption-title:before {
content: ‘\ue800’ !important;
font-family: ‘luxi’ !important;
}
Unfortunately only the code but not the icon is shown in the title: ue800TECHNOLOGY.
I replaced the icon code (LinkedIn-symbol ue8fc and font-family entypo-fontello) and got a smilar result.Any idea?
Best regards Anne -
AuthorPosts