Viewing 30 results - 6,181 through 6,210 (of 10,101 total)
  • Author
    Search Results
  • #502875

    Hi!

    You could change line 43 in the /enfold/includes/loop-index.php file from this.

    $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    

    To this.

    $size = 'full';
    

    Or you could edit line 118 in the /enfold/functions.php file from this.

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    To this.

    $avia_config['imgSize']['square'] 		 	    = 'full';		                 // small image for blogs
    

    And then regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Cheers!
    Elliott

    #502803
    #502772

    Hi kunzi!

    Add this to your child theme functions.php file.

    add_filter( 'avf_portfolio_cpt_args', 'enfold_customization_portfolio_fields', 1 );
    function enfold_customization_portfolio_fields( $args ) {
    	$args['supports'] = array( 'title','thumbnail','excerpt','editor','comments', 'custom-fields' );
    	return $args;
    }

    Regards,
    Elliott

    #502371
    cloeffler
    Participant

    Why can’t I get my horizontal ruler to show up??

    Here is the page html:
    [av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat'][/av_one_fifth]

    [av_three_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,0px,0px,0px' border='1px' border_color='#726286' radius='0px,0px,0px,0px' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']

    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='100%' custom_border_color='#726286' custom_margin_top='' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='#726286' icon='ue8bf' font='entypo-fontello']

    [av_textblock size='16' font_color='' color='']
    <p>
    <p style=”text-align: center;”>[bibleverseoftheday]</p>
    <p></p>
    [/av_textblock]

    [/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat'][/av_one_fifth]

    Here is the css that I have added to the default template:

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    word-wrap: break-word;
    }

    /*Add your own styles here:*/

    #top #header .av-main-nav > li > a {
    font-weight: 500;
    text-transform: uppercase;
    }

    .phone-info {
    word-spacing:10px;
    }

    .slideshow_caption {
    width: 62%;
    padding: 25px;
    }

    h1 {
    letter-spacing: -.1px;
    }

    h2 {
    letter-spacing: -.2px;
    }

    h3 {
    letter-spacing: -.15px;
    }

    h4 {
    letter-spacing: -.05px;
    }
    #top #wrap_all .header_color h3, #top #wrap_all .main_color h3, #top #wrap_all .alternate_color h3, #top #wrap_all .footer_color h3, #top #wrap_all .socket_color h3 {
    font-family: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    }

    .avia-slideshow {
    height: 500px !important;
    }

    .side-container-comment-inner {
    display: none !important;
    }

    .slide-meta {
    display: none !important; }

    .comment_meta_container {
    clear: both;
    float: none;
    display: none !important;
    }

    .av-share-box .av-share-link-description {
    margin-bottom: 20px;
    text-align: center;
    }

    .av-share-box ul li a {
    display: block;
    padding: 25px 0px;
    text-decoration: none;
    font-size: 1.5em;
    transition: all 0.2s ease-in-out 0s;
    }

    #top .price, #top .price span, #top del, #top ins {
    color:#666666;
    }

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    font-family: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: .9em;
    }

    #top .cart_dropdown { display: none; }
    /*
    remove shopping and cart functions
    */

    ul.cart_dropdown { display: none !important; }

    .template-shop div.product div.summary {
    padding-left: 20px;
    }

    div.product .woocommerce-tabs ul.tabs {
    display: none;
    }

    div.main_color .avia_cart_buttons {
    display: none;
    }

    #top .title_container .container {
    display: none;
    }

    #avia-menu .avia-menu-text .sub-menu {
    font-family: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 1 em !important;
    font-weight: 500;
    text-transform: uppercase;
    }

    .sub-menu li a {
    font-family: “Roboto”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 1 em !important;
    font-weight: 500;
    text-transform: uppercase;
    }

    .responsive .av-image-hotspot {
    height: 50px;
    width: 50px;
    line-height: 50px;
    }

    .main_color blockquote {
    font-family: “Georgia”, “Times”, serif;
    font-style: italic;
    font-size: 1.3em;
    color: #726286;
    border-color: #726286;

    }

    .content .entry-content-wrapper {
    padding-top: 25px;
    }

    template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 100;
    font-size: 3em;
    color: #726286;
    }

    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-color: #726286;
    }

    #top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {
    border-left: none !important;
    border-right: none !important;

    }

    .et_bloom .et_bloom_inline_form {
    clear: both;
    margin: 0px 0px;
    display: inline-block;
    }

    #top .inner_product_header {
    text-align: center;
    text-transform: none;
    }

    .big-preview.single-big a {
    pointer-events: none;
    }

    #top .thumbnail_container img {
    padding:30px;
    }

    #top.single-post #main > div.container_wrap:nth-child(2) .av_textblock_section {
    text-align: center;
    }

    .template-blog .post_delimiter {
    border-bottom: 2px dotted #726286;
    }

    .hr-inner {
    border-color: #EEE !important;
    }

    .hr-custom {
    margin: 0px;
    display: block;
    min-height: 21px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    float: left;
    text-align: center;
    }

    shopgladtidings.org/insider
    then go to
    http://shopgladtidings.org/uncategorized/bible-verse/
    any suggestions?? I’m a newbie and really stuck!!

    #501834

    Hey sdelibaltov71!

    Your talking about the gallery, http://kriesi.at/themes/enfold/shortcodes/gallery/.

    When you click on both the big image and the small thumbnails it should open them up in a magnific popup which you can scroll between them all, forward and back. Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #501730

    In reply to: blog image sizes

    Hi!

    Around line 128 in the functions.php file you should see this.

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider
    

    Change it to this.

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423, 'crop' => false );						// images for fullsize pages and fullsize slider
    

    And then regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    If it still looks weird then try this instead.

    $avia_config['imgSize']['entry_without_sidebar']= 'full';					// images for fullsize pages and fullsize slider
    

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    #501722

    In reply to: Image Size Help

    Hi kalebw!

    You can find those sizes around line 117 in the /enfold/functions.php file.

    $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']);
    

    You can copy the format and set cropping to false. Or if you want to display an image in it’s full size, no thumbnail then switch the line to this.

    $avia_config['imgSize']['portfolio'] 		 	= 'full';
    

    After doing your edits you’ll need to regenerate the thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Best regards,
    Elliott

    #501601
    vemaybayanz
    Participant

    Hello,

    I am a new buyer from Vietnam and i have a question. How to set post no in each category and how to display the post with title and thumbnail in grid view, not like a blog.
    Thanks

    #501456

    Hey reederjack5252!

    Thank you for using Enfold.

    I checked the blog page and the layout is quite different from the default layout. It looks modified. There’s even an alternating featured image. Can you please provide a screenshot of the issue? You can find the thumbnail size option for posts on functions.php. Look for this code:

    $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

    You can adjust the width and height then regenerate the thumbnails. Or resize the image to the specified dimension before uploading it as featured image.

    Best regards,
    Ismael

    Hi!

    Please edit the functions.php file then remove this code:

    $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

    Regenerate the thumbnails after: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Note that removing the thumbnails might slow down the website because it has to use the original image for every element on the page.

    Cheers!
    Ismael

    #501315

    Topic: Image Size Help

    in forum Enfold
    kalebw
    Participant

    Hi

    Please could you help with image sizes for:

    1) Thumbnails

    2) Featured Image on single post

    In both cases, the image is cropped, cutting off the top & bottom (single posts) and sides (thumbnails).

    I have tried CSS as well as downloading the Image Size plugin to customize image sizes, but still no luck.

    Ideally, I would like the entire image to be shown.

    Thanks for your help

    #501270
    reederjack5252
    Participant

    Hi,

    I’m trying to prevent thumbnails of featured images from being cropped in my blog. Sometimes pictures are fully displayed, sometimes not. Do uploaded pictures need to be a certain size in order to not be cropped? Or is there some setting that I’m overlooking? I’ve tried some of the plugins and suggestions offered elsewhere in this forum and nothing seems to work. Thanks for your help!

    #501216

    Hey!

    Just wherever you want it to display.

    <div class = "post-entry">
    <a href = "URL to your fullsize image">
    <img src = "URL to your thumbnail image" />
    </a>
    </div>

    Regards,
    Elliott

    #500663

    Hello Yigit,

    Thank you very much, it worked as expected just one slight issue i noticed. When i mouse over a thumbnail it changes the main image above it, but when i now click the newly changed main image to open it in a light box, it does not open the newly updated image instead shows the default image in the lightbox.

    How can i fix it.

    #500516

    Thanks. I gave that a try and it didn’t change anything with the images on the pages where I have the masonry gallery (http://www.hamsar.nicomitcms.com/product/led-product-01/). Instead it adjusted the size of the thumbnails on this page: http://www.hamsar.nicomitcms.com/products/work-lights/led/

    #500504
    Munford
    Participant

    hi
    I have a couple questions about the image gallery on the page below –
    1 – is there a way to get rid of the scroll on the right side? Not sure why it’s there.
    2 – I have the thumbnails set to portfolio size (495 x 400 px), but they are displaying smaller (260 x 200px) – is that how it’s supposed to be?

    thanks for your help.
    Nancy

    • This topic was modified 10 years, 7 months ago by Munford.
    #500456

    In reply to: Featured Image size

    Hey!

    Hmm, I think that should be working. Try deleting the image and upload a new one with a different name and then clear your cache to see if it updates.

    If it’s still not working then try changing line 46 in the /enfold/includes/loop-index.php file from this.

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], $size);
    

    To this.

    $current_post['slider']  	= get_the_post_thumbnail($current_post['the_id'], 'full');
    

    Regards,
    Elliott

    #500452
    paullindqvist
    Participant

    Hi is there a way to disable titles showing on mouse over on gallery thumbnails ?

    #500284
    tgloger
    Participant

    I’m working with Enfold Photography Portfolio. A great template!
    I need to integrate an option to download photos. Actually I have chosen Symbiostock, which works on a woocommerce base. Symbiostock is importing the photos to a media library and transforming them to products. In the media library you are setting all the details needed for categroies, tags, title, prices and so on…
    You are not creating single products with a featured photo.

    In my galleries are between 10 to 100 photos, they are displayed in a masonry.

    What I’d like to have:
    – A masonry displaying the products/photos by category of the photos. Actually I found only the possibility to show them in a product grid. But as they are portrait / landscape formatted, the layout is poor.
    – Clicking on a photo in the masonry should not open a lightbox but the product page.
    – It would be great to have a hover effect in the masonry as described in https://kriesi.at/support/topic/enfold-woocommerce-product-grid-thumbnail-hover-effect/

    Thanks for your help!
    Tobias

    #500096

    In reply to: Featured Image size

    Hi Elliott,
    Thank you for reply! Unfortunately that didn’t work. Changed the code and regenerated the thumbnails a few times (just in case) but it is still the same size.

    Charelle

    #500073

    You are hardcoding heights and widths as well as styles into the diswplay that are not part of the standard widget. Can you please direct us where we need to go to located this code.

    Specifically we need to:
    – change the size of the thumbnail generated
    – remove the hardcoded values
    – remove inline styles
    – update layout

    #499942

    Hey!

    You could reduce the thumbnail size for that on line 119 in the /enfold/functions.php file.

    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );	
    

    After changing it you can regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Best regards,
    Elliott

    #499938

    I also need the lightbox click to be disactivated on the thumbnails (no click at all on (ONLY) this portfolio grid. Is it possibile?

    #499927

    In reply to: Featured Image size

    Hi!

    On line 127 in the /enfold/functions.php file you should see this.

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);
    

    Change it to this.

    $avia_config['imgSize']['entry_with_sidebar'] 	= 'full';
    

    And then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Cheers!
    Elliott

    #499687

    In reply to: Image Cropping Issues

    Hey!

    Please post the login details for the wp dashboard, we would like to check it. The size of the featured image should be not more than 705px (width and height), for the masonry element, if you want to have the exact thumbnail size.

    If you’re referring to the bottom part of the image not being displayed, it is actually being covered by the masonry content container.

    Best regards,
    Ismael

    #499478

    thanks it´s really better with css

    but i prefer no title and no thumbnail, how can i do it?

    http://abrirfranquicias.es/eureka/

    #499422

    Hi Ismael,

    Thank you for your response re 1 & 2.

    My additional question was regarding the missing features for the Ajax Portfolio that you can see in this video at the embedded timecode:

    I don’t have these features, such as captions and thumbnail spacing in my Ajax Portfolio settings in the Enfold theme?

    Cheers,

    Johan

    #499392
    niguli
    Participant

    Hi, i tried following some posts about with similar topic with no success.
    I have a grid portfolio (6 columns), my images are 85×85 pixels and cannot be bigger.
    How can I set the grid portfolio and quick CSS to make it work?
    Spaces between single elements can be added.

    Something like this is my aim… but i need the first column to be well aligned like others, and some vertical spaces between the rows…

    thanks

    #499313

    Hi adotopanuga!

    Please try adding following code to Functions.php file in Appearance > Editor

    function add_custom_target(){
    ?>
    <script>
    jQuery(document).on('mouseenter','.thumbnails .zoom', function(){
    var photo_fullsize = jQuery(this).find('img').attr('src').replace('-200x300','').replace('-169x300','').replace('-300x111','').replace('-300x200','').replace('-214x300','').replace('-300x169','');
    jQuery('.woocommerce-main-image img').attr('src', photo_fullsize);
    return false;
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    If it does not work for you, please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer as it would be out of scope we can provide through support

    Best regards,
    Yigit

    #499230
    stellaathome
    Participant

    Hope you can help. I am using a simple portfolio with categories.
    The default WORDPRESS thumbnails are not showing, It is just showing the FEATURED image set in the portfolio.

    How can i get a different image to show as the thumbnail, then when clicked the another image appears in the lightbox?

    I have regenerated thumbnails. And have them cropped correctly in the MEDIA section

    Thanks

Viewing 30 results - 6,181 through 6,210 (of 10,101 total)