Forum Replies Created
-
AuthorPosts
-
October 18, 2018 at 7:37 pm in reply to: How to give each category name in minor meta its own color? #1023592
Just would like to let you know, that there is a much easier way to give each category its individual color as I described above ;-)
Found a newer script from Ismael, that I added to the “Code-Snippets” plugin and it works perfectly and easy (thanks, Ismael, for that):
Why? The problem is ENFOLD related and she said that it is solved above; such problems are often caused by the GDPR settings of ENFOLD
see here the answer of Mike:
sorry, wrong thread
see here the answer of Mike:
voting is based on what? Cookies? Perhaps the GDPR settings of the theme.
There’s no good solution to use a poll plugin at all that is compatible with GDPR (or in Germany: DSGVO) :-)I found in v5 changelog this
improved: the theme updater now works with the latest Envato API version. Please not: you will need to generate a new token for updates
have you done this?
thank you … the RSS feed delivers often wrong links since you have changed the layout of the documentation site some time ago
@guenni007 you are the best, thanks a lot for that snippet!
Appreciate your time and effort all the time in such greet tweaks to ENFOLD :-)September 27, 2018 at 6:07 pm in reply to: How to delete old, unused image sizes, created by ENFOLD? #1015415okay, thanks – and when I delete them manually from FTP, are there then any “residues”, “links” to them in my database, that bloat my database with that old, deleted stuff from FTP?
just for my understanding: ENFOLD will never be able to use ALB AND Gutenberg?
I remember that someone here in the forum told that you are developping a solution to integrate ENFOLD/ALB with Gutenberg?@steviger
the current version of FontAwesome is version 5.3.1September 3, 2018 at 6:24 pm in reply to: How to add the term "Quick links" in front of the footer menu? #1005107Thanks a lot, Vinay, it works, but “Quick Links” is not quite inline with the menu items, how can I change this please?
“Quick Links” is a little bit below the menu items.September 3, 2018 at 12:52 pm in reply to: How to have the secondary menu as burger menu on mobile? #1004919Sad, but is there a kind of plugin that would be compatible with ENFOLD to achieve this?
Or does @guenni007 has an idea?August 27, 2018 at 11:19 am in reply to: Bug: "Add Elements to ALB" snippet from docu causes error in slider element #1002199I haven’t yet added anything from Guenther’s site :-) That was just an intention for me for the future!!
At the moment I just work with a clean ENFOLD and its original elements (“simple slider”).
The only thing that I have done is adding the documentation’s code snippetadd_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
to ENFOLD’s function.php and adding the “simple slider” ALB element to a page – nothing else, no tweaks, just the original ENFOLD.
And yes, i have created a clean test install with the medical demo – no plugin, no scripts, nothing.
The problem might be the code snippet from documentation – perhaps a path problem in it, because I use it with the parent theme, not a child theme.August 26, 2018 at 9:15 pm in reply to: Bug: "Add Elements to ALB" snippet from docu causes error in slider element #1002023I need the code snippet for example for adding other ALB elements like those from https://www.spiderflystudios.com/resources/spiderfly-enfold-elements/ mentioned somewhere else here in the forum. That’s the reason for why I need this snippet in my functions.php
Please refer also to @guenther website here:
On the other hand I need a correct working of the “simple slider” element where the caption headline is displayed right, no matter what else I am doing with any other things.
The fact is, that the code snippet from your documentation interferes with the correct display of a caption headline when using the “simple slider” element like shown in the screenshots above. I do not want to change anything with that element, just the right display of the headline.
August 26, 2018 at 4:07 pm in reply to: Bug: "Add Elements to ALB" snippet from docu causes error in slider element #10018921. I use the “simple slider” element:
2. adding 1 image to it:
3. the settings of this image are:
4. Result without the code snippet from documentation in parent’s functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
5. when I add the mentioned code snippets to parent’s function.php, then the image caption looks like this: the headline is not right “interpreted”:
6. Source code:
August 26, 2018 at 11:33 am in reply to: Bug: "Add Elements to ALB" snippet from docu causes error in slider element #1001844Hi,
I have made too many changes to the theme, so that a child has not worked any more some time ago.
So I work ONLY with the parent theme, documenting the changes I made in a list – worked for me.So please see again my question above, regarding the parent theme – no child!
Thanks.July 18, 2018 at 11:16 am in reply to: ENFOLD documentation – add custom font: error in your code example #986888Great, thanks
July 18, 2018 at 11:15 am in reply to: Since ENFOLD 4.4: why do I need to add !important after custom CSS styles? #986886Okay, thanks, let me know please if you have got further informations.
July 11, 2018 at 4:51 pm in reply to: Since ENFOLD 4.4: why do I need to add !important after custom CSS styles? #984287Thanks, but that was not my question.
Please see my post above:
– no child theme, I work with the custom.css in ENFOLD’s folder “css”
– since updating to v4.4.1 lots of my styles in custom.css of ENFOLD (NO CHILD-THEME!) does not take effect, only when I add !important or #top in front of it
– why? I cannot search my whole site where it works and where not and where I need to put !important in front of it and where not, because it works like a charme with ENFOLD v.4.2.3 and without any changes (!!!!!) in v4.4.1 there are these troubles.Can it have somethingto do with the new “performance” thing of compression and merging of CSS?
Because when I set in the theme settings at “performance” the CSS file merging and compression to “enabled”, then the custom.css of ENFOLD has obviously no longer priority. As soon as I disable this setting, my styles at the custom.css take effect.And your solution please for enabling the file compression AND priority of the styles in the custom.css of ENFOLD?
Sounds for me like a bug, because the custom.css should have priority, because there I add those styles, that should override normal ENFOLD CSS styles with my own – no matter if I enable or disable the file compression & merging in the theme settings.are you still updating these elements?
And I am not sure, if I had understand that right:
are these only ALB elements for WooCommerce within ENFOLD only,
or are there general elements for the use within ENFOLD, too, when NOT using WooCommerce?June 6, 2018 at 12:05 am in reply to: Single Post does not look like demo on a fresh installation #967558It worked fine now with ENFOLD 4.4.1, thanks, you can close the ticket now.
June 5, 2018 at 5:06 pm in reply to: ENFOLD 4.4: How to show manual exerpt above single post's content #967315Now I got it, thanks a lot. You can close this ticket now.
It worked with the theme update 4.4.1, so you can close the ticket, thank you.
yes, you can close the ticket – all is fine with the update.
BOTH blog styles???? … ENFOLD offers 3 (!)
– default business
– modern business
– elegantso far it is not simply a translation mistakes – it is essential, because with the wrong translation, you have in the German ENFOLD only 2 instead of 3 options for a blog layout.
Since you have in German ENFOLD only 2 options, it goes by default to “modern business” instead of “default business”, which is missing because of that translation bug – and therefor affects the whole layout, when someone likes to have the “default blog”, but does not get it.
Please let Kriesi and the dev team know that – see Ismaels comment here https://kriesi.at/support/topic/single-post-does-not-look-like-demo-on-a-fresh-installation/#post-966318 – it is a temporary fix.
June 4, 2018 at 2:40 pm in reply to: How to give each category name in minor meta its own color? #966522so far, so good, worked fine until now. But do I have the possibility, to modifiy the code
if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { // get all the terms in this taxonomy $terms = get_the_terms(null, $taxonomy)? : []; foreach ($terms as $term) { // loop through them, and add the color as style attribute $cats .= sprintf( '<a href="%s" style="color: %s">%s</a>', get_term_link($term), get_field('color', $term), $term->name ); } } } }
in that way, that I can add a prefix in front of the taxonomy (category)?
It should look like:
but the prefix is not linked to the category like the category term itself.In WP docu I found
<?php get_the_term_list( $id, $taxonomy, $before, $sep, $after ) ?>
But how can I add a “before”, a prefix in front of the category, that is linked to the category, too (important!) using my code snippet above?
Thanks.
June 4, 2018 at 1:56 pm in reply to: ENFOLD 4.4: How to show manual exerpt above single post's content #966502Thanks … not quite … I need it right before the content and AFTER the postmeta infos.
To take your example from your screenshot, it should be:thanks.
-
AuthorPosts