Viewing 30 results - 5,521 through 5,550 (of 10,101 total)
  • Author
    Search Results
  • #591925

    Hi!

    Install the following plugin then go to the Settings > Media panel. Adjust the size of the “square” thumbnail, update, save then regenerate the thumbnails: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    GabrielSenn
    Participant

    Can I use the Masonry Gallery and somehow have it sortable with taxonomies?

    I know I could use the Masonry (no Gallery), but I need the thumbnails to link to a lightbox instead than to a portfolio post/page.

    PS. I am loving this theme!

    • This topic was modified 10 years, 2 months ago by GabrielSenn. Reason: fixed typo
    #591734
    davegibb
    Participant

    Hi there,

    Scratching my head about a couple of finishing touches …. Any advice about how to do this inside of the enfold theme admin would be really appreciated.

    1. Latest News Widget – How do you get the small thumbnails to display in the Enfold Latest News Widget as there does not appear to be anything inside the widget to do this … assume I am looking in the wrong place to do this.

    2. You Might Also Like – links inside an individual blog post – again How do you get the small thumbnails to display in the two You Might Also Like links.

    Thanks in advance for your assistance

    #591484

    now resolved.
    Plug in “Default Thumbnail Plus” was causing featured image on shop page. (I used the option to not apply to the page id of the shop page

    Please close

    #591342
    kpmsweden
    Participant

    Hi, Im using Enfold theme. After a while of using theme. I found that it created more than 40000 file with many size. Of course it is useful for somebody. But for me it is not right now. I tried in many way to stop creating thumbnail. And there are no option to do that in the theme. I ‘ve even tried with https://kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image/ . But the problem is still there. Someone please help! Best regard

    #590718

    Hey!

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

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);	

    and change it to

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180 , 'crop' => false);

    Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #590461

    Dear Basilis, thank you for your kind help.
    I’ve tried to follow the instruction posted by the user of other topic (http://prnt.sc/4dwc7y), but it seems not work.

    I mean that when I create a list for my catalogue (avia layout builder) and I choose a vertical image, this is the miniature that I got (see attached url)
    The size remains 180×180 but on my function.php I had commented those lines

    /*
    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
    $avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>430 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘featured_large’] = array(‘width’=>1500, ‘height’=>630 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>185 ); // images for portfolio 4 columns
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>684 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘magazine’] = array(‘width’=>710, ‘height’=>375 ); // images for magazines
    $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>705, ‘height’=>705 , ‘crop’ => false); // images for fullscreen masonry
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’] = apply_filters(‘avf_modify_thumb_size’, $avia_config[‘imgSize’]);

    $avia_config[‘selectableImgSize’] = array(
    ‘square’ => __(‘Square’,’avia_framework’),
    ‘featured’ => __(‘Featured Thin’,’avia_framework’),
    ‘featured_large’ => __(‘Featured Large’,’avia_framework’),
    ‘portfolio’ => __(‘Portfolio’,’avia_framework’),
    ‘gallery’ => __(‘Gallery’,’avia_framework’),
    ‘entry_with_sidebar’ => __(‘Entry with Sidebar’,’avia_framework’),
    ‘entry_without_sidebar’ => __(‘Entry without Sidebar’,’avia_framework’),
    ‘extra_large’ => __(‘Fullscreen Sections/Sliders’,’avia_framework’),

    );

    avia_backend_add_thumbnail_size($avia_config);

    if ( ! isset( $content_width ) ) $content_width = $avia_config[‘imgSize’][‘featured’][‘width’];
    */

    I cant resolve how to remove auto-square-cropping system and let original size on upload images.
    Thank you for your help

    webba

    Actually, it wasn’t too difficult. I don’t normally work on themes, but I found a “half-workardound”. You can see it on my test site, here: http://test.aelia.co/shop/currency-switcher-woocommerce/. If you click on “Screenshots”, you will open the gallery.

    Now I need to find a way to show a row with the thumbnails below each enlarged screenshots, so that visitors can click on a specific thumbnail to see the screenshot, instead of having to click, click, click, click and see them sequentially. The gallery uses the Lightbox included in the Enfold theme, is there a way to show such row under the zoomed images?

    GabrielSenn
    Participant

    Issue:
    I want to use the “Avia layout builder > Content element > Masonry …”
    but,
    I want the resulting thumbnails to link to the Lightbox* function (a large version of the picture instead of a Portfolio post by Category or by Tag.)

    Is there a way to do this? Perhaps assigning a “Portfolio Category” to an image rather than to a post?

    I do have a plugin that allows me to add Tags to images, if that helps.

    Guys, I love the Enfold theme and have been using it as a child theme very successfully, and have found 99% of the answers to all my questions on this forum. Thank you!

    I hope my issue too can be answered here ;)

    PS. I need to use the Masonry Content element, instead of the Masonry Gallery Media element, because I need the functions found of the first of those 2.

    *as found in “Avia layout builder > Media element > Masonry Gallery” > “Lightbox linking active”)

    • This topic was modified 10 years, 2 months ago by GabrielSenn.
    #590064

    That works then! I just have to upload a thumbnail image that has a play icon on it.

    Thanks so much Guenni007! You freaking rock. I really appreciate helping me through this and being so speedy to respond. You made my day!

    Chris

    #590051
    biklops
    Participant

    Hi all!

    I really want to change the height of my full-width masonry thumbnails. I’m not talking about specifying a few as *portrait* and then getting double height, I just want the height of the most basic masonry item to be taller. Like so:

    screenshot

    Do I need to mess with the javascript? Any tips/ideas?

    #590001

    Topic: Ajax Portfolio

    in forum Enfold

    Hey, I am trying to replicate the ajax portfolio as you have on your sample page but mine doesn’t work. Curious if it is me doing something wrong or I missed a step somewhere.

    When I click the image, it opens the ajax window as expected but the sidebar text info isn’t there, just the gallery. How do I make the text show up? Also, is there a way to set a max height for this pop up? Or at least a default height? It seems to large and looks weird to me.

    Other problem is the thumbnails are all blurry, how do I tell it what image to use for that? Then I can specifically size an image made for it.

    Thanks for the help!

    #589837
    gugler
    Participant

    Hello,

    I ran into 2 strange problems while using Enfold:

    1) On the single posting view, the thumbnail image (featured image) links to a completely different image (from another posting), which then gets opened in a lightbox. How can I change this?

    2) When I post a comment on the single view of a normal blog posting, I then get redirected to the single view of a portfolio item (sending you example links in the private content area), with #comment-NUMBER added to the URL of that page.

    I have changed the name of the portfolio items with a function I’ve found in this forum, here is the code from my child themes functions.php:

    /** Change name of "Portfolio Items" to "Museen"
    /* Code from: https://kriesi.at/support/topic/renaming-the-portfolio-custom-post-type-child-theme-issues/#post-564363
    */
    
    function unregister_taxonomy(){
    	global $wp_taxonomies;
    	$taxonomy = 'portfolio_entries';
    	if ( taxonomy_exists( $taxonomy))
    		unset( $wp_taxonomies[$taxonomy]);
    }
    add_action( 'init', 'unregister_taxonomy', 30);
    
    // portfolio args
    add_action( 'init', 'init_reg_portfolio', 50 );
    function init_reg_portfolio() {
    	add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod', 50, 1);
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Museen Kategorien",
    		"singular_label" => "Museen Kategorie",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
    	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    }
    
    add_action( 'after_setup_theme', 'init_reg_portfolio' );
    
    function avf_portfolio_cpt_args_mod($args) {
    	$labels = array(
    		'name' => _x('Museen', 'post type general name','avia_framework'),
    		'singular_name' => _x('Museum', 'post type singular name','avia_framework'),
    		'add_new' => _x('Hinzufügen', 'portfolio','avia_framework'),
    		'add_new_item' => __('Museum hinzufügen','avia_framework'),
    		'edit_item' => __('Museum bearbeiten','avia_framework'),
    		'new_item' => __('Museum hinzufügen','avia_framework'),
    		'view_item' => __('Museum ansehen','avia_framework'),
    		'search_items' => __('Museen durchsuchen','avia_framework'),
    		'not_found' =>  __('Kein Museum gefunden','avia_framework'),
    		'not_found_in_trash' => __('Kein Museum im Papierkorb gefunden','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
    	$args['labels'] = $labels;
    	return $args;
    }

    I have neither altered the comments template, nor the includes/loop-index.php!
    Any help would be appreciated!

    Thanks in advance,
    Stephanie Jagl-Posch

    #589349

    In reply to: Images not displaying

    Not sure if this is related but I’m unable to view thumbnails in the back end of the wordpress site either.

    Aelia
    Participant

    I’m using the Enfold theme on my site, and my products have quite a few thumbnails below the main image (see http://prntscr.com/a7sb4w). I’m looking for a way to replace those thumbnails with a button, or a link, that says “view screenshots”. Clicking the button should open the gallery of screenshots, like clicking on a thumbnail currently does. Is there a way to accomplish this?

    Thanks in advance.

    #588865

    In reply to: Blog Layout

    Hey deboman!

    Once you setup the 2 col blog grid please add the below CSS to Enfold > General Styling > Quick CSS

    /*Change blog layout*/
    .avia-content-slider .fake-thumbnail .slide-image {
        width: 50%;
        float: left;
        margin-right: 20px;
    }
    
    @media only screen and (max-width: 768px) {
    	.avia-content-slider .fake-thumbnail .slide-image {
        	width: 100%;
        	float: none;
        	margin-right: 0px;
    	}
    }

    This will get you started with a similar layout you need

    If you have any issues tweaking the layout further please share the link to your site.

    Cheers!
    Vinay Kashyap

    #588830

    Hi!

    The salsa post is not using the correct thumbnail (180x180px). http://cdn.rotarycentreforthearts.com/wp-content/uploads/salsa.jpg

    Did you create the post prior to activating the theme? If yes, remove the featured image then upload it again.

    Best regards,
    Ismael

    #588715
    raoulbeltra
    Participant

    Hi,
    I want to know how to fix the size when it start to be responsive…because right now on an ipad it still keep 4 products for row on my shop
    and the thumbnail pictures are too small …I want to see 3 pictures for row ..is that possible ?
    The website where you can see it is : http://2squarecreative.com/shop/
    Please let me know
    Thanks

    Raoul

    #586726

    Topic: Footer Options

    in forum Enfold

    I am trying to complete my footer and there are some options which aren’t available.

    I am creating 5 columns. The first I want to list about 4 pages with links – it won’t let me do this without adding ALL the pages on the site at once and I can’t see where to edit it.
    Column 3: I want to add a subscribe to our newsletter bar but can’t see that either
    Column 4: I want to add a live twitter feed. All i can find is an RSS feed link but not a live feed.
    Column 5: I’m trying to add small portfolio images but can’t get it to show. Where on the ‘New portfolio page’ can you add the image that will show as a thumbnail on the footer, not even the title is showing. Could you advise?

    Also one last thing is my search bar on my main menu is not working when hovered over.

    Thank you.

    #586703
    envis
    Participant

    I have added two custom image formats in the functions.php of my Enfold child theme:
    add_image_size(‘wik-ftc_slider’, 1600, 470, true);
    add_image_size(‘wik-ftc_entry_with_sidebar’, 900, 471, true);

    I use a plugin to be able to manually make a cutout of my image to this size.

    How can I use the second format in a ‘Single Post With Big Preview Image’.
    Which file from the Enfold theme folder can I copy to my child theme folder and then edit to use
    the_post_thumbnail(‘wik-ftc_entry_with_sidebar’)

    #586682
    Presumebox
    Participant

    Hi there:
    I have a page with different themes portfolio, each portfolio points to a link where pages with information and concrete gallery of each topic is opened, everything works fine on PC or Mac, but when I try to open the gallery with or Ipad iphone the asiganada page (link) does not open as I can fix this.
    The page where I have the portfolio gallery is:

    #586679

    Hey!

    Try using this plugin to re-generate the thumbnails:
    https://wordpress.org/plugins/force-regenerate-thumbnails/

    Cheers!
    Josue

    #586637

    Hey!

    This is the image in the parallax container: http://mantravisual.com/transcar/wp-content/uploads/2013/04/parallax1-300×96.jpg

    Make sure that you select the original or full size thumbnail in the ATTACHMENT DISPLAY SETTINGS > Size section before using the image as parallax.

    Cheers!
    Ismael

    #586636

    Hi Rikard,

    I am not sure, if you understand my “problem”.

    I want to replace the “blog” element of your theme. Because when I temporary switch to another theme there is your shortcode
    [av_blog blog_type=’posts‘ link=’category‘ blog_style=’single-small‘ columns=’3′ contents=’excerpt‘ content_length=’excerpt_read_more‘ preview_mode=’custom‘ image_size=’shop_thumbnail‘ items=‘-1′ offset=’0′ paginate=’yes‘]

    I know I am flexible using your blog element but I have to change it that way, that I am able to deactivate it, so that I reach all blog posts.

    Hi!

    Before adding the image as background, did you select the thumbnail size in the ATTACHMENT DISPLAY SETTINGS > Size?

    Regards,
    Ismael

    #586392

    Hey!

    Please install the following plugin then go to the Settings > Media panel. Adjust the thumbnail sizes and turn on/off the cropping parameter. Save then regenerate the thumbnails afterwards. https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #586334

    In reply to: Image upload problem

    I am also encountering the same issue with your theme using version 4.4.2 wordpress and your latest theme. Image thumbnail will not render but the upload does go through and gets all sub sized images created.

    We have our site on Godaddy Managed WordPress and have had them up the memory limit and still have the same issue where the image will not get created in the media gallery.

    I did find out if i disable your theme and upload through media it works without issues.

    Let me know if there is anything else.

    #586046

    Hmm. Looks ok but now the thumbnails are running together. see below

    #586028

    Hi!

    add a max-width value to my previous code then it should be fine finally:

    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    max-width: 80px;
    }
    

    Regards,
    Andy

    #586003

    It makes the blocks worse unfortunately. See screenshots.

    These thumbnails do not want to be the same size.

    I left the last CSS you gave me on the page.

Viewing 30 results - 5,521 through 5,550 (of 10,101 total)