Hi enfold-team!
There is a small line (transparent) betwwen the top header (if set as shown) an the main header area. Is it possible to hide these borders?
top header: social links
[transparent border] <– hide
main header: logo + main navigation
Thank you!
Hi!
You can try something like this:
.grid-sort-container .grid-entry:hover img {
visibility: hidden;
}
.grid-sort-container .grid-entry:hover article:before {
content: '';
display: block;
width: 100%;
background-size: contain;
background-repeat: no-repeat;
min-height: 300px;
position: absolute;
top: 0;
left: 0;
}
.grid-sort-container .grid-entry:hover article:before {
background-image: url('http://staging.holborn.ca/wp-content/uploads/projects/littleMountain-logo-495x400.jpg');
}
We hid the actual image on hover and then replace it with a pseudo container. We then applied the image as background to this container. This will affect the first portfolio item because we use the nth child selector. http://www.w3schools.com/cssref/sel_nth-child.asp
Example, for the 2nd item:
.grid-sort-container .grid-entry:nth-child(2):hover article:before {
background-image: url('http://staging.holborn.ca/wp-content/uploads/projects/ellison-logo-495x400.jpg');
}
Cheers!
Ismael
LOVE ENFOLD! (yes in caps)
– My site is a boxed layout, but I have Quick CSS set up to allow stretched layout on a few dev pages
– On one of the stretched layout pages I’ve got a Fullscreen Slider at the top with a 1/1 Layout Element below that that has a negative top margin.
– On desktop the 1/1 Layout Element doesn’t appear or is hidden behind the Fullscreen Slider until the user scrolls down. At that point it appears as desired, with top of the element resting above the slider image…and continues to remain at top of stack regardless of scrolling.
– On an iPad/iPhone the 1/1 Layout Element continues to be behind the Fullscreen Slider no matter what swiping/scrolling happens.
I have been trying to apply z-index: 100 via Custom CSS Class to the 1/1 Layout Element – and/or the Text Block within that element – without affecting the stack order. Can’t get the element to stack on top of the slider.
Any idea what’s up?
Hey!
The layer slider panel in your installation exhibits the same error that we found here: https://kriesi.at/support/topic/layerslider-not-working-5/#post-583136
Cheers!
Ismael
Hi!
I can’t reproduce the issue as well. Could you please provide a screenshot? And may I suggest a little tweak to the css code. This is for the “Ontap” menu:
.html_header_top.html_bottom_nav_header #top #header .av-main-nav>li>a:before {
background-repeat: no-repeat;
content: '';
height: 77px;
display: inline-block;
float: left;
width: 100%;
}
.html_header_top.html_bottom_nav_header #top #header .av-main-nav>li.on-tap>a:before {
background-image: url('../images/icons/drop.svg?1452678688');
background-position: 50% 100%;
background-size: contain;
}
Previous css declaration is pointed to all li’s link tag.
Best regards,
Ismael
Hi!
The theme doesn’t have a grid / list toggle by default so you’re probably using another plugin for it. The grid is using the default woocommerce template so the badges is working there. Ask the developer of grid / list toggle plugin for the template file that they use to create the “list” view.
UPDATE: This could also be a css issue. Adding this css code displays the badge but it took away the thumbnails:
#top div .product_on_sale .inner_product_header {
position: relative;
}
Best regards,
Ismael
Hi!
Use this css code:
.alternate_color.light_bg_color.title_container {
background-color: red;
}
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
color: yellow;
}
Adjust the color values as you please.
Best regards,
Ismael
Hey!
The search page is automatically created when there’s an existing file called search.php. You can ignore the errors but you have to disallow crawlers to index those pages. Example: https://kriesi.at/support/topic/links-to-404-pages/#post-588813
Regards,
Ismael
Hi!
Please add this in the Quick CSS field:
.wcv-datepicker-calendar.bottom {
top: -50px;
left: 1px;
}
Cheers!
Ismael
Hi,
Ok, great. Please let us know if you should have any more problems on the topic.
Regards,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should have any more problems on the topic.
Thanks,
Rikard
Hi!
Custom body background works only when the layout options are set to Boxed layout in Enfold > General Layout.
This is because when you use a stretched layout each container has it’s on background.

Once make these changes please use the CSS in Quick CSS with page ID.
html.html_boxed .page-id-74:before{
content: "";
position: fixed;
left:0;
top:0;
width: 100vw;
height: 100vh;
overflow:hidden;
background: #333333 url("http://localhost/_proj/enfold/wp-content/uploads/2015/07/minimal-portfolio-banner2-1.jpg")!important;
background-repeat: repeat!important;
background-size: cover!important;
}
Best regards,
Vinay Kashyap
Hi Vicken,
You can enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, or you can use the Magic Wand tool (last icon on the top row): http://imgur.com/GReRtrs
Best regards,
Rikard
I am having the same problem this person had: https://kriesi.at/support/topic/hhtp-crunching-error-uploading-media/
My media will act like it is about toad. Right when the status bar is full, the side of the window reads: HTTP Error. The image size is under the limit.
Also, how do I adjust the color section element bounds? When I use the background image with the parallax, it seems to want to cover the whole page?
Thank you
website listed in private content
There seems to be an issue with the top nav when viewed on an iPhone (i use a model 5).
The hidden nav is visible and above the logo and top-nav. The top nav is visible, which should be hidden, and spilling over the page content. The logo and top nav seem to be sticky, and locked position as a user scrolls, but they are locked in the middle of the screen.
Here is a screen grab: 
-
This topic was modified 10 years ago by
huberific. Reason: forgot to include URL
Thanks for your help Yigit!
Please, can you tell me the method to change texto of top buttons in Enfold Portfolio One Page?
If is css code, tell me the exacly code to change color, text and border.
Thanks a lot!
Edu
Thanks… I tried LayerSlider but the mobile version looked terrible (picture cropped, appeared vertically vs horizontally) so I went back to my original slider which at least looks good on mobile and desktop, just is a little wider than I would like. Seems like this would be so easy to set / fix?
I have built several websites that have required a mini menu at the top of the website that has links to other websites. I have been able to do this, but the major issue I am having now is the mini menu’s responsiveness. When they change sizes they look terrible. Any fix ideas?
-
This topic was modified 10 years ago by
Taftayers.
Hi it’s me again,
I found a solution for IE 10 & IE 11 !!
@media all and (-ms-high-contrast: none) {
.flex_column {
border-radius: 0px !important;
}}
Topic can be closed …
Regards,
Frankmen
It is possible to insert a song to the site background? But navigation can not stop playing.
Hey Vinay,
Well, I clicked the link, and logged in and I can see you made the page and put the ‘classes’ in, but I can still see all 3 fiels on desktop AND on mobile!! :-S No matter what browser I’m using… How is that at your end?
grt Boris
Hello!
I am wondering how to change the separator between accordion sort links from / to |.
An old thread I found (https://kriesi.at/support/topic/customize-accordion-sortable-all-tag/) referred me to code I am not finding in the functions.php file.
Can you tell me where to find this?
Thanks for your help!
Hi raisonbrands!
Please add to your CSS
#top .fullsize .template-blog .blog-meta {
display: none !important;
}
Best regards,
Basilis
Hi djshortkut!
Please change the code to following one instead
#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus, select:focus {
box-shadow: 0px 0px 1px 1px #188ece!important;
}
Cheers!
Yigit
Hi,
I’m setting up the theme and it shows the following message:
Warning: session_start(): open(/home/h8fSI3HFVpTK/drvicencgilete.com/tmp/sess_tqia4oq9cs561in5k4ui06as07, O_RDWR) failed: No such file or directory (2) in /usr/home/h8fSI3HFVpTK/drvicencgilete.com/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
I was looking to the topìcs forum and saw other people with same problem but no written solution.
Can you help me please?
Rgds,
Ok it works but how can i get the picture inside the container to the top and deactivate the mouse over? http://imgur.com/HGs0xs9 Thank you!
In any case you can always ditch the plugin and directly modify the registered sizes via code:
Hi corneliaboehm!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your images a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class {
position: relative;
top: 30px;
}
Cheers!
Yigit
try to take the full-screen slider instead.
This i think stops at the bottom of the screenheight.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) and (min-width: 768px) {
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 147px !important; }}
If you would like to share CSS or any other code, please use pastebin.com and post the links here :)
Regards,
Yigit