Hi snoofis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { margin-top: 20px; }
.header-scrolled .logo img { margin-top: 0; }
Cheers!
Yigit
Hey Konnektive!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { margin-top: 25px; }
.header-scrolled .logo img { margin-top: 0; }
That should do it
Best regards,
Yigit
Hello!
I’ve uploaded a Logo that’s larger than the theme standard. I want to keep it’s current size and I also want to keep the amount that it shrinks.
I just want it to be centered and not floating up near the top.
My website is: http://dev.konnektive.com/
Thank you for your help!
yeah got this fixed. Thanks !
Anything about the vimeo preview picture that is not using the highest resolution possible.
I added the advanced layers slider with the movie at the top of the page.
kind regards
stucki
I’ve purchased the theme and have a slight problem…the logo I’m using is quite long horizontally (298 W x 45 H)
When the logo gets ‘small’ from scrolling it is positioned perfectly…However when the logo is ‘large’ before scrolling it is positioned far too close to the top of the screen. In the logo’s ‘large’ position, I need it down about 20 pixels down so it’s centered….but then when it becomes ‘small’ it needs to go back to the original position. To try to make this short I essentially need the logo to be ‘centered’ in the bar because it’s a wide logo.
Can you please let me know how to ‘center’ the logo when it is in it’s large form and then maintains the original position when shrunk
Thank You!
http://www.bloomingflorals.com/
Looks great on Desk/Laptop but has godaddy default ‘coming soon’ page on mobile view… I’ve never seen this with any WP theme I’ve ever built a site with… any help please?
ENFOLD ROCK$!! Any new WP themes coming out so I can be first to purchase… Please!
-Sterling
Hello. After updating last week I noticed some changes, neither of which I think are intended to be there. Here’s a few of them…
1) The “Blog – Recent Articles” (formally “Blog – Latest News” but I changed it a while back) that shows up when reading an individual post became bolded after the last update, I’m pretty sure that wasn’t supposed to happen. Is there a bit of css code that I can add to the custom css file to correct this?
And the more concerning issue is…
2) The font on the titles of new posts look messed up, some of the letters are bolded. For example, look at this post http://onlinemarketingsecrets.com/whаt-іѕ-twitter-аnd-іt-work/ . (Here’s something interesting I noticed, when you copy/paste it from the address bar it shows up as http://onlinemarketingsecrets.com/wh%D0%B0t-%D1%96%D1%95-twitter-%D0%B0nd-%D1%96t-work/ ). The font is also messed up when it’s viewed on the page listing http://onlinemarketingsecrets.com/page/4/ . (I backdated that post because I don’t want it showing up at the top of my blog looking like that.) Here’s another post I recently made that is doing the same thing http://onlinemarketingsecrets.com/how-tо-uѕе-twitter-effectively/ .
Any help would be appreciated.
Thanks,
Brian
This reply has been marked as private.
Hey imaginemedia777!
The updated plugin is not yet supported with the theme officially. Kriesi is still testing it and making sure it wont effect how the theme integrates with LayerSlider.
You can opt to only use the LayerSlider stand alone plugin by adding the following at the top of your functions.php file just after the global avia_config variable is introduced:
add_theme_support('deactivate_layerslider');
Or just at the top of your child functions.php.
Best regards,
Devin
This reply has been marked as private.
Hi Josue,
I finally had a chance to test with all plugins deactivated and still have the issue. We’ve added some more posts and it’s strange, but the most recent one shows correctly but the older post do not load beyond the top nav. Any thought’s I could try?
Thanks
Come to find out – I had set the height of the background as part of the button class…hence the reason it wasn’t changing.
Here is the final result which works:
#header_main .container,.main_menu ul:first-child > li a {
height: 85px !important;
line-height: 42px !important;
}
#avia-menu {
position: relative;
top: 24px;
}
.menu_login {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
font-family: Arial;
color: #ffffff!important;
background: #3ba1f1;
text-decoration: none;
height: 40px;
}
.menu_login:hover {
background: #3cb0fd;
text-decoration: none;
}
.main_menu ul:first-child>li#menu-item-232>a { color: white!important; }
Thanks for the help!
Hey!
Please add following code to Quick CSS
.menu_login { height: 45px; margin-top: 10px; }
.menu_login a { line-height: 45px!important; }
Cheers!
Yigit
Hey Yigit – I did at the top of this thread. The only thing that needs to change is the height of JUST the blue background, but nothing else. I want it reduced by about 3px above and below the nav link.
Thanks!
Hi!
You website looks great! But it seems like some image links are broken as you can see here http://i.imgur.com/NyKJ6wB.jpg
Please try removing them from Media Library and re-upload
Best regards,
Yigit
Hey mijyman!
1- Enfold does not support menu descriptions. You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
2- Please see Ismael’s post here https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194
3- Can you post the link to your website?
Cheers!
Yigit
This reply has been marked as private.
Thanks Ismael,
However I can’t seem to find that line in the header.php file. The closest is:
<body id=”top” <?php body_class($style.” “.$avia_config[‘font_stack’].” “.$blank); avia_markup_helper(array(‘context’ => ‘body’)); ?>>
Do I paste it under that one?
Rohan
Hey!
Edit header.php, find this code on line 117:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']); ?>>
Below, add this code:
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=526220487494071";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Edit single.php, find this code:
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
Replace it with:
echo '<div class="fb-comments" data-href="http://www.indiatrail.org/blog/" data-numposts="5" data-colorscheme="light"></div>';
Best regards,
Ismael
Thank you so much! It works flawlessly. Not quite finished with the site, but check it out– I think you will like what I built with your theme!
Hey!
You can use the following selectors to alter the submenu:
.main_menu .menu ul {
display: none;
margin-left: 0;
left: 0;
position: absolute;
top: 100%;
width: 208px;
z-index: 2;
padding: 0 0;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
margin-top: -1px;
}
.header_color .main_menu ul {
border-top-width: 2px;
border-top-style: solid;
}
.header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
border-top-color: #719430;
}
.header_color ul {
border-color: #e1e1e1;
}
Best regards,
Ismael
Hi!
Try to adjust the main div padding using this on Quick CSS:
.fixed_header #main {
padding-top: 30px;
}
Cheers!
Ismael
Hey!
I have answered you in your other topic ( which i have just closed. Please do not create duplicated topics ) and asked for the link to your website. It would be the best if you could firstly launch your website then provide us a temporary admin login so we can take a look. It sounds possible but now it would be just a shot in the dark.
Cheers!
Yigit
Hey!
Please change second code with following one
.logo img, .logo a, .main_menu ul:first-child > li > a, #header_main .container {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
That should fix the issue
Regards,
Yigit
Hi there – thanks for the quick response.
unfortunately some of the CSS do not seem to work.
1) not working. the tabs in the picture are still there. however – i used the thumbnail regenerator – which made my catalogue images look even more blurry. so i resized the images to 450 with a photoeditor – uploaded it – nothing changed. :-(
also – how can i get rid of the lighbox (open product image in new window) of the product image?
2) perfect – thats what i was looking for!
3) same here – top!
4) this works too – thanks for that
5) unfortunately this did not change anything – any other idea?
is there any information how i can set up the correct image size for catalogue image, product images, thumbnail images? what should i consider in the woocommerce settings?!
i have tested the images with a standard theme – everything shows up perfect! no tab/sidebars, no blurred images… i have no idea why this is happening…