Hi placewrightdesign!
Add the css changes on the anchor tag enclosing the image. Give it a unique css selector or use this:
.avia_image.avia-builder-el-6.el_after_av_section.avia-builder-el-first.avia-align-right {
position: relative;
z-index: 9999;
top: -749px;
}
Regards,
Ismael
Hey Josue –
Here is an example page for this – http://godiaperfree.me/newsite/blog/ on the right, if you hover over join the community…you will see the move.
This is happening everywhere as well though. For example, check out the join page and hover over the images on the right side (the button graphics)
Hi zerozendesign!
This will fix it:
.youtube_gallery_player br {
display: none !important;
}
.youtube_gallery_player .thickbox{
display: inherit !important;
}
Cheers!
Josue
Hi!
You could have them custom coded in but it isn’t something we could assist via support unfortunately.
Cheers!
Devin
Hello
I am having trouble with adding a button to the layer slider. I am working locally on my computer. See the images below:
Short code button not showing on home page layer slider
https://docs.google.com/a/thinkdoug.com/file/d/0BwCg0nAp9i1xN29GUFZIN2lHS1U/edit?usp=sharing
This is the layer slider admin in WP. See text on image.
https://docs.google.com/a/thinkdoug.com/file/d/0BwCg0nAp9i1xd0JrRVdfMDRheTg/edit?usp=sharing
Any suggestions?
Doug
Brilliant, thanks for that collection Ismael. (Sorry for the delay, I’ve been in the offline world…camping :)
Hey guys –
Right now, when I hover over a linked image, it moves the element below it down for some reason. How can I eliminate this? You can check it out on http://godiaperfree.me/newsite/members-area/video-gallery/. It is less drastic elsewhere, but happens on all linked images.
Awesome thank you!
Is there a reason why some of the portfolio grid images are bigger (longer) than the others? Do I have to upload featured images of a specific size, or will they be automatically sized on upload?
Appreciate the help :)
Try changing them to 301 by 214. In functions.php look for:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Since you have a bigger width/area you can increase the size and then re-generate all the thumbnails with : http://wordpress.org/extend/plugins/regenerate-thumbnails/
I looked through the other topics and I could not find echo $sliderHtml; in my loop-index.php
I want to have the featured image be the thumbnail for recent posts but I do not want it visible in the blog post itselt because I want an image at the end of the post. How do I accomplish that?
I have selected “no scaling, original height and width” and it still is stretching the images
Hello!
You can use the url of the png image on the content property:
`.image-overlay.overlay-type-extern .image-overlay-inside:before{content:url(smiley.png);}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:url(smiley.png);}
Regards,
Ismael
Hello Ismael,
I mean we are adding custom php files for our pages and menus. Our developers are working on it but it seems they cant change the sliders to our images we need. The slider is the one that was included with enfold which is layer slider
website is
http://home.acmeliteservicesllc.com/
I am having trouble with making an edit within the style settings, no background image in header for example, click save, but the settings do not work. The preview in the admin panel don’t show correctly and the changes don’t show on the front end. I have deleted most all plugins, wp is updated, brand new site, I cleared cache, checked on another pc, still stuck. Please advise! Thank you.
Hey!
Just a quick follow up: the problem with external libraries is that they usually do not get a unique id for the wordpress database and we mostly use wordpress attachement functions to manage the image elements. This is something that has been in my mind for some time now but since most people use the default wordpress function and we only get an occasional request for external libraries it has no big priority at the moment.
Sorry for that
Cheers!
Kriesi
I created an absolute position for the Register Here image so it can reside at the top-right corner of the webpage. However, while it works in Chrome and Safari, the image does not seem to appear in Firefox and IE. Do you know why this might be?
Website: http://www.encoure.com/private
/* =Register Here Code ————————— */
.avia_image img {
position: absolute;
z-index: 9999;
top: -760px !important;
}
Here is how I want it to display as seen in Chrome:

Hello –
What is the best way to create a blog with one column where there are multiple large photos and text without thumbs or clicking to enlarge the image as well as embedded video (Vimeo)?
How do you display categories, name and date at the bottom of the blog post?
Is it possible to not included the author and the date on a post and if so how?
I want to install a custom font for the menu, blog and text pages and I have a web font kit for the font. How do I install that font?
What is the best way to add social links and icons to the lower left side of the footer?
How do I remove the navigation from the footer?
How do I remove the attribution “Enfold Theme by Kriesi”?
Thank you.
-
This topic was modified 12 years, 5 months ago by
penumbra.
Hello –
What is the best way to create a blog with: multiple large photos and text without thumbs or clicking to enlarge the image as well as embedded video (Vimeo).
How do you display categories, name and date at the bottom of the blog post?
Is it possible to not included the author and the date on a post and if so how?
I want a custom font for the menu, blog and text pages and I have a web font kit for the font. How do I install that font?
What is the best way to add social links and icons to the lower left side of the footer?
How do I remove the navigation from the footer?
How do I remove the attribution “Enfold Theme by Kriesi”?
On the last upgrade to 2.3.1 there was a dialog notice to add the code in the dialog to the .htaccess but I had to modify permissions on the .htaccess but then lost the dialog which I believe was code for responsive. Where do I find that code?
Thank you.
Hi Yigit,
1. Can I send the site info to you personally (do you have an email you use for things like this?)
2. Wouldn’t added it to the Header.php make it one image for all of the pages? I want to use different images on each page.
3. This made the line thicker on the one item I’m using as a mega menu, but my other main nav items are not mega menus so they stay the thinner weight. Is there code that puts the thicker weight on all of the main nav drop downs?
4. The code didn’t work for me (??)
Thanks!
Mike
Hey!
Mind trying to add this to your css:
.avia_textblock,
.avia-icon-list,
.avia-button,
.avia-testimonial,
.iconbox,
.avia_message_box,
.avia-team-member,
.widget,
.post,
.team-img-container img,
.team-social,
.iconlist_icon,
.fallback-post-type-icon,
.fullsize .related_posts,
.grid-image,
.avia-caption-content, .avia-caption-title,
.entry-content-wrapper,
.avia_start_animation
{
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
This is a fix we removed from an earlier version of the theme because it seemed obsolete with the latest versions of chrome and safari but it might be that we still need it.
A short follow up if it helped or not would be great ;)
Cheers!
Kriesi
-
This reply was modified 12 years, 5 months ago by
Kriesi.
Hey chekkers!
This kind of customization is beyond what we can do for you via support. You can hire a freelance developer at somewhere like Microlancer or Codeable.io and they can complete the list of changes for you.
Regards,
Devin
Hey winstoncuthbert!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.team-img-container { float: left; }
Cheers!
Yigit
the easy slider was stretching my images if fit, I wanted them to be all the same size, so I changes them in photoshop to be all the same resolution and pixel dimensions…..
after doing this easy slider still stretches the images depending on if the image was taken in landscape or portrait, even though every image is now exactly the same size…
So I started using advanced slider….
Can I use easy slider and not have it stretch my images?
thanks
Nick
Hey!
1.) There is no 12 column option for the portfolio. The maximum is 5 columns.
2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:
$avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
Best regards,
Ismael
Hi jedramsay!
Can you post the link to your website?
Cheers!
Yigit
This reply has been marked as private.
I have the same problem with the latest Enfond Version 2.3
http://postimg.org/image/c8s5rn6t3/
The images centre align. I want to change to left align. How?
Hey gshiels!
No, Enfold does not support a lightbox for the post slider element at the moment. You can try the “logo slider” if you just want to slide images – it supports a lightbox out of the box. If you want to change the post slider code you need to modify /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php
Cheers!
Peter