Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #310012

    Hey guys,
    just noticing in a BLOG POST that the text on this page is doing something whacky. Is that due to maybe how the copy copy was entered?
    Also, is there a simple way to disable the lightbox feature within just the BLOG POSTS so that the user can download an image without 1st launching the ppup via lightbox?

    Lemmeno if that makes sense.
    Thank you,
    Justin

    #311037

    Hi Justin!

    1) Please elaborate – I didn’t notice any styling issues on this page.

    2) Yes, you can use the “noLightbox” class to deactivate the lightbox. Switch to the “HTML” editor mode and replace:

    
    <a href="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures.jpg"><img class="alignnone wp-image-4667 size-full" src="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-e1409101391231.jpg" alt="Hayden-Panettiere-Emmy-Awards-2014-Pictures" width="600" height="902" /></a>
    

    with

    
    <a class="noLightbox" href="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures.jpg"><img class="alignnone wp-image-4667 size-full" src="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-e1409101391231.jpg" alt="Hayden-Panettiere-Emmy-Awards-2014-Pictures" width="600" height="902" /></a>
    

    and:

    
    <a href="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-2.jpg"><img class="alignnone wp-image-4681 size-full" src="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-2-e1409102613869.jpg" alt="Hayden-Panettiere-Emmy-Awards-2014-Pictures (2)" width="600" height="901" /></a>
    

    with

    
    <a class="noLightbox" href="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-2.jpg"><img class="alignnone wp-image-4681 size-full" src="http://lorenasarbu.com/wp-content/uploads/2014/08/Hayden-Panettiere-Emmy-Awards-2014-Pictures-2-e1409102613869.jpg" alt="Hayden-Panettiere-Emmy-Awards-2014-Pictures (2)" width="600" height="901" /></a>
    

    Regards,
    Peter

    #311053
    This reply has been marked as private.
    #311169

    Hi!

    Thank you for the screenshot.

    Try to add this on Quick CSS or custom.css:

    .entry-content {
    word-break: break-word;
    }

    Cheers!
    Ismael

    #311422
    This reply has been marked as private.
    #311880

    Hey!

    This is how i see your website on a 1920x1200px screen – http://i.imgur.com/sJaR5uK.jpg
    Please flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #312378
    This reply has been marked as private.
    #312383

    Hey!

    Please add following code to Quick CSS

    .avia-mozilla .entry-content { width: 100%; word-break: break-all }

    Best regards,
    Yigit

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