Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #461951

    Hey alfaweb2!

    Thank you for using Enfold.

    I’m sorry but can you please explain it a little bit further?

    Cheers!
    Ismael

    #461978
    This reply has been marked as private.
    #462333

    Hey!

    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,
    Ismael

    #463024

    ok 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?

    #463033

    Hey!

    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,
    Yigit

    #463270

    http://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!!!

    #463284

    And 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.jpg

    Thank you soooooooo much ;) Greetings from vienna, Alexander

    #463917

    Hi!

    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

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