Forum Replies Created
-
AuthorPosts
-
Hey Rikard,
interesting thing. It works with Vimeo but not with YouTube Videos.
See: http://www.der-prinz.de/video-test-2/
Cheers
MichaelHi Andy,
as I mentioned I want to know how you did it in the demo at http://kriesi.at/themes/enfold-startup/ adn this looks as if there is some kind of setting. It is obviously NOT made with a rel=”lightbox” added to an tag.
I´m talking about the round big icon in screenshot 1. When you click on it the modal with a video opens (see screenshot 2)
1.) https://dl.dropbox.com/s/m6h6obgwo9eb3bb/index.html?dl=0
2.) https://dl.dropbox.com/s/3xdx8gmeor2gvpg/index.html?dl=0Cheers
MichaelSorry but of course I can NOT edit the link because it´s part of a shortcode (icon element). And If I use a regular link the rel=”lightbox” doesn´t seem to work with youtube videos.
- This reply was modified 9 years, 2 months ago by Michael Oeser.
Hi Rikard,
sure I can do that but there must be some kind of option/setting I assume because in the demo I mentioned the a element has the following classes assigned
.av-icon-char .mfp-iframe .lightbox-added
So the question is, where does that come from?
Cheers
MichaelThanks Yigit.
Hey Rikard,
OMG that was so simple. I page builder element numbers are only used once but they seem to be used only once on one page so they can exist more than once on the entire site obviously. I simply added a .home to my css declarations (which I need only on the homepage) and not everything is fine.
So it would be good if one could add an ID or class to really each element to trigger it via CSS. I know there used to be some option to activate that in the functions.php but I forgot how ;-)
Thanks for your help
MichaelSeptember 14, 2015 at 9:05 am in reply to: Increasing the excerpt lenght in the Post Slider element #502532Thanks. Can be closed.
Thanks Elliott. Can be closed-
September 11, 2015 at 11:38 am in reply to: Increasing the excerpt lenght in the Post Slider element #501548I´m using the manual excerpt now and that works fine. But anyway I´d be interseted in a way to increase the lenght of the auto excerpt.
Just to add this: This is not an Enfold specific thing. That´s how WordPress deals with excerpts. Always.
Hi Elliott,
I´m talking about the line height only ;-)
I know I can change the general font size in the themes options.
Cheers
MichaelThanks Elliott. I guess that´ll work for me
Seems like it requires porfolio categories to be set and assigned to portfolio entries. I simply want to show all my portfolio entries which are not assigned to any portfolio category? Doesn´t that work?
I´m using Enfold since its early days and I still feel it´s one of the best themes out in the market.
In fact it seems to work with the default editor even if that´s not as comfortable as the advanced editor. The plugin is self written and I don´t see what the plugin can do to avoid that. That is something the advanced editor does.
Would be great if you could aks one of the devs if they might have a better solution. I know that you guys do a great support.
Cheers
MichaelFebruary 19, 2015 at 5:11 pm in reply to: Still issues with Custom Taxonomies and Blog Entries Shortcode Element #399041Hi Elliot,
thanks anyway. I will re check everything and I´m sure I´ll find some sort of solution. You can close this topic
Cheers
MichaelFebruary 17, 2015 at 5:56 pm in reply to: Still issues with Custom Taxonomies and Blog Entries Shortcode Element #397670Hi Ismael,
yes I have deactivated all plugins without effect. Any other ideas?
Cheers
MichaelHi Ismael,
I deleted the item from the debug mode area and now everything is fine again. Strange anyway.
You can close this topic.
Thanks a lot
MichaelHey Elliott,
nope. The issue is still there. First I removed the image element from the editor which made ONE of the two images disappear. Now I added the image element again and you can see: two images again.
Cheers
Michael- This reply was modified 9 years, 10 months ago by Michael Oeser.
February 16, 2015 at 12:37 pm in reply to: Still issues with Custom Taxonomies and Blog Entries Shortcode Element #396647This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hey Elliot,
I deleted the element and recreated it. No change.
In order to deactivate all plugins I need to speak to my client first because it´s a live multiligual business site and I cannot just deactivate the plugins.
I´ll get back asap
Cheers
MichaelFebruary 10, 2015 at 10:48 am in reply to: Show Taxonomy of a CPT with the Blog Entires element #393594Hi Elliot,
thanks. I will try it this way. You can close this topic for now.
Cheers
MichaelFebruary 9, 2015 at 2:50 pm in reply to: Show Taxonomy of a CPT with the Blog Entires element #393067I´m alway a bit lazy writing code and I used WCK to create the CPT
https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/February 8, 2015 at 2:34 pm in reply to: Show Taxonomy of a CPT with the Blog Entires element #392726Hi Ismael,
thanks for this tipp but it didn´t change a thing :-(
Other ideas?Cheers
MichaelNovember 25, 2014 at 4:56 pm in reply to: Remove link from featured image on single blog posts #357643Hi,
indeed that worked.
Thanks
MichaelIn case someone needs that as well. I did it like that. Add this to the child themes functions.php
/* additional image size(s) * */ // add new size add_image_size( 'bigger-square', 250, 250, true ); // make the new size available in the media library (and image element etc.) add_filter( 'image_size_names_choose', 'my_custom_sizes' ); function my_custom_sizes( $sizes ) { return array_merge( $sizes, array( 'bigger-square' => __( 'Bigger Square' ), ) ); }
Hey Josue,
thanks. Sounds like the second one can be the one I need.
Cheers
MichaelSeptember 17, 2014 at 9:45 am in reply to: How to create Circular Icon List like in the Demo Site #320397There is already a new feature request for that. If it gets enough votes I assume he will add it: https://kriesi.at/support/enfold-feature-requests/
September 17, 2014 at 9:27 am in reply to: How to create Circular Icon List like in the Demo Site #320385That´s not the demo site. It´s a custom version of Enfold especially for the kriesie.at site. As far as I know there is no such option in Enfold right now.
Cheers
Michael -
AuthorPosts