Hey f4lkners!
Please refer to this post to change the width to switch to mobile menu https://kriesi.at/support/topic/browser-issues-in-firefox-and-ios-ipad/#post-198342
You should only make changes on Avia.js file in that post
Cheers!
Yigit
Hey,
i have a question, hope somebody can give me the right Quick CSS Code:
I would like to change the colours of all the woocommerce widgets in the sidebar. I cant change the colour over Enfold Control Panel.
For example this is the working code for main product categories:
#top .main_color .product-categories a{
color: #0d0d0d;
}
#top .main_color .product-categories a:hover{
color: #88bbc8;
}
I would like to change the colour of the price filter, recently seen products and best rated products as well.
Should be the same, but I dont know the right variables.
Thanks a lot
milatch
Hi!
Please add following code to Quick CSS
#top .widget_nav_menu .nested_nav { display: none; }
This should hide side menu and you can navigate to your pages using main menu. If this is not what you want, please post a screenshot and show how you would like it to look
Best regards,
Yigit
Hi crevlon!
As i understood, you would like to increase the height of your logo. If that so, please refer to this post to increase the height of header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
If you would like to make your logo 200px in height, you can change as i posted in that topic. Then you can upload a bigger logo
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header-buttons { top: 0; }
.sub_menu { display: none; }
It should look like this http://i.imgur.com/bSkhdZs.jpg
Best regards,
Yigit
No, I don’t have any other css modification for the logo except this:
#header_main .container, .main_menu ul:first-child > li a {
height: 130px;
line-height: 130px;
}
.fixed_header #main {
padding-top: 130px;
}
and this in avia.js:
if(st < el_height/1.4) // was 2
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.4; // was 2
header.addClass('header-scrolled');
}
Hi guys, I’m having a problem with bbPress.
I just setup WordPress and Enfold theme,
and install only bbPress plugin then activate it,
create a new page with forum shortcode.
But I got “ERROR: Are you sure you wanted to do that?” message when I what to create a new topic.
Environment:
Mac OS X 10.8.4
Bitnami MAMP stack 5.4.9-0
Wordpress 3.7.1
bbPress 2.5.1
Any idea? Thanks a lot!
Thank you so much Ismael, top notch as always (:
I have the “small fixed header” in enfold.
When I edit the JS file that stopped it from resizing but as soon as I added the css it started resizing again.
Hey Mono14!
We usually suggest Contact Form 7 and Gravity Forms but I’m not sure if they are capable of sending data as spreadsheet.
Please check these plugins to stop spammers:
http://wordpress.org/plugins/stop-spammer-registrations-plugin/
http://wordpress.org/plugins/spam-free-wordpress/
Use this plugin to prevent your emails from going into the junk/spam folder : http://wordpress.org/plugins/easy-wp-smtp/
Regards,
Ismael
Hey!
My bad! Please decrease height and the line-height on the code I gave you then you’ll see the difference.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 44px; line-height: 44px; }
Remove browser cache then reload the page. Don’t forget to adjust the top padding of the main container:
.fixed_header.social_header #main {
padding-top: 120px;
}
Adjust if necessary.
Cheers!
Ismael
Hi MaxMyBody1!
Please try this on the Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: center top !important;
}
Remove browser cache then reload the page.
Cheers!
Ismael
Hi!
Please try this on your Quick CSS or custom.css:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: center top !important;
}
This will adjust the top position of the slider image.
Cheers!
Ismael
Hey dsauce!
1.) Hire a freelance developer to modify the slider scripts for you.
2.) Use this on Enfold > Styling > Quick CSS to change the top menu color:
.header_color .sub_menu>ul>li>a {
color: red;
}
3.) Yes, you can add the Layer Slider on different pages. Use the Advance Layout Builder.
4.) Yes, it is safe to upgrade to WordPress 3.8. Please refer to this link to fix the portfolio sort issue: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
5-6.) Please experiment with the plugin. We dont’ usually support third party plugins.
7.) Plugins usually use shortcodes. You can add the shortcode on a Text Widget on Appearance > Widgets > Footer columns.
8.) Go to Enfold > Footer > Copyright, add the [nolink] tag to remove the Kriesi text.
Regards,
Ismael
Found solution in your forum already: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805 replaced this line of code, and sortable portfolio bug is fixed, thanks!
Thanks for the support Devin.
Turns out the problem doesn’t come from Enfold, but it’s a browser issue with Google Chrome, at least with versions 30-31.
Everything runs fine on Firefox.
But on a fresh install of Chrome when there’s a secondary menu on top of the page (I’m on responsive default + boxed layout + fixed header with social icons) the problem appears.
-
This reply was modified 12 years, 3 months ago by
Shallnotbe.
This reply has been marked as private.
Hi there,
So if you read this topic:
https://kriesi.at/support/topic/standard-theme-language-files/
The answer to my question there is to fix and translate whatever I can in the most up-to-date Dutch translation and post it up here?
Regards,
Matthijs
Hello,
I have two problems with my logo. I’m using fixed header with height of 130px and One page Portfolio type of Home page.
1. When you start scroll down, logo is shrinking to height of 54px and then jump to 90px (I have change avia.js, read below), and should stay at 90px.
2. When I check site on mobile, logo is not resized to smaller size, remain big but cut off.
My logo is 489×118 and I have add this in custom.css:
#header_main .container, .main_menu ul:first-child > li a {
height: 130px;
line-height: 130px;
}
.fixed_header #main {
padding-top: 130px;
}
In /js/avia.js I have change this:
if(st < el_height/1.4) // was 2
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.4; // was 2
header.addClass('header-scrolled');
}
Also, I have try this solution:
https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
for
el_height = $(elements).filter(':first').height(),
el_height = 130,
but non of them didn’t work for me. Test site is here – http://dev.bogosavljev.com/
Any help on this?
-
This topic was modified 12 years, 3 months ago by
bogosavljev.
Hi Vorug!
The css for the buttons was changed to better reflect the overall theme style but you can re-add in the gradient style shown in the editor view if you’d like. Kriesi explained the change and links to the old css here: https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/#post-178780
You would just add that to your custom.css file or Quick CSS.
Cheers!
Devin
Thanks Devin – I don’t think I put the #top in there before because adding that worked.
Is there a way to add a static image to the header in the single product pages? I’m using a full-width layer slider in the header on all the other pages, and since I can’t do that on the single-product page I was wondering if I can just use a static image on the product details page to give me a similar look.
Thanks!
John
Hey kecster2!
1) You can go to Appearance > Menus and uncheck Enfold secondary menu
2) Can you elaborate? If you would like to add a border under them, please add following code to Quick CSS
.header-buttons { border-bottom: 2px solid blue; }
Best regards,
Yigit
Hey!
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; }
Best regards,
Yigit
Hello! How to place the logo in the middle of the container. Now it is always at the height of 5 pixels from the top.
http://img826.imageshack.us/img826/3406/iduz.png
Hey yoice!
Diesen Fehler werden wir mit dem nächsten Update beheben. Für eine schnelle Lösung zur sofortigen Fehlerbehebung siehe: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/#post-199805
Regards,
Peter
Hey!
Try to insert following code into the quick css field
#top .entwicklung_sort{ pointer-events: none; /* Disables the links for Entwicklung portfolio items */ }
Best regards,
Peter