Hi!
Please try flushing browser cache and refresh your page a few times. Menu is not visible on my end http://i.imgur.com/hjcLaxc.jpg
If you would like to remove subheader, please see https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
Regards,
Yigit
I was able to fix this with this code:
@media only screen and (max-width: 767px) {
/* fix for 3 columns on mobile */
#top .flex_column.av_one_third {
width: 100%;
margin-left: 0;
}
}
as suggested on this other thread: https://kriesi.at/support/topic/after-updating-images-in-columns-are-no-longer-responsive/#post-222975
NOTE: it works only on 3 columns layouts and it was not necessary any fix before the update, so a more stable solution would be ideal
Hi —
Great job on support for this theme. You guys are doing are really doing a great job!
I have a few questions on how to adjust the images in the portfolio.
I’m pretty close to what I want but can’t figure out the fine tuning questions.
1. For portrait images, I would like the image to center within the div section for that box on the portfolio page. (I’m basically just using the 4-column version)
— I modified the css for the image within this area to be : .grid-image img {height:230px; display: block;}
— but I can’t figure out how to get the image centered within the individual image cell,
— Also, if I increase the page zoom in a desktop browser, the static height of 230px makes landscape images distorted. What css would I use to have the images maintain their aspect ratio?
Thanks!
-Todd
http://postimg.org/image/pr1w5bwfd/
-
This topic was modified 11 years, 11 months ago by
tekpal.
Hello Yigit,
Removed! You are a freak!
Thanks very much, because it looks great!
I am delighted with my page and your theme.
Regards, Raúl.
Hi guys,
Been a while since I’ve been on here – hope you’re doing well!
I have a few questions I was hoping you can help me with since I added some new content to my site. I added an “as seen on” section to my homepage and I was wondering the following:
1) How can I get the images to be aligned centre vertically? Currently centred horizontally as per the option in the theme provides but as you can see they all seem to be aligned “top” vertically.
2) How come the centre image shows an overlay when cursor goes over it and the others don’t? Can I remove this?
3) Can I remove some of the whitespace around the top and bottom of the images?
I’ll include link as private msg next.
Many many thanks.
Best,
Jonathan
Hi!
You are welcome. I saw that you have another topic with your questions. So i am going to close this one and answer you there to avoid confusion :)
Regards,
Yigit
Hey!
I thought you removed
#header_meta { display: none!important; }
when it did not work. You can use one of two lines that are working. It should still work.
You are welcome, glad we could help! :)
Regards,
Yigit
That did the trick, only thing I had to do was make sure I didn’t include
#header_meta { display: none!important; }
I did it successfully with:
#header_meta { margin-top: -30px; }
#header_meta .container { margin-top: -30px; }
Thanks Yigit, I’d buy you a beer if I could lol.
Hi!
Please remove following code from Quick CSS
#main {
padding-top: 117px !important;
}
to remove marked section here http://i.imgur.com/QNcVc6F.jpg
And as you can see, icons looks great :)
Best regards,
Yigit
Hey!
Please try adding following code
#header_meta .container { margin-top: -30px; }
I have added your custom CSS codes and added this one and it works fine on my installation. Please flush browsers cache after applying the code
Regards,
Yigit
Hi guys, video embeds and plays well! But I don’t want to play it on auto.
How to stop the auto playing?
Thanks!
@butsie – This is how it is on mine (edit note: the screenshot shows a doubled up upper area but it was just a hiccup in the screenshot):

@Richard – and on your site:

-
This reply was modified 11 years, 11 months ago by
Devin.
Hey accunet!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
border-bottom: 2px solid red;
}
Regards,
Yigit
So my question is very simple–at least for me to simply ask it. ;)
How do I get the homepage to look and behave exactly like the test page in Chrome?
I have now tested on five different machines–same issue. The problem–with very little room for rational doubt–is with how Chrome interacts with this part of the theme. Please see my screenshots. Thanks!
Edit: It occurs to me to mention that you cannot see the difference on Chrome re the parallax scroll effect on and around the rock image on mobile devices–only on desktops and most laptops (but my users mostly use conventional PCs).
I think a very similar problem is generated also by fullwidth easy slider after the update. Can it be of the same origin?
See my post: https://kriesi.at/support/topic/fullwidth-masonry-fullwidth-easy-slider-layout-problem/
Hey,
I´ve been using a cool solution for mobile devices.
I create one area with the layerslider and directly below one with the easy slider. I feed the easy slider with all the end result pictures from layer slider (I´ve just made screenshots inside the layer slider editor and cut them), but just with an width of 767px.
Normally the easy slider is hidden (set this in main css), but if the screen has a width of 767px or below it appear and the layer slider is been hidden.
I use the same media query like Richard but with max-width: 767px and -> visibility: hidden
To show the easy slider on mobile I use this:
.page-id-xxx #after_layer_slider_1 {display: block !important; visibility: visible !important;}
.page-id-xxx #after_layer_slider_1 .container {width: 100%;}
.page-id-xxx #after_layer_slider_1 .template-page, #after_layer_slider_1 .el_after_av_layerslider {margin-bottom: 0 !important;}
.page-id-xxx #after_layer_slider_1 .just-on-mobile {margin: 0;}
I added “.just-on-mobile” as a class inside the easy slider settings. Look here if you don´t know how to do it.
Best regards
Hey Richard!
Unfortunately I cant reproduce the issue on my iMac or MBA as well. Works fine in Safari 7.1 for me as well as in Chrome and Firefox on both devices…
iOS is a different beast unfortunately which I am investigating but since it does no longer allow to autoplay videos without user interaction I will probably need to offer a backend option for what exactly should happen with videos there…
Best regards,
Kriesi
Failed – Upload additional Iconfont Packages generated with Fontello
Made some custom icons at http://fontello.com/ – downloaded the zip file then used the Iconfont Manager in theme options to upload.
Click the upload button allows me to upload the font and then click “insert zip file” but at this last step it fails every-time.
ERROR “Couldn’t add the font because the server didn’t respond. Please reload the page, then try again”
– Searched the forums – couldn’t find anything to help
– Updated PHP server settings to max and more. File is only 221kb anyway.
– Spoke to my server support (mediatemple) they couldn’t find anything wrong.
– Log files when set to “LOG ALL” don’t show any php errors. Nothing with the time stamp that matches the time when i reproduce the error.
– checked my .htaccess file – made it bare basic as a test – noting.
– tried chrome and FF and explorer – same problem
– updated to the newest version of the theme
I get the exact same problem as this guy does – https://kriesi.at/support/topic/fontello-uploading-error/
This does’nt work :
https://kriesi.at/support/topic/iconfont-manager-upload-problem/
https://kriesi.at/support/topic/error-trying-to-upload-fontello-font-file/
PLEASE HELP
is there any other way to upload the font via ftp or something? In this design we have about 40 Custom made icons and its really critical to use the font feature. Any help would be much appreciated.
-
This topic was modified 11 years, 11 months ago by
yes2themes.
I’ve re-opened you last topic and if you give us some time we will try to help. We are trying to find out why some topics are getting closed prematurely as its an issue we’ve had since the forums were updated a few months back.
Customization is adding in items that do no come with the theme or theme options. In your case, its a specifically styled button in the header that isn’t a theme option but instead custom styled. You can see why customization isn’t supported when something we provide off the cuff to try and help suddenly turns into “code provided by support” which in turns seems like it should be supported in all working instances. Again because it “came from support”.
In reality its us trying to go over the top and help find a solution even if it isn’t strictly supported. Often its a one off quick fix, sometimes it needs tweaking and others we can only provide a starting place.
The support policy is under the registration form when you sign up here which outlines Kriesi’s support policy: https://kriesi.at/support/register/
Richard -the fixes offered simply do not work. The code I used was given to me by the support team. Thank you for your insight on the 480px. I’ll look into it.
I do have the right to express my concerns. Both times my topics were abruptly closed, the last time it happened just after I had asked more strongly why these snippets of code were not working. I took it to be the same as being ‘hung up on’ by customer service. I just don’t know what to think right now. Pretty much between a rock and a hardplace.
Devin,
My mistake for not looking for what was considered ‘deep customizations’ before purchasing the theme. I guess I bought into the “Enfold is a powerful Theme that comes with an easy drag and drop admin interface.” copy of your sales-side website.
Hello Yigit,
I have done this changes in the css, like Josue post but adding spacing and a line between menu and social icons:
#main{
padding-top: 117px !important;
}
.social_bookmarks {
position: absolute;
top: 42px;
right: 0;
}
.header-scrolled .social_bookmarks {
top: 14px;
}
#header_meta {
height: 0 !important;
min-height: 0 !important;
}
.sub_menu {
display: none;
}
#top .main_menu {
right: 110px;
border-right-style: dashed;
border-right-width: 1px;
padding-right: 25px;
}
#top .social_bookmarks li {
border: 0 !important;
}
#header_main .social_bookmarks {
right: -25px;
}
See at: http://solucionestecnologicasparaempresas.com/
What do you think?
Thanks, Raúl.
-
This reply was modified 11 years, 11 months ago by
ribanezg.
That has not fixed the issue of the 4 columns in the footer not being responsive. It also does not address the spacing problem originally stated above.
#top .flex_column.av_one_third {
width: 100%;
margin-left: 0;
}
“With the fix that you sent, the images from the first row get stacked tight up against each other when it goes to mobile while the images from the other rows all have wider spacing between them when they go mobile.”
Everything was working fine prior to the update. How can I fix this without having to experiment with adding Quick CSS? Do I need to reinstall the theme?
Hey simpson199!
I re-opened the topic and tagged it for Peter.
Best regards,
Devin
Hi!
Unfortunally the bug has been closed (and I can’t write to the moderator)
But It’s not sloved and my last report isn’t answered.
Would be great if I could get some help:
https://kriesi.at/support/topic/bug-no-post-intro-via-more-tag-ist-shown-when-using-avia-layout-builder/#post-219225
Thanx, :-)
Simps
Hey Yigit,
I’m currently working on the site via Mamp. I added in that and it didn’t work the phone number just disappeared along with the top navigation grey bar.
This is how my header looks right now: https://www.evernote.com/shard/s77/sh/9c679ed9-c898-4326-92dc-98378895de09/ebeaeceae08f14c70a4072a457952561
Here is my Source Code: https://www.evernote.com/shard/s77/sh/e024fc17-7e59-42a0-b271-5c72cd95da24/f0b19a8ecd14e529d9a9e7485bf0d387
Current quick css:
.phone-info {
font-size: 14px;
}
#footer h3 {
color: black !important;
}
.phone-info {
padding-top: 62px;
margin-left: -30px;
}
.sub_menu { right: 12%; }
#top .social_bookmarks li { font-size: 19px; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #c3512f!important; }
.main_menu ul:first-child > li > a:hover { color: orange!important; }
.avia-menu-fx { display: none; }
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #494949;
}
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
font-size: 16px; font-weight: 700; font-family:'Lato';
}
.bottom_nav_header.social_header .main_menu ul:first-child > li a {
color: white;
}
#header_main_alternate .container, .main_menu ul:first-child > li > a {
height: 55px !important;
line-height: 55px !important;
}
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
border-right-style: none!important; }
.bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
border-left-style: none!important; }
body {
font-size: 14px;
}
#top .social_bookmarks li a {
color: #c3512f;
}
Thanks a lot, this support team is the best.
Hello Kriesi:
I have something weird going on in the footer of my site (www.acunyc.com). I have placed three images in the footer area. When I first go to any page in my site, using Firefox, the three images look properly stacked (i.e. 2 images at top and one at the bottom). However, when I mouse over the images, they shift and become stacked.
I created a video to show this to you (http://screencast.com/t/dTSHx28luv0). You will have to scroll down in the video to see this.
Can you help me with this situation?
Possibly if I could add a table to hold their position this would be best? I tried to do this, but the table borders were showing and I did not want this.
Thanks for your help!
Dan
For each response if you all could include a link to your page showing the video issue it would be very very helpful. I’d rather not have everyone in a separate topic so this way we can make sure we aren’t confusing anyones sites and trying to diagnose overlapping issues.
So just add the site url to the end of each response if you can each time you respond (just in this topic). Thank you :)