Big big Thanks!
you guys are extremely helpful..
Love the way you support.. :)
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
with
$output .= $thumbnail ? "<a target='_blank' href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
and
$permalink = '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
with
$permalink = '<div class="read-more-link"><a target="_blank" href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
Following this topic: https://kriesi.at/support/topic/fullscreen-easy-slider-in-ie8
Since the latest update (2.1) the problem above is replaced by a new one. Instead of having the background image leave whitespaces on both sides, the background is now stretched to fullwidth without the height staying in proportion.
I’ve checked the Enfold v7 homepage demo and noticed it does stay in proportion there. So I deleted all of my custom CSS, but the issue remains.
My background image has the dimensions 1920 × 1491, while the enfold demo is a portrait format. Could that be a reason?
The site is http://goo.gl/64XSk4
Hi there,
I’ve made a few small changes to the main menu, but I’m getting some overlapping issues when I resize the browser window. The logo and menu seem to overlap (my logo is about 340px wide).
The logo, menu and content don’t utilise 100% of the screen width at these lower resolutions. Am I able to change that? I’ve searched through the media queries but for the life of me can’t figure it out.
I’m working on my localhost so can’t send a link.
Thanks, Rob
** Would be nice if we could upload images :)
Hi promowl,
You need to add a link to it. Edit the image and make the image a link. Fill in the URL of the image file. in your case”
http://www.promowl.com/wp-content/uploads/2013/09/TheCocoaTree_Promotion.jpg
Cheers,
Goncalo
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);
replace with
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' ",'a'), $entry);
However because of seo reasons I’d recommend to stick with the link title/tooltip.
The easy slider sometimes works, sometimes not. When I load new images in the media library from my hard disk, they don’t appear them. If I close it and open another time, images appears but I can’t update in the slider. Then i saw, that keeps particular images (http://www.hotelamanger.com/wp-content/uploads/2013/09/vorraum1.jpg, http://www.hotelamanger.com/wp-content/uploads/2013/09/aussicht2.jpg), and don’t keep other images (http://www.hotelamanger.com/wp-content/uploads/2013/09/kronplatz31.jpg, http://www.hotelamanger.com/wp-content/uploads/2013/09/Pano-Balkon-model.jpg). I sent you an administration account.
Regards
Chris
In plain text keeps updates – all is normally
Hello,
On your preview page, I can see that home layout is set to be “Single Author, small preview Pic (no author picture is displayed, feature image is small)” — http://kriesi.at/themedemo/?theme=enfold
When I go into post, I can see that layout changes to be “Single Author, big preview Pic (no author picture is displayed, feature image is big)” — http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/
I want to do the same. But I cannot figure out how. There is no option to set that inside post preferences. Layout preferences inside post let me choose only “Default” , “No Sidebar” , “Left Sidebar” and “Right Sidebar”.
Regards
Hi,
The image used on the demo is 1500x1500px in size.
Regards,
Ismael
Hi,
Please use image with more 1500x460px in size. Can you give us a link to the website?
Regards,
Ismael
Hi there,
I have a quick question: Which part of the css should I modify to replace generic list bullet points with custom image for the entire website (all pages and posts)?
Thank you for a great theme!!
Hi check out my website for an example for what i mean
http://www.promowl.com/portfolio/thecocoatree/
as you can see from the website, the main image added via the single image element does not have the lightbox effect. Is there any way i can add it in?
Hi,
Unfortunately, this is not possible with the Layer Slider within the Enfold theme. You can hire a freelance developer to modify the theme and the plugin for you. You can use the Fullscreen Slider if you want a full width image rotator.
Regards,
Ismael
Hi,
Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
Replace it with:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
Regards,
Ismael
Hi,
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Replace it with:
echo '<h1 class="logo">';
echo bloginfo('name');
echo '</h1>';
Add this on your custom.css or Quick CSS:
.logo {
top: 40px;
}
Regards,
Ismael
Hey,
Please check http://community.weatherseal.co.uk/gallery/. I added this code on your Quick CSS field.
.js_active .grid-image {
opacity: 1 !important;
}
.grid-image img {
width: 100%;
display: block;
height: 100%;
}
I suggest you download Enfold 2.1 then update your installation.
Regards,
Ismael
Thanks Yigit if you can PM me your IP I’ll get you access past the construction page or email me at chris [at] chrisomlor.com
Thanks,
Chris
Hi,
Add the class “noLightbox” on the anchor tag.
<a class="noLightbox" href="YOUTUBE LINK"><img src="IMAGE URL HERE" /></a>
Regards,
Ismael
Hey,
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Insert the “Image” element then add Custom Css Class. For example, add “awesome-image”.
You can add something like this on your custom.css or Quick CSS to move them up or down.
.avia_image.awesome-image {
top: -50px;
}
Regards,
Ismael
Hi Chris,
Yes actually that’d be great if you could so we can see what exactly it will look like.
Regards,
Yigit
Hi Yigit, this is for a clients site that isn’t published yet. I can put up on a sample site if that helps? Let me know.
Thanks,
Chris
Sorry, that actually removed the entire section. Is there a way to only remove the background image but show content in section?
Awesome, thanks that’s perfect! -Chris
Woooo hoooo. That fixed the image size part. THANK YOU!!!
I did figure out the other issue with my Gallery. For some reason, one specific image was killing it. After removing the image everything works fine now.
THANK YOU AGAIN.
Hi khalidmuharraqi,
That is actually just one single background image so it fakes the shadows and everything.
See: http://kriesi.at/wp-content/themes/kriesi_at/images/skin1/stuff_bg_less.jpg
So you could try the box-shadow method or if you aren’t using a responsive layout the single large background image like Kriesi currently has.
Regards,
Devin
Hi rbellei,
I’m not sure if that would work at the moment. The grid needs a featured image and I’m not sure what would be needed to add support for the video for the single but not the featured when present.
I’ll tag Kriesi to see if has any plans to modify it or if it would be easily modifiable without a theme update.
Regards,
Devin
Hi Christian,
1) If you use pixel size for your text it will always be that pixel size. You can use ems or percentage sizes to make the adjust to the device.
I’ve actually found the best results just using an image for my text in the layerslider instead of plain text (which is what Kriesi also did for all the demos).
2) The menu switch width can be adjusted following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 . This is needed when your menu has too many items or the item length is wider than what the theme defaults to.
3) There is no theme option for styling comment text so it needs to be done with custom css. If you can give us a bit more guidance on what you want to change we can try and assist.
4) No, the portfolio grid doesn’t have a mechanism in place to create an auto height. The best option is to either not show excerpts or create consistent lengths of titles/excerpts.
You could use a minimum height on the portfolio items but that doesn’t have IE8 support.
5) Do you have an example of what isn’t working?
Regards,
Devin
You could try adding a symmetrical shadow to the main container wrapper.
Something like:
Code:
#wrap_all { box-shadow: 0px 20px 20px rgba(0,0,0,0.7); }
Obviously you’d probably want to add in the old mozilla and webkit specifics too, just to be sure (-moz-box-shadow & -webkit-box-shadow)
Hey on my site I added a youtube link and rather than it opening on another tab, it tries to pop open an image. Is there a fix for this.
Please have a look under Kin Moy’s Pages
http://www.progenki.com/scroll/kin-moy/