-
AuthorPosts
-
June 30, 2015 at 8:53 pm #466699
i have this code in my child theme function.php
// BLOG GRID anpassen
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘portfolio’] = array(‘width’=>495, ‘height’=>400 );
$size[‘square’] = array(‘width’=>233, ‘height’=>233 );
return $size;
}How can i get the images in the Blog grid 233x233px in size?
June 30, 2015 at 8:56 pm #466701But they are 180x180px in size ;((((
- This reply was modified 9 years, 4 months ago by wiwaldi79.
July 1, 2015 at 12:52 am #466745Hey!
Have you regenerated thumbnails using this plugin as i suggested in another topic – https://wordpress.org/plugins/regenerate-thumbnails/?
Regards,
YigitJuly 1, 2015 at 6:47 am #466797Hi Yigit. thank you for the note!
I have done the rezise! but i have noticed an error in the grid. the mouse over effect is gone http://www.alfaweb.at/testwaldi/ (arrow installed by you!)
here the arrows are working: http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/#videos-tab but above at the landingpage they are lost. can you fix this?
Greetings, Alexander
July 1, 2015 at 7:18 am #466799The grid does not change the size of images ;((((
July 1, 2015 at 8:15 pm #467219Hey!
Please add following code to Style.css file of your child theme to change column size in that section
.home #av_section_7 .av_one_fourth.first { margin-left: 0; } .home #av_section_7 .av_one_fourth { margin-left: 2%; width: 23.5%; }
Images are in correct size – http://i.imgur.com/t3eYvBm.png
Best regards,
YigitJuly 2, 2015 at 1:47 pm #467477OK great, the images are in correct size. how can i add the correct mouse over effect here? There was a arrow as mouse over set but this is lost.
Here is the arrow working: http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/#videos-tab but the blog grid images are to small. can you set them also to 233x233px.
and can you set the arrow mouse over here: http://www.alfaweb.at/testwaldi/
July 2, 2015 at 1:50 pm #467479and can you help me to change the code. i want the pages to open in A NEW BROWSERWINDOW by clicking on to a picture form blog grid by default http://i.imgur.com/22WTr3V.jpg
July 2, 2015 at 3:41 pm #467591And i also need the image size and the mouse over effect here: http://www.alfaweb.at/testwaldi/partnergemeinden/
can i do this for all blog grid images by defaul?
July 6, 2015 at 11:11 am #468802Hi!
mouse hover effect are working fine for me on all your images. Could you fix it?
If you want to change default image sizes then use this plugin: https://wordpress.org/plugins/simple-image-sizes/
To open a link in a new browser window you need to add the target attribute. If you are using an image element inside of ALB then edit it, go to link settings. Choose “Set manually” to image link and choose to open tab in a new window.
Cheers!
AndyJuly 8, 2015 at 7:49 pm #470504All works fine but NOT the mouse over.
And Yigit. There is still a problem with the mouse over images.
you have appied this arrow http://www.alfaweb.at/testwaldi/wp-content/uploads/2015/06/arrow.png as mouse over image at the blog grid overview here:
http://www.alfaweb.at/testwaldi/ (end of page)
http://www.alfaweb.at/testwaldi/portraits/mag-dieter-halama/ (end of page)
http://www.alfaweb.at/testwaldi/partnergemeinden/but this image overlay effect is gone. can you check for me why. i do not have done any updates???
July 9, 2015 at 11:30 am #470731I don`t get this working! ;(
July 9, 2015 at 2:13 pm #470859Hi!
Seems that those modifications require a lot of time, to target evrything and make it work correctly.
You can contact one of our Customization Contractors, who will help you out with the process.
http://kriesi.at/contact/customizationLet us know if we could do anything else, regarding our theme
Regards,
BasilisJuly 9, 2015 at 9:25 pm #471146This was working already! Yigit helped me with that but after an update the mouse over was gone ;(
July 13, 2015 at 10:43 am #472223July 14, 2015 at 11:51 am #473029Yes Yigit i have figured it out. Only one litte problem with the size of the grid images here: http://www.alfaweb.at/testwaldi/partnergemeinden/ the images are too small. they sould have the same size like —>
the image size is perfect here: http://www.alfaweb.at/testwaldi/
July 14, 2015 at 11:56 am #473037Great, thanks.
- This reply was modified 9 years, 4 months ago by wiwaldi79.
July 14, 2015 at 12:00 pm #473046July 14, 2015 at 12:24 pm #473076GREAT. There is only problem with the size of the grid images. Thanks!
- This reply was modified 9 years, 4 months ago by wiwaldi79.
-
AuthorPosts
- The topic ‘grid size 233x233px’ is closed to new replies.