Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!

    #765363

    Hey 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,
    Nikko

    #766314

    Hi 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.

    #766452

    Hi,

    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,
    Nikko

    #767774

    Thank you so much!

    #767973

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

    #785370

    Hey, 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!

    #786178

    Hi,

    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,
    Nikko

    #786398

    Sorry, I just put you back in there. I so appreciate you looking at this. And I’m so sorry if it’s incredibly simple.

    #786854

    Hi,

    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,
    Ismael

    #799149

    Hello,
    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,
    Damir

    #799214

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.