Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #301657

    Hi,
    I’m having two responsiveness issues with my portfolio…
    1. When viewed on phones in portrait orientation, the first image appears much four times as large as the rest, as though it is a featured image. Could you please tell me how to insure that the first image is the same size as the rest of the images in my portfolio?
    2. When the portfolio Lightbox is viewed on a tablet in landscape mode, four images (#s 9, 10, 24, 26) appear far larger than they should? Could you please provide me with a fix for that as well?
    Thanks,
    Trevor

    #301663

    Hi trevorjohnston!

    Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750

    Regards,
    Yigit

    #301827
    This reply has been marked as private.
    #301846

    Hi!

    Sorry to hear what happened. It’s worth noting though, that the theme actually warns you before importing the dummy content:

    Best regards,
    Josue

    #301851
    This reply has been marked as private.
    #301867

    Hey!

    Theme settings are not stored in the theme folder but in the database, in the wp_options table specifically.

    Best regards,
    Josue

    #302016
    This reply has been marked as private.
    #302102

    Hey Trevor!

    1. Add this to the Quick CSS:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .responsive #top #wrap_all .grid-sort-container .grid-entry{ width: 50% !important; margin-bottom: 0 !important;}        
    }

    2. Could not note that. Can you please tell me the exact width when this happens? a screenshot may be helpful too.

    Best regards,
    Josue

    #302259
    This reply has been marked as private.
    #302341

    Hi!

    Thank you for the info.

    1.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 {
    width: 50% !important;
    }
    }

    Remove browser cache then reload the page a few times.

    2.) Go to Settings > Media. Change the dimension of the Large size option then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    #302615

    Thanks Ismael.
    1. Unfortunately still no luck with issue #1. Any other suggestions?
    2. What dimension should I be changing the large size option to?
    Would it help if I gave you temporary admin status?

    Cheers,
    Trevor

    #303688

    Hi Trevor!

    The code should work but the problem is that there are some typos in your Quick CSS code:
    http://screencast.com/t/eCpJUJyoM8ha

    Regards,
    Josue

    #303804

    I just deleted the code you indicated that contained typos and your CSS code still has no effect at all.

    Regarding the second problem mentioned in my original post, you said to change the dimension of the large size option then regenerate the thumbnails. What size to I change the “large” size to?

    Thanks,
    Trevor

    #304041

    Hi Trevor!

    There are still some unclosed media queries that are affecting all the code below, i could fix them for you if you provide me an admin account.

    Best regards,
    Josue

    #304050

    Thanks Josue. I took a look back at my Quick CSS and made some corrections which immediately fixed issue #1.

    Regarding the second problem mentioned in my original post, you said to change the dimension of the large size option then regenerate the thumbnails. What size to I change the “large” size to?

    #304065

    Hey!

    Try updating the theme to the latest version (2.9.1). We included a better lightbox script that may solve this issue.

    Best regards,
    Josue

    #304077

    Ok thanks, I will try that. I’ve been nervous about updating as I’m not entirely positive I’ve properly created the Child Theme.

    #304103

    Great, let us know how it goes.

    Regards,
    Josue

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