Viewing 30 results - 5,971 through 6,000 (of 10,101 total)
  • Author
    Search Results
  • #530001

    In reply to: Blog View

    Hi kimogroup!

    1. On the link you have provided I can see thumbnails with a read more link. Could you fix it already?

    2. Use the excerpt field when editing your blog post. You might need to activate it in Screen Options on the very upper right corner.

    Cheers!
    Andy

    #529742

    Thanks Ismael, you have usually been spot on, this bit of code you gave me did not effect anything.

    I have made all the image sizes smaller — Large Med and Thumbnail.. But none of them seem to be effected.

    Would I need to use your code but with the different container for each for that also to work with other images?

    James

    #529739

    Topic: Product Grid

    in forum Enfold
    slrw03
    Participant

    Hi,

    Is there any documentation available for customizing the product grid layout for the individual products? I would like to move the title of the product above the thumbnail and remove the link to the individual product as we’ll be using a single link to the checkout page and won’t need to have a link to the individual product page.

    thanks

    #529543
    gb
    Participant

    Hi,
    I am building a page using the Gallery option found in media elements.

    Specifically , it is the setting “Big image with thumbnails below” and I have lightbox set to “yes”.

    However if I click on the main image it opens the image on a new blank page instead of popping forward using the lightbox effect.

    I have built a few of these galleries on a page I am working on, each one is doing the same.

    FYI – the lightbox effect does work with other media elements such as “image”

    Any clues?

    GB

    #529484

    Hey!

    I’m not sure but it depends on how WordPress creates thumbnails. You can see the image sizes for thumbnails we use around line 100 in the /enfold/functions.php file.

    Perhaps in that specific case it was not using thumbnails and instead was using the fullsize original image.

    Regards,
    Elliott

    • This reply was modified 10 years, 5 months ago by Elliott.
    bakbek
    Participant

    Hi, how can I make the feature image to show as a thumbnail for only 3 specific posts? For the rest of the posts I want the feature image to remain the same.

    Thanks.

    #529195

    Topic: Blog View

    in forum Enfold
    kimogroup
    Participant

    Good Morning,
    On the site…. (mo.mo-issa.com)

    click on the blog you will find this problem

    1. the blog shows the whole article , (instead it must show a thumbnail of the featured image and an excerpt with Read More)
    2. it shows the a little thumbnail and the featured image, i want it to show the thumbnail and the excerpt.
    3. on the front page i want to show same.

    Thank you

    #529021

    Hi!

    You need to adjust the size of the entry_with_sidebar thumbnail. You can do that in the functions.php file or by installing this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #529013

    Hi!

    The product images will inherit the width of the product columns by default (width is set to 100%) so you have to set the image width to auto if you want to prevent that from happening.

    #top .thumbnail_container img {
        width: auto;
    }

    Make sure that the width of the product images is less than the width of the product columns.

    Cheers!
    Ismael

    #528982

    Hi!

    You have to modify the functions.php file, not the functions-enfold.php. Please do the modifications again then regenerate the thumbnails by using the suggested plugin above. Add this in the functions.php file temporarily to remove the error message:

    add_theme_support('avia_no_session_support');
    

    Cheers!
    Ismael

    dburton77
    Participant

    Hi,

    I was successfully able to change the thumbnail resolution for the Latest News Preview pic thumbnail by modifying the following line in the Enfold functions.php file:

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

    However, it gets overwritten when I update the theme.

    I tried putting this code in my Child functions.php file but it didn’t seem to work:

    function my_image_size()
    {
    global $avia_config;

    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>80, ‘height’=>80);
    }

    What code could I add to my child functions.php theme so that I don’t have to remember to change the parent .php file when I update the theme?

    Best,

    Doug

    #528122

    In reply to: image quality

    Hey Dutchman!

    I checked in IE11 on Windows 10 but they look the same to me as in the other browsers. Right now they are displaying in their full dimensions, no thumbnail, so I recommend cropping them or scaling them down so their file size is not so large.

    Make sure your not in compatibility view and that your zoom setting is set to 100%. If that does not help then take a screenshot of what your seeing so we can get a better idea.

    Regards,
    Elliott

    #528114

    Hi mistral2!

    Are you trying to change the thumbnail size? If so then you can change it on line 122 in the /enfold/functions.php file.

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

    You may need to regenerate your thumbnails afterwards to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Best regards,
    Elliott

    #528053

    Hi!

    I think what you are referring to is a Gallery element (Media Element), there’s a setting that lets you show the thumbnails below a bigger image.

    Regards,
    Josue

    REn0
    Participant

    Hallo,

    ich habe eine Frage zu der Masonry Produktgallerie.
    Ich nutze WooCommerce als Shop und meine Produkte sind mit der Masonry Gallerie “aufgelistet” (siehe Homepage).
    Es scheint so als nutzt die Masonry Gallerie das “große” Produktbild, welches auch angezeigt wird wenn ich das Produkt anklicke. Allerdings werden die Masonry Bilder auf eine Größe von 145×145 und das eigentliche Produktbild auf 388×388 Pixel skaliert. Das erhöht natürlich die Ladezeiten der Gallerie, da erst das vollständige “große” Bild geladen werden muss.
    Gibt es eine Möglichkeit der Gallerie zu sagen dass sie stattdessen das Thumbnail laden soll?
    Die Bilder liegen schon in drei verschiedenen Größen auf der Server: NAME.jpg, NAME-150×150.jpg und NAME-90×90.jpg

    Vielen Dank schon einmal im Voraus!
    Viele Grüße
    Rene

    #527827

    That means I need to set an image for every YouTube video is that correct?
    Isn’t there a way just to use the YouTube thumbnail and simply open the video in a lightbox?

    #527820

    Hey!

    Are you sure? Did you activate the plugin? You should see the “entry_with_sidebar” thumbnail plus a bunch of other options.

    Regards,
    Ismael

    #527690

    Hi!

    as an example use a link like this:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
    

    and adjust it as needed.

    Regards,
    Andy

    #527683

    Both are set to 13, yes, and I have disabled all plugins, I’ve gone ahead and put in the default magazine, which seems to display all the items properly(as well as put the noresponse text at the top of the page), this means, I assume, that there is a problem with the template file, I understand that you can’t help much with that, but if you can, below is the code in that file.

    <?php
    	/*
    	Template Name: Home
    	*/
    
    global $avia_config;
    
    	/* 
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	 get_header();
    
     	 if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
     	 
     	 do_action( 'ava_after_main_title' );
    	 ?>
    
    		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
    
    			<div class='container'>
    
    				<main class='template-page content  <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    
                        <?php
                        /* Run the loop to output the posts.
                        * If you want to overload this in a child theme then include a file
                        * called loop-page.php and that will be used instead.
                        */
    
                        $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
                        get_template_part( 'includes/loop', 'page' );
                        ?>
    
    				<!--end content-->
              <div class="postblock">
                <div class="posthalf">
                  <div class="homeposttopbar">
                    <a href="#">
                      Blogs</a>
                  </div>
              <?php query_posts( 'cat=1&showposts=13' ); 
                while (have_posts()) : the_post();?>
                <div class="postcontent">
                  <div class="thumbnail"><div class="imgdiv">
                   <a href="<?php the_permalink();?>"> <?php if ( has_post_thumbnail() ) {
     the_post_thumbnail('thumbnail');
    }
    else {
     echo get_avatar( get_the_author_meta('ID'), 48);
    }
    ?></a></div>
               </div>
               <div class="posttext">
                 <div>
                   <div class="date"><?php the_time('F j, Y') ?></div><span>|</span>
                 		<div class="comments"><?php comments_number( '0 comments', '1 comment', '% comments' ); ?></div>
                 </div>
    							<h3 class="av-magazine-title entry-title" itemprop="headline">
                    <a href="<?php the_permalink();?>"><?php the_title();?></a>
                 </h3>
                 <div class="author-name"><p>By <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></p></div>
                </div>
                  </div>
                <?php endwhile; ?>
                </div>
                <div class="posthalf last">
                  <div class="homeposttopbar">
                    <a href="#">
                      Videos and Podcasts</a>
                  </div>
          <?php query_posts( 'cat=2061&showposts=13' ); 
                while (have_posts()) : the_post();?>
                <div class="postcontent">
                  <div class="thumbnail"><div class="imgdiv">
                   <a href="<?php the_permalink();?>"> <?php if ( has_post_thumbnail() ) {
     the_post_thumbnail('thumbnail');
    }
    else {
     echo get_avatar( get_the_author_meta('ID'), 48);
    }
    ?></a></div>
               </div>
               <div class="posttext">
                 <div>
                   <div class="date"><?php the_time('F j, Y') ?></div><span>|</span>
                 		<div class="comments"><?php comments_number( '0 comments', '1 comment', '% comments' ); ?></div>
                 </div>
    							<h3 class="av-magazine-title entry-title" itemprop="headline">
                    <a href="<?php the_permalink();?>"><?php the_title();?></a>
                 </h3>
                 <div class="author-name"><p>By <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></p></div>
                </div>
                  </div>
                <?php endwhile; ?>
                </div>
    				</main>
    
    				<aside class="sidebar sidebar_right  alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border"> <a class="twitter-timeline" href="https://twitter.com/JamesManic" data-widget-id="650917932797677568">Tweets by @JamesManic</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>  <?php
    
    				//get the sidebar
    	$avia_config['currently_viewing'] = 'page';
    				dynamic_sidebar('standard-side-bar');
    
    				?></aside></div>
    
    			</div><!--end container-->
    
    		</div><!-- close default .container_wrap element -->
    
    <?php get_footer(); ?>
    #526867

    Topic: Thumbnails in Lightbox

    in forum Enfold
    daeumling
    Participant

    Hi zusammen,

    gibt es eine Möglichkeit, in der “normalen” Galerie-Lightbox (also nicht bei Portfolios oder Galerie-Posttypen) eine Thumbnail-Leiste in der Lightbox unterzubringen? Also das ausgewählte Bild in groß und darunter die anderen Bilder der Galerie als Thumbnails?

    Danke,
    Karsten

    #526628

    Hi Elliot,
    I would like to open in a new tab the products (portfolio entries) once you click on the thumbnail, the product page is opened in a new tab.
    here is the link (private)

    thank you

    #526576

    Hey!

    Did you remove the browser cache after you regenerated the thumbnails? You might be looking on a cached version of the site. How is it possible that you see images in the blog if there are no images in the media library. Try this plugin to resize the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #526510

    Hi there,

    I’ve done that, and it’s changed nothing. The thumbnails always looked OK. It’s just when you click into the actual blog post to read it that it shows now feature image at the top even though I have that box checked.

    Thanks.

    #526452

    Hi,

    There is no option under setting media for entry_with_sidebar

    also you don’t indicate what the plugin is, i guess it’s some sort of thumbnail regenerator

    this is proving to be very problematic and needs a resolution asap

    thanks
    aleks

    #526370

    Hi,

    I’m also wondering how I can add some padding around the portfolio grid thumbnails.

    Thanks for your help!

    #526328
    wedesignshanghai
    Participant

    Hi!

    I would like to add a gap between thumbnails on my portfolio grid.
    I read on other threads that adding padding on left and right would break the grid, but adding a border would make the effect.
    How or where can I set that border for the thumbnails?

    thank you!

    #526127

    Hi wealthyone!

    Welcome to our forum! :)

    Please add following code to Quick CSS as well

    .avia-content-slider .fake-thumbnail .slide-image {
        border: none;
    }

    Cheers!
    Yigit

    #526021

    Hey!

    You need to adjust the actual thumbnail size. Install the following plugin then go to the Settings > Media panel. Adjust the “entry_with_sidebar” thumbnail size, update then regenerate the thumbnails or upload it again.

    Regards,
    Ismael

    yegortitov
    Participant

    Hi,

    i have a problem with tribulant newsletter plugin. I contact support of the plugin and this is the response :

    ———————————————————————————————————————–
    My answer was :

    Hi,

    my theme is Enfold, and i use Tribulant Plugin for my newsletter

    When i create a post, i use Advanced Layout.

    The problem is : when i want to insert a post in my newsletter, shortcode is not well displayed

    For example : i insert

    [newsletters_post showdate="N" eftype="excerpt" post_id="4496" thumbnail_size="medium" thumbnail_align="left" thumbnail_hspace="15"]
    And it display this :

    [av_one_third 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_video src=’’ format=’16-9′ width=’16’ height=’9′ custom_class= »] [/av_one_third][av_two_third min_height= » vertical_alignment= » space= » custom_margin= » margin=’0px’ padding=’0px’ border=
    Can you help me ?

    ———————————————————————————————————————–
    The response is :

    I will assist you to resolve this issue.

    So you insert the [newsletters_posts…] shortcode and as a result it outputs the shortcodes from the theme, right?

    I believe what is happening is that the theme’s shortcodes that are in the post content are not parsed because the theme isn’t registering it’s shortcodes in the admin panel. They most likely use is_admin() to check if it’s the admin panel and then not register the shortcodes. Because they only register and parse those shortcodes on the front-end.

    The Newsletter plugin runs in the back-end so that is a problem.

    Can you please confirm whether this seems correct and can you then email the author/developer of the Enfold theme and ask them if it is possible to allow the registration of the theme’s shortcodes in the admin dashboard of WordPress as well?

    I look forward to your response.

    ———————————————————————————————————————–

    • This topic was modified 10 years, 6 months ago by yegortitov.
    #525941
    Kingzy
    Participant

    How do I open a YouTube video in lightbox?
    At the moment when I press play it just plays directly off the page.

    I tried using the Text field and adding:
    YouTube URL
    YouTube Short URL
    YouTube Embed code.

    I also tried using the Video field but does the same thing.

    I did try image and it works but I don’t want to use image as I want to video’s thumbnail to show and not a custom image.

    Any advice?

    • This topic was modified 10 years, 6 months ago by Kingzy.
Viewing 30 results - 5,971 through 6,000 (of 10,101 total)