Hello!
You can add this on your custom.css or Quick CSS:
.sub-menu .av_font_icon {
position: relative;
margin-top: 5px;
}
Cheers!
Ismael
The buttons that we place onto our pages have somehow lost their styling. I don’t know what has caused this. I just reset the styling of our theme back to the default splash blue and removed all custom CSS quick styles as well.
This still shows the buttons as being unstyled or not completely styled.
You can take a look on this page here:
http://mastccs.org/student-life/cafeteria/
The buttons right at the top of the page show the issue.
Thanks!
Hi!
Can you please give us a link to this page? http://holidaymarketing.de/?attachment_id=2635
This will move the content upwards:
#main {
margin-top: -20px;
}
Cheers!
Ismael
Theme: Enfold
We want to remove the entire top menu navigation and logo area on selected pages. Not all pages, just a few.
We want to use the query string in the URI rather than changing a global setting using CSS so that it doesn’t affect all pages and
we can control which pages have the top nav menu area.
Q1. So, how do we remove the entire top navigation and logo from selected pages using an IF/Else loop in the functions file of a Child Theme?
We prefer to do this server side rather than javascript due to reliability reasons for browsers using a PHP header request of
$_SERVER[‘HTTP_HOST’]
Basically this in a nutshell:
If
pageid=XXXX
// remove nav id
Else
//show id
I assume this is not already built into the backend of Enfold or Worldpress. If so, please share link to a reliable plugin, or specific code in your template.
We are not asking for exact code to remove a specific page id at this point. We need a general framework for the function and
we will be able to manipulate it from there. We are competent PHP coders.
We do not have a online link to share because we are testing your template on Localhost using Xampp.
Thanks.
Hello!
No, not that I know of. It would be set by the uploaded video file. You could overwrite it with css via something like:
#top .mejs-poster.mejs-layer {
background: red;
background-image: none !important;
}
#top .mejs-poster.mejs-layer img {
display: none;
}
Then alter the values to suit. If you need to make it only effect that item you could wrap the video element in a specific custom css class or make it specific to the page. The best solution however would just be to get the image Ismael referenced back online.
Regards,
Devin
Hey!
In the top right of that menus manager area select Screen Options and you can then check the boxes for the other items to show up so you can select them.
Cheers!
Devin
Hi!
You can use this:
.archive .main_menu div ul li {
display: none;
}
Move this bit of code at the very bottom:
#top #menu-item-search {
display: block !important;
}
Regards,
Ismael
Hello,
http://www.coronatolive.com
When I run firefox initially having cleared the cache before the logo image leaves very little and from there ok.
In safari and chrome sometimes appears and sometimes not.
In explorer always work well.
What’s the problem?
I have the following quick changes in the css:
.logo { top: 10px; padding: 10px; position:relative; height: 200px; line-height: 200px; }
#header_main { background-color: #600319; border-width: 0px;}
#header_meta {
border-top: medium none;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
min-height: 30px;
z-index: 400;
}
without these changes work properly, what happens is that the logo I want to have bigger and that part of the header and subheader (where the breadcrumb) have a background color.
Thanks!!!
Xavier.
Hi,
Actually, this is the error that I’m getting:
http://i.imgur.com/IBb7eWq.png
When I check the box for Enfold main menu and save the changes on the menu page. The setting does not stay. The check box reverts back to the uncheck state and nothing changes.
Currently, our menu on our site is actually all of our top level parent pages.
Thanks!
Phil
Hi,
I still need an answer for one of my questions on how to change the header top bar text link color and hover color. The color for the links in top header bar needs to different than the main header text color.
Thx,
Seth
Hey e-conomy!
In general this is not what we help with via support. If you are unsure about how to do that you can see this topic in the WordPress codex: http://codex.wordpress.org/Moving_WordPress
And use a plugin like this to extract your database: WP MIGRATE DB
Cheers!
Devin
Hello!
Please add following code to Quick CSS
#top .variations td.label { background-color: #222222; color: white; }
Cheers!
Yigit
Hi!
Please add following code as well
.title_container .breadcrumb { right: auto;
top: 80%;
margin-top: -15px;
left: -3px;
}
#top .title_container .container { min-height: 70px; }
Regards,
Yigit
HI!
1.My Footer Socket don´t show up on the latest Version on mobile devices…
i found:
https://kriesi.at/support/topic/footer-menu-not-visible-in-iphone-portrait-view/
and
https://kriesi.at/support/topic/footer-menu-in-socket-not-showing-in-responsive-view-smartphone/
Wich solution is now the right one?
2. Interesting:
“I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu…”
Most of us set the privacy and other important site links to the right part of the bottom! Wich user experience – when mobile users cant see the menu….
I think there is a error in reasoning…
thank you so much and best regards
Hello!
Please add following code as well
.fixed_header #main {
padding-top: 44px;
}
Regards,
Yigit
Works fine – thanks!! but see this pic of it: http://imgur.com/UN2eIDq
Can’t figure out why the lower dropdown has the black running all the way behind it and the top one looks more “correct”. Any ideas?
The documentation is *on* the layerslider section of your WordPress install. Click on Help in the top right hand corner next to Screen Options.
There is something wrong with the image of the women. Not sure if its the image encoding or the file or what but if you include it any slide that slide will not load.
It could be the same issue with the others but in any instance if I remove the photo the slideshow works. With it, it fails. So you may be able to just re-save it as a png or gif and fix the issue.
I found some info on adding map to top of page like your demo. All good now!
I am having problems figuring out how to create portfolios, especially Ajax. Is the a video tutorial? I downloaded the demo content but having problems understanding how it all works. I’m a beginner!
Thank you,
Kelli
Hi e-conomy!
You can adjust the padding and the minimum width. Add this on your custom.css or Quick CSS:
#top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
width: 100%;
min-width: 50px;
padding: 5px;
}
Cheers!
Ismael
Hi
I have on ongoing problem where the clients banner which is in is been cut off on different screens and browsers?
It cuts off the top and bottom of the slider
Thanks
Warren
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home div .flex_column { width: 109.7%; margin-left: -50px!important; }
If you would like to remove the padding on top, add following code as well
.home .content, .sidebar { padding-top: 0px; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 0px;
}
If that does not work for you, please post the link to your website
Best regards,
Yigit
Hi,
I have a problem with the text area of text block …
So far everything I worked correctly, but now suddenly to edit the “text block” has stopped working and it looks white. From the Debug Chrome I can see that there is a style applied visibility: hidden where I can change the style so that you can see the text edit?
thank you!
Hey!
If you would like to remove only “From” please add following code to Quick CSS
#top .price .from { display: none!important; }
And if you want to remove both “From” and price, add this one
#top .price { display: none!important; }
Best regards,
Yigit
hi Josue,
if i understand correctly we would like to have the main navigation on the top inside the slider-like here: http://www.lonelyplanet.com
but only on one page!!
thank you in advance
indiatravels
Thanks Devin. I got it working by using the Shortcode. You can close this topic.
I have certain categories in my menu that I want to return a blogroll, but only as an exerpt. I currently get the full article. Can you tell me where I can fix this? The WP admin option under Reading doesn’t manage this function, apparently.
It would also be incredibly awesome if I could have the results layout as a grid instead of the default list, is this at all possible?
I create videotuts on a wide variety of subjects, and I basically want the menu to function as a blogroll topic filter so students can dive straight into whatever subject they want to learn about.
Thanks in advance for any help you can provide!
Edit: I also noticed the search results page has a standard sidebar that lists al pages and categories. Is there a way to alter what is displayed in this sidebar? It is not listed under widgets.
-
This topic was modified 12 years, 2 months ago by
Easy123.