You don’t need to use the green “Upload” button but you can insert your image url(s) into the white text field on the left side of the upload button. If you insert the url directly into the text field you can use any url – even urls which point to external resources. You can also insert an url which points to your child theme directory – it would look like
http://www.ygi.ch/wp-content/themes/enfold-child/images/image.jpg
The upload button itself will use the standard wordpress media gallery which stores the images in the wp-content/uploads/ folder.
Hey!
Thank – I’ll ask Kriesi to update the documentation. The images on the demo website are stock images and we’re not allowed to distribute them with our theme files (eg as dummy content).
Best regards,
Peter
Hey!
You can suggest new features/tweaks here: https://kriesi.at/support/topic/enfold-feature-requests – if more users support it we’ll look look into it.
Best regards,
Peter
1) Use the “Add Media” button to insert the images into the tab and make sure to select “Link to” -“None” before youinsert the image

2) I didn’t try to stack these shortcodes yet – maybe it does not work. However a small workaround is required – go to a “Post” editor page and use the shortcode generator (magic wand icon) to generate the easy slider shortcodes. Then copy/paste this code into the tab content field. Afterwards save the tabs and check the result.
1) I think the “Google Map” plugin you’re using breaks the javascript. It loads the google map js file from an insecure source
<script type='text/javascript' src='http://maps.googleapis.com/maps/api/js?sensor=true&libraries=places&ver=3.5.2'></script>
and the browser stops to process the javascript files.
2) All other insecure resource are images – you can try to use: http://wordpress.org/plugins/wordpress-https/ which will replace the http:// with https:// for all media gallery items.
Hi,
Undo the steps we did. Please follow this one. Edit includes > loop-index.php, find this code:
//on single page replace the link with a fullscreen image
if(is_singular())
{
$link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
}
Below, add this code:
if(strpos($blog_style, 'grid') !== false)
{
echo '<a href="'.$link.'"><img src="'.$link.'" title="" alt="" class="blog-grid-preview"></a>';
}
Edit custom.css or Quick CSS, add this code:
.blog-grid-preview {
width: 95%;
border-radius: 10px;
}
Regards,
Ismael
Hi,
Go to Media > Library, select an image then fill up the title and alt fields.
Regards,
Ismael
Of course.
The sections linked in megamenu are sections only for the tittle, composed by a question and a phrase with a background image.
First, the case that works good, if I point to a section of the same page.
http://subefotos.com/ver/?6af6beb824ceccc51abe91b950be6a7ao.jpg
Then, the case that doesn’t work as expected, if I point to a section of a different page.
http://subefotos.com/ver/?ed1804d9b8870ec2094ec154065f2982o.jpg
I hope we can do something in order to solve it.
Thanks!
Hi Devin,
But it seems to be non responsive in the tablet that is my current issue.Can you please have a look of the website in a tab(android is the one i am using) and help me with that.I have currently centered the image to prevent the odd behaviour. I you have a look at the 3rd slide You may notice the difference in the slide where one of the last smaller bubble is missing in the tablet
Thanks
Hi carsten,
The theme creates a new menu group called Portfolios in the wordpress sidebar. From there, you can manage your portfolio items just like posts: add a title, add some content, select the items categories and thats about it.
You also have the option of using the Advanced Layout Editor to customize the look and feel of each individual portfolio item page to create unique and interestig layouts.
Just like with pages you also have the option to change the overall page layout with the Layout meta box on the right hand side of the visual editor.
Display a portfolio to a page
You can add predefined groups of your portfolio items (by individual or multiple category selections) to pages using the Portfolio Grid Shortcode or by adding the Portfolio Grid element to an Advanced Layout.
Either method will bring up the Portfolio Grid options window where you select:
Categories to display
Number of columns from 1 to 4
Number of items to be displayed per page
*Note: Showing a lot of items on a single page will usually cause longer load times for visitors
If you want to display The Title and Excerpt of the item (Either, None or both)
The image size used for the grid (typically only change for a specific intended purpose)
If the grid should have sorting options based on the Categories selected above
*Note: The displayed categories will only sort and show items that are already viewable on the page. They will not do a second query to pull up items not already visible
Pagination for multiple pages showing the number of portfolio items selected above on each page
Regards,
Devin
Just upgraded to 1.7.1 from 1.3 and copied my custom CSS, but something else must have changed because the bottom edge of my inactive tabs is now not showing because of the background color I applied. But it worked fine in 1.3 See image.
http://www.tiikoni.com/tis/view/?id=ff80276
Thoughts?
If you can link us to an example page we can make a basic example but the fine tuning would need to be done by a freelance developer (ie, shadow effects, integrating images or re-doing spacing for mobile layouts).
Regards,
Devin
Hi,
I have single Author Big Image selected for the blog.
However I’m not sure I have set my blog up correctly. if I change to any other selection (grid etc.) nothing changes. For the blog I created a category and added that to the menu. Doesn’t appear that was the correct way to setup the blog.
Please advise.
Cheers,
Casper
Hi,
The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.
Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.
You can add your custom image size to use by following this tutorial but fpr the last part where instead of gallery you would add blog image. https://kriesi.at/support/topic/how-to-change-size-of-featured-image-in-portfolio-item-page-and-disable-lightbox#post-123789
Thanks,
Nick
Hello guys ,
I want to show you what I have done so far with my site http://www.blue2x.com . This is the first theme I have ever bought and I’m planning to use this for my future clients. At first it was hard to customize because of the lack of documentation but the support staff was very helpful in answering my questions ( sorry about that ).
There’s a few stuff I need to tweak first to finally , footer design , footer not showing in blog , edit portfolio images ,homepage buttons need to be alligned in lower resolutions or mobile ) and it’s finished =)
Hallo zusammen!
Ich habe ein Problem mit der Darstellung der Beitrags- und Portfolioübersicht.
Anbei ein Image wie der Fehler aussieht: http://www.workupload.com/file/bJE8qMY
Das Beitragsbild hat eine Größe von 1500px × 869px.
Was kann ich tun, damit dieser Fehler nicht auftritt?
Hi gerry3211,
Any extension that is supposed to do that should work with the theme as it just uses the default image options to have maximum compatibility with extensions.
By default woocommerce doesn’t have that capability however. Which one did you purchase?
Regards,
Devin
How can i insert an image title or image alt text to an image ?
thanks
The image is distorted because the height is always 110px. Try to set it to “auto” with
.bottom_nav_header.social_header #header_main .container{height:110px; line-height: 110px;}
.logo img {
width: 714px; height:auto;
.logo img {
max-width: 714px;max-height: auto;
}.logo img {
max-width: 714px !important;
}
@media only screen and (max-width: 767px) {
.logo img {
width: 268px !important;
height: auto !important;
}
}
Hi Sterling,
With version 1.7.1 there is a new fullscreen slider element that has the effect options. You can also use a color section with a centered background image set to Fixed.
Regards,
Devin
Hello,
I got 1.7.0 ok with import data but unfortunatly, the 1.7.1, does not import any images.
I have the library empty… no images show up on the site
I uploaded all manually via FTP & reclicked import dummy data (duplicated menu that i deleted & reimported again)
But even with files on FTP, nothing show up.
Thanks (& the video link of your documentation => 404 HTTP) Need to update it too.
Regards
Devin,
Bummer! Thank you for getting back to me : ) I was wonder if this could be a future tweak to the Enfold template??
Jessica
Thanks Ismael, I really appreciate the response!
I changed the code to:
That displays the different logo (of course I changed it to the right page ID and fixed the dimensions for my logo). I should however probably clarify and mention I am using the ‘Fixed Header with Social Icons and additional navigation’. So I actually knew how to change the css but that just moves the original logo from view and places in the new logo in a fixed position, which would work with most themes. What I was trying to do was actually replace it because with this theme as you scroll, the image readjusts itself. My problem is placing in the new logo via css means it doesn’t adjust as the original would. The image below shows the variation logo that has been replaced using css and how it looks once you’ve scrolled down the page. I did attempt using the javascript replace function, but was unsuccessful. I’m more familiar with css, not js.
[img]http://thedeancorp.com/images/Capture.PNG[/img]
It may not be possible, but hopefully you can see something I’m not. Thankyou!!
Works perfect.
Thank you for your help on this.
Hello,
I managed to do almost everything I´ve wanted within the tabs, but still there are two topics i need help with: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=21#tab-id-1
1. I´ve added images inside the tabs, but I don´t want them to work as a thumbnail, I don´t want the user to be able to click on them, I´ve just want to show the pictures.
2. In the tab called ” O que precisamos” I want to show 3 sets of easy slides with popup, is it possible? How do I do this?
Thank you,
Fabiana
I use a child theme. I would like to place “images” folder in “enfold-child” folder and use it eg. from admin “Enfold Child Theme Options > Styling” or to customisze frontend (background images, layout images).
How to… ?
Thanks and regards.
Hi. Yes, but then the posts in different rubriks will not be entered as Grid Layout. I need that to any archives are Grid Layout.
Hi,
I’m still annoyed with this behaviour of the portfolio.
See post https://kriesi.at/support/topic/portfolio-items-create-blog-parent-as-active-ancestorparent
I’d like to keep my parent page of the portfolio activated. Now When you are in a portfolio post it displays the blog as ancestor.

Please, is their any way to (hard code) so I can say, as soon as a portfolio item is clicked, make this menu ID item as ancestor/active, current, parent…whatever works. Because now my Blog menu becomes highlighted when I’m in a portfolio item, which doesnt make sense at all.
Thanks a lot in advance!
Hi,
What do you mean by does not coincide with the size of the main menu? I checked the link, the slider looks fine.
Can you give us a screenshot? You can use imgur, dropbox, mediafire etc.. to post images here.
Regards,
Ismael