Hi, the Polylang author reply to my question:
http://wordpress.org/support/topic/polylang-and-enfold?replies=2#post-5342352
Regards
-
This reply was modified 12 years ago by
cerf.
Sorry about that! Its unfortunately one of the reasons we tend to close topics now so often because others jump in and can sidetrack a topic so easily.
I’m not sure what your previous issue was but color section video backgrounds are strictly for video backgrounds. So if you are trying or were hoping to use one as a video player it really isn’t intended to be one.
The logo can be constrained to the height of your logo’s actual height with:
.logo img {
max-height: 63px !important;
}
I didn’t want to mess with all the new cool header/logo stuff, so I used this CSS to pull this off:
.header-scrolled .logo {
display: block;
width: 40px;
height: 40px;
top: 4px;
background: url('http://ksha.com/KSHA_logo_mobile.png') no-repeat;
background-size: 35px 35px;
float: left;
position: absolute;
left: 0;
z-index: 1;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
-o-transition: opacity 0.5s ease-in;
opacity: 1;
}
.header-scrolled .logo img { display: none; }
Hello
I am trying to change the colour of an icon in an icon list, but it doesn’t seem to work.
I have added the following code to Quick CSS:
.alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #a81010; }
I would also like to make the header saying “view on ebay appear in middle and not floating up top next to the ebay logo which i am trying to change the colour of.
The page i am working on is here:
This reply has been marked as private.
Hi intosuwo!
I’m sorry but I’m a bit confused about your question. The social icons do appear on the top bar and above the header which is called header_meta. Can you please post the link to the website? A screenshot of the issue or what you’re trying to do will help.
Regards,
Ismael
Hi guys, loving the them and been able to sort most of the functions out, but i’m having difficulty in producing a full with easy slider. I’m just selecting to an an easy slider and selecting the featured (1500 x 430) as this is the biggest, my slides are 1500 x 430 and the slider displays as a boxed version (1030 x 295), my enfold settings are set to stretched, i just cannot work it out?
Two other quick questions, 1. how to i set a custom height for the slider images, ie 300px, every slide will be 300px so how can i make this work and:
Finally, on the demo, when the easy slider is displayed, there is no gap to the top of the slider, it sits right under the menu, on my easy slider there is a big gap, how can i fix this, thanks guys in advance… :-)
The website is: http://stinet.co.uk/bloxwichcomputercentre/
Hi,
on (hidden link) I customized the header. On home I can’t get figured out how to get the submenu on top of the (test!)slider.
Can you help me?
With kind regards!
-
This topic was modified 12 years ago by
Martijn.
I also would like the header and facebook icons to be under the main navigation rather than on top, how is this accomplished?
I am working on a pricing table http://1stoptionsolutions.com/plans/ , however, you will see that the first column, no matter what I do, has extra space in it. How do I remove this, center them all, so it’s clean and parallel?
Hi there,
I have three iconboxes on my homepage with the icon position in the top. The boxes are displayed by default as a rectangle with a light grey border. I am not able to change the border color from the theme styling options.
I tried adding the following code to the quick css but nothing happens. Please let me know what I can do to change the border color.
.iconbox {
border-color: #FF00B3 !important;
}
Hey!
Please go to Enfold theme options > Header > Mobile Menu and choose screen size to display mobile menu in “Header Mobile Menu activation”.
And go to Settings > Permalinks and choose to display Custom Structure in “Common Settings”
Regards,
Yigit
Hi Ismael, that CSS has almost sorted the display in mobile, but the top menu still has alignment issues. See http://www.stourportbc.co.uk/wp-content/uploads/2014/03/1394802023494.jpg
I checked the Header settings, but the space is still missing after the separator (in chrome) See http://www.stourportbc.co.uk/ top right
regards
Hi!
I have just checked your website on my iphone and your logo looks fine. Menu overlaps the logo and you can fix it by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#advanced_menu_toggle, #advanced_menu_hide { top: 67%; }}
For the promobox issue, i have already reported it to Kriesi and noted your topic.
Best regards,
Yigit
Hi!
Please add following code to Quick CSS instead
.main_color.iconbox_top .iconbox_content {
background: transparent;
}
Regards,
Yigit
Hey kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { margin-top: 30px; }
.header-scrolled div .logo { margin-top: 0; }
Cheers!
Yigit
Hi – I’ve put my own logo in to the header, however it sits right at the top of the header rather than half way down – any idea how I can fix this?
You can see it here: http://www.littlefoxwebdesign.co.uk/manororganicfarm
Many thanks.
Kathryn
Hey!
Please add following code to Quick CSS
.postid-360 .avia-builder-el-14.column-top-margin {
margin-top: 0;
}
Regards,
Yigit
Hey jmikhail!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.av_phone_active_right .phone-info { float: left; }
2-
@media only screen and (max-width: 767px) {
#top .social_bookmarks li {
border: none; }}
Cheers!
Yigit
Hi,
I know my topic title is … weird.
I explain:
I have many items menu which are pages.
I have categories which have the same name than this pages (but i don’t display categories in my website to avoid duplicate with pages menu)
I have posts in these categories.
When i am in a post, i want to hightlight the page menu which have the same name than the category of the post.
It’s maybe impossible but i try, i hope i was clear. Thanks
PS: i prefer to have pages as categories because i can customize them, that’s impossible for categories( or much more difficult).
Hey rkap!
Please add following code to Quick CSS as well
.av_font_icon.av-icon-style-border .av-icon-char { padding: 10px; }
#top .avia-icon-tooltip { font-size: 12px!important; }
Regards,
Yigit
Hi!
Another user also reported such issue. We are looking into it and i have noted your topic as well. In the meantime, if you have a test domain and could provide a temporary admin login, it would help us to figure out the issue
Cheers!
Yigit
Hello,
I want to place my social icons in the top bar (header) but when i look on my site, they appear above the header , my header phone/extra is in the right place?
Hi ullastret!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .iconbox_top { margin-top: 26px; }
Regards,
Yigit
I’m using the image slider with a single image so I can display text on top of it on our portfolio pages but when viewed in portrait on my Nexus 7 or portrait and landscape on the iPhone the text in the banner is not scaling and becomes almost unreadable.
Here is a link to our development site where you can see this happening – http://gd3.geneticdigital.co.uk/?portfolio=university-hospital-southampton
Thanks
hello ismael,
please have a look on this topic:
https://kriesi.at/support/topic/layout-header/
dude helped me a lot, but all of this tweaks are gone.
my opinion: there is a kind of big change with header/mobile.
i compared the database-dumps before and after childtheme – nothing.
can you kick me to solve this?
# navigation (orange thing) full width (1290px i think)
# mobile navigation from ubermenue, not enfold
right:

wrong:


Hello,
I have configured a color section on our homepage with a background image and three Icon Boxes inside. The problem is that, for an unknown reason, the top part of the icons is missing. I though it might have something to do with the padding asigned to the color section but I have tried all possible configurations, including large padding, and it doesn’t make any difference. Could you please help.
I enclose images of this effect but you can visit the site as well.
http://www.evernote.com/shard/s294/sh/776f023b-954e-4c58-a265-10c4a561137c/ca21e78b33972031c705a7f6de00d43a
https://www.evernote.com/shard/s294/sh/d4a8a4d9-7fd3-4c86-88c1-e9f3c426504b/2f9421927ec84a0f5863e1b763d5a7c8
http://www.cuinestramuntana.com
Regards
Tomeu
Hi!
The masonry grid doesn’t support categories at the moment and it’s also not easily possible to add this feature. You can vote for a new feature here: https://kriesi.at/support/topic/enfold-feature-requests/ or hire a freelancer who can build you a “category masonry grid” element.
Regards,
Peter
Hi!
Yes, I think this thread will help you: https://kriesi.at/support/topic/disappear-title/
Best regards,
Peter