Tagged: ismael
-
AuthorPosts
-
March 22, 2017 at 3:23 pm #764814
Hi, I couldn’t find this in forum:
I have 1 Column in a Grid Row and would like to center the content – is that possible?
Thank you!
March 23, 2017 at 12:22 pm #765363Hey Eleina_Shinn,
Yes that is possible, if you are using a text block then you can use the Visual Editor to center the content, if you are using other elements you can enable Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ add a class name for example you put center_all as class name, you can add this css code in Quick CSS (located in Enfold > General Styling):
.center_all { text-align: center; }
Hope this helps :)
Best regards,
NikkoMarch 24, 2017 at 5:57 pm #766314Hi Nikko,
Okay, it’s not working. I’ve done both, centered within my text box. Also added custom css to php file, then the custom css you provided.
Maybe it’s a problem with my content? I have used shortcode for 20 video icons accross the row – 1/1 row within a grid, because I want it to be fullwidth. 20 just like this:
[av_font_icon icon='ue80d' font='entypo-fontello' style='' caption='Amortization' link='manually,https://www.youtube.com/watch?v=9KCgAt1dMD4' linktarget='' size='60px' position='left' color='' admin_preview_bg='']Amortizaton
[/av_font_icon]They look great, but are aligning left, despite these efforts. There’s gotta be a way – sometimes might have 10 Videos, sometimes 20 – 25… need it to look nice no matter the number.
Coming Soon page up, so providing you with login credentials under private content.
March 25, 2017 at 4:41 am #766452Hi,
Thanks for your initiative to provide a temporary admin access. :) I have added this css code in your Quick CSS:
.center_all .av_font_icon { float: none; display: inline-block; }
The reason why it’s not centering is because it is set to float left. Let us know if you need more assistance regarding this topic :)
Best regards,
NikkoMarch 27, 2017 at 11:00 pm #767774Thank you so much!
March 28, 2017 at 9:00 am #767973Hi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikApril 30, 2017 at 7:26 pm #785370Hey, I do have another question… as to this same site, which is now complete – those videos/links, when I originally created this, opened in a lightbox.. I did not do anyhting other than go in and change the href-link URLS to the actual videos my client wanted to use. When I did that, they no longer open in a lightbox, but in a new tab. I changed target to every option to see if anything would go back to opening in a lightbox, to no avail.
Is there a way to do that? I must be missing something silly, so I’m sorry!
May 2, 2017 at 7:21 am #786178Hi,
Sorry for the late response, I tried checking the backend but the login you gave doesn’t work anymore, can you allow us to check the backend again, so we can take a closer look on the issue.
Best regards,
NikkoMay 2, 2017 at 2:55 pm #786398Sorry, I just put you back in there. I so appreciate you looking at this. And I’m so sorry if it’s incredibly simple.
May 3, 2017 at 4:23 am #786854Hi,
The format of the youtube url is not being recognized by the lightbox script. The format should look like the following.
// http://www.youtube.com/watch?v=G0k3kHtyoqc
Best regards,
IsmaelMay 24, 2017 at 9:07 pm #799149Hello,
Just a quick question regarding video links… The lightbox recognizes YT/Vimeo links as videos, but not self-hosted videos in mp4 or m4v files?
Why would there be a difference, or can I change something so those are played in a lightbox too?Thanx,
DamirMay 24, 2017 at 10:22 pm #799214Hi,
Yes, it can recognize YT/Vimeo links based on the url format/pattern. I think it can be done but you would have to modify the js script which would take some time and already outside the scope of our support :(
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.