Viewing 30 results - 7,771 through 7,800 (of 10,095 total)
  • Author
    Search Results
  • #311340
    Muskrat37
    Participant

    Hi,

    First – BEST FRICKING THEME I’VE EVER USED!

    Now my Question / Suggestion:

    Currently you can setup a portfolio item, assign a category, and have each item linked to a page, post, category or whatever you want via the “define custom link” option.

    In my case, I created a page for each category and when you click an item in the portfolio it takes you to that the corresponding categories page. On these pages I have displayed a Gallery of the corresponding portfolio categories.

    From the Gallery, the only choices are to open the image in a Lightbox or Link it to the image page. Can you add a way to insert a custom link on Gallery Items, so that it could link back to the Portfolio Post Page for that individual Item?

    Would also love the gallery to correspond to the matching accordion tab I created on that gallery page. So that when you hovered over a thumbnail, the large preview image would be shown, AND the corresponding Accordion Tab would also open.

    I think I could use a slider with clickable icons / buttons on the images instead of Galleries on the “Category” pages but for my purposes the Galleries work better.

    Thanks again for an incredible theme.

    Chad

    #311310

    Topic: Latest news with date

    in forum Enfold
    mattv7
    Participant

    Hi :)

    I would like to use a widget like that on my home page :
    news

    With date on the left, no thumbnails, and only titles of articles.

    Is it possible with AVIA ? If not, how can I do that with custom html/css ?

    Thanks a lot for your help :)

    Best regards,
    Matthieu

    #311137
    leeroythegreat
    Participant

    Hi guys,

    I am not sure what has happened but my featured images are not displaying on pages created for individuals bio pages ( not author pages ) the pages in question are here:

    At the top of the page where the entry header content is there used to be a thumbnail on the left to go with this which was the featured image, however this is no longer displaying.

    Any help would be greatly appreciated,

    #311102

    Hello,
    Three questions please – (perhaps one should actually be in a different post?)
    1. I want to do the same as webbee – modify the child functions.php file to change image sizes. Do I understand correctly from this thread that this is not possible right now? I def. prefer not to add plugins unless absolutely necessary, but it sounds like the parent functions.php had to be modified. Yes or no? If so, how do I do this and will I lose the change with an update?

    2. You said above “You have to put your code in the child theme in an action hook:” If I post the code (I’ve copied in below) into the child functions.php file – exactly what needs to be posted with it to make it override the parent?

    I changed to Enfold from another theme (loving it so far) and know that I need to regenerate the thumbnails, but I would like to set and test sizes. I want to test with how big images can be without slowing down site and see how various options look before making a decision about the final layout. Last question may belong in another post, but I can’t find search results that address it and this is what I hope to do with the child theme…

    3. Since my site features video and websites, I want proportions to be (at least roughly) 16:9 for all thumbs/images associated with the video category, post format and specific tags. (It would be cool to have 4:3 or even square for the website items, but I can live without that if needed.) The site is small/new enough that I can delete and re-upload images if necessary, because speed on mobile vs great looking video is the decision I am facing when I select optimal sizes.

    I’m starting with 1920X1080 images (or could use 1280X720) as large screen shots for videos, but can anyone advise/explain what – if anything – will happen to the responsive/mobile version if I start changing the proportion here?
    I did find the section (copied below) in the parent functions file that I assume I would need to modify:

    /*
     * Register additional image thumbnail sizes
     * Those thumbnails are generated on image upload!
     *
     * If the size of an array was changed after an image was uploaded you either need to re-upload the image
     * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
     */
    
    $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'=>710, 'height'=>575 );    // 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'=>710, 'height'=>270);   // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );   // images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
         $avia_config['imgSize']['gallery']  = array('width'=>845, 'height'=>684 );  // images for portfolio entries (2,3 column)
         $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
    }
    
    

    Is there an easier/simpler way to approach this? Anyone else doing mostly video who has a solution?
    Thanks so much for any assistance with this.

    • This reply was modified 11 years, 7 months ago by siestajoye.
    #311035

    Hello,

    I have already setup the shop on my site and I know i can sale digital downloads.
    My question is if you template allows to upload videos as thumbnails on the shop page instead of images?

    I would like people to be able to view videos of the product and buy the clip.

    Thanks for the help!

    #310889

    Hey Jamie A!

    Please go to Settings > Media and set thumbnail size to 80x80px and check “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    Thanks, the CSS changes the width to natural dimensions but it still doesn’t fix the dropdown selections. If I make the manual preview image size thumbnail 80×80 pixels, nothing happens still. I can change the size as much as I like with CSS but I’d like the original functionality back… I don’t know how it broke.

    EDIT:

    In any case, I intend to use CSS to alter the layout of this post anyway and I could use some help with that too (let me know if I should make a new thread for this).

    I need to change the layout of the post from being vertical to horizontal, but without affecting its responsiveness to different browser widths. I’ve tried some custom CSS already but floating the elements always seems to screw up the responsiveness. Any help? To illustrate, I’d like to go from this: before to this: after. (I made the PNGs in photoshop).

    • This reply was modified 11 years, 7 months ago by rinkjames.
    #310864

    Hi Gurify!

    Yes, Kriesi uses a hook to change the html structure of the products a bit. With

    
    add_action( 'woocommerce_before_shop_loop_item', 'avia_shop_overview_extra_div', 5);
    

    Enfold adds an extra div between the li element and the product link (a element) of the default product loop – see default template here: https://github.com/woothemes/woocommerce/blob/master/templates/content-product.php which outputs the link with:

    
    <li <?php post_class( $classes ); ?>>
    <?php do_action( 'woocommerce_before_shop_loop_item' ); ?>
    <a href="<?php the_permalink(); ?>">
    <?php
    /**
    * woocommerce_before_shop_loop_item_title hook
    *
    * @hooked woocommerce_show_product_loop_sale_flash - 10
    * @hooked woocommerce_template_loop_product_thumbnail - 10
    */
    do_action( 'woocommerce_before_shop_loop_item_title' );
    ?>
    <h3><?php the_title(); ?></h3>
    <?php
    /**
    * woocommerce_after_shop_loop_item_title hook
    *
    * @hooked woocommerce_template_loop_rating - 5
    * @hooked woocommerce_template_loop_price - 10
    */
    do_action( 'woocommerce_after_shop_loop_item_title' );
    ?>
    </a>
    <?php do_action( 'woocommerce_after_shop_loop_item' ); ?>
    </li>
    

    The “woocommerce_before_shop_loop_item_title” hook is used to add the featured thumbnail and the buttons to the product loop (see code you posted in your post).

    Is there a way to use the shortcode for a slider or similar and make it works inside the product template?
    Yes, if you rewrite the code. However it’s not easy and probably requires some hours of work because you need to find a way to set the slideshow images, etc. Basically you need to replace the featured image function with do_shortcode(): http://codex.wordpress.org/Function_Reference/do_shortcode to execute the slideshow shortcode – i.e. replace:

    
    echo get_the_post_thumbnail( $id , $size );
    

    with

    
    echo do_shortcode( '[YOUR SORTCODE]' );
    

    and replace [YOUR SORTCODE] with the slideshow shortcode. The hard part is to generate the slideshow shortcode/content dynamically for each post.

    Best regards,
    Peter

    #310861

    Hi Ti7V!

    Try to replace this code in enfold/config-templatebuilder/avia-shortcodes/magazine.php:

    
    			if($style == 'small')
    			{
    				if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}
    			}
    			else
    			{
    				$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
    			}
    

    with:

    
    			if($style == 'small')
    			{
    				if(empty($this->atts['thumbnails']))
    				{
    					 $image = "";
    					 $extraClass = "av-magazine-no-thumb";
    				}
    			}
    
    				$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
    

    Best regards,
    Peter

    basecrest
    Participant

    (Using Child theme)

    How can i disable arrow from appearing when mouse hovers over image?

    How can lightbox pop image/title be disabled when the mouse hovers over a thumbnail?

    Is it possible to lock all images (disable) them from lightbox when mouse hovers over them?

    Thank you

    #310339

    https://www.dropbox.com/s/h2yrcd6g64p5l5p/iii.PNG?dl=0

    That’s great news:

    Here is the link again. about 80% of the thumbnails seem to be squashed when i click the side tab navigation on my posts.

    • This reply was modified 11 years, 7 months ago by Jamie A.
    #310319

    Hey thanks Yigit, You can see my website now ???? that’s great news (how fast is it loading for you? is it acceptable or very slow?)

    Actually Ismael answered this problem in a previous post here:

    https://kriesi.at/support/topic/iphone-rotation-issue/

    But thanks for your feedback I ran the regenerate thumbnails plugin and it got to about 10% then crashed, It took all day, it was very slow about 2 mins per image and with 3800 images in the library i think i need a different solution???

    So some of the thumbs look ok and some look bad: https://www.dropbox.com/s/xq0ovo7joe7v59k/thumb..PNG?dl=0

    #310296
    Gurify
    Participant

    Hi,
    I am trying to customize the product page as if it were a normal page. I already read that is not possible to use Layout Builder. So I created the shortcode in a normal page edit and then pasted it in the product content edit page ( I know how to move the content from the TAB Description to where I want in the template ). Anyway I see it doesn’t work, because I saw in the source page that a lot of stuff is missing. Is it right? Is there a way to use the shortcode for a slider or similar and make it works inside the product template?

    If it is not, I am trying a new way.
    I create a normal page for the product and then from the shop I change the url that point to that page ( from product page to my custom page for the product ). The link are two: one on the thumbnail, the other in show details.
    I made a custom filed for my custom page where I can choose the product ID from a list of all products. In this way the page and the product are connected.
    For Show Details link there’s no problem.
    But for the thumbnail I see in config.php that you remove and add action. The active code is this:

    function avia_woocommerce_thumbnail($asdf)
    {
    	global $product, $avia_config;
    	$rating = $product->get_rating_html(); //get rating
    
    	$id = get_the_ID();
    	$size = 'shop_catalog';
    
    	echo "<div class='thumbnail_container'>";
    		echo avia_woocommerce_gallery_first_thumbnail( $id , $size);
    		echo get_the_post_thumbnail( $id , $size );
    		if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";
    		if($product->product_type == 'simple') echo "<span class='cart-loading'></span>";
    	echo "</div>";
    }

    But I see in the html that the tag a is outside the <div class=’thumbnail_container’>, and I really don’t find where it is generated.

    Thanks for support!

    • This topic was modified 11 years, 7 months ago by Gurify.
    #310256

    In reply to: Title above Image

    Hi Chris,

    Open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and look for this code:

    $markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    $output .= "<div class='slide-content'>";
    
    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';

    Replace it by this:

    $markup = avia_markup_helper(array('context' => 'entry','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    $output .= "<div class='slide-content'>";
    
    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));

    Regards,
    Josue

    #310231
    TheodoraPhotography
    Participant

    Hi I’ve been searching for a video plugin that works with enfold for my site. I trying to create a different way to display the vides where i can actually have thumbnails below it feeding the other videos i have listed. Any Ideas? Thanks!

    #310188

    Hey!

    Install this plugin, adjust the shop_catalog image size and regenerate the thumbnails.

    Cheers!
    Josue

    #310101

    Hey!

    Which browser and OS are you using? I have checked your website on Safari, Chrome and Firefox on OS X 10.9.4 and thumbnails are just fine on my end – http://i.imgur.com/FxIM7YW.png

    Regards,
    Yigit

    #310019

    Hey Ismael,

    THanks for the code for alternating color, however, I’ve decided to try to get it to look like the attached screen shot.

    HERE’S THE LINK TO THE SCREEN SHOT:
    https://www.evernote.com/shard/s34/sh/b79ab89a-e0b0-4d35-b74f-6c50ded2594d/2bd6712289e55495e1898b443d5cfc95

    Key elements are:

    1) horizontal rule above post title

    2) Tighten space between posts

    3) Move thumbnail from center above post title to align left in the post excerpt area

    4) read more link to be below the thumbnail image.

    5) I’d be okay with expanding the excerpt too, by another 2-4 lines

    What do you think? Is that easy enough ????

    thanks!

    MmD

    • This reply was modified 11 years, 7 months ago by MacMyDays.
    #309861
    This reply has been marked as private.
    #309776
    codecreative
    Participant

    Hi we have an issue I’d like advice on. My customer isn’t impressed with how product feature images are cropped for the thumbnails see this page

    http://www.jasminesboutique.co.uk/product-category/ready-to-wear/

    And would like them to display the full heights of the images. She would rather do this then go through each product re uploading a new feature image that is resized to fit the pixels of the thumbnail boxs.

    Can you advise me what the best solution to achieve this is?

    #309659

    Hey davidchristensen!

    Thank you for using Enfold.

    Please edit functions.php, find this code on line 147:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Adjust the width and height then upload the images or regenerate them using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #309650

    Hey blancocapell!

    Thank you for using the theme.

    Please edit function.php, find this code on line 144:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    

    Replace it with this:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>1000, 'height'=>1000, 'crop' => false );						// images for portfolio entries (2,3 column)
    

    Adjust the width and height of the gallery images if you like. Upload or regenerate the images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #309635

    Hi!

    Thank you for the update.

    Please try to delete all images on the Media Library that doesn’t have any thumbnails then regenerate the existing images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    If you have the time, please refer to this link for a possible fix: https://kriesi.at/support/topic/gallery-edit-issues/#post-277654

    Best regards,
    Ismael

    #309568

    Puedes ponerlo en el functions.php del theme pero te recomendaria mantenerlo separado del theme original (para evitar sobreescritura cuando se actualice), puedes lograr esto via child theme o con este plugin.

    Sobre el código, el primer six se refiere a la columna del thumbnail, y el segundo al del texto (la grilla es de 12), por ej si quieres aumentar mas el thumbnail, lo cambiarias a 8 y el segundo a 4:

    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    function avia_add_image_div()
    {
    	echo "<div class='eight units single-product-main-image alpha'>";
    }
     
    function avia_close_image_div()
    {
    	global $avia_config;
    	$avia_config['currently_viewing'] = "shop_single";
     
    	echo "</div>";
    }
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_after_single_product_summary',  'avia_close_summary_div', 3);
    function avia_add_summary_div()
    {
    	echo "<div class='four units single-product-summary'>";
    }
     
    function avia_close_summary_div()
    {
    	echo "</div>"; 
    }
    #309552

    Añade este código al archivo functions.php del theme / child theme:

    add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
    add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    function avia_add_image_div()
    {
    	echo "<div class='six units single-product-main-image alpha'>";
    }
     
    function avia_close_image_div()
    {
    	global $avia_config;
    	$avia_config['currently_viewing'] = "shop_single";
     
    	echo "</div>";
    }
    add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
    add_action( 'woocommerce_after_single_product_summary',  'avia_close_summary_div', 3);
    function avia_add_summary_div()
    {
    	echo "<div class='six units single-product-summary'>";
    }
     
    function avia_close_summary_div()
    {
    	echo "</div>"; 
    }

    Eso hará que el sumario de producto y el thumbnail en la vista de producto individual sean de 6 columnas cada una, eso lo puedes modificar en el mismo código (busca las dos veces en las que se menciona “six”).

    #309423
    Imburr
    Participant

    I use Enfold on two sites, and I have confirmed that this problem affects both sites, both on different hosting. When I upload a .png file into the featured image slot, I get an HTTP error and the upload does not go through. If I refresh the page, the upload did in fact happen, and the document is in my media library. If I attach it as a featured image, it does not display in the post edit backend. It does not show in the front end single view. It DOES show in the blog roll. It also does show in the backend post list.

    On the post edit backend where the featured image should be there is one period. If i right-click inspect element, this is the code:

    <p class="hide-if-no-js"><a title="Set featured image" href="https://www.virginiaseo.org/wp-admin/media-upload.php?post_id=4317&type=image&TB_iframe=1&width=640&height=138" id="set-post-thumbnail" class="thickbox"><img width="1" height="1" src="https://www.virginiaseo.org/wp-content/uploads/2014/08/Buyer-Intent-And-The-Long-Tail-Keyword.png" class="attachment-266x266" alt="Buyer Intent and the Longtail Keyword" title="Buyer Intent and the Longtail Keyword"></a></p>

    If I look at that link to the image, the link is valid. I can even click the link and follow the image to the backend, and it shows up just fine. It seems as if something in the theme is hiding it from the single blog view and from the post edit backend.

    Here are some screenshots:
    http://cl.ly/image/2r0T1a1U2G2a
    http://cl.ly/image/443t2H3g3P3W
    http://cl.ly/image/473u3Z1P2739

    #309107

    In reply to: iPhone Rotation issue

    Hi!

    Thank you for the update.

    I tested this on an iPod which basically has the same screen resolution as iPhone and it is resizing properly when I rotate the device from portrait to landscape. The image fills the screen and it doesn’t jump to a different location on the page. Regarding the post navigation, please use this:

    .avia-post-nav .entry-image img {
    border-radius: 80px;
    display: block;
    height: 80px;
    width: 80px;
    }

    Go to Settings > Media then change the size of the Thumbnail size to 160x160px. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    #308916

    Hi!

    Try installing this plugin and then regenerating your images: http://wordpress.org/plugins/simple-image-sizes/

    That way we have a baseline of what the images should be from your settings in case they were somehow modified in between the first two and the last page.

    Image cropping with WordPress can be a bit tough to get comfortable with since it takes the images longest image and crops or shrinks it down based on that edge unless the thumbnail is set to hard crop to a specific size.

    Regards,
    Devin

    #308730

    Hey!

    Die Thumbnails könnt ihr mit diesem CSS Code größer darstellen:

    
    #top #wl-wrapper table.wl-table img {
        width: 120px;
    }
    

    Ansonsten können wir leider beim Anpassen des Plugin Designs nicht umfassend helfen. Das ist einfach bei einem Theme Preis von 55$ nicht drinnen. Ich empfehle daher einen Entwickler damit zu beauftragen das Layout anzupassen, wenn euch das Design des Wunschzettels bzw der Editorseite nicht gefällt. Mit dem Code den ich vorher geposted habe sieht zumindest die Übersichtsseite: https://bildmanufaktur-wackernah.de/my-lists/view-a-list/?wlid=22395&preview=true ansehnlich aus.

    Best regards,
    Peter

    #308709

    Ach ja, eigentlich wird dort ein quadratisches Thumbnail in 120x120px angezeigt, aktuell ist es aber nur 22x22px groß.

Viewing 30 results - 7,771 through 7,800 (of 10,095 total)