I have already once emailed Kriesi and no response yet so hopefully I get some answers here.
We are custom coding the theme with our own pages and images. First it seems when we just want to add new sliders with new images to replace the existing it will not save them properly. The images will show up in the preview but click save and view the actual site and it goes back to default? Maybe someone can please shed some light on why this is happening
This reply has been marked as private.
This reply has been marked as private.
As always, your help is greatly appreciated Ismael. I have now bought the Enfold theme 11 times and am loving how easy it is to use and the great support you guys provide.
Thank you
Ivana
Hi!
Try to upload a large image as product thumbnail. You’re uploading an image with 350x350px in size. WP doesn’t have the chance to crop it. You can edit the single product thumbnail size on config-woocommerce > config.php, find this code:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi!
You can add this on your custom.css or Quick CSS:
.header_color .main_menu ul {
background: transparent;
}
#top .main_menu .menu>li:last-child>a {
padding-right: 10px;
}
If you want a border below, just add this:
#header {
border-bottom: 1px solid #444444;
}
Cheers!
Ismael
Hello
I want to create a page with the latest posts, for my web Pixfans.com, but I want to be able to customize the page with sliders, sections, etc.
- If I select that the start wp page is a blog, the posts are showing nice, with the images and the ‘Read More’ link. But I can’t configure the page with sliders…
- if I create a blog section in a page and select:
- Complete content: The posts are showing Ok, but they don’t have the ‘Read More’ link.
- Extract: The posts doesn’t have images or videos and doesn´t have the ‘Read More’ link.
- Extract with read more button: The posts doesn’t have images or videos.
I need the missing option: Posts who show the images or videos in content (no trim content) and have the ‘Read More‘ link in a page. Is this possible? I don’t find the option.
Hey lukielukas!
Please give us a link to the website with the grid layout. We can define a max-height for the featured images. I don’t think there is anything we can do about the logo and text slider switching upside down on IE8. Did you use the rotate option on the layer slider? IE8 doesn’t recognize the css rotate or transform properties. The only solution is to remove the rotation effect.
Cheers!
Ismael
Hello Indiatravelz!
If the slider is full-width is kinda impossible to tell the exact width of the image, because that will depend on the screen size of the user.
Regards,
Josue
Hi,
I noticed that my slideshow on my front page has been getting stuck on the 2nd picture. I’ve clicked on the arrow button to prompt slides show to continue and also click on various thumbnails but the large image does not change. I also added new photos to slideshow to see what would happen, slideshow played 1st and 2nd picture but remains stuck on 2nd.
I tried creating another page with slideshows but encounter the same problem when I previewed it.
Please help ASAP as I need to prepare the site for an application (and laymen’s term is appreciated as I am not tech savvy).
Many thanks in advance! Tiffany
The body of the post (written text) is way wider in blog styles like the Single Author Big Preview than it is in the Single Author Fullwidth.
Is there a way to edit the settings for Fullwidth so the paragraphs will go wider than they currently do? Either they could take up 75% of the image with and stay centered or they could be even in width.
Thanks for all the help. Love the theme!
Hello, can anyone advise me on how to back up my database and restore it for the many installations of Enfold on my website? Is there a tutorial video?
Where are the database that I need to make copies of, and how can I restore them after I’ve updated my theme?
I have customized my colors, fonts, images and other style settings and am not update do this manually, but several features are not working, so I need to update my Enfold theme throughout my site. I chose Enfold in part for its WPML compatibility. Manually updating my theme and its settings would be very difficult for users like me who have 16 installs of Enfold on their websites.
PS – I was discussing this on another thread, but it was closed before I had time to respond. You can see the original thread here: < https://kriesi.at/support/topic/parent-theme-settings-import-to-child-theme/#post-169687 >. Thanks!
Please understand my position here as your customer. I am trying to run a site here, not update theme CSS after an update breaks core parts of my site. I paid top dollar for a good theme and specifically avoided customising any part of the theme code to avoid this kind of issue.
Why would you need access to my site content to work on an issue with the contact form? It’s in one of the default pages. Also, why you need it to debug an issue with an image being hidden is a little beyond me. Same goes for the layerslider icons.
Which of my issues in the OP are “vauge” and need clarification? Nobody has asked me to clarify anything so far!
If you are adamant that you need site access it will take me a few days to set up a site I am comfortable having a stranger access. Never before in 15 years of IT has a vendor needed login credentials to my site to fix a bug in their code.
Thanks for confirming the CSS fix for issue 2 will be in the next version.
Cheers.
Jason
Thank you for your reply, think I will just link to a page…might be easier
This reply has been marked as private.
Hi Jon!
Is not so simple, you’d need to implement some sort of Lightbox Gallery, perhaps this plugin could help you.
Best regards,
Josue
I resolved the problem by changing the header image from “fixed” to “scroll”, however, my menu is still on black background. Can you please let me know what css code I can add in to ensure the menu uses the header image colour.
Many thanks
Ivana
I’ve got 16 layers beautifully transitioning in and out on the preview, but it’s only showing the first 4 on the actual page.
The 16 layers are broken into groups of 4, and those 4 include an image and 4 pieces of text.
So the idea is I have Image fade in, text fade in, text fade in, text fade in…then those 4 layers fade out to make room for the next set, which then fade in and out in the same manner, making room for the next step and then the final set.
This is all working perfectly on the preview, but on the page the first 4 fade in exactly as expected, and fade out exactly as expected, but then nothing, the other layers don’t fade in as they do on the preview.
This is the link to the page with the layerslider: http://testing.feminine1st.com/test-home-page/
As you can see, it’s showing the first Image-text transitions, but then all fades out and nothing after that!! :)
Any help would be very much appreciated!! Thanks so much! :)
In pages I am designing I have 100’s of images that are small on the page, and I would like to be able to just link to the image when image is clicked on instead of having to create a page for each image in the larger size.
The idea is, you click on the small image within the post and a larger (original size) image comes up in a window that can then be closed and you can move on to the next image. Would like to avoid having to create a separate page for each image.
Seems simple…just can’t make it happen.
Thanks in advance…Jon V.
Hi!
Nearly all Kriesi themes (including Enfold with the “boxed layout”) work with following settings
Z-index value of background layer: 2
ID or class of the content container/wrapper: #wrap_all
Z-index value of content layer: 5
Position of the content container/wrapper: relative
Tbh it depends on the project. Personally I’d recommend Enfold because it’s very flexible and you can use it for every project (photography, blog, portfolio, ecommerce, etc.) but on the other hand Flashlight is the perfect theme for photographers and if the client is happy with the default layout/features you can use it without modifying the theme files and you don’t need to use a third party plugin for the bg slider.
Regards,
Peter
Because my images are small in size and from past experience what happens is when I click on the image link to option the image on its own single-portfolio page the image is up-scaled taking up most the whole page. Is it the same with this theme and if so is there any way to keep the images
their original size when they are being displayed on there own single-portfolio page?
Thanks
As mentioned before by artistic24459: Before/after image effect would be superb!
+1, here’s a good example: http://3clicks.bringthepixel.com/shortcodes/media/before-after/
Animated number counters, i.e.: http://3clicks.bringthepixel.com/shortcodes/other/number/
Sounds good to me.
What is the correct value for the id/class for the content-container in the settings to get wp-backgrunds-lite working with enfold?
And would you really recommend using enfold for this over the flashlight theme?
Tx,
Frank
1. Portfolio Slider – so can insert anywhere as a slider style instead of grid style. Saves valuable real estate space. Can insert anywhere inc home page and bottom of portfolio pages.
Like these http://the7.dream-demo.com/project/etiam-accumsan-lectus/
2. +1 to all masonry requests for images, portfolios, etc everywhere. So much neater. IMHO.
3. Rollovers for porfolio section and images option as well. Like this:
http://themes.cmsmasters.net/?theme=increase
For doing things like services my preference is to use images and roll over with the information. And for portfolio I prefer this way of presenting.
Hi LAHWebDesigns!
Please go to Posts > Add New, then choose “Gallery” as your post format, then click on “Add Media” > “Create Gallery” choose your images and Insert into post :)
Cheers!
Yigit
Hi!
Sure :) You are welcome Jean-Pierre. Let us know if you have any other questions or issues
Best regards,
Yigit
This reply has been marked as private.
doesnt seem to me add a link or image to the post!
If you visit http://www.threeisquared.com and scroll down the page to the contact form, the percentage elements on the left of the form dont display correctly on IOS devices.
-
This reply was modified 12 years, 5 months ago by
zaheer_m.
The demo has a post (not a page) with a gallery, Postformat Gallery: Multiple images with different sizes at: http://kriesi.at/themes/enfold/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
The imported demo content post does not have this gallery. So I’m wondering how to put this gallery in a Post without the the editor. I couldn’t find the shortcode.
Thanks!
Hey tdgano!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none!important; }
Regards,
Yigit