Hello to the Team,
the update has many nice new things to play around, thank you guys!
Could you please help me with my small issue?
I had set the header to be fixed in mobile devices, but after the last update it hides the layer slider.
the code I used in the quick css was:
@media only screen and (max-width: 990px) {
.responsive #top #header {
position: fixed;
}
.responsive #top #main {
padding-top: 80px;
}}
I also can´t find anymore the option to choose between the fly out menu and smth else ( I don´t remember the name anymore…). Did you take it out?
Hier is my site:
Best Regards
Asterios
-
This topic was modified 12 years ago by
Asterios.
Hi!
latest update added some ios love :) and yes the scoll to top button is not visible in iOS because tipping the top of the screen results in a hardware accelerated scroll event which is much smoother :)
Regards,
Kriesi
I created a website with only pages set as NO HEADER, NO FOOTER. After update a stroke appears at the top of the pages.
I reset my website to 2.5 to temporarely solve the issue.
Best Regards
Eric
This reply has been marked as private.
Hi!
I noticed a small syntax error in my code. I updated it here: https://kriesi.at/support/topic/entire-menu-disappearing-instead-of-select-items-with-membership-plugin/#post-232162
Please insert it at the very bottom of functions.php and make sure no other theme code is affected by the custom code (i.e. do not overwrite existing code).
Regards,
Peter
Hey!
Versucht die Linkfarbe mit diesem Code anzupassen:
#top .wsp-pages-list a{
color: #919191;
}
#top .wsp-pages-list a:hover{
color: #21749b;
}
Die Farbwerte könnt ihr natürlich ändern.
Cheers!
Peter
Hi!
I think this issue is related to a small bug in functions.php. Please try the fix Devin provided here: https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122 . We’ll release the hotfix update asap.
Best regards,
Peter
This reply has been marked as private.
Hi,
it seems to have been an issue with my child theme. I had relocated my base.css to the child and did some customization there. To solve the problem i have copied the base.css from version 2.6 to my child and implemented my changes again. Now images are shown as expected again. Sorry for any inconvenience I have caused with this “bug report”.
Regards
Michael
PS: The new header options rock! And i could remove all my custom css I had formerly to deal with the header except
#top .main_menu .menu>li:last-child>a { padding-right: 13px !important; }
to deal with the last menu item if you do not display the search icon.
2nd PS:
The iconbox background color issue within a color section with alternate color scheme still exist:
https://kriesi.at/support/topic/colorsection-and-iconbox/
Hey!
The theme does not support a map background at the moment. You can suggest this feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll maybe implement it. If you’re in a hurry please hire a freelancer who can help you to implement such a feature.
Regards,
Peter
Hi gmmediadienste!
Kriesi setzt diese standardmäßig per CSS auf eine Größe von 80px. Du kannst die Größe mit diesem Code:
#top .gallery .gallery-item {
width: 150px;
height: 150px;
}
anpassen. Füge den Code in das Quick CSS Feld ein.
Regards,
Peter
We can keep this thread separate, but I wanted to point out that my two threads are related.
https://kriesi.at/support/topic/layerslider-enfold-2-6-issue-on-safari/#post-235290
Hi Devin Im not sure what would cause this I tried on my wifes phone and my sons ipad both did the same thing where slide does not work until I reload or push the castleman logo in top left. any ideas, I have loaded new update as well.
Here is what i get screen capture http://www.castlemanplumbing.com.au/wp-content/uploads/2014/03/photo.png
Hey remix1998!
No not at the moment it isn’t without creating custom page templates and setting the header for each page via php.
Best regards,
Devin
You are describing two different things in turn. Please try and clarify what exactly, in as much detail as possible what the issue is.
If you are having issues with the child themes style.css file specifically and the styles being applied then you can use the fix i posted here: https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122
If you are having an issue where the color or font options you select in the themes Styling tab are not taking effect can you please point out which ones specifically are not working and where on the site I can see them and what the correct styling should be according to the choices you have made in the styling tab.
You can put it as a private reply to this topic or click the Send E-Mail link below my Gravatar if you want to do it via mail.
Hey!
The code for the promo box would be:
.page-id-60 .av_promobox {
background: rgba(255,255,255,.8);
}
If you want to target multiples you do it this way:
.page-id-58 .main_color.iconbox_top .iconbox_content, .page-id-60 .main_color.iconbox_top .iconbox_content, .page-id-38 .main_color.iconbox_top .iconbox_content {
background: rgba(255,255,255,.8);
}
Cheers!
Josue
I can’t say enough how much I love this theme. Thank you so much for your work and your support.
Have a few more things that I need help with.
1. I would like to give the top menu a color background and then the font lighter. But for the main menu then, leave it a white background with dark font. If I change in top menu, it also changes the main menu. How can I do what I want to do?
2. I would like increase the size of the social icons. Cannot find out where to do that.
Thanks again. http://charbonneaugolfclub.com
Dear Sir
I got a question about how to setup top & main menu ??
I want to use a page as frontpage which only show top menu, and the other page such as blog page or reading page which can show top menu & main menu or even secondary menu, how can i setup menu to do it, is it possible to do different pages have different menu?? how can i do it ?
Many Thanks
When history, cookies and data are cleared on ipad or iphone the slide show does not work.
Upon touching logo top left it loads site again and slide show works, could you supply me with the fix please so slide show works when a new person loads site.
castlemanplumbing.com.au
Hi!
1. Try adding this code to the Quick CSS:
.av_promobox .avia-button-wrap{
float: none !important;
}
.av_promobox .avia-button-wrap .avia-button {
float: none !important;
position: static !important;
margin-top: 0 !important;
}
2. You can put a shortcode (contact form) in a layer of LayerSlider.
Cheers!
Josue
Hi,
I have made some modifications in the header (thanks to your help!) and I have a mast problem with my top menu links which are not properly clicable? The mouse has to be on the very top of the menu to be able to clic. I guess this is a Z index problem but I did not manage to fix it myself.
Here is my website
http://goo.gl/bDLlkd
Many thanks for your help !
Hey!
No, is not possible as far as i know.
Best regards,
Josue
Hi Guys —
2.6 has really improved the development experience for full browser video! Thanks —
I am using a video for my home page
http://www.oceanportalproject.org
Works great on the desktop, but when I look at it on an iPhone and iPad the image I have used as a background image does not stretch to fit the screen —
On the Styles/Custom Background setting I have the option to repeat the image but this has a different effect. I’m wondering if a stretch to fit selection could be added to that area or if there is a different way I should go about getting my background image fall back for video on mobil devices to stretch to the edges of the browser.
Best — George
Hi Josue,
Thank you for checking in! I believe it is fine now, I just used the original css #top textarea as I found this is the one that worked on all browsers. It’s not localized to the chat box though but doesn’t seem to be messing anything up. If you feel that it’s ok to make this global adjustment and I’m not missing anything then this is resolved.
Best,
Jonathan
Its a fairly simple change that you can make yourself. The Quick CSS field is the exact same thing as adding css to a .css file and allows you to wait for us to update the main parent theme.
If you want to make the change now you can do so in the functions.php. I wrote it out for another user here https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122 .
I’ll need another 20 or so minutes to test it on my live dev server and then push it to Kriesi so it can get added to 2.6.1.
This reply has been marked as private.
Hey coretekk!
Thank you for the suggestion! It has been requested a few times in the official feature request topic as well but so far I’ve not heard if Kriesi has any plans one way or another on the feature specifically.
Best regards,
Devin