Hey,
Please refer to this link: https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Make sure that you only change the necessary lines. Remove browser cache then reload the page.
Regards,
Ismael
Hi,
Please try this:
#top.page-id-1780 div .avia-gallery img {
max-height: 100%;
}
http://chriswardphotography.net/consumer/galleries/fashion-and-portraits/
Regards,
Ismael
Hi,
Deselect the Blog on Enfold > Theme Options > And where do you want to display the Blog?. Create a Blog page then insert the Blog Post element. Select “Single author, big preview pic” as the Blog Style. Publish the page. Go to Enfold > General Settings > Blog Style, select “Single Author, small preview.”
Regards,
Ismael
Great theme by the way. My only problem with the UI so far is Additional navigation bar on smaller screens. For example, on my phone the main navigation is all grouped into the navigation icon. The Additional navigation stays at the top of the screen. The problem with this is that anyone visiting the site thinks that the Additional Navigation is the main navigation and don’t see the collapsed main navigation.
Is there a way to place the Additional Navigation into the navigation icon with the rest of the menu items on smaller screens?
Thanks in advance
Gday Kriesi forum
I’d like to automate excerpts on the archive page, rather than the default full post content.
I did read a recent post that was in need of the same but the thread is closed and I didn’t understand the latter steps: https://kriesi.at/support/topic/enfold-archive-exceprts
I placed the archive.php in my child theme includes folder, and modified line 47 to say get_template_part( ‘includes/loop’, ‘archive’ );
But then I’m not sure what to do next. It seemed as though I need to also include the loop-index.php in the child includes and modify that. However, I don’t know what to do to modify that file.
Does anyone know what I need to do here?
Thanks for any help you can provide me.
cheers
Darryl
The video portfolio on my site stopped working. Not sure when but it was working fine previously. The thumbnails no longer show up and the videos link to youtube instead of lightboxes. No changes were made to the site during this time. Please help.
Hi chronospd,
Is the laptop touch screen enabled by chance? It sounds like its telling the browser its touch capable and to ignore hover effects. I’ve not had any experience with the hardware yet but its just a guess based how popular they have gotten for manufacturers recently.
For #3, can we see an example of the page/sliders? It’ll help make the css a bit more specific and not accidentally hit any other slideshow elements.
Regards,
Devin
I don’t care for Q1, but would like a fix 2 and 3 if possible. Thanks.
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)
Hi italiatiles,
You can target the home page alone using the .home selector in your css.
For example:
#top.home div .av_one_third {
margin-left: 2%;
}
Regards,
Devin
Hi wss310,
How are you trying to set it now? What should work is creating a new page named “Blog”. On that page in the editor switch over to the Advanced Layout Editor and then add a single 1/1 layout element. Now add a Blog element inside that element and select all the categories and display options you want for the blog page.
Now on the right hand side of the editor there is a meta box labeled “Layout”. Choose the sidebar side you want from the first dropdown and then from the Sidebar Setting choose the “Sidebar Blog”.
After saving this page will have the blog content and the sidebar widget from the sidebar blog at the top and then the other widgets from Display everywhere and pages after (since WordPress has cascading widget areas).
Regards,
Devin
Yes. Please look at the featured images for the blog posts shown at the bottom of the home page, and for the featured images at the top of each post on the blog page, for this site:
uufreethinker.com
To my eye, these images are slightly rounded (not perfectly sharp corners).
The site is still under construction, but I will temporarily activate it so that you can look at it.
Thanks,
John
Hi,
I’m working on a new page, have just started, and noticed that the 1/2 – 1/2 columns don’t seem to be working on IE?
For example: here is the page I started – it works fine on Firefox, Chrome, Safari – but on IE they go one on top of each other, rather than side-by-side?
http://sciant.com/pages/about-us/
Is there a fix for this?
I uploaded the latest version of Enfold. The IE version I’m using is: 10.0.9200.16660
Thanks!
Steve
Please read over the post from the top.
I am getting this problem when loading images in the preview gallery on IE10:
http://www.chriswardphotography.com/test-area/examples/image-test2.jpg
The ajax is only mentions as Ismael gave me some CSS that fixed the loading problem in the gallery but messed with the ajax thumbnails in the portfolio page so I could not use it.
#top div .avia-gallery img {
max-height: 100%;
}
Hi, thanks for your reply.
When we do this, the Picture in the detail view stays small. but we need the big picture like “single author, big preview pic” in the detail. but the small picture on the left.
is this possible somehow?
Hi artistic24459,
Your original rgba color code is incorrect because its rgba and you don’t have an alpha value. So it should just be rgb.
The icon is a font so if you want it larger you just increase the font size (its the best thing about using font file for icons!).
For example, this gives you a gray overlay with a giant icon:
.image-overlay {
position: absolute;
background: #333;
z-index: 500;
height: 100%;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
}
.image-overlay .image-overlay-inside::before {
content: "E744";
font-family: 'entypo-fontello';
font-size: 120px;
font-weight: normal;
}
.image-overlay .image-overlay-inside::before {
position: absolute;
border-radius: 50px;
background: #000;
height: 80px;
width: 80px;
line-height: 80px;
left: 50%;
top: 50%;
margin: -40px 0 0 -54px;
z-index: 500;
text-align: center;
color: #fff;
}
a:hover .image-overlay .image-overlay-inside {
-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
I included the animation just so you can have it as a reference. If you wanted everything to only effect the portfolio on that page you could use the page ID selector as a prefix to your other selectors.
Hope this helps.
Regards,
Devin
Ok, found the answer by changing the code to:
.page-id-349 .avia-builder-el-11, .avia-builder-el-24 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #b1b1b1;
background: rgba(255, 255, 255, 0);
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
So, question has changed a bit. Is there an easier way to do this? I have multiple columns on multiple pages and to add this custom css every time would be too time consuming.
Thanks
Andrew
By the way, will all this custom CSS had an effect on load times?
Hello,
I am using the code below to add some styling to a columns on a page:
.page-id-349 .flex_column {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #b1b1b1;
background: rgba(255, 255, 255, 0);
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
However, this targets all columns on the page including the footer columns. Is there any way to specifically target only some columns on a page?
Thanks
Andrew
Hey,
The code above is for the normal desktop view. Please adjust the width if necessary. Don’t remove browser cache then reload the page a few times to see the changes:
.boxed .container {
margin: 0px 10px;
}
.container {
position: relative;
width: 990px;
}
@media only screen and (min-width: 1140px) {
.responsive .container {
width: 1110px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .container {
width: 762px;
}
}
Regards,
Ismael
Hey,
You can use this:
.title_container .main-title {
margin: 0;
font-size: 40px;
position: relative;
z-index: 2;
min-height: 36px;
line-height: 2.3em;
top: 0;
font-weight: 400;
}
Regards,
Ismael
Hello,
I’m working with Enfold and an Ajax portfolio grid. I’ve placed some video clips inside the previews for several projects, and I’ve noticed that once I’ve started playing a video it often doesn’t stop until I pause it, even if I close out the preview, or click to open another preview, replacing the view of the clip. I can’t see it, but I know it’s still playing because I can hear the audio, and navigating back to the project, I will find it playing.
I’ve also noticed that sometimes, after either closing the preview or clicking on another project thumb, the clip does stop, but only to restart after a pause, sometimes from the start of the clip, and sometimes from where it left off. This especially becomes a mess when you’ve already moved on to watching another clip and get an overlap of audio.
Is there a way to force all video clips to stop playing once you either close the preview area or click on another project thumb?
All my video is currently linked to Vimeo, if that helps.
You can test it out for yourself here: http://www.omarramirez.net/cms/
thanks
Omar
Thanks Devin… Here is the older post…
https://kriesi.at/support/topic/slideshow-is-not-auto-rotating-when-previewing-in-ajax
And I thought I’d try it again, since I’ve upgraded the template since, but I can’t even locate that copy in slideshow.php.
Essentially… once one of these is opened up, and the slideshow starts (now it works, that was the bug Kriesi was referring to) I do NOT want the user to be able to click on these images from the slideshow to open them in a lightbox. I want to completely disable that function. They’re already watching the slideshow with full size images…
http://networkgreenhouse.com/responsive/portfolio/
Thanks!
Devin,
I tried adding the “display: none” code to the custom.css and it semmed to have no effect on the easy slider on the top right part of the sidebar on my home page.
I also tried adding it to the “quick CSS” and that also did not work.
Any ideas?
How do you “remove them”? in my screen i can select the transitions by placing a green check mark at the left hand side of the said transition. In that window there is no save button, so i have to click the red x at top right, then save changes at bottom of page. Yet, the transition field says Select Transitions, not the name of the selected transition in the previous step. Please, could you share your screen when setting this? I could then see if my screen shows/lacks options.
Hi Ismael – the upgrade to 2.0 fixed it! You guys rock! thank you
How about for a normal desktop?