-
AuthorPosts
-
August 8, 2014 at 3:21 pm #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,
TrevorAugust 8, 2014 at 3:28 pm #301663Hi trevorjohnston!
Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
YigitAugust 8, 2014 at 10:10 pm #301827This reply has been marked as private.August 8, 2014 at 11:33 pm #301846Hi!
Sorry to hear what happened. It’s worth noting though, that the theme actually warns you before importing the dummy content:
Best regards,
JosueAugust 8, 2014 at 11:49 pm #301851This reply has been marked as private.August 9, 2014 at 1:25 am #301867Hey!
Theme settings are not stored in the theme folder but in the database, in the wp_options table specifically.
Best regards,
JosueAugust 9, 2014 at 4:04 pm #302016This reply has been marked as private.August 10, 2014 at 2:23 am #302102Hey 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,
JosueAugust 10, 2014 at 4:59 pm #302259This reply has been marked as private.August 11, 2014 at 1:49 am #302341Hi!
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,
IsmaelAugust 11, 2014 at 2:25 pm #302615Thanks 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- This reply was modified 10 years, 3 months ago by trevorjohnston.
August 13, 2014 at 9:34 am #303688Hi Trevor!
The code should work but the problem is that there are some typos in your Quick CSS code:
http://screencast.com/t/eCpJUJyoM8haRegards,
JosueAugust 13, 2014 at 1:39 pm #303804I 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,
TrevorAugust 13, 2014 at 9:59 pm #304041Hi 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,
JosueAugust 13, 2014 at 10:40 pm #304050Thanks 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?
August 13, 2014 at 11:35 pm #304065Hey!
Try updating the theme to the latest version (2.9.1). We included a better lightbox script that may solve this issue.
Best regards,
JosueAugust 14, 2014 at 12:20 am #304077Ok thanks, I will try that. I’ve been nervous about updating as I’m not entirely positive I’ve properly created the Child Theme.
August 14, 2014 at 1:31 am #304103Great, let us know how it goes.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.