Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #241286

    Sorry- tried to dig thru items related to this, but there were too many! I am not using caption titles in my easyslider, but I am using caption text which is left justified by default. Can I center those?

    Also I have noticed something strange:
    When you see this blog post:
    http://www.driventocollect1.com/?p=548
    The blog title appears above the slider.

    When you see other blog posts with videos, the title appears under the video.
    http://www.driventocollect1.com/?p=178

    I like under, but if I don’t title the slider page and use text to do a title under, a there is a big empty white place at the top without it.

    Thanks!

    • This topic was modified 10 years, 1 month ago by ckosheff.
    #241518

    Hey ckosheff!

    1.) You can add something like this on Quick CSS to adjust the position of the caption:

    .avia-caption {
    bottom: 40px;
    left: 20%;
    }

    2.) Please edit includes > loop-index.php, replace all of it with this code: http://pastebin.com/cYBSQghy

    Cheers!
    Ismael

    #241599

    The captions don’t center. They are all just repositioned globally.
    And the loop.index replacement did nothing. No change, and post title is still above my slider.

    #241743

    Hi!

    Oops. My bad. Please follow these instead:

    1.) Use this to center align the captions.

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    width: 100%;
    text-align: center;
    }
    
    .avia-caption, .avia-inner-caption, .avia-inner-caption > * {
    width: 100%;
    left: 0;
    }

    2.) Replace loop-index.php with this: http://pastebin.com/Eciz1nnh

    Best regards,
    Ismael

    #789872

    Hi moderators – is this fix applicable to the current version of Enfold? I have the same need…

    #790055

    Hi,

    Yes, that is still applicable, if that doesn’t work on your end, just give us the link so we can inspect it further and give you a more accurate solution for your site :)

    Best regards,
    Nikko

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