Thanks for the answer!
In this case when it is on top, the menu is not active. I can not click anything…
Regards
Hey!
It can be fixed in its previous position as well but then it will just stay there even when you scroll down. So there will be space from top. If you would like to keep it in its previous position and fixed to top when scrolled down, you are going to need to hire a freelance developer, as it is not that easy to pull that off.
Regards,
Yigit
Works good, but the menu moved from just over the content to the top of the page. And i can’t bring it down without moving the rest.
Regards,
Simon
Hi petersandin!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia-builder-el-1 .avia-icon-pos-left { float: right; margin-right: 0.8em; margin-top: -19px; }
Best regards,
Yigit
Hey DieNase!
You can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the height of header
.social_header #header_main .container { height: 100px; line-height: 100px; }
Then you need to adjust following code to remove the white space between header and content
.fixed_header.social_header #main { padding-top: 147px; }
Regards,
Yigit
Hey!
Please flush browser cache and refresh your page a few times. This is how it looks on my end http://i.imgur.com/7hTPDsQ.jpg
Please add following code as well
#header_main_alternate { z-index: 0; position: fixed; top: 0; }
#header_main .social_bookmarks { right: -45px; top: -19px; }
#header_main { top: 35px; }
.html_boxed #main { margin-top: 35px; }
After the code it should look like this http://i.imgur.com/Dr5L8Ng.jpg
Best regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Worked out! Just the small white line on the top is still there.
And is it possible to make this header fixed? So that it comes donm when scrollin down?
Last question is:how can i bring the fb logo into the menubar? When i move it down it hides under the menubar.
Thanks and regards!
Hi!
You are welcome! Glad we could help :)
@michaeloeser if alignment issue occurs again, please try the code in my previous post. If it does not help, feel free to start a new topic
Regards,
Yigit
Hey!
Kriesi posted in this topic about it and a link to the old styles. You can re-add them back in if you’d like: https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/
Best regards,
Devin
Great, this worked. Thanks Josue!
Ho Josue,
We are getting there. On the target page http://www.amplidata.dev/amplistor/architecture-2/ there are two sets of toggles. The second set of toggles just repeat the colors of the first set even though they have separate toggle ids. Any idea what’s going on?
You can’t see this on the live site because I’m doing the work on a copy of the site in a development area. Here is the code. No matter what I change the color to on id 6-8 they repeat colors on id 1-3. I’m testing the hover color in id 1 and works fine.
Thx, Seth
/*For Toggle Colors:*/
.page-id-544 .av_toggle_section:nth-of-type(1) .toggler{
background: #DCE6F2;
}
.page-id-544 .av_toggle_section:nth-of-type(1) .toggler:hover{
background: #EFEFEF;
}
.page-id-544 .av_toggle_section:nth-of-type(2) .toggler{
background: #C4BD97;
}
.page-id-544 .av_toggle_section:nth-of-type(3) .toggler{
background: #93CDDD;
}
.page-id-544 .av_toggle_section:nth-of-type(4) .toggler{
background: #B3A2C7;
}
.page-id-544 .av_toggle_section:nth-of-type(5) .toggler{
background: #D7E4BD;
}
.page-id-544 .av_toggle_section:nth-of-type(6) .toggler{
background: #C7C7C7; !important;
}
.page-id-544 .av_toggle_section:nth-of-type(7) .toggler{
background: #C7C7C7;
}
.page-id-544 .av_toggle_section:nth-of-type(8) .toggler{
background: #FFFFFF;
}
#top .toggle_icon .hor_icon, #top .toggle_icon .vert_icon, #top .toggle_icon{
border-color: #666666;
}
Hi!
Please do not tack on other questions within a topic. Not only does it mean we don’t see the question until later because our queue goes by oldest topics first, but it also makes it very difficult to track and respond to questions in addition to forming incorrect correlations between issues.
For your separate color section issue please create a new topic. I no longer have a device to test the last iOS version since I updated once it passed the 70% adoption mark.
Best regards,
Devin
Hey!
Please add following code to Quick CSS as well
.header-scrolled .menu li.facebook { top: -21px; height: 60px; }
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hi,
Here are 2 screenshots from an android phone
https://www.dropbox.com/s/hn8z9t84ppl2q1f/Screenshot_2013-11-01-11-42-37.png
https://www.dropbox.com/s/q200wt1nm5u620e/Screenshot_2013-11-01-11-43-07.png
As you can see the greek letters with punctuation marks aren’t appearing proprerly.
I check it in an android phone and an android tablet.
Also there is a problem in android tablet withe menu bar
https://www.dropbox.com/s/ym9hcaup251fc1r/Screenshot_2013-11-01-14-05-54.png
as you can see the bar isn’t at the top of the page but it’s moving when you are scrolling up or down in the page.
Could you please check it?
-
This topic was modified 12 years, 3 months ago by
saquasar.
Hey Michael!
It would be the best if we check your website while there is alignment issue. I’m not closing the topic, let us know if issue re-occurs
Cheers!
Yigit
I find some chatter on forums about jquery – but not sure what that is all about. This appears to be a common problem with Digg. Where the bar shows in the normal display but not the floating display and on posts and not pages.
http://wordpress.org/support/topic/plugin-digg-digg-floating-bar-does-not-show-at-all
Rohan
Hi Dude,
that was nearly perfekt! Just right and left side of the menu is ” too much” and at the top there is also a small white line left.
Danke!
Hey!
You can use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate any plugin. Install the plugin, go to Tools > Localization and select “Plugins”. Then search for “BBpress” in the list and click on “Add new language” or select your language from the list. Click on “Rescan” to scan all text strings. Then click on “Edit” and translate the required strings from the “bbpress” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Best regards,
Peter
Hey!
Yes, you can use the “blank template” which hides the menu and footer areas. Or you can hide the menu with the “conditional menu” option. It helps you to show/hide certain menu items on certain pages. See: https://kriesi.at/support/topic/enfold-conditional-menu/
Best regards,
Peter
Hi!
Please use following code (instead of Ismaels code) to fix the issues
#top .main_menu .menu li.facebook {
display: block;
width: 32px;
background: url(https://www.petersandinfoto.se/wp-content/uploads/2013/11/facebook32.png) no-repeat 0 27px;
text-indent: 9999px;
}
Regards,
Peter
This reply has been marked as private.
Hey petersandin!
You can create facebook menu item on Appearance > Menus. Go to Links and add the URL and then label it Facebook, add the menu. Click Screen Options on the top right corner then enable CSS Classes. Edit the Facebook menu item then add the css class “facebook”. You can now style the facebook menu item using this selector.
#top .main_menu .menu li.facebook {
display: block;
width: 32px;
height: 32px;
background: red;
text-indent: 9999px;
}
Change the background property to background: url(‘FACEBOOK ICON URL HERE’);
Regards,
Ismael
Hey SolingLover!
You can add this on your custom.css or Quick CSS to adjust the size of the header meta and phone number.
.social_header .phone-info span {
font-size: 20px;
height: 40px;
}
#top .social_bookmarks {
height: 40px;
}
Regards,
Ismael
Hey Khalid!
You can choose “Small Thumbnails” as your Gallery Style and add following code to Quick CSS in Enfold theme options and adjust as desired
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 70%; }
Best regards,
Yigit
Hi there,
this thread is not resolved yet: https://kriesi.at/support/topic/woocommerce-colour-selection-dont-play-nicely-together/
Can someone *please* help.
My question is how can I edit header.php to put that logo/banner in there?
Thanks!
V.
On IE9, the full width image will not load at the top of this page http://www.serverlift.com/contact/sales/
yet the same full width plugin (advanced editor full width image) with a different image, loads on the majority of our other pages, like here http://www.serverlift.com/solutions/products/sl1000x-server-lift/
and
http://www.serverlift.com/support/
I checked the settings and they are all set to the same thing, any ideas why its not working?
-
This topic was modified 12 years, 4 months ago by
serverlift.
Hey!
I prepared a screencast showing how it looks on Chrome, IE and Firefox http://www.screenr.com/sYbH
I also tagged Josue in this topic. As far as i know he does have Mac. So let us wait for him to check your website
Cheers!
Yigit
Hi!
There are tens of thousands of WordPress plugins and it would be impossible to make the theme compatible with all of them. You can find bunch of plugins that are recommended in here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
I am not familiar with the plugin. Can you post a screenshot and show it should look?
Regards,
Yigit