Hi!
You should go to Appearance > Editor and add the code inside your functions.php file
Best regards,
Yigit
I have “yyyyyyyeeees” word appeared in the beginning of my XML sitemap http://www.skorosvadba.ru/sitemap_index.xml preventing the map to function normally. Is that you playing and trying to fix 1) question?
Josue, where should we add the code
add_theme_support('avia_template_builder_custom_css');
the docu article, that you have linked to in your posting here, does not say anything, where to add this code snippet for “Once enabled, the following function adds a new field to each of your Advanced Layout Builder element’s pop up menu.”
OK Maybe to give support to all the three following questions as a whole is too much support but can’t you answer anyone of them?
1. limit the number of images per row (gallery that is not “fullwidth masonry” offers this option. Cannot be copied?)
2. is it possible to use another software different than lightbox
3. I’d like to decide the number of seconds each photo is on the screen
Hi!
I deactivated the “Try to make videos responsive using FitVids.js?” option. First it’s not required because Enfold does this for you and the script is not printed in the head section. You can report this as a bug to the plugin developer though. Our theme supports the wp_head hook and it should also print the fitvids.js script.
Cheers!
Peter
OK, I’ll contact Yoast support.
Now please take a look at 1)
Hey!
No, I don’t think it’s an incompatibility issue with the theme. When I activate the Video SEO plugin I get a js error
Uncaught TypeError: Object [object Object] has no method 'fitVids' (index):281
and this error breaks all javascripts on the website – including our slider script. Thus I guess you must report it to the plugin author.
Regards,
Peter
Well, Fusion core was disabled… Now I have deleted it and here’s what I have found out:
1) Disabling all plugins and cleaning browser cache, as well as trying both Crome and Safari didn’t stop data:, thing.
2) Your Simple slider conflicts with Yoast Video SEO plug-in. It’s a paid plug-in… so, who will fix it, you or Yoast? I think Yoast will tell that his functionality works fine and he will not dig into other developers’ problems…
Hi!
You have a lot of plugins installed. Please try to deactivate them specially the “Fusion Core” plugin. Remove browser cache then reload the page a few time. Test it on another browser.
Cheers!
Ismael
Hi!
You can add this on your custom.css or Quick CSS:
.big-preview.single-big {
padding: 0;
margin-bottom: 10px;
}
Cheers!
Ismael
Sorry forgot to post the link to the page where the issue is occurring. Like i said, the images stretch properly on the blog page. Here is an example of a page where I’ve set it up to call up blog posts from only a certain category and the images only stretch to 660.
http://www.jonnyfreesh.com/recipes
Hi deyowulf!
I checked the blog and the featured images stretches to 710px. Can you point us to a post where you see an incorrect featured image size?

Best regards,
Ismael
Hey!
Can you please give us a link to the actual post? You can remove the default wordpress comment section using this:
.comment-entry.post-entry {
display: none;
}
Cheers!
Ismael
Hey!
Yigit’s code should work. Please try this:
.single .main_color {
background-image: none !important;
background-color: white !important;
}
Remove browser cache then reload the page a few times.
Best regards,
Ismael
Hi David!
1.) You can disable the default lightbox by editing js > avia.js, find this code on line 54:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Remove browser cache then reload the page a few times.
2.) You can set the image title and description on Media > Library panel.
Cheers!
Ismael
Hey slui!
You can’t set a full background image slider. You need to hire a freelance developer to add that feature or use the Flashlight Theme.
Best regards,
Ismael
Hey Js-interactive!
You can set the title on the Media > Library panel and the excerpt after you insert the images on the masonry gallery. Make sure that you select “Display Title and Caption” under “Image Title and Caption” option. Please watch this video by Devin to learn more about the masonry element: https://vimeo.com/channels/aviathemes/77433498

Best regards,
Ismael
Hey aweirick!
After you insert the images, there will be a list of selected images. Click on an image again to set the Caption Title and Caption Text.
Best regards,
Ismael
Hey!
Edit config-layerslider > Layerslider > css > layerslider.css, find this code on line 585:
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0px;
box-shadow: none;
border: 0px;
padding: 0px;
}
Replace it with:
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
min-width: 0 !important;
max-width: none !important;
border-radius: 0px;
box-shadow: none;
border: 0px;
padding: 0px;
}
Remove browser cache then reload the page.
Best regards,
Ismael
Hi Dogmut!
I think you might be meaning the color section background which I do a walk through of at about 2 minutes into this video:
Regards,
Devin
Hey guys, I have two issues.
1. When I select “yes” to display lightbox in the gallery settings, It displays the element lightbox over the default WP lightbox. When I select no, the left and right image navigation arrows are not active.
2. I need to be able to display image information within the lightbox. Displaying the title would be fine. On the default WP lightbox, it is somewhat doing this (randomly displaying title on some and not others)
the link is – http://codelessme.com/casey/abstracts/
Thanks in advance
Hi!
This is beyond what we can offer as a support team. Please hire a freelance developer to add the modifications that you want. You can visit http://werkpress.com/.
Cheers!
Ismael
Hi fjrichart!
You can add this on your custom.css or Quick CSS to decrease the opacity of the images on initial load:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: auto!important;
opacity: .8;
}
Use this to make the opacity to 100% when hovered:
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
Cheers!
Ismael
Thank you!!!
Another question- I’d like to use Facebook comments instead of WordPress comments. Is there a way to remove them and show only FB comments?
Edited to add: When I look at the main blog page and posts the title and meta are now below the avatar, where as before they were to the right of the avatar. Is there a way to fix this?
Hi flowpsychicarts!
Please add this on your Quick CSS or custom.css:
.big-preview.multi-big, .small-preview, .related_posts {
display: none;
}
Remove browser cache then reload the page a few times.
Regards,
Ismael
On my blog page, http://jonnyfreesh.com/blog/ all of the preview images stretch to 710 in width. I am using the dummy content blog page and have added a couple posts.
However, when I create a new page and then call up one category of blog posts using the layout builder then the images only stretch to 660 in width. I noticed that on the Blog Single Author Big page on your demo site the same thing happens.
I have played around with the settings inside the “blog posts” content element to choose the size of the preview image manually, but no luck. I am using an image with 710 width as the preview image, but using both “No Scaling” and “Entry with Sidebar (710×270)” the preview image still shows up as 660 in width.
Please let me know how I can fix this.
Thanks
Jonny
Hi!
It looks good on our end. Please remove browser cache then reload the page a few times. Test it on another browser.

Cheers!
Ismael
Could you please tell me how to remove the featured image component on the main blog page and the individual post pages? I’d still like to show the author avatars.
Also, how can I remove the related posts at the bottom of the post pages?
Thank you!