-
AuthorSearch Results
-
August 7, 2013 at 2:42 am #132218
In reply to: News thumbnail squishes featured image
Hi rapinion,
Our queue system goes by oldest post to newest so each time you self respond it actually pushes the topic to the end. I would have responded yesterday but this last post pushed it until I’m just getting to this point now.
It doesn’t look like any of your images have had their thumbnails created. Run the plugin mentioned above completely now that the content is live so that the images have their thumbnails created for all of the theme uses: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Devin
August 6, 2013 at 2:08 pm #133545In reply to: Issue with WooBrands – not shown next to one another
Hi eakozel,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.widget .brand-thumbnails li, .brand-thumbnails li {
clear: none;
list-style-type: none;
}Regards,
Devin
August 5, 2013 at 8:54 am #133013In reply to: Diable image animation on scroll
Open up enfold/js/shortcode.js and search for this code around line 205:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
});
change it to:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
}).trigger('avia_start_animation');
and the gallery thumbs should load immediately.
August 5, 2013 at 6:32 am #132217In reply to: News thumbnail squishes featured image
I haven’t heard a response on this issue in 4 days. What other information can I give you to help solve this problem?
August 4, 2013 at 4:32 pm #133162In reply to: Woocommerce product without a product image
Hi eakozel,
Try adding this function to the bottom of your functions.php file and define your placeholder with it:
/*
* goes in theme functions.php or a custom plugin. Replace the image filename/path with your own :)
*
**/
add_action( 'init', 'custom_fix_thumbnail' );
function custom_fix_thumbnail() {
add_filter('woocommerce_placeholder_img_src', 'custom_woocommerce_placeholder_img_src');
function custom_woocommerce_placeholder_img_src( $src ) {
$upload_dir = wp_upload_dir();
$uploads = untrailingslashit( $upload_dir['baseurl'] );
$src = $uploads . '/2012/07/thumb1.jpg';
return $src;
}
}You just need to replace /2012/07/thumb1.jpg with the route to your image in your uploads folder. So something like /2013/08/yourimagename.jpg .
Regards,
Devin
August 3, 2013 at 6:31 pm #133054In reply to: prettyphoto full size image
This may be a bit clearer. I have upload images that are 3004 px in width. When I view in lightbox the largest image that will show is 1351 px width and 901 px height. What sets this limit? Can you make it larger?
Is it set by the standard wordpress image sizes?
Thumbnail size 80 Width 80 Height
Medium size 300 Max Width 300 Max Height
Large size 1500 Max Width 1500 Max Height
Please link this http://chriswardphotography.net/galleries/kids/ and open the image in lightbox and you will see.
August 3, 2013 at 2:32 pm #133042In reply to: Gallery images lightbox captions
Hi,
Insert the Gallery element under the Media Elements tab. Add / Edit gallery images, under each image you can add a caption. It will show as a tooltip when you hover each gallery thumbnails.

Regards,
Ismael
August 3, 2013 at 9:31 am #131695In reply to: How to add captions to gallery thumbs
ok.. if you have a 800×800 picture.. insert as a 2 column gallery.. if you choose any size less than half of the width of the column.. so say 450px x 450px – the captions appear underneath.. if you choose 300px x 300px the captions appear on the right of the thumbnail.
so 1. How to stop this and 2. how to center align the captions under the pic *not left justified..
Thanks again I know how busy you are and appreciate the assistance
August 3, 2013 at 8:30 am #131694In reply to: How to add captions to gallery thumbs
perhaps you misunderstand.. I really have to have the captions.. but the text just to be aligned center under each thumbnail
Most of the images are really huge and way over 300px – it does appear that the ones less than 300px are causing the problem ! I will try fixing the sizes and see where I go…
help with the caption alignment would be great thanks !
August 3, 2013 at 7:41 am #132828Hallo,
ich habe mir die Website angesehen und konnte keinen Javascript Fehler finden. Ich denke, wenn auch die Thumbnails, etc. nicht mehr angezeigt werden hat das Plugin vielleicht etwas in der Datenbank geändert (Attachment IDs geändert, bestehende Daten manipuliert, sodass diese nun fehlerhaft ausgewertet werden, etc.). Ich würde daher ein Datenbank Backup einspielen und überprüfen, ob dies das Problem behebt.
August 2, 2013 at 11:56 pm #132216In reply to: News thumbnail squishes featured image
We moved some of the website online for testing. Here is a link to the blog: http://vmwpprod.mantis-tgi.com/?page_id=2650
August 2, 2013 at 11:47 pm #130436In reply to: Enfold tablles
Hi,
On this page http://livedealer.org/dev/live-casino-games/live-blackjack/ and other pages like that, this css will fix the thumbnails , so all rows of thumbnails have same height. http://www.clipular.com/c?13089094=roSIXnMA2CWAcp_KfQUc6rwo5pU&f=.png
h3.grid-entry-title {
height: 40px;
}Sorry , I still don’t see it. What page is it on? http://www.clipular.com/c?13089097=P9mS7j6EYtydza8Nu5DzxRi0VKw&f=.png
….oh the menu. It doesn’t look that way to me, but it overflows on the left side.
Here is some css to take care of that
@media only screen and (min-width: 768px) and (max-width: 989px) {
#header li:hover .avia_mega_div {
width: 760px;
right: -300px !important;
}}Thanks,
Nick
August 2, 2013 at 2:58 pm #27128Topic: Image sizes functions.php
in forum Enfoldartistic24459
ParticipantYou can see all image thumbnail size in the functions.php
Is there a way of changing or over-writing them in the ‘child theme’ function.php so I don’t have to keep updating the function.php if it is changed in an theme update?
August 2, 2013 at 5:34 am #132452In reply to: CompatibilityIssues with Enfold and Woo Commerce
Hi,
yes the Template Builder is not supported by WooCommerce products because the template builder would overwrite the default woocommerce plugin templates and break many existing third party woocommerce extensions. Thus we decided that WooCommerce templateswon’t support our layout builder.
If you want to add images to the products use the “featured image” option in the right sidebar (editor screen) and you can also use the “Product Gallery” field to add some thumbnails.
August 2, 2013 at 12:14 am #132648In reply to: Wordpres 3.6 – you can update now :)
Great thanks for this! I have been testing Eunoia + 3.6 on a staging site and note some issues with portfolio thumbnail images not showing up – some do/some don’t. If you’d like me to send you the staging URL let me know.
August 1, 2013 at 10:15 pm #132328In reply to: Portfolio 3 Columns Grid Thumbnail Question
Hi jingz,
The columns will resize your images no matter what you choose if the image isn’t large enough to fill in the column. Otherwise the columns won’t fit correctly in a full width container.
If you put the portfolio in a container it will shrink the column widths and then the images inside.
Regards,
Devin
August 1, 2013 at 7:28 pm #131660The new code fixed the issue of the aspect ratio when resizing the browser, but I have the old problem I was having – the thumbnail images are not creating a perfect grid, and there is a big gap between one of the rows see link here – http://latishawoodonline.com/body-paintings/
In regard to – 1.) All the gallery images are showing, it takes time. I suggest you upgrade your domain service plan to speed up the page load. You can also use cdn,
I am on a $350 per month dedicated virtual server with mediatemple.net with 8Gb ram so I am not using “cheap” hosting and there are not that many sites on the server. The images always load fine on other pages as seen here – http://latishawoodonline.com/motorcycles/ and never have a problem when there are not to many images. As soon as the gallery has a lot of images the thumbnails show at 50% opacity until the user scrolls the browser. I thin it needs some code to force loading of the gallery everytime since it seems to only actibvate the load on galleries with many images when the user scrolls.
August 1, 2013 at 5:20 pm #132215In reply to: News thumbnail squishes featured image
Checked functions.php. It’s already set to the 36×36 value.
August 1, 2013 at 4:45 pm #131593In reply to: Advanced layerslider thumbnail navigation
You can reposition the thumbnails with following css code (insert it into the quick css field and change the values). However I can’t promise that it will display fine on all screens…
.ls-fullwidth .ls-thumbnail {
top: 10px;
left: 100px;
}August 1, 2013 at 7:54 am #132281In reply to: Portfolio Items – Custom fields
Hey!
Ah ok :)
Open up wp-contentthemesenfoldincludesadminregister-portfolio.php and replace
'supports' => array('title','thumbnail','excerpt','editor','comments')with
'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')Best regards,
Peter
August 1, 2013 at 6:00 am #132214In reply to: News thumbnail squishes featured image
What about the rest of the images? None of them crop, the image is just squished to fit in the space.
August 1, 2013 at 5:31 am #132213In reply to: News thumbnail squishes featured image
Hi,
Change the thumbnail size settings to 36×36 then regenerate thumbnails. Actually, it has nothing to do with that because the code for the thumbnail on latest news widget is located on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar newsThe latest news widgets look fine on my end:

Regards,
Ismael
July 31, 2013 at 5:24 pm #132212In reply to: News thumbnail squishes featured image
My website is on a dev machine, so I don’t have a public link to give you at the moment.
I already installed that plugin and nothing looks different when I regenerate.
When I do the featured image, it doesn’t look like it does on the Enfold theme because it never crops.
I used the same exact family photo as Enfold, and here was the result:
Featured image in a blog post:
Grid preview:
News Thumbnail:
These are my media settings:
I’m on WP 3.5.2 and Enfold 1.8.4
July 31, 2013 at 1:38 pm #131592In reply to: Advanced layerslider thumbnail navigation
Thanks for your answer Devin.
In the global settings of the layerslider there is the option to add a CSS. Anything possible with this?
July 31, 2013 at 9:44 am #26982Topic: Portfolio 3 Columns Grid Thumbnail Question
in forum Enfoldjingz
ParticipantHello,
I am using portfolio 3 columns and portfolio thumbnail size of 300px X 200px (uploaded as featured image by creating single portfolio).
But the portfolio page resize the tumbnail to 341px (width). At the option “Select custom image size”, I set “No scaling”. The original size of the featured images are 300px x 200px.
I won’t, that the portfolio grid resizes the featured image.
What can I do?
Thank you!
July 31, 2013 at 8:52 am #131690In reply to: How to add captions to gallery thumbs
If the thumbnails are smaller than the total column width – the extra space is filled with other images and/or captions
have created a sample page with same 300×300 px thumbnail size in different column widths
July 31, 2013 at 8:37 am #131950In reply to: Problems with IE9 and IE10 Second Scrollbar
I checked your website with the w3c validator and it seems like there’re missing paragraph tags in the html code. Maybe these tags cause the styling error. Especially check the content of following html code
<div class='avia_textblock'><blockquote>
<p style="text-align: left;">Die Drei Guten Gründe (3GG) sind eine reine Acoustic-Coverband und bieten für Partys, Hochzeiten, Apéros, Pubs und Firmen Events die perfekte Unterhaltung.</p>
<p style="text-align: left;"></blockquote>
<div class="lyte-wrapper" style="width:420px;max-width: 100%;margin:5px;">
<div class="lyMe" id="WYL_77VknwX_oZ8" itemprop="video" itemscope itemtype="http://schema.org/VideoObject"><meta itemprop="duration" content="T348S" /><meta itemprop="thumbnailUrl" content="http://i.ytimg.com/vi/77VknwX_oZ8/0.jpg" /><meta itemprop="embedURL" content="http://www.youtube.com/embed/77VknwX_oZ8" /><meta itemprop="uploadDate" content="2011-03-03T16:58:51.000Z" /></p>
<div id="lyte_77VknwX_oZ8" data-src="http://i.ytimg.com/vi/77VknwX_oZ8/0.jpg" class="pL">
<div class="tC">
<div class="tT" itemprop="name">3GG Live 2011</div>
</div>July 31, 2013 at 4:17 am #132245In reply to: How to add Enfold Menu to non-WordPress pages?
Hi,
You need to have the copy the css styling for the header. If you have Chrome, inspect element then edit the header part as HTML, this is the output:
<div id="header" class="header_color dark_bg_color mobile_drop_down">
<div id="header_meta" class="container_wrap container_wrap_meta">
<div class="container">
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/kriesi.at" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="http://twitter.com/#/" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_gplus social_icon_3"><a href="sighlence" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_tumblr social_icon_4"><a href="tumbler" class="avia-font-entypo-fontello"></a></li><li class="social_bookmarks_mail social_icon_5"><a href="#" class="avia-font-entypo-fontello">✉</a></li></ul><div class="sub_menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-755"><a href="http://kriesi.at/themes/enfold/">Home</a>
<ul class="sub-menu">
<li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item menu-item-2285"><a href="http://localhost/kriesi/enfold/">Home v1: Landing Page Style</a></li>
<li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2292"><a href="http://localhost/kriesi/enfold/?page_id=1108">Home v2: 3 Col + Contact</a></li>
<li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2286"><a href="http://localhost/kriesi/enfold/?page_id=1040">Home v3: 3 Column with Blog</a></li>
<li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2291"><a href="http://localhost/kriesi/enfold/?page_id=1070">Home v4: Small Slider</a></li>
<li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2288"><a href="http://localhost/kriesi/enfold/?page_id=1097">Home v5: Portfolio Style</a></li>
<li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2287"><a href="http://localhost/kriesi/enfold/?page_id=1023">Home v6: Classic 4 Column</a></li>
<li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2289"><a href="http://localhost/kriesi/enfold/?page_id=2251">Home v7: One Page Portfolio</a></li>
<li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2208"><a href="http://localhost/kriesi/enfold/?page_id=2207">Home v8: Frontpage Shop</a></li>
</ul>
</li>
<li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2272"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio</a>
<ul class="sub-menu">
<li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2273"><a href="http://localhost/kriesi/enfold/?page_id=987">Portfolio 2 Column</a></li>
<li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2274"><a href="http://localhost/kriesi/enfold/?page_id=992">Portfolio 3 Column</a></li>
<li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2276"><a href="http://localhost/kriesi/enfold/?page_id=2270">Portfolio 4 Column</a></li>
<li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2277"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third">Single Portfolio: 2/3 Slider</a></li>
<li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2290"><a href="http://localhost/kriesi/enfold/?page_id=2269">Portfolio Ajax</a></li>
<li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2278"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum">Single Portfolio: 2/3 Gallery</a></li>
<li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2279"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big">Single Portfolio: Big Slider</a></li>
<li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio menu-item-2280"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video">Single Portfolio: Fullscreen Slider</a></li>
</ul>
</li>
<li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2271"><a href="http://localhost/kriesi/enfold/?page_id=731">Blog</a>
<ul class="sub-menu">
<li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2306"><a href="http://localhost/kriesi/enfold/?page_id=1336">Blog Grid</a></li>
<li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2284"><a href="http://localhost/kriesi/enfold/?page_id=1010">Blog Multi Author</a></li>
<li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2283"><a href="http://localhost/kriesi/enfold/?page_id=1012">Blog Single Author Small</a></li>
<li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2282"><a href="http://localhost/kriesi/enfold/?page_id=1014">Blog Single Author Big</a></li>
<li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2281"><a href="http://localhost/kriesi/enfold/?page_id=1016">Blog Single Author Fullwidth</a></li>
</ul>
</li>
<li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2293"><a href="http://localhost/kriesi/enfold/?page_id=1122">Pages</a>
<ul class="sub-menu">
<li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2295"><a href="http://localhost/kriesi/enfold/?page_id=1195">About Us</a></li>
<li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2299"><a href="http://localhost/kriesi/enfold/?page_id=1236">Blank Pages</a>
<ul class="sub-menu">
<li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2302"><a href="http://localhost/kriesi/enfold/?page_id=1236">What is a Blank Page?</a></li>
<li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2300"><a href="http://localhost/kriesi/enfold/?page_id=1261">Maintenance Mode</a></li>
<li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2301"><a href="http://localhost/kriesi/enfold/?page_id=1248">Coming Soon</a></li>
</ul>
</li>
<li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2297"><a href="http://localhost/kriesi/enfold/?page_id=1167">Contact</a></li>
<li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2303"><a href="http://localhost/kriesi/enfold/?page_id=1277">FAQ</a></li>
<li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2298"><a href="http://localhost/kriesi/enfold/?page_id=1224">Help</a></li>
<li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2305"><a href="http://localhost/kriesi/enfold/?page_id=1324">Landing Page</a></li>
<li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2294"><a href="http://localhost/kriesi/enfold/?page_id=1212">Meet the Team</a></li>
<li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2296"><a href="http://localhost/kriesi/enfold/?page_id=1176">Pricing</a></li>
<li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2304"><a href="http://localhost/kriesi/enfold/?page_id=1302">Services</a></li>
</ul>
</li>
<li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2275"><a href="http://localhost/kriesi/enfold/?page_id=750">Shortcodes</a></li>
<li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2309"><a href="http://localhost/kriesi/enfold/?page_id=2307">A.Test</a></li>
<li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2354"><a href="http://localhost/kriesi/enfold/?page_id=2343">Shop</a></li>
</ul><div class="phone-info with_nav"><span>302-312456</span></div></div> </div>
</div>
<div id="header_main" class="container_wrap container_wrap_logo">
<ul class="cart_dropdown visible_cart" data-success="was added to the cart"><li class="cart_dropdown_first"><a class="cart_dropdown_link" href="http://localhost/kriesi/enfold/?page_id=2344"><span class="avia-font-entypo-fontello"></span></a><!--<span class='cart_subtotal'><span class="amount">£9.99</span></span>--><div class="dropdown_widget dropdown_widget_cart" style="display: none; opacity: 0;"><div class="avia-arrow"></div><div class="widget_shopping_cart_content">
<ul class="cart_list product_list_widget ">
<li>
<a href="http://localhost/kriesi/enfold/?product=mini-product">
<img width="120" height="120" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24-120x120.jpg" class="attachment-shop_thumbnail wp-post-image" alt="2">
Mini Product
</a>
<span class="quantity">1 × <span class="amount">£9.99</span></span> </li>
</ul><!-- end product list -->
<p class="total"><strong>Subtotal:</strong> <span class="amount">£9.99</span></p>
<p class="buttons">
<a href="http://localhost/kriesi/enfold/?page_id=2344" class="button">View Cart →</a>
<a href="http://localhost/kriesi/enfold/?page_id=2345" class="button checkout">Checkout →</a>
</p>
</div></div></li></ul>
<div class="container" style="height: 116px; line-height: 116px;">
<strong class="logo bg-logo"><a href="http://localhost/kriesi/enfold/"><img src="http://localhost/kriesi/enfold/wp-content/themes/enfold/images/layout/logo.png" alt="" title="Enfold"></a></strong><div class="main_menu" data-selectname="Select a page"><div class="menu-main-menu-container"><ul id="menu-main-menu-1" class="menu"><li id="menu-item-755" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent active-parent-item dropdown_ul_available"><a href="http://kriesi.at/themes/enfold/" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Home<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2285" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-734 current_page_item"><a href="http://localhost/kriesi/enfold/"><span class="avia-bullet"></span>Home v1: Landing Page Style</a></li>
<li id="menu-item-2292" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1108"><span class="avia-bullet"></span>Home v2: 3 Col + Contact</a></li>
<li id="menu-item-2286" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1040"><span class="avia-bullet"></span>Home v3: 3 Column with Blog</a></li>
<li id="menu-item-2291" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1070"><span class="avia-bullet"></span>Home v4: Small Slider</a></li>
<li id="menu-item-2288" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1097"><span class="avia-bullet"></span>Home v5: Portfolio Style</a></li>
<li id="menu-item-2287" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1023"><span class="avia-bullet"></span>Home v6: Classic 4 Column</a></li>
<li id="menu-item-2289" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2251"><span class="avia-bullet"></span>Home v7: One Page Portfolio</a></li>
<li id="menu-item-2208" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2207"><span class="avia-bullet"></span>Home v8: Frontpage Shop</a></li>
</ul>
</li>
<li id="menu-item-2272" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=2270" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Portfolio<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0.04312729975283146; visibility: visible;">
<li id="menu-item-2273" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=987"><span class="avia-bullet"></span>Portfolio 2 Column</a></li>
<li id="menu-item-2274" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=992"><span class="avia-bullet"></span>Portfolio 3 Column</a></li>
<li id="menu-item-2276" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2270"><span class="avia-bullet"></span>Portfolio 4 Column</a></li>
<li id="menu-item-2277" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=slider-two-third"><span class="avia-bullet"></span>Single Portfolio: 2/3 Slider</a></li>
<li id="menu-item-2290" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2269"><span class="avia-bullet"></span>Portfolio Ajax</a></li>
<li id="menu-item-2278" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=lorem-ipsum"><span class="avia-bullet"></span>Single Portfolio: 2/3 Gallery</a></li>
<li id="menu-item-2279" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=portfolio-big"><span class="avia-bullet"></span>Single Portfolio: Big Slider</a></li>
<li id="menu-item-2280" class="menu-item menu-item-type-post_type menu-item-object-portfolio"><a href="http://localhost/kriesi/enfold/?portfolio=vimeo-video"><span class="avia-bullet"></span>Single Portfolio: Fullscreen Slider</a></li>
</ul>
</li>
<li id="menu-item-2271" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=731" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Blog<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0.1942984329350293; visibility: visible;">
<li id="menu-item-2306" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1336"><span class="avia-bullet"></span>Blog Grid</a></li>
<li id="menu-item-2284" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1010"><span class="avia-bullet"></span>Blog Multi Author</a></li>
<li id="menu-item-2283" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1012"><span class="avia-bullet"></span>Blog Single Author Small</a></li>
<li id="menu-item-2282" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1014"><span class="avia-bullet"></span>Blog Single Author Big</a></li>
<li id="menu-item-2281" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1016"><span class="avia-bullet"></span>Blog Single Author Fullwidth</a></li>
</ul>
</li>
<li id="menu-item-2293" class="menu-item menu-item-type-post_type menu-item-object-page dropdown_ul_available"><a href="http://localhost/kriesi/enfold/?page_id=1122" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Pages<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span><span class="dropdown_available"></span></a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2295" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1195"><span class="avia-bullet"></span>About Us</a></li>
<li id="menu-item-2299" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>Blank Pages</a>
<ul class="sub-menu" style="display: block; opacity: 0; visibility: hidden;">
<li id="menu-item-2302" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1236"><span class="avia-bullet"></span>What is a Blank Page?</a></li>
<li id="menu-item-2300" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1261"><span class="avia-bullet"></span>Maintenance Mode</a></li>
<li id="menu-item-2301" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1248"><span class="avia-bullet"></span>Coming Soon</a></li>
</ul>
</li>
<li id="menu-item-2297" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1167"><span class="avia-bullet"></span>Contact</a></li>
<li id="menu-item-2303" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1277"><span class="avia-bullet"></span>FAQ</a></li>
<li id="menu-item-2298" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1224"><span class="avia-bullet"></span>Help</a></li>
<li id="menu-item-2305" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1324"><span class="avia-bullet"></span>Landing Page</a></li>
<li id="menu-item-2294" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1212"><span class="avia-bullet"></span>Meet the Team</a></li>
<li id="menu-item-2296" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1176"><span class="avia-bullet"></span>Pricing</a></li>
<li id="menu-item-2304" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=1302"><span class="avia-bullet"></span>Services</a></li>
</ul>
</li>
<li id="menu-item-2275" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=750" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shortcodes<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-2309" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2307" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>A.Test<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-2354" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://localhost/kriesi/enfold/?page_id=2343" style="height: 116px; line-height: 116px;"><span class="avia-bullet"></span>Shop<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="
<form action="http://localhost/kriesi/enfold/" id="searchform" method="get">
<div>
<input type="submit" value="🔍" id="searchsubmit" class="button"/>
<input type="text" id="s" name="s" value="" placeholder='Search' />
</div>
</form>" style="height: 116px; line-height: 116px;">July 31, 2013 at 4:14 am #132211In reply to: News thumbnail squishes featured image
Hi,
Can you give us a link to your website?
The thumbnail for the News widget should be automatically created. Try to regenerate the thumbnails using this:
http://wordpress.org/plugins/regenerate-thumbnails/
The image is added using the Add Featured Media.
Regards,
Ismael
July 30, 2013 at 8:32 pm #132210In reply to: News thumbnail squishes featured image
Also, how do you put an image on top of a standard blog post like this: http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/
When I try to add media content, the image only shows inside the blog post rather than on top.
-
AuthorSearch Results
-
Search Results
-
Topic: Image sizes functions.php
You can see all image thumbnail size in the functions.php
Is there a way of changing or over-writing them in the ‘child theme’ function.php so I don’t have to keep updating the function.php if it is changed in an theme update?
Hello,
I am using portfolio 3 columns and portfolio thumbnail size of 300px X 200px (uploaded as featured image by creating single portfolio).
But the portfolio page resize the tumbnail to 341px (width). At the option “Select custom image size”, I set “No scaling”. The original size of the featured images are 300px x 200px.
I won’t, that the portfolio grid resizes the featured image.
What can I do?
Thank you!
