Hi,
i tried to put a search field for mobile like here:
https://kriesi.at/support/topic/mobile-search-bar/
But it doesn’t look so nice.
http://test.s-design.tirol/search_desktop.png
http://test.s-design.tirol/search_mobile.png
1. I dont want it on desktop version – just for mobiles
2. it would be nice if i could center the search field
Thank you for helping!
Hi Rikard,
i tried it several times and it doesn’t work using the advanced layoutbuilder.
Additional there is an other problem now:
After updating Enfold – all the layersliders in maincategories aren’t responsive now and were cropped. i tried several several settings but im worried now. The alignment iPad vertical is ok – the aligment iPad horizontal is false. Using desktop: by decreasing the browserwindow the layerslider-image will be cropped.
Best regards and thanx a lot – tom
Hey!
UPDATE: If this is not working, please try the solution here:
// https://kriesi.at/support/topic/lightbox-on-button-click/#post-650061
Regards,
Ismael
Hi!
We modified the code above. This script will assign different data-rel attributes for each group.
// https://kriesi.at/support/topic/group-lightbox/#post-340489
If you need multiple group of images, just create a new “avia-custom-gallery” container.
Best regards,
Ismael
Hi,
The pages are working properly when I deactivate the WP Rocket plugin. I’m not sure which specific settings are causing the issue though. Please try to toggle the WP Rocket plugin settings. Or disable the plugin then follow the optimization procedure provided by another user.
// https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/#post-720432
Best regards,
Ismael
Hi,
It’s normal because the top padding is not included in the section’s height calculation. If you want to fix this, you need to modify the js > shortcodes.js file, look for this code around line 2326:
wh100_mod = wh100,
.. add the top padding value in px:
wh100_mod = wh100 + 83,
Best regards,
Ismael
Hi,
Glad we could provide some clarity, please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey Tima,
Try adding this to quick css
@media only screen and (max-width: 768px) and (min-width: 483px) {
.caption_right .slideshow_caption{
width:600px!important;
}
}
@media only screen and (max-width: 414px) and (min-width: 320px) {
.responsive #top .slideshow_caption h2 {
font-size: 80% !important;
}
.avia-caption-content p{
font-size: 60% !important;
}
}
@media only screen and (max-width: 320px) {
.avia-caption-content p{
font-size: 50% !important;
}
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Hi Jessica,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Paul,
Great, glad you found a solution to the problem and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey Rikard,
I’ve attached a screenshot in the private date for your reference. As you can see the blog on the left has a short title while the one on the right has a longer title and I need everything to be ‘top aligned’ irrelevant of their lengths. I’m trying to have the images all the same size so there won’t be any further alignment issue.
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Add this Quick CSS:
.menu-item-top-level menu-item-top-level-6 a {
color: #fff !important;
let me know if this helped!
Best regards,
John Torvik
Hi,
Great, glad you got it working. Thanks @CDuyvis for helping out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hello,
How can I change the color of the arrow that takes you back to the top of the page? Please see attached…it is on the lower right corner. Also, is there a name for this arrow?
Hey ccorkrum,
Try adding the following css codes in Quick CSS (located in Enfold > General Styling), for breadcrumb:
.title_container .breadcrumb {
font-size: 12px;
}
for footer:
#top .copyright {
font-size: 12px;
}
Just adjust the font sizes. Hope this helps :)
Best regards,
Nikko
Hi,
Try adding this css code in Quick CSS (located in Enfold > General STyling):
#top.single-portfolio .avia-post-nav,
.single-portfolio #av-layout-grid-2,
.single-portfolio #av-layout-grid-3,
.single-portfolio #av-layout-grid-4 {
display: none !important;
}
Hope this helps.
Best regards,
Nikko
Hey LordLiverpool,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .ui-datepicker-multi {
width: 94% !important;
}
Just adjust the width as you see fit. HOpe this helps.
Best regards,
Nikko
Hi,
I am using the enfold integrated slide show below the header and menu of a customers site. On desktop everything looks fine, but on mobile it resizes the header and the fully image (especially the text) is scaled on mobile devices. I am using this layout:
View post on imgur.com
and this settings
View post on imgur.com
Would be great if you could help me with this soon.
-
This topic was modified 9 years ago by
timahe.
Jordan, Good afternoon. The map overlay you helped me with works great on the desktop, thank you! I’m having trouble with it responding correctly when viewed vertically on my iphone. I’ve a link below to the map page and a couple of links to the screen captures from my phone.
The log-in credentials I provided at the beginning of this string still work. Thanks for your help!
Hi,
Try using a Video module (which we will hide on desktop version and view in mobile). Then turn on Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ in the video module’s custom css classes field put show-mobile save the page and go to Enfold > General Styling, find Quick CSS and add this css code:
.show-mobile {
display: none;
}
@media only screen and (max-width:767px) {
.show-mobile {
display: block;
}
}
Hope this helps :)
Best regards,
Nikko
Hello there,
I am a HUGE fan of Enfold! It is the best theme I have ever used. It makes me feel like a pro! Plus, the customer support has been fantastic. Thank you, Kriesi.
My question is this – on just one page, the image in the color section at the top of the page, is not going to the top of the page (ie under the title bar). All of the settings seem to be the same as every other page on my site but, for some reason, I have a white bar at the top of this one page. I do not know why. My settings are: ‘Display only title’ ‘transparent and glassy header’ and I have ‘no padding’ for the custom height pixel setting in the Color section> section layout.
As I mentioned, the settings are the same for every page, but it is doing this weird thing on this one page, only. Please help!
Thanks,
Sheri
x
Hi m9491,
This code will work in most cases for pages, no need for custom class
#top .post-entry.post-entry-type-page .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos-content {
vertical-align: bottom;
text-align: right;
}
Best regards,
Victoria
I think for you, the selector would be “#top .av-rotator-container-inner”
But I’m not the expert. Wait til a moderator answers :-)
Hi george,
Try this adjustment. Notice though, the menu does not become the burger menu since it’s normal screen mode.
.responsive #top .header-scrolled.header-scrolled-full .main_menu {
text-align: left;
}
.responsive #top .header-scrolled.header-scrolled-full .logo {
left: 90%;
}
Is this what you’re trying to achieve?
Best regards,
Victoria
-
This reply was modified 9 years ago by
Victoria.
Yes, please close the topic. The request has been solved. Thanks again!
Hi blingblingsister,
You have to add this rule to your both of your mobile queries in woocommerce-mod.css
.responsive #top #main .products .product.first {
clear: both;
}
Let us know if this was helpful.
Best regards,
Victoria