Forum Replies Created
-
AuthorPosts
-
December 29, 2015 at 6:27 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #558007
Hey Elliot,
As you can see in the link provided below, after the changes that you made yesterday. I can’t seem to see that the images fit inside the frame of the grid layout yet. Could you please help me understand what went wrong and can you login and try to fix it up?
I’ve also added a screenshot showing the same issue.
December 22, 2015 at 9:03 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #556390Refer to this link in the private content field.
December 21, 2015 at 1:41 pm in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #555891I have changed the password. Please try again. Did you roll out a recent update because our category pages have changed totally to a horizontal scroll layout. Please take a look at the private data once more.
- This reply was modified 8 years, 11 months ago by venkidesigner.
December 20, 2015 at 11:16 pm in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #555689Please hold on, will provide a new login. I am out of town for till 25th.
December 7, 2015 at 6:40 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #547775Yes, here are the details below. Please have a look.
- This reply was modified 8 years, 11 months ago by venkidesigner.
November 29, 2015 at 10:37 pm in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #544217Team, any updates?
November 25, 2015 at 6:15 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #542136Any updates?
November 24, 2015 at 6:15 am in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #541331I tried the second. It did not work.
This is the change I madesvn diff wordpress/wp-content/themes/enfold/includes/loop-index.php
Index: wordpress/wp-content/themes/enfold/includes/loop-index.php
===================================================================
— wordpress/wp-content/themes/enfold/includes/loop-index.php (revision 10662)
+++ wordpress/wp-content/themes/enfold/includes/loop-index.php (working copy)
@@ -34,7 +34,7 @@
$size = strpos($blog_style, ‘big’) ? (strpos($current_post[‘post_layout’], ‘sidebar’) !== false) ? ‘entry_with_sidebar’ : ‘entry_without_sidebar’ : ‘square’;if(!empty($avia_config[‘preview_mode’]) && !empty($avia_config[‘image_size’]) && $avia_config[‘preview_mode’] == ‘custom’) $size = $avia_config[‘image_size’];
– $current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], $size);
+ $current_post[‘slider’] = get_the_post_thumbnail($current_post[‘the_id’], ‘full’);if(is_single($initial_id) && get_post_meta( $current_post[‘the_id’], ‘_avia_hide_featured_image’, true ) ) $current_post[‘slider’] = “”;
November 19, 2015 at 5:32 pm in reply to: Grid View blog – Featured images not fitting/scaling-down to grid thumbnails #539107Hey any update?
November 19, 2015 at 5:31 pm in reply to: DropDown is non scrollable and content is hidden below fold #539106Hey any update?
November 19, 2015 at 5:37 am in reply to: DropDown is non scrollable and content is hidden below fold #538717It looks like this on my end on a Windows 10 laptop using Chrome Browser or Firefox.
Is there a way to remove the scrollbar and still allow scrolling?
Here is the screenshot.
November 18, 2015 at 8:39 am in reply to: DropDown is non scrollable and content is hidden below fold #537866I added the CSS snippet and the problem is fixed partially, but the as soon as I try to to go the scrollbar the dropdown dissapears and it messes the user experience as it gets irritating after a while. You can check it over this link in private data below, on the main navigation bar. Try to hover over Case Studies, you’ll understand.
Please tell me How I can fix that?
- This reply was modified 9 years ago by venkidesigner.
-
AuthorPosts