Viewing 30 results - 9,511 through 9,540 (of 10,078 total)
  • Author
    Search Results
  • #163140

    Hi Matt,

    You can use this plugin to change the default Gallery size to use a square image ratio (710×710):
    http://wordpress.org/extend/plugins/simple-image-sizes/
    Or change this line in your functions.php file to do the same:
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    After changing the size you will need to regenerate your thumbnails with the same plugin above.

    Regards,

    Devin

    #163082

    Hi mariorho,

    The category thumb is a pre-set image thumbnail size. So when you upload it, the image gets processed by WordPress which then builds thumbnails based on the theme and WooCommerce.

    So for that image and area its using an image setting which is cropping it at 430×360. I would suggest using this plugin to look at your image sizes and try to find where that is coming from: http://wordpress.org/extend/plugins/simple-image-sizes/

    I don’t see it as any of the default sizes from the theme so I’m not sure what has been changed.

    Regards,

    Devin

    #163050

    I’ve basically added this to that single-portfolio.php file:

    <?php 
    				// DYNAMIC CONTENT
                  echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>";
    			  	if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
                  the_post_thumbnail( );
                  } 
    			  
    				the_title( '</div><h3>', '</h3><p>' ); 
    			   
    				echo strip_tags (
    				get_the_term_list( get_the_ID(), 'customers_entries' )
    				);
    				$customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);
    				echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>";
    				?>

    This is supposed to make sure that the logo (featured image), the title and a custom field of that specific page are automatically shown on the page in a specific way. If I delete that piece of code, the page is back to normal (empty content though).

    What I’m trying to achieve is to have a few elements of the portfolio page to be shown, then see all of the page content (which doesn’t seem to load now) and then the footer etc.

    The strange thing is, the “Good link” has the exact same piece of code and there’s no error there.

    • This reply was modified 12 years, 3 months ago by DavyE.
    #163012
    artistic24459
    Participant

    After updating to version 2.1 my thumbnails in the Ajax portfolio are not showing incorrectly.

    http://chriswardphotography.net/business/portfolio/

    I have the ‘Gallery Thumbnail Columns’ set to 10 but its showing 5.

    I have taken all my css out and no change. Also turned of my plugin’s no change. Any ideas?

    By the way nice new forum site :-)

    #162875

    In reply to: No menu

    Hello

    I have checjked and you are not correct. The theme version is already the latest. I would attach a thumbnail but this forum does not facilitate this,

    There is no responsive menu on an ipad.

    #162864

    Tbh there’s no easy way to remove the spaces. The Enfold gallery does not support a masonry layout at the moment (eg like demonstrated here: http://www.nextgen-gallery.com/nextgen-pro/#promasonry ) and if the images have different aspect ratios you’ll see white spaces because the grid is not flexible. We’ll consider to add this gallery layout to Enfold in the future but (for now) I’d suggest to crop the thumbnails (then all thumbnails have the same size & aspect ratio) or to use the nextgen Gallery plugin with the pro extension: http://www.nextgen-gallery.com/nextgen-pro/ which supports the masonry layout too.

    hi, again

    that didn’t change the width of the rollover area itself – i’d prefer to actually keep the thumbnails, but for some reason when i was importing the images, some worked OK and others are seen as much larger in the post thumbnail list when editing – perhaps a flaw in the host…

    regardless, the rollover to the left is now wrapping the text and to the right it still looks like about 240 pixels on hover, but i think that if the name isl onger than 100 pixels it’s going to wrap, and i just want the overall hover area to be tighter

    thanks again :)

    Hey,

    You can add this:

    .avia-post-nav .entry-info {
    width: 100px;
    }

    Regards,
    Ismael

    Sure – if you visit my site: http://www.flylanddesigns.com and click on any of the images in the portfolio section, I’d like the image list that comes up in the ajax portfolio after you click on a thumbnail to have a little more space between each image.

    #162562

    Hi,

    Animation is triggered when thumbnails displayed and since you have 2 big thumbnails, they appear when both of them displayed

    Regards,
    Yigit

    Hey Unfortunately, since the width and height of the image will change when on different devices setting a fixed height wont really work. My best recommendation would be to create and upload a custom “dummy” image that you use if you dont want to display a feature image

    Thank Ismael, that did it. Probably a good chunk of css to add in a future update.

    webWahine
    Participant

    hi there

    i have added this to my css, which removes the thumbnail:

    .avia-post-nav .entry-image {
    display: none!important;
    }

    i am also trying to reduce the width of the area on rollover, and tried:

    .avia-post-nav:hover .entry-info-wrap {
    width:140px;}

    but the text is not displaying properly now; please advise, thanks :)

    Hey,

    You can add this on your custom.css or Quick CSS:

    .avia-content-slider.avia-content-grid-active .slide-image {
    min-height: 111px;
    }

    This will force the placeholder to show even without the featured image.

    Regards,
    Ismael

    • This reply was modified 12 years, 3 months ago by Ismael.

    It would make sense that it was intended if the “fallback image” degraded gracefully. Instead I get a collapsed area that still displays the stylings of that container.

    #161922
    mariorho
    Participant

    Hi,

    I have an issue with product category size
    On this page for example : Category page

    The category image on top is displayed in W430 H360
    The actual size is W430 H480
    In other categories the size is fine, but some is not .. its weird

    I have checked woocommerce settings, media settings, i have deleted the image permanently with ftp, i have test force regenerate thumbnails plugin but no luck! It drives me crazy

    Do you have any idea how to fix it?

    regards
    Mario

    #161718

    Hi Josue and Ismael,

    Thank you for your replies.

    Our site is on maintenance mode so unfortunately I can’t show it to you. I made a screenshot of the page I’m talking about: http://postimg.org/image/uf7h3e19p/. So I don’t mean that my featured image is 80×80, but the preview image above the post. I want those thumbnail preview images in the overview of news articles, however, when clicking on an article I would like to show an image as big as the preview image as shown in the screenshot. Or, I want to remove the preview thumbnail :) Doesn’t matter which way, as long as it will only shows one image with the same width as the text.

    Hope to hear from you, thanks!

    #161639

    For help, here is the HTML code with a strange ‘autoPlayVideos : true’ … and as you can see my iframe with “autoplay=0″.

    Thanks for help.

    <div id=’layer_slider_1′ class=’avia-layerslider main_color avia-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize’ style=’height: 351px;’ ><script type=”text/javascript”>var lsjQuery = jQuery;</script><script type=”text/javascript”>
    lsjQuery(document).ready(function() {
    if(typeof lsjQuery.fn.layerSlider == “undefined”) { lsShowNotice(‘layerslider_3′,’jquery’); }
    else if(typeof lsjQuery.transit == “undefined” || typeof lsjQuery.transit.modifiedForLayerSlider == “undefined”) { lsShowNotice(‘layerslider_3’, ‘transit’); }
    else {
    lsjQuery(“#layerslider_3″).layerSlider({
    width : ‘100%’,
    height : ‘350px’,
    responsive : true,
    responsiveUnder : 1140,
    sublayerContainer : 1140,
    autoStart : true,
    pauseOnHover : false,
    firstLayer : 1,
    animateFirstLayer : true,
    randomSlideshow : false,
    twoWaySlideshow : true,
    loops : 0,
    forceLoopNum : true,
    autoPlayVideos : true,
    autoPauseSlideshow : ‘auto’,
    youtubePreview : ‘maxresdefault.jpg’,
    keybNav : true,
    touchNav : true,
    skin : ‘fullwidth’,
    skinsPath : ‘http://www-test.mines-telecom.fr/wp-content/themes/enfold/config-layerslider/LayerSlider/skins/&#8217;,
    globalBGColor : ‘transparent’,
    navPrevNext : true,
    navStartStop : true,
    navButtons : true,
    hoverPrevNext : true,
    hoverBottomNav : false,
    showBarTimer : false,
    showCircleTimer : true,
    thumbnailNavigation : ‘disabled’,
    tnWidth : 100,
    tnHeight : 60,
    tnContainerWidth : ‘60%’,
    tnActiveOpacity : 35,
    tnInactiveOpacity : 100,
    imgPreload : true,
    yourLogo : false,
    yourLogoStyle : ‘left: 10px; top: 10px;’,
    yourLogoLink : false,
    yourLogoTarget : ‘_self’,
    cbInit : function(element) { },
    cbStart : function(data) { },
    cbStop : function(data) { },
    cbPause : function(data) { },
    cbAnimStart : function(data) { },
    cbAnimStop : function(data) { },
    cbPrev : function(data) { },
    cbNext : function(data) { }
    });
    }
    });
    </script><div class=”ls-wp-fullwidth-container”><div class=”ls-wp-fullwidth-helper”><div id=”layerslider_3″ class=”ls-wp-container” style=”width: 100%; height: 350px; margin: 0px auto; “><div class=”ls-layer” style=”slidedirection: right; slidedelay: 13000; durationin: 1500; durationout: 1500; easingin: easeInOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; timeshift: 0; transition2d: all; “>Slide background<h1 class=”ls-s-1″ style=”position: absolute; top:80px; left: 300px; slidedirection : top; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; text-shadow:0 1px 1px rgba(0,0,0,.7); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; color: #ffffff; white-space: nowrap;”> Former </h1><h1 class=”ls-s-1″ style=”position: absolute; top:150px; left: 350px; slidedirection : bottom; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 5000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); white-space: nowrap;”> Innover </h1><h1 class=”ls-s-1″ style=”position: absolute; top:210px; left: 410px; slidedirection : right; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 9000; delayout : 0; showuntil : 0; font-size:45px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); white-space: nowrap;”> Créer </h1></div><div class=”ls-layer” style=”slidedirection: right; slidedelay: 4000; durationin: 1500; durationout: 1500; easingin: easeInOutQuint; easingout: easeInOutQuint; delayin: 0; delayout: 0; timeshift: 0; transition2d: all; “>Slide background<p class=”ls-s-1″ style=”position: absolute; top:10px; left: 50px; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 0; delayout : 0; showuntil : 0; font-size:200px; opacity:0.2; text-align:right; white-space: nowrap;”> #1 </p><p class=”ls-s-1″ style=”position: absolute; top:90px; left: 100px; slidedirection : top; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:50px; font-weight:normal; line-height:1.25; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); text-align:right; width: 350px; white-space: nowrap;”> Premier </p><p class=”ls-s-1″ style=”position: absolute; top:150px; left: 100px; slidedirection : bottom; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 1000; delayout : 0; showuntil : 0; font-size:30px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.7); text-align:right; width: 350px; line-height: 36px; “> groupe de grandes écoles d’ingénieurs et de managers en France </p><div class=”ls-s-1″ style=”position: absolute; top:15px; left: 550px; durationin : 1000; durationout : 1000; easingin : easeInOutQuint; easingout : easeInOutQuint; delayin : 2000; delayout : 0; showuntil : 0; z-index:10; white-space: nowrap;”> <iframe src=”http://player.vimeo.com/video/39412670?title=0&byline=0&portrait=0&color=c3512f&autoplay=0&#8243; width=”515″ height=”289″ frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div></div></div></div></div></div><div id=’after_layer_slider_1′ class=’main_color container_wrap fullsize’ ><div class=’container’><div class=’template-page content twelve alpha units’><div class=’post-entry post-entry-type-page post-entry-734′><div class=’entry-content-wrapper clearfix’>
    <div class=”flex_column av_one_third first avia-builder-el-1 el_after_av_layerslider avia-builder-el-first “>
    <div class=”iconbox iconbox_left avia-builder-el-2 avia-builder-el-first “><div class=”iconbox_content”><div class=”iconbox_icon heading-color avia-font-entypo-fontello”>📖</div><h3 class=”iconbox_content_title”>A la une</h3><p>Click here to add your own text</p>
    </div></div>

    Hi paulsutton,

    Yes, that is correct. If there is no featured image on an item then the container for the blog post gird element does not have anything to expand to. As far as I know this is intended but I’ll tag Kriesi for the ‘official’ word on it.

    Regards,

    Devin

    #161523

    No, its just re-uploading the files that display the theme data. All of your actual content is saved in the WordPress database. (as long as you have not modified the php files or anything).

    You can download a backup of the current themefiles if you’d like just in case.

    Regards,

    Devin

    #141272

    Hey,

    You can edit includes > helper-post-format.php, find this code on line 188:

    $prepend_image = '<div class="avia-post-format-image">'.$prepend_image."</div>";

    Replace it with this:

    $image_link = wp_get_attachment_url( get_post_thumbnail_id($post->ID) );
    			$prepend_image = '<div class="avia-post-format-image"><a href="'.$image_link.'">'.$prepend_image."</a></div>";

    Regards,
    Ismael

    • This reply was modified 12 years, 3 months ago by Ismael.
    #141224
    Knipslichter
    Participant

    Hello,

    would it be possible to show the portfolio-items like that?

    http://0.s3.envato.com/files/57831320/01_preset1.jpg

    After choosing the thumbnail option: “no scaling” the portfolio items are perfect fitted in the 4 column width but between the rows there are some ugly gaps. Is there a CSS-solution to solve this like in the example picutre?

    Thank you!

    • This topic was modified 12 years, 3 months ago by Knipslichter.
    #141048

    In reply to: Video – Enfold

    Hi,

    I fixed my Problem with the Thumbnail with the first Frame-method. That works.

    Thanks and best regards

    Bruno

    #139984

    On my end at least the images in that section are clear:

    9vcdxj.png

    #137206

    I don’t really get, what you mean. All thumbnails and the whole pictures are there. I checked the wp-content-folders via ftp.

    I also installed the plugin, but I can’t seem to change anything with it.

    Regards, Arne

    #141047

    In reply to: Video – Enfold

    Hi Devin,

    I´am very sorry, but it isn´t my problem how many suggests you have. I asked two month ago and the answer was that it is a very good idea because it´s no special magic, it is standard. I worked with a few other Themes before and this function was no problem, because a video can also been used as a design element.

    I think Enfold is a nice Framework, and really it is powerful and I´am sure it was a lot of work, but in the little Details you have to do some improvements. Just for you, not for me. If this Theme is not the best for me, I will pay for another one. That´s business. But I like it…

    Normally it isn´t a problem to embed a video from Youtube where you can set your favorite thumbnail, but we need one on our Startpage that is just to see on our Website.

    1. Is it right that the Picture you can see by the video, if it isn´t on play, it is the first Frame of the video? If this is right, I just can render the video with a Thumbnail at the first Frame. This will bring me the same result as I can choose an Thumbnail.

    Sorry for my bad english, it isn´t my mother tongue…

    Best regards

    Bruno

    Blog grid with collapsed thumbs is near bottom of page (http://goo.gl/bEhJKQ).

    #137268

    Thanks Devin. Is this starting from scratch? Will that have any effect on what I have already built?

    Hi,

    Can you post the link to your website?

    Regards,

    Yigit

    #139983

    Hi Devin,

    Url to website http://hyperdesign.co.nz/

    I have a portfolio of work on the homepage, the REMAX portfolio I have enabled the gallery feature within the AJAX portfolio view.

    The thumbnails are blurry. I have regenerated the thumbnail images but no improvement.

    Thanks

Viewing 30 results - 9,511 through 9,540 (of 10,078 total)