Hey Dude,
I know there have been 2 updates since your latest post. We have the latest version, but captions are still not showing on the lightbox. What do you suggest? Same as mentioned above? On mobile, users having to select the thumbnail twice is a bit cumbersome (once and shows caption, twice and shows image. Also – is there not swipe capability with lightbox so mobile users can simply swipe vs trying to click a 1cm button with giant sausage fingers?
Thanks! It does work if there is no background color selected for the layer. See slide 3 at http://talentdev.valiantlane.com/test. It doesn’t if the background color is selected. See slide 4 at http://talentdev.valiantlane.com/test.
In order for the banner that I inserted into these slides to resize in responsive mode, do they need to be images rather than text and boxes?
Hi guys-
I updated Enfold and it’s running great. I need to re-address the issue of the lightbox though. I want to be able to use it other places, but don;t want it to automatically active on portfolio page images. I’m opening them up in AJAX, and the images are a slideshow. I need the nav buttons for the slideshow, but do NOT want users to be able to also click on the photo (getting the same red circle as when you click on grid thumbnails) and open the images in a lightbox. Redundant. How can I disable this? Last time we talked I believe Kriesi said it was a bug.
Thank you!_
You closed the topic even it was not resolved ))
My issue is the images like this with the kitchen and tablet. Here http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
They are not being resized in responsive resolutions. Instead they are just hiding the right overflow,
And this is ruining the img an the design.
I believe I am not the first one who ask about this, but I can’t find any.
Do you agree this is not ideal, when the sliders are responsive perfectly, but not those.
I really need a solution.
My solution wasn’t ideal for me it just better than cut the image.
Wait for your solution.
P.s. I am sorry my english is not perfect, if I did not explained the issue good anough then tell me ))
Hey,
Please remove the main image on Media > Library to clear the cache.
Regards,
Ismael
Can you tell me how to add an image in place of sidebar border. You can see what I mean here in the second image http://www.learningpros.com
I would turn off the border and add a shadow.png as separator.
Hey,
First create a page then insert the Portfolio Grid.
Which categories should be used for the portfolio? – Select which categories you want
Columns – Select how many columns
Post Number – Number of portfolio items that you want to show on a single page.
Excerpt – Select if you want to show the title or the excerpt or both.
Link Handling – Open the portfolio items on their own respective page or enable AJAX portfolio
Sortable? – Enable category sorting
After you configure the options, publish the page then create a Portfolio Item. Set a featured image then publish it. Visit the Portfolio page that you just created, it should show right away.
Please watch this video: https://vimeo.com/channels/aviathemes/64927359
Regards,
Ismael
Hi Dave,
Can you try deleting those elements from the layout, saving, then re-adding them in?
Regards,
Devin
Hi vadi4ek,
Any image you set as “fixed” means *you* do not want it to re-size. This isn’t a bug but just how css works.
Regards,
Devin
The height and width for images is not an absolute necessity. In this instance, the theme does not output it so there isn’t any immediate change we can do to alter that.
For the promo box issue, you need to update your theme files as I’m not getting the same issue on the current live version of the theme.
I did a quick tutorial on updating the theme files via FTP which can be viewed here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Ismael, . . . I would buy you a beer right now if i saw you. ;-) That did the trick my friend. Usually I’m concerned with what the issue was, but I’m just happy it’s fixed because i lost a whole day trying to figure this out.
You’re awesome! (RESOLVED)
Cheers!
-Pat
Could you let me know what is going wrong with my tag page:
http://chriswardphotography.net/blog/tag/photoshop/
The ‘Related Projects’ slider is full width over the side bar. Is there a way not to display this on the tag page? Also does it need to display the feature image? It looks a bit of a mess at the moment :-(
Hi jdrakeproductions,
The theme uses an automatic link detection to grab images and video links and output them to a lightbox. To disable it on an item you need to add noLightbox to the link like so:
<a href="https://vimeo.com/westcobbchurch" class="noLightbox"><img src="http://www.drakeeats.com/wp-content/uploads/2013/08/vimeoicon32x32.png" /></a>
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi Chris,
It depends on what field you put the content into. If its the ID then your selector will be #idname {} . If its a class then it will be .classname {} .
Title, alt and rel are not css selectors.
See: http://www.w3schools.com/css/css_syntax.asp
Regards,
Devin
Hi.
I sent you a mail about this before too. I am using the live support software from cSupportHQ but when someone tries to chat with me the chat header isn’t showing properly. They told me it’s an issue with the css. I put an image and the link to my website in the mail.
Update….I have got all of them working except Vimeo…is there some reason Vimeo is pulling up in lightbox?
Found temporarly solution, until you find a permanent and ideal one.
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {
#top #av_section_2 { background-attachment: scroll !important; }
}
Just make it scroll under desktop resolution.
What do you think about it?
I just afraid it will make trouble in future with another elements.
Regards!
Hmm, that didn’t seem to do the trick. I will go through and remove the featured image on them all and then read them and see if I’m getting the same problem and then get back with you. Super weird, eh. I’ve don’t have a clue as to why it’s linking to the wrong thumbnails.
Hey,
Please add this on your custom.css or Quick CSS
.big-preview {
display: block;
padding: 0;
}
.big-preview.single-small .attachment-large.wp-post-image {
width: 100%;
}
Regards,
Ismael
In the footer of my website here:
http://www.drakeeats.com
I am trying to use some social media icons to link to their pages, but when I click on the icon it just opens a lightbox to try and display picture. Here is the code I am using in my widget for Footer 4. Any ideas?
<a href="https://vimeo.com/westcobbchurch"><img src="http://www.drakeeats.com/wp-content/uploads/2013/08/vimeoicon32x32.png" /></a>
Hey,
You can decrease the size of the content container, the sidebar will then increase in size.
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 850px;
}
}
@media only screen and (min-width: 1140px) {
.responsive .container .nine.units {
width: 690px;
}
}
.container .nine.units {
width: 600px;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container .nine.units {
width: 450px;
}
}
Regards,
Ismael
My issue is the images like this with the kitchen and tablet. They are not being resized in responsive resolutions.
And this is ruining the design.
I believe I am not the first one who ask about this, but I can’t find any.
Do you agree this is not ideal, when the sliders are responsive perfectly, but not those.
I really need a solution.
Hi,
Please try to regenerate the thumbnails, using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
The featured image is linked to a different image.
Regards,
Ismael
Hi,
first i want to say that this is an amazing theme :) I am loving it.
I have two questions. First i try to set the link of an Image in the easy slider (or other elements). But it cannot save it. I can say link to Portfolio and can choose which entry i like to link but when i click on save nothing happens. What is wrong? Did i miss something?
For the social icons: There is no possibility to make a link to a youtube-channel? why not?
Thanks for a quick reply
Greetz
Christian
Hey,
1.) Please give us a link to the website. We need to inspect it.
2.) Edit framework > php > class-framework-widgets.php, find this code:
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
echo '<a href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
if($this->add_cont == 2) echo '<a href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
echo $after_widget;
Replace it with:
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
echo '<a target="_blank" href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>';
if($this->add_cont == 2) echo '<a target="_blank" href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>';
echo $after_widget;
Regards,
Ismael
Not sure whether iPad had the problem to begin with, though.
I think what I’m seeing here is still the Enfold play button.
The double button issue is on IPhone.
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
.image-overlay.overlay-type-video {
display: none !important;
}
Hey guys,
I want to use one of the built in icons as the featured image for my blog posts. There is no option to do this and wondered if it was possible?
Thanks,
Evan