Viewing 30 results - 7,471 through 7,500 (of 10,096 total)
  • Author
    Search Results
  • Dear Ismael,

    thanks a lot for your help. It works fine – well done – that was exactly my wish.

    Unfortunately do the thumbnail still link to the single post – any solution that they don´t do that anymore?

    Kind regards,

    dreisatz

    #348067

    Hey!

    It will set the minimum height of the portfolio item’s title and excerpt container. If you want to use the same thumbnail size for your portfolio items, edit the Portfolio Grid element then look for the Portfolio Grid Image Size. Choose manual thumbnail selection. Select a single custom image size for all portfolio grid elements throughout the site.

    Regards,
    Ismael

    #348058

    Hi!

    Thank you for the update.

    Sorry, we thought you’re referring to the blog overview page. Do you have a sidebar on your single posts pages? You can use this plugin to adjust the size of the featured images: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the entry_with_sidebar thumbnail. If you have no sidebar on single post page, edit the entry_without_sidebar thumbnails. Adjust the size then disable the crop parameter. Update then save change before you regenerate the thumbnails. You can also upload the featured image again.

    Regards,
    Ismael

    #347719

    Hey Jean!

    Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news

    and change it as needed. Then regenerate thumbnails using – https://wordpress.org/plugins/regenerate-thumbnails/
    You may need custom CSS code after that, please let us know if you do.

    Best regards,
    Yigit

    Hallo Andy,

    hier der Link .

    Die Posts/Beiträge werden in der Kategorie “Referenten” aufgelistet. Das ist gut und richtig so. Allerdings möchte ich, dass man dan den einzelnen Beitrag, z.B. Bross in diesem Fall nicht einzeln aufrufen kann (Single Post). Was muss ich also wo ändern? Ist es die Datei includes/helper-post-format.php? Und wenn ja, wie bekommen ich da diesen link-aufruf raus?

    Und noch eine kleine Bitte: wie bekomme ich diese Animation über den Thumbnails abgeschaltet? Oder ändert sich das automatisch, wenn die obige Frage gelöst ist?

    Ach so viele Fragen, freue ich auf eure fachkundige Unterstützung,

    beste grüße

    dreisatz

    Hey Lisa!

    Thank you for using Enfold.

    1.) You can change the thumbnail size on WooCommerce > Settings > Products > Product Image Sizes > Catalog Image. Disable the hard crop parameter if you don’t want wp to cut off parts of the images. Suggested size is 450×450 px.

    2.) Create variable products with attributes. Please refer to this link: http://docs.woothemes.com/document/product-variations/

    3.) You should probably put a water mark or upload images with lesser quality.

    4.) You can find the Quick CSS field on Enfold > General Styling panel. Scroll below.

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

    #347385
    DigitalEssence
    Participant

    Hi,

    I’m using the Blog grid layout, Title and Excerpt, Blog Grid Columns set to 3 and Choose the preview image size manually and have it set to Square 180×180.

    I then uploaded a 180 x 180 pixel image and saved then updated the page but I am seeing a white background to the right of my image which I can’t understand.

    The page is at: http://dev.digitalessence.net/blog/ and it is the first blog with the WordPress logo.

    Also, I’d like to increase the amount of text included in the excerpt. Is this easy to find in functions.php?

    Thanks,

    Hedley

    This reply has been marked as private.
    #347287

    Hey!

    Please try changing the function name in Elliott’s code

    add_action( 'wp_head', 'enfold_customization_add_facebook_open_graph_tag_new' );
    function enfold_customization_add_facebook_open_graph_tag_new() {
    	global $post;
    	if ( is_single() && has_post_thumbnail() ) { 
    		echo '<meta property = "og:image" content = "'.get_the_post_thumbnail( $post->ID, 'full' ).'" />'; 
    	}
    }

    Seems like it is declared already

    Regards,
    Yigit

    #347087

    Topic: Enfold Modifications

    in forum Enfold
    codecreative
    Participant

    Hi

    How can I change the text size of the page content of my site throughout the entire site?

    Also how can I have in the gallery, different thumbnails to the actual image that opens up? For example see

    http://www.dkbglasgow.com/fitted-bathrooms-glasgow/baths-screens/

    When an image is clicked it opens up a different one. The thumbnail says “Standing Baths” and opens up a different image altogether

    #346945

    Hey!

    Thank you for the update.

    The suggested plugin above works fine with WordPress 4.0. You need to enable the tab on Settings > Woocommerce Custom Tabs. Edit a product to add content on the custom tab. If you want to add multiple tabs, you need to buy the pro version of the plugin. The additional information tab is created by additional attributes on the product. Regarding the thumbnail size, it depends on the container width and the number of columns that you set for the shop page. The default thumbnail sizes is usually good enough. Just use images larger than 450×450 px.

    Regards,
    Ismael

    #346735

    Hi!

    Try adding this to the bottom of your /enfold/functions.php file,

    add_action( 'wp_head', 'enfold_customization_add_facebook_open_graph_tag' );
    function enfold_customization_add_facebook_open_graph_tag() {
    	global $post;
    	if ( is_single() && has_post_thumbnail() ) { 
    		echo '<meta property = "og:image" content = "'.get_the_post_thumbnail( $post->ID, 'full' ).'" />'; 
    	}
    }

    Cheers!
    Elliott

    #346718

    Topic: HTML5 Video Preload

    in forum Enfold
    Santos Ramos
    Participant

    Hello,

    I have 6 HTML5 videos on a page. The page takes a long time to load because the HTML5 player is preloading all the videos.
    I’m using the video player you included with Enfold. Is there a way to stop some or all the videos from preloading when loading the page?
    Also, all the videos and thumbnails are hosted on amazon 3.

    Link to the page bellow.

    Thanks for the help!

    #346555

    Hey!

    No, it’s not possible. You need to create the portfolio items individually. If you want to redirect the portfolio thumbnails on a custom link, edit each portfolio item then look for Overwrite Portfolio Link setting. Set it to define custom link. Add the url of the gallery page.

    Regards,
    Ismael

    #346538
    kjems
    Participant

    Hello.

    When i add a non-square thumbnail image to a blog post, I get some empty space on my blog frontpage.

    Like here: http://www.uheldig.dk/forside-1/ or here:
    http://www.uheldig.dk/mange-afskedigelser-af-ledere-paa-de-frie-skoler/ where the image is wider than high.

    Or like here, where the image is higher than wide.
    http://www.uheldig.dk/de-frie-skoler-og-folkeskolereformen/

    Can i somehow tell Enfold theme to cut images to fit the square frame, or do i have to edit all thumbnails to square dimensions manually?

    Thanks !!!

    Jesper

    royaltask
    Participant

    How can I disable the hover effect for portfolio images and gallery images?
    My Thumbnails start to zoom in when I hover them. I want to disable this FX.

    onegirlrtw
    Participant

    Hello! I would like to remove the thick border around the thumbnail images in both: Combo and Recent Posts widget, and also increase the image thumbnail size to be as large as the old border + image.

    Thank you for any insight!

    #346377

    Topic: gallery shrinking?

    in forum Enfold
    dewasurya
    Participant

    Hi, I have an issue with gallery,

    Please see the link: http://villabugis.com/stay/breakfast-menu/
    There I put gallery with big image and thumbnail. If i put a cursor in the thumbnail, the big image height decreased until it’s gone..
    Please advise how to fix.

    Regards,
    Surya

    #346365

    Thanks but unfortunately I’m using WordPress 4.0 and this plugin is not comparable. Do you have any other recommendations? I took a look at the current demo shop and noticed you guys showcase an “additional information” tab in addition to the “Description” and “Reviews” tabs. How did you guys go about this?

    Here’s the link showcasing this on the demo site:
    http://kriesi.at/themes/enfold/product/kitchen-craft-home-made-glass-terrine-jars/?skin=Cyan

    Additionally, I’ve noticed that my product images are not showing the same size as the demo store. Can you let me know what settings you have for the Product Image Sizes?

    WooCommerce Product Image Sizes: (WooCommerce > Settings > Products > Product Image Size) – Catalog Images, Single Product Image, Product Thumbnails?

    Website Media settings: (Settings > Media) – Thumbnail size, Medium size, Large size?

    Thanks again!

    #346356

    In reply to: Portfolio Items Author

    Thank you, I figured it out.

    The problem was that I already had a function on my child theme that was taking precedence over the main theme file, so my changes on the main theme file where being ignored.

    Instead of adding ‘author’ on the main theme file I did it on my child theme’s function.php like this:

    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_cpt_args', 1);
    
    function avf_portfolio_add_cpt_args($args) {
    	$args['hierarchical'] = true;
    	$args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'page-attributes','author');
    	return $args;
    }

    This worked as expected.

    Thanks.

    #346348

    Hey Bjørn!

    Unfortunately there is no way to fetch the video thumbnail automatically in Enfold, you’d need to seek for a third-party plugin or a custom solution.

    Regards,
    Josue

    #346323

    In reply to: Portfolio Items Author

    Thanks elliot, I had tried doing this before:

    ‘supports’ => array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’, ‘author’)

    I did it on the main theme and there was still no author box present on my portfolio items.

    Thanks.

    #346306

    In reply to: Portfolio Items Author

    Hi momon!

    I’m not sure if this edit would be feasible in a child theme but you can do this by opening up /enfold/includes/admin/register-portfolio.php and changing line 38 from this,

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    To this,

    'supports' => array('title','thumbnail','excerpt','editor','comments', 'author')
    

    EDIT:

    You can try adding this to your child theme’s functions.php file but I’m not sure if this is safe or not so I would wait for another member of our team to check and see if there is a better way.

    add_action('init', 'customization_portfolio_register');
    function customization_portfolio_register()
    {
    	global $avia_config;
     
    	$labels = array(
    		'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
    		'singular_name' => _x('Portfolio Entry', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'portfolio','avia_framework'),
    		'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
    		'edit_item' => __('Edit Portfolio Entry','avia_framework'),
    		'new_item' => __('New Portfolio Entry','avia_framework'),
    		'view_item' => __('View Portfolio Entry','avia_framework'),
    		'search_items' => __('Search Portfolio Entries','avia_framework'),
    		'not_found' =>  __('No Portfolio Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
     
        $permalinks = get_option('avia_permalink_settings');
        if(!$permalinks) $permalinks = array();    
    
        $permalinks['portfolio_permalink_base'] = empty($permalinks['portfolio_permalink_base']) ? __('portfolio-item', 'avia_framework') : $permalinks['portfolio_permalink_base'];
        $permalinks['portfolio_entries_taxonomy_base'] = empty($permalinks['portfolio_entries_taxonomy_base']) ? __('portfolio_entries', 'avia_framework') : $permalinks['portfolio_entries_taxonomy_base'];
     
    	$args = array(
    		'labels' => $labels,
    		'public' => true,
    		'show_ui' => true,
    		'capability_type' => 'post',
    		'hierarchical' => false,
    		'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		'query_var' => true,
    		'show_in_nav_menus'=> true,
    		'taxonomies' => array('post_tag'),
    		'supports' => array('title','thumbnail','excerpt','editor','comments', 'author')
    	);
    	
    	
    	$args = apply_filters('avf_portfolio_cpt_args', $args);
    	$avia_config['custom_post']['portfolio']['args'] = $args;
     
    	register_post_type( 'portfolio' , $args );
    
    	$tax_args = array(	
    		"hierarchical" => true,
    		"label" => "Portfolio Categories",
    		"singular_label" => "Portfolio Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true,
    		"supports" => array('title', 'editor', 'author' )
    	);
     
     	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    
    	//deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings
    	remove_action('wp_loaded', 'avia_flush_rewrites');
    }

    Cheers!
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #346298
    Prescott Perez-Fox
    Participant

    Hi everyone,

    I’m seeking to have my Portfolio Grid items open in a new window. I’ve selected this option, but the behavior is such that they open in the same window. Here is a screenshot showing that I have selected this in the Portfolio Grid layout builder.

    http://cl.ly/image/191v3o2Z3E1t

    Here’s the URL to the actual site – http://busycreator.com/resources

    I’ve researched several threads on this forum, most of which ask the user to modify the theme files to insert target="_blank" somewhere in the code, but none of those solutions worked for me. The links still open in the same window.

    Can you offer any insight into a potential solution? It should be noted that each item is given a Custom Link in the Portfolio Item itself.

    I’m using Enfold 2.9.2 at the moment, and I have a child theme enabled.

    Alternatively, I’d rather use a Masonry element in place of a Portfolio Grid, but I found that the Masonry items were huge and unwieldy. I prefer the Portfolio Grid because they thumbnails display smaller and more elegant; the number of columns can be set more easily. Is the target="_blank" behaviour easier to achieve using Masonry? If so, can I alter the default size of each item?

    #346252

    Hi Elliott.
    Thanks, but that does not solve my problem with a thumbnail that I can click on:

    I need a vimeo thumbnail generated by Enfold (like when I use the video media element) and when I click on the thumbnail, it opens up in a popup. Your solution only makes an underlined text, that serves as a link to a video that pops up.

    Hope you can help :-)
    BR Bjørn.

    • This reply was modified 11 years, 4 months ago by FriViden.

    Hi!

    In WooCommerce > Settings > Products > Product Image Sizes
    you will see an important sentence:
    “These settings affect the actual dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.”

    Please follow these instructions using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Just deleting and adding them again won’t work!

    Cheers!
    Andy

    #346046

    In reply to: Force image size

    Hi!

    For the image shortcode you can have WordPress resize it. When you select the image from your media library look to the right and there will be a size setting where you can select a size such as thumbnail, medium, full size, etc etc. If you do that for all of your images then they should display the same size.

    Cheers!
    Elliott

    #345761

    Thank you for your fast answer
    I am trying to make a popup/lightbox like on this homepage Frividen.dk.
    If you click on a video it pops out:
    http://www.frividen.dk/default.aspx?catid=c66bb5cb-0fb7-4f58-83c8-33eb57ba6531&tabid=67
    I know I can do this with an image as ancor, but I have about 500 videoes, and I dont want to make 500 thumbnails as images by hand. Therefore I need to use your feature for video media elements, where Enfold generates a thumbnail for me. But then my problems are:
    1. that it does not open in a popup/lightbox and
    2. that I cant write a caption text (as I can for an image)
    You can see on FriViden.dk what I want. I’m changing that site to a wp site – if I can get it to Work.
    FYI: I know Enfold very well as a user and I can use a shortcode or Quick CSS here and there – but that’s about it, I’m not a programmer.
    Kind regards
    Bjørn

    • This reply was modified 11 years, 4 months ago by FriViden.
    #345752
    This reply has been marked as private.
    #345686

    it took a while for the lightbulb to come on, but finally realized that the way to edit a gallery is to add and delete the images #’s listed and that there is not a WYSIWYG interface to edit them:

    [av_gallery ids='11961,11963,11964,11965,11966,11967,11962' style='thumbnails' preview_size='portfolio' thumb_size='portfolio' columns='4' imagelink='lightbox' lazyload='deactivate_avia_lazyload']

    thanks for the debug info. i’ll give it a try.

Viewing 30 results - 7,471 through 7,500 (of 10,096 total)