This reply has been marked as private.
Hey!
1 & 2) Done. Please review your website
3) You can add following code to Quick CSS and adjust as desired to change color of post date, excerpt and title
.socket_color .slide-meta, .slide-entry-excerpt, .slide-entry-title { color: white; }
And you can add following code to remove post date
.slide-meta { display: none !important; }
4) You can add following code to Quick CSS to change the height of Google Maps container
.content .avia_google_maps_container { height: 350px; }
By default it is 230px.
Cheers!
Yigit
I don´t know what´s up with it…! A few minutes ago the Masonry shows me the Postimages together with the title and the excerpt… Perfect!
Then I´ve done some changes on other elements (just change padding and margin values)…
Now I can just choose the title and the excerpt or the image as standalone??!
I think it´s better to wait till next update before use it…
yeah, that works and looks perfect. thanks!
Hi!
The Gravity Forms plugin causes the issue. I deactivated it now. Please update it to the latest version and it should work.
Cheers!
Peter
Hey BelIblis!
Yes, but you would need to customize the theme files. I.e. you can contact the werkpress service here: http://kriesi.at/contact/customization
Cheers!
Peter
Hey websitegurus!
This code will do it globally, add it to the Quick CSS:
.image-overlay{
display: none !important;
}
Best regards,
Josue
I have a few pages that are supposed to be a 2×2 portfolio grid with clickable images that link to the individual galleries. This was working fine before I updated to WP 3.7 and Enfold 2.4. I’m not sure which one broke it as I performed them one after the other.
Link to the 2×2 portfolio grid
http://www.taylorezell.com/photos/
As you can see, the galleries themselves are still working.
http://www.taylorezell.com/photos/africa-gallery/
The same issue applies to the Videos section
http://www.taylorezell.com/videos/
Thanks
TSParticipant
Another great theme – thank you Kriesi!
I really like the effect of the current logo / site tile on kriesi.at – that when scrolling down, the title and subtitle fade away and simply leave the logo image.
I’m looking to modify this in my Enfold theme and I’m having trouble figuring out how to duplicate it. Any help would certainly be appreciated!
Tes
I want to remove the white overlay affect for all < a > anchor images with links. I want to do it globally.
Q. Where is the GLOBAL settings to remove all of the highlighting features wrapped around any imported
< img > with a link?
Is it a :hover rule in the CSS, or done with Javascript. My hunch is it’s in the CSS.
Yes, I’m aware of the noLightbox rule, but I want to remove it globally, not individually for each image I assign a link. It’s a lot less work to do it globally than to assign custom CSS properties for all images.
Sorry, but I do not have a website link because I’m working on Localhost. A link is irrelevant anyway because I want to remove the settings globally for all links on images. Thanks for your help.
Hey bivvo!
You want to have something like this?

If so, add this code to the Quick CSS:
.big-preview {
padding: 0 !important;
}
Cheers!
Josue
Hi Alex!
Add this code to the Quick CSS:
.post-entry .big-preview{ display: none !important; }
Cheers!
Josue
Hi!
Use this for the logo:
.bos-logo {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
}
Best regards,
Josue
ok thank you sir, im going for portfolio. but how do i remove the featured images showing up on the single page of the video like this https://webtechnology.ph/guides-demos/foscam-alarm-ftp-delivery/
Hey msfoto!
1.) Add this on your custom.css or Quick CSS:
.image-overlay {
display: none !important;
opacity: 0 !important;
}
2.) You can edit config-templatebuilder > avia-shortcodes > postslider.php, find this code:
if($show_meta && !empty($excerpt))
{
$output .= "<div class='slide-meta'>";
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
}
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
$output .= "</div>";
}
Regards,
Ismael
Hey!
Can you please regenerate the thumbnails on the post with the lightbox not working? Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Manually upload the image again if possible. You can add this on your custom.css or Quick CSS to remove the featured image on single post.
.single .small-preview {
display: none;
}
Cheers!
Ismael
This reply has been marked as private.
Hi there. When I set a featured image for a blog post, how do I prevent it from showing up in the actual blog post? All I want it to do is show up in the blog feed. I’m upgraded to the latest version of Enfold. Currently have “single post with large preview image” set for single post style and for blog style, I have “single author, big preview Pic” set.
Help, please! :)
Hey!
I just checked on Chrome on Win7 and it seems to be working fine on my end http://www.screenr.com/XOYH
Regards,
Yigit
Hi!
Thank you for details. It would be great if you could create a temporary admin login and post it here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button.
Regards,
Yigit
Hi there,
I recently updated to the newest version of Enfold and I’m having issues with the Easy Slider on my home page. I have two images set to auto rotate but two things are happening. First, the arrow icon is not showing up on either side of the image to advance (just the semi-transparent circle is there). The second is that the images are not rotating at all. It’s just staying static on the first image. Here’s a link to my homepage: http://dev.alexmasica.com/home/
Help, please! :)
Hi again, I’ve experimented with having the bottle in a fixed position, which I think works and a smaller sized bottle for the mobile screen. Getting there. However the logo doesn’t quite work, it needs to be centered, can I use “display: block” with margins set to auto to have the logo centered? But when I try that the logo gets centered but also pushes the menu below and breaks the page hat way. Or is there a smarter way?
This reply has been marked as private.
Hi logan2d!
I managed to get this on my local installation:

I generated a post slider shortcode and then added it after the <body> tag starts in the header.php file:
<?php echo do_shortcode("[av_postslider link='category' columns='3' items='9' offset='0' contents='no' preview_mode='auto' image_size='portfolio' autoplay='no' interval='5']"); ?>
Regards,
Josue
Hi!
Try the following – open up /themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php and replace line 379:
$link = wp_get_attachment_image_src($slide->ID, $this->config['lightbox_size']);
with
$link = wp_get_attachment_image_src($slide->ID, 'full');
Best regards,
Josue
Hey musklick!
You can add the img in the header.php, after the body starts:
<img src="your_img" class="bottle" ?>`
Then apply this CSS:
.bottle{
width: 350px;
height: 650px;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
Try it out and see if it works, if it doesn’t provide us with a link to your website and the image of the bottle you want to use.
Best regards,
Josue
Hi, I’m trying to create an effect where an image of a bottle, placed to left side starts in the header, covers a portion of the main content and ends in the footer. So the effect is that the bottle “pops” out of the web page. The main content should contain a layer slider and the footer should have widgets as usual. Is this possible? The height can be static. When I place the bottle in the background it breaks on smaller screens. Could you put it as a transparent image on top of everything? Or use different CSS for different viewports.
I can provide an image of the desired effect if that would help. Really hope you can help with this, I’m getting close to dead line and can’t get it to work. And my client really want this effect.
Hello,
I have two questions:
1) How I can remove image hover with this “circle” – http://oi44.tinypic.com/2iw6qmx.jpg – on mainpage and on other pages, widgets etc.
2) How I can change comments and date information and also lenght of excerpt (only on mainpage in 3-columns post grid): http://oi44.tinypic.com/2iw6qmx.jpg
Best regards
Hey,
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ has a grid of 6 images. You used the tag “landscape” or “portrait” for that layout. My result is 4 images-grid: what have i missed?
thx
Hi,
What do you mean by my site is not loading??? It’s online and working fine on my side.
Kind regards