Hi,
What do you mean by ” when a TEAM MEMBER is set in a PORTFOLIO item”?
If you want to understand it clearly. You can Import the dummy data then edit the Meet the team page. You will be able to see how it is done.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS.
.image-overlay.overlay-type-extern {
display: none !important;
}
Regards,
Ismael
I am having the same problem. I do not see this option anywhere -there is no option “stretch to fit”. Please tell me where that is. -Thanks in advance.
Hi,
Can you give us a link to the page with the blurred images? Did you use it as a portfolio thumbnail?
Regards,
Ismael
Hi,
After you inserted the background image, click the Full Width Slider again and at the very bottom look for the Background Repeat > Select Stretch to fit. Suggested image size is 1500×400 px.
Regards,
Ismael
Hi, i have put the sliders like demo to make different tests…
But how can i put the “Fullwidth easy slider” background image view “full width” like the demo?
Now i have it like “boxed”…
URL:
http://nuevo.comunica-e.es/ (second slider)
Thanks in advance
Hello, I upload images at media Gallery, and when I try to add at my Gallery in a Thumbnail size, does not matter the number of columns or the size originale. I tried with big images, with small images, and always appear very very blurred when it shows like a Thumbnail. I don’t know if I explained correctly. Some suggestions ?
Thank you very much.
Alexia.
(Sorry for my poor english)
I would like to turn off the effect on images that are linked. This is a problem for banner ads that get that effect or is there a way to turn that effect off in the href itself so that the theme does not override it
Hi Monsoon,
You can add captions to images in a gallery shortcode (or in the advanced layout editor the gallery media element) to get that effect. There is a bug with the hover effect and displaying them so if you do, you’ll also need to use this css in your Quick CSS filed in the Theme Options Styling Tab:
.avia-gallery-thumb .image-overlay.overlay-type-image {
display: none !important;
}
Regards,
Devin
Hi there, Images (apart from the first) do not appear when a TEAM MEMBER is set in a PORTFOLIO item. I have tried updating/resetting/re-uploading but nothing works.
Please help as thi was flagged up last week.
You can view the issue hrer – http://www.northeastbarristers.com/barristers/
Thanks
Hi,
no, such a module doesn’t exist. Personally I’d use “image” or “gallery” module. If you use the “gallery” module with bigger thumbnails the needs to hover over the “small thumbnail list” to view the bigger thumbnails: http://kriesi.at/themes/enfold/shortcodes/gallery/
I am wondering where do you set the tooltips bubbles seen in the You may also like areas?
I would like to be able to set this for portfolio images or to any image or link anywhere…is there a shortcode?
I am playing with the portfolio but I do not seem to be able to to order the portfolio images in any way. I was trying to use the post/portfolio creation date but it does not seem to do anything. I need to be able to arrange portfolio items in order. How does one do that?
IE I can t have one of the items be the first even if it is the last one I added to the portfolio
Hi,
This is a possible bug. When the mouse touches the image for the first time , the circle with the two arrows appears over the image and the image becomes desaturated of color. For some reason every time you touch that image again that circle somehow gets in the way of actually touching the image so the tooltip is not triggered. I made Kriesi aware of this
However for now, if you don’t mind living without that circle being displayed over the center of the image when your mouse touches the image, you can do the following to get the tooltips working:
Please open up /js/avia.js in your theme folder, and find line 260 which looks like the line below (without the //) and now add // in front of line 260 just like I’ve done on the line below
//overlay = $("<span class='image-overlay "+span_class+"' style='opacity: 0;'><span class='image-overlay-inside'></span></span>").appendTo(link);
Thanks,
Nick
Hey!
Great – we’ll include this fix in the next update :)
Best regards,
Peter
It is updated. Perhaps I should update again. Whats the best process? Last time I just replaced the files that had been changed as per the changelog.
Hey!
Go to Enfold > Header and select a different header (eg “Fixed Header with Social Icons and additional Navigation”).
Best regards,
Peter
Hi!
Insert following code into the quick css field:
.related_posts_default_image {
max-width: 85px;
}
Regards,
Peter
Hi Devin,
Can you share the link for this plugin, this is exactly what I need.
Hi Nick,
Thanks for the video, but I think the macro record won’t work since I don’t use image in all of my posts. Devin’s solution using plugin could be the solution in this case
Hello. I did as recommended in discussion – https://kriesi.at/support/topic/mailchip-sign-in-form#post-91285
For some reason, it has not worked for me. I have also tried placing following code in <head> file as recommended by Mailchimp:
<link href=”http://cdn-images.mailchimp.com/embedcode/classic-081711.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
Is it because I’m using the code in a widget?
My site is at http://dailyvitamoves.com
Thanks for your help.
Angelo
Mmh, all my three latest articles have a featured image but nothing changes.
You can try updating the theme files by re-downloading the theme from themeforest. There were a few bug fixes and new features though I’m not entirely sure this is related but it could be and it doesn’t to hurt to have the most recent bug fixes installed.
Hi schorni,
You just need to have a featured image to have that widget show the same as in the demo.
Regards,
Devin
Hi navidsatan,
I included that in this short video overview of the layout editor as it had been asked about a few times already: https://vimeo.com/64927358
Its just adding a wide image that is set to stretch to a color section and setting it to fixed. If you have any questions about it after just let us know but hopefully that clears it up :)
Regards,
Devin
Hi thanks for getting back to me, I’ve repeated this process a few times, the images are all the same image..
Hi rynleigh,
1) This is correct as far as I know. You can use the Advanced Layout Editor to make your individual portfolio display however you want and use the featured image to define the preview image.
2) Try disabling all active plugins. I just tested it on my live install and am not getting any issues with it taking effect/not taking effect.
3 and 4) Same as with #2, it sounds like there is a plugin or configuration for your wordpress installation not quite working correctly.
Regards,
Devin
Hi silviouk,
It doesn’t look like the image is getting spit out into the code at all. Can you double check that the images have been added to the other team members in that element? You can also try deleting them and then re-adding them in.
Regards,
Devin
Hey!
Yes, they’re defined in functions.php.
Regards,
Peter
ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{
display: none;
}