**UPDATE** – Added the shortcode to the “Phone Number or small info text” area, and this does work – kind of…
It adds the search form (I’ll need to style it with quick css), but uses ajax to show search results, and makes the top bar push all other content down, and has a transparent background? How do I disable the ajax results, and just have the results come up in a separate page?
See image: https://snag.gy/HO57zo.jpg
Hi
i tried to make streetview fill up a 75% fullwidth section. Named the section streetview and applied following css code to it.
#streetview .container, .responsive #top #wrap_all #streetview .container { width: 100% !important; max-width: 100%!important; padding: 0; margin: 0!important; }
after that i placed a codeblock into the section and added the streetview iframe to it.
<iframe style=”position: absolute; border: 0; height: 100%;” src=”https://www.google.com/maps/embed?pb=!1m0!3m2!1sde!2sch!4v1473951953028!6m8!1m7!1s6pCAJvdJLK6IoYkRxBh96Q!2m2!1d47.3343105!2d9.4070898!3f251!4f0!5f0.7820865974627469″ width=”100%” height=”100%” frameborder=”0″ allowfullscreen=”allowfullscreen” scrollwheel=”false”></iframe>
works fine in Firefox but IE 11 only displays a stripe.
can you help me out on this?
Thanks Yigit. I’m sorry for anything.
Close topic :)
-
This reply was modified 9 years, 6 months ago by
leooka.
Ah, found out that the element .logo.bg-logo wasn’t the right one. I changed it to:
#top .logo {
left: 50%;
transform: translateX(-50%);
}
And now it works.
Thanks anyway!
-
This reply was modified 9 years, 6 months ago by
steviger.
Hi
I need to add a full screen background image on just one page, that has the id ?page_id=3230
I need it to cover the entire page, ie going behind the top menu, mai content and footer etc.
Many thanks in advance
Hey!
That is because your home menu item is linked to “#top”. Please go to Appearance > Editor and remove that menu item and add your home as page from the list on the left.
Regards,
Yigit
Hallo, gibt´s eine Möglichkeit einer Einstellung, dass man die Fotos nicht per Maus auf den Desktop ziehen kann. Lt. Fotolia muss man das so einstellen, zweck Rechte und so …
danke im voraus
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
#top #searchform {
display: none !important;
}
#header_meta .sub_menu {
min-width: auto;
}
}
Regards,
Yigit
Hi Daryl!
Please edit your page and edit the color section element at the top of your page and change its background as needed
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info {
position: relative;
top: 50px;
}
Best regards,
Yigit
How do I remove the Logo from the top header of my site?
Hey Charlotte! :)
1- You have following custom CSS code
.avia_textblock iframe {
width: 350px !important;
}
Please remove it
2- Please add following code to Quick CSS
div[data-cf-widget="search-iframe"] {
margin-top: 10px;
}
Cheers!
Yigit
I’ve just updated to Enfold 3.8 and now all my coding in my WPML doesn’t seem to be working. I’ve used the code from your support tread https://kriesi.at/support/topic/remove-language-switcher-flags-in-header/ which has worked fine up til now.
I’ve don’t want the flags to be shown in the menubar and also I only want the inactive language written in letters to be shown in the menubar.
Hi Vinay,
Brilliant! Thank you for pointing out that the image itself had a line and for the code to remove the space on top. Both are now fixed.
Now, can you please help to reduce the space between Layout Elements on just that one page?
And to reduce the space between the image and the text “Compare Long…” inside of the Text Block on just that one page.
[Please see the image in the Private Message that shows my goal]
Ultimately, my goal is to have the bottom of the Contact Form above the fold of a small monitor
Thank you.
sure.
The page shows up fine on desktop but on mobile the post don’t show up until you scroll down.
Hello,
Please check http://www.debierbeleving.nl
On desktop, the logo disappears when scrolling down. On tablet, the logo will NOT disappear. How can I arrange that the logo also disappears on tablet when scrolling down?
Thanks for your help!
Martine
Hi,
A while ago, but still looking for a solution for this issue…
I followed Ismael’s instructions above (#609402 of April 7th) but unfortunately that didn’t work. The top of the tab element is still hidden by the menu. I deleted everything from style.css and functions.php again, but kept the Header > Header Layout > Header Size to custom pixel value at 116px.
Can you try again to login please and have a look? Below new login info.
Thanks a lot and best regards,
Monique
Hello,
I would like to display the text block font in different sizes in mobile and desktop for certain text blocks.
Is it possible to add a code to Custom Css Class field, so it would display differently in the mobile?
Best Regards,
Hi the Enfold Support Team!
http://www.newyorkinspiration.com
Flight Search box on the right hand side
1. The whole width is not visible for some reason
What code shall I add so it is?
2. I want the Flight search box to the align on the top with the Hotel search box.
What code shall I add?
Thanks!
Charlotte
Hey guys,
So somehow I must have done something wrong myself, although I don’t know yet what ;-)
Any way, it works now! Thanks a lot for your help and please flag this topic as solved.
Have a nice day,
Monique
The question is quite simple: can you move the position of the “Header Phone Number / Extra Info” from top to down? In the Enfold menu> Header I can only select whether the text is right or left.
Hey blaircomm,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:992px) {
.ls-slide.ls-slide-1 {
margin-top: 87.99474px!important;
}
.container.av-logo-container {
height: 210px !important;
}}
Best regards,
Vinay
Hey!
But how do I get the post meta data to show under the title?
1.) There is no element for that so you have to create a shortcode or a new element.
// https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb
// https://kriesi.at/support/topic/using-alb-with-custom-post-type-and-meta-information/#post-580144
2.) Please provide a link to the actual post.
3.) Use the “[jetpack-related-posts]” shortcode in the template-builder.php file or add it in the builder’s text or code block.
Regards,
Ismael
I have included a logo (in white -as a .png) in the full screen slider header using html
it works fine and I have used this before on other sites built using enfold. I love the theme – by the way! But on a mobile there is a really huge space at the head of the logo. It sits fine on my desktop… is there anyway to control the padding on mobile device only please?
Hi Rikard, are you saying that you did something to the code of the one we were using? our technical guy said we were using the legal copy and stopped using the other, so why has it expired?
Thanks,
Dominic
Hey!
Did the filter work? What if you have a map widget in the page?
Related thread: https://kriesi.at/support/topic/third-party-google-map-plugin/#post-681515
The filter is basically the same with yours but it will also disable the map widget api.
Regards,
Ismael
Hi – did that initially – see top of thread. No effect
Hey classywebsites,
The line is part of this image in private content. Crop the image on top 2px it should go away.
To remove the space on top Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-10793 main {
padding-top:0!important;
}
Best regards,
Vinay
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Regards,
Rikard