Tagged: yigit
-
AuthorPosts
-
June 19, 2015 at 1:09 pm #461842
hi i try to get the same layout from here: http://i.imgur.com/XGrUMCP.jpg to here: http://i.imgur.com/qYuYW6i.jpg
June 19, 2015 at 2:57 pm #461951Hey alfaweb2!
Thank you for using Enfold.
I’m sorry but can you please explain it a little bit further?
Cheers!
IsmaelJune 19, 2015 at 3:20 pm #461978This reply has been marked as private.June 21, 2015 at 12:42 pm #462333Hey!
Thank you for the info. Edit the post slider then set Preview Image Size manually. Choose the second option then select the thumbnail size that you want.
Best regards,
IsmaelJune 22, 2015 at 8:11 pm #463024ok great. thanks ismael :) where can i define as image size 235 x 235px. now they are 180x180px. i found no option to set the pictures to 235×235?
June 22, 2015 at 8:34 pm #463033Hey!
Please add following code to Functions.php file
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['square'] = array('width'=>235, 'height'=>235 ); return $size; }
and then change width and height values as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitJune 23, 2015 at 11:20 am #463270http://www.alfaweb.at/testwaldi/wp-admin/theme-editor.php
I tried this, but now the blog is down!!! please help!
Fatal error: Cannot redeclare enfold_customization_modify_thumb_size() (previously declared in /home/.sites/145/site120/web/testwaldi/wp-content/themes/enfold-child/functions.php:31) in /home/.sites/145/site120/web/testwaldi/wp-content/themes/enfold-child/functions.php on line 42
I DELETED IT VIA FTP!!!
June 23, 2015 at 11:49 am #463284And i try to get some more adaptions.
1) i want the change the mouseover image http://i.imgur.com/ZTT1Vm1.jpg
and i don`t want round edges. so that the mouseover looks like here (without the green overlay! i will delete this) http://www.alfaweb.at/testwaldi/portraits/2) is there a easy way to open all blog listings here: http://i.imgur.com/qcUddUf.jpg in a new browser window by default. that it works like here when you click on a image. http://www.alfaweb.at/testwaldi/portraits/
3)http://www.alfaweb.at/testwaldi/ can i make these fonts smaller? http://i.imgur.com/WNlkvSu.jpg
4) can i use the same fonts from here http://i.imgur.com/WNlkvSu.jpg at this page: http://www.alfaweb.at/testwaldi/portraits/ and can i make the fonts smaller like this: http://i.imgur.com/lfvwEwi.jpgThank you soooooooo much ;) Greetings from vienna, Alexander
June 24, 2015 at 11:34 am #463917Hi!
The function is declared already somewhere in the functions.php file. Please look for the function and use that instead.
1.) No, unfortunately, this is not possible without major customization in the theme.
2.) Where is your blog page?
3.) Looks like you’re using a third party plugin for that. The container looks like this which is not a native theme container.
<header class="w2dc-listing-header"> <h2 style="font-size: 11pt; margin-top: 10px; font-weight: bold;"><a href="http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/" target="_blank" title="Rudolf Böhm">Rudolf Böhm</a> </h2> </header>
Please contact the plugin author.
For further modifications, please contact codeable: http://kriesi.at/contact/customization
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.