Hey miguelinho84!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li a { font-size: 18px; color: red; background-color: blue; }
#top .main_menu .menu li a:hover { background-color: blue; color: red; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white; }
Best regards,
Yigit
thznk you for the reply .
On my ipad it still shows all the way to the right .
i set something in the middle on my desktop . But on my ipad it still shows way out right
Hi logan2d!
I managed to get this on my local installation:

I generated a post slider shortcode and then added it after the <body> tag starts in the header.php file:
<?php echo do_shortcode("[av_postslider link='category' columns='3' items='9' offset='0' contents='no' preview_mode='auto' image_size='portfolio' autoplay='no' interval='5']"); ?>
Regards,
Josue
Is there any way to make the Wooommerce “cart_dropdown_link” appear in the enfold header in responsive mode? Here are screen shots of the cart slider (top right) at normal screen size and in responsive mode: http://nexuscontentlab.com/temp/
Thanks mike.
Hey musklick!
You can add the img in the header.php, after the body starts:
<img src="your_img" class="bottle" ?>`
Then apply this CSS:
.bottle{
width: 350px;
height: 650px;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
Try it out and see if it works, if it doesn’t provide us with a link to your website and the image of the bottle you want to use.
Best regards,
Josue
Hi, I’m trying to create an effect where an image of a bottle, placed to left side starts in the header, covers a portion of the main content and ends in the footer. So the effect is that the bottle “pops” out of the web page. The main content should contain a layer slider and the footer should have widgets as usual. Is this possible? The height can be static. When I place the bottle in the background it breaks on smaller screens. Could you put it as a transparent image on top of everything? Or use different CSS for different viewports.
I can provide an image of the desired effect if that would help. Really hope you can help with this, I’m getting close to dead line and can’t get it to work. And my client really want this effect.
This reply has been marked as private.
Hi Josue,
Here’s the code I’m using for the advanced editing ‘text blocks’
#top .main_color .avia_textblock h1 { color: #5c5140; }
#top .main_color .avia_textblock h2 {color: #5c5140; }
#top .main_color .avia_textblock h3 {color: #5c5140; }
Thanks,
Robert
Hey!
Yoast Google Analytics causes a javascript error on the admin screen. Actually it’s not required because Enfold already comes with an option field which helps you to print the analytics code. The plugin just slows down your website.
Best regards,
Peter
How can i make sure everthing looks the same for every device ( ipad/desktop/laptop )
I made a slider on my desktop . everthing is centred but on ipad i can’t see the things i changed to the slider
and on the laptop ( different resolution ) everything is more to the right .
-
This topic was modified 12 years, 4 months ago by
iluvatoq.
Hey guys,
My portfolio grid is still broken on this page > http://www.realwiredmusic.com/artists/
Sortable categories are still not displaying at the top, and the images sizes & titles are not right.
My portfolio grids on the homepage are perfect – why is this page giving me such problems?
Please help – my client needs this fixed asap.
I really appreciate the help!
Hey!
Ah, ok. Dieses Problem habe ich hier schon einmal gelöst: https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121
Best regards,
Peter
Thanks Josue ,
I found out the way , put in QCSS:
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 90px; line-height: 90px; }
.fixed_header.social_header #main {
padding-top: 118px;
}
regards !
Hey loyalzoo!
Please take a look at this topic: https://kriesi.at/support/topic/new-custom-font/
Cheers!
Josue
No, a fixed header is “fixed” to the top. The non-fixed header options keep the menu in place like on the typical website where it is removed from visibility when you scroll down.
You just need to pick one of the fixed header options.
Hello Dustin!
As far as i know there isn’t, you can request it as a feature here or if you really need you can try hiring a freelancer for the job.
Cheers!
Josue
Hey Gregory!
Please take a look at this topic: https://kriesi.at/support/topic/new-custom-font/
Regards,
Josue
No, what I want is the menu to stay on the top of the screen even when you scroll down. I think that is the nonfixed option, correct? Before, when I had it set to that, it would shrink a bit and stay on top, but now, it is stuck in one place on the page. The fix above, didn’t let the menu shrink and the formatting seemed off a bit.
Hey!
I think maybe Josue misunderstood. The nonfixed header settings means the header is not stuck to the top of the screen. If that is what you want you need to choose one of the fixed header options.
Regards,
Devin
I have the nonfixed header set, but randomly the feature stopped working. Is it not compatible with a background image or something?
igorsantosbjj.com
Hey!
In this case use the code I posted here: https://kriesi.at/support/topic/wordpress-seo-yoast-breaks-page-editing/#post-180845
If it doesn’t help create us an admin account and post the login credentials (private reply).
Regards,
Peter
Hello Support Team,
I have a question concerning the social icons. I have managed to add a dotted divider to the top right corner of the homepage. The social icons however do not seem to appear next to the dotted line (small fixed header with social Icons).
If I change the header options to non Fixed Header with Social icons, I can see the icons and they go to the center when the window size changes (just like on your site).
What do I have to change to I can see the social icons on the top right corner (small fixed header with social icons)? Here is my style.css code:
/*header with social icons - change how large the height can be */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }
/* changes social hover from circle to rounded square */
#header_main .social_bookmarks li a {
border-radius: 3px;
font-size: 16px;
}
/* moves the main nav left and changes right border */
#top .main_menu {
right: 100px;
border-right-style: dashed;
border-right-width: 1px;
padding-right: 25px;
}
/* moves the social nav to the right of main nav */
#header_main .social_bookmarks {
position: absolute;
top: 50%;
margin-top: -15px;
right: 0px;
}
/* hides the normal social div at the top */
#header_meta {
display: none;
}
/* removes border */
.responsive #header_meta .social_bookmarks li {
border-style: none;
}
/* removes border */
.responsive #top #header_meta .social_bookmarks li:last-child a {
border-style: none;
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
/* removes padding at the top behind logo after I shrink the main logo/navigation div height */
.fixed_header.social_header #main {
padding-top: 81px;
}
}
/* Smaller than standard 960 (devices and browsers) (ipad Portrait)*/
@media only screen and (max-width: 989px) {
/* adds the HKUSCG as a background */
div .logo {
background: url(https://www.hkuscg.com/wp-content/uploads/2013/10/S3transparentbackground-e1382792986200.png) top left no-repeat;
top: 11px;
}
/* makes the default logo transparent */
.logo img {
opacity: 0;
filter: alpha(opacity=0); /* For IE8 and earlier */
}
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
/*gives more space below main blog name when it is long and wraps to two lines on phones*/
.title_container .main-title {
line-height: 1.5em;
}
/* moves the icon logo on smaller screens */
.responsive .mobile_slide_out .logo {
margin-top: 10px;
margin-bottom: -10px;
}
/* moves socket nav away from top link */
#socket .sub_menu_socket div {
float: right;
margin-right: 60px;
}
/* change social icons */
#top .social_bookmarks li a {
font-size: 19px;
width: 40px;
}
}
I would like to thank you in advance.
Regards,
Frank.
Hi malkoin!
Your other topic is fairly active. Please don’t create duplicate posts as it just makes it harder for us to answer topics.
If you have not already, the last post asked that the account you provided to view the layer slider be set to an admin because otherwise we are unable to even see your layer slider slides.
Regards,
Devin
Found it… Problem solved in this thread – Thanks guys :)
https://kriesi.at/support/topic/woocommerce-category-archive-image-removel/
I trusted in the advice from this post: https://kriesi.at/support/topic/how-to-use-the-advanced-editor-for-blog-posts/
That it is not recommended officially is new for me :(
Would be great to use the styling features in posts, too.
Hi Peter,
Devin opens the old treat yesterday. Here you can see what happens:
https://kriesi.at/support/topic/white-space-between-navbar-and-layerslider-ipad-landscape-enfold/
This means that you can close this tread here.
Thanks!
Bruno
Masonry works but I need something that is a slider… Its also relevent to the ajax. see here –
http://www.hadarraizman.com/portfolio-item/%D7%A1%D7%99%D7%92%D7%9C-%D7%A9%D7%A8%D7%99%D7%92-%D7%9E%D7%A2%D7%A6%D7%91%D7%AA/
I found a few bugs –
1. first of all the arrows – WPML did that, not me, How can it be fixed?
2. second, in two galleries the size of the image is determined by the 1st, I can have 2 different sizes. Up gallery is full size and the second should be medium but as you can see its not.
3. My main point – I would like a slider option that will make my images look like in the top slider. There I re-sized all my images to be the same size, but It will take a lot of time and will not work on any other size other then the original one – it will get cropped on a different setting other then the image size or the full size gallery. It would be great to have a “fixed height” option that will determine the slider height and will center the images inside it. For example, the bottom slider in the page will look like the top one.