Hi Gurmit,
Not that I know of. The CSS way is the best and only way that I know of without doing something with javascript (maybe?).
Regards,
Devin
Hi joe88,
If the image is fixed, the content will move around it which is the essence of the effect. If the image is smaller than the area it will still be fixed but it will not be as obvious.
The best, and most direct fix is just to use full size stretched to fit images if it isn’t giving you the visual effect you want.
Regards,
Devin
Hello. Is there any way to get the parallax effect to work using No Repeat? The only way it seems to work is to use “Stretch to Fit”, which makes my images extremely blurry and way to stretched out. I’m using Center-Center and Fixed for the other options. Also using a boxed-layout. I only have my site locally for now. I have seen other posts with similar issues. I’m using version 1.6. Thanks.
I’ve figured it out –
1. add your new icon to this folder: wp-content/themes/eunoia/images/icons/iconbox/
2. when referencing the new icon – just add your new icon filname eg: [iconbox_top title=”View Our Portfolio” icon=”Heart.png”]
…I had to make a few css changes because we wanted no colour background, border radius, and we changed the icon pixelsize..but if you are just doing the same sized icon you should be fine.
I created a gallery with image size “gallery” (710×575). Pictures are dark until you scroll down to the bottom of the gallery. Is there a possibilty to load (and show) gallery pictures when scrolling to the top of the gallery? Here is what I mean:
http://yannick-stotz.de/mariasawaneh/?page_id=38
Thanks :)
Is there a way to hide the thumbnails below the “Big image with thumbnails below” gallery? I would like people to just click on the image to launch the gallery without having the thumbnails below. Please reference:
http://desertspringspublishing.com/self-publishing/entertaining-your-way/
I would like to hide the thumbnails, but be able to click on the image to launch the image browser.
Please let me know.
Thanks!
Hi!
I use a lot of videos in my site. I need to link from thumbnails in a gallery to these videos.
I would like to put videos in my galleries to play in LightBox.
If this is not possible… Is there a way to make an image in a gallery link to a video that will then play in LightBox?
I couldn’t find anything obvious. If anybody has any suggestions I would be very grateful!
Greetings,
Adrian
Hi,
I’d like to add a regular Paypal merchant button to the bottom of my pricing table. If I just add it in a cell, it works sometimes and sometimes appears as a form and broken image. Is there a more stable way of doing this? Thanks so much.
Hey there,
I don’t know if it’s been suggested already, but I think it would be pretty useful to add the possibility to duplicate pages as they are in the backend.
It’s a great option when you have to create a new page from scratch using the same exact features of a page/post you previously created, such as a precompiled form for example.
I use it to send customized surveys to clients during my individual consulting and since I have a survey of around 60 questions, it would be great to be able to duplicate the entire page as is, rename it, and customize questions or background images accordingly.
I saw the “duplicate” feature virtually everywhere in each WP theme but in Enfold.
;-)
Keep up the great work, I love this theme!
Edit by Devin: You can save the Advanced Layout Editor Templates in the upper
right hand corner of the editor by clicking on "Templates"
Can you describe how to recreate the portfolio 4 column that you have in the demo? The elements that I like about it is having several portfolios represented by single images with a title below the image in a text bar with that arrow centered above it pointing to the image.
I’d like to copy all CSS files across into my child theme, in full, so that I only have to search within and work within one full set of files for anything I’d like to modify.
Does anybody know of any pitfalls I need to watch out for?
For example, one issue would be the font paths and image paths within those files needs to source back to the original location.
Are there any problems with making a more complex child theme in this way?
cheers
Darryl
Thanks, this worked perfectly.
It seems like the video (or something else) triggers a js error with IE8:

Probably the embed script is not compatible with IE8 anymore.
Hi,
@bella_3333: You can use the alt text as an alternative. Click on Gallery element, click on a single gallery image then add the company website on the Alt field. Make sure you include http:// on the domain name like http://www.yoursite.com. Do this for all the images.
Edit config-templatebuilder > avia-shortcodes > gallery.php then find this code on line 191
$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
Replace it with
$thumbs .= " <a href='".$alt."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
@adrianwalton: I’m not sure if that is possible. Let me tag the rest of the support team.
Regards,
Ismael
Hi Ismael,
Thank you for your reply.
I imported all dummy data from theme option and increased php memory limit adding “define(‘WP_MEMORY_LIMIT’, ’64M’);” in my “wp-config.php” but I still can’t see any data of some pages which I told you in advanced layout editor.
It looks like this.

Other pages are OK.
And I still have a problem to edit progress bars.

After error happened I can’t see any data like this.

Thanks.
Hi,
Actually, you can insert the team member images on the Team Member Description field. Insert the Team Member element but don’t insert a Team Member Image..
<a href="www.yoursite.com"><img src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21.jpg"></a>
Description here.
The downside is the image will be at the bottom of the team member name.
Regards,
Ismael
Hi,
After the logo, select the image size then click “Insert image as logo”.
Regards,
Ismael
Hi,
@imagestudios: This is Angular topic, I think you have Enfold. Yes, that is the same.
Find this code
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
Replace it with:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
Regards,
Ismael
Hi,
Remove the background on the theme options then apply it on a different section manually. Inspect the avia section then look for the unique page id and unique section class. Something like this
.page-id-1700 #av_section_1.avia-builder-el-8 {
background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) !important;
}
.page-id-1700 is the page body class id. #av_section_1 is the section id with a class of .avia-builder-el-8. This is the id of that particular section on your frontpage.
Regards,
Ismael
Hi,
Actually, the option to pick sizes of the featured image on post slider is not needed because the featured image size will depend on the number of columns. That is why we Kriesi removed it.
Regards,
Ismael
I’d like to use the NextGEN Galley for some of the management features (separate folders in particular) but I’d like to continue the avia layout editor. So when I am in the default editor I click “Add Media” and the window displays the “NextGen Gallery” dialog and I can browse the images and insert an image. When I switch to Avia Builder I add an image, click on the “Insert Image” and now I’d like it not to display the “Insert image” (from the media library) but the “NEXTGen Gallery” dialog. Is this doable? I think many users would love this.
Michael
Hi,
There is no example on the Dummy Data but you can easily achieve the effect. On the Advance Layout Editor > Media Elements, insert the Full width Easy Slider. Configure the slide options then insert a background image. Under “Background Attachment” choose “Fixed”.
Regards,
Ismael
How can I move the sidebar menu up to the top if I have a full width color section in the middle of the page? Right now it get’s forced to the bottom.
Here’s a screenshot showing what i’m talking about:
http://cl.ly/image/461Q2J1B2z3B
Thanks,
– John
A variation on that…
I would like put a link on gallery images so that clicking on them opens a video in lightbox.
There doesn’t appear to be an obvious way to do this.
Thanx for thinking about this…
Hi, Please help. I have created a gallery with client images. I need the images to link to their website.
How can I do this?
I know images element has a box where you can link to post, category, custom url etc. I just need that for gallery. Any help will be appreciated.
Kind regards
bella_3333
Hey!
I am very sorry for the problems. it seems the update was somewhat lost when synced with github. Not sure waht happend. I had to rewrite the code and will put it into the next update. it should then work as descibed.
Once again sorry for the confusion! :)
Cheers!
Kriesi
Hi:),
I have created a few categories with quite some subcategories in woocommerce. So something like the categories shoes, with subcategories like sneakers, pumps, boots etc etc. Each subcategory contains quite a lot of actual products.
When i navigate to a category with the subs, the subs of course show up, but i would like to change the styling, or better phrased, i would like to get the styling of the subcategories more in line with the way the products are shown.
Now to my problem.
Each change i make to the styling of the subcategories also reflects in the display of the products on the actual subcategory page. So when i put a border around the image of the subcategories, the same border also appears on the display of the products of said subcategory.
As a example (but i have tried this on all elements):
ul.products li a img {
border: 1px solid;}
this gives the desired border around the images of the subcategories, but also an undesired border around the actual products.
I can’t seem to find unique classes for the styling of the images of the subcategoriespage, so hopefully you can point them out to me.
If there are none, could you please point me in the right direction to add some classes to the subcategory display of woocommerce?
TIA