my suggestions for theme improvement :
1. support of wp envato kit – for easy theme updates
2. an easy way to change the default circle+arrow hover effect on portfolio/blog thumbs ? (change shape/icon would be just awesome !!!)
3. load from admin panel custom fonts (espec. for your international multi-lingual clients)
4. load from admin panel any google font w/subset selection (eg. cyrillic, greek etc)
5. change image thumbs sizes from admin panel (and not editing php files)
6. sticky header of page builder so it stays viewable in long pages when scrolling down
7. more options in theme panel for styling (font sizes, shortcodes/builder elements colors etc)
8. ability to create new styles (w/o overwriting existing ones)
9. import/export all theme options (incl. styles)
thx for your great work!
Devin,
Thank you for your help. I have one more question and problem.
1. I actually had to do this. If I only used 2 entires then I end up with a weird distortion in my Apple icon. So I added the last line from the previous code. To result as this:
#top .social_bookmarks_tumblr a {
background: url(.......uploads/custom/apple.png) no-repeat center;
}
#top .social_bookmarks_tumblr a:hover {
color:#fff;
background: url(........uploads/custom/apple-hover.png) no-repeat center;
}
#top .social_bookmarks_tumblr a {
text-indent: -9999px;
}
2. I now have a retina resolution problem. When I view this on an iPhone 5 and my Macbook Pro Retina the apple icon is pixilated. Any ideas for a quick fix for this. If I do it as 64px x 64px then it looks to large. I imagine I have to add something to the CSS to constrain the proportion then upload the 64 x 64 images. Will you help me with that?
3. Would you mind going back through and deleting my personal links from this post. I abbreviated them above. Could you go back and abbreviate the others please?
Thank you again for your help!
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.