Hey morecoffee!
Please add following code to Quick CSS in Enfold theme options under Styling
#top div .avia-gallery .avia-gallery-big { background-color: red; }
#top div .avia-gallery img { background-color: yellow; border-color: blue; }
Best regards,
Yigit
Hi Guys,
First off – Great Theme!! Very happy with it. Just a point I wondered if you could help me with.
I really like the Single Author Full Width Blog Style – http://kriesi.at/themes/enfold/blog/blog-single-author-full/ – and wondered how I could use this style as my default Blog section, AND on the blog single pages? Or what I need to do to achieve it?
Thanks in advance,
Graham
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.ajax_form p { margin-bottom: 5px; margin-top: 5px; }
Regards,
Yigit
Hello Everyone.
I know this website is based on Enfold and I absolutely love the social media animated flaps that are on here but I am wondering if this is something thats bespoke here or is it something that I can use on my website also. It would be perfect!
Any help or advice greatly appreciated!
Paul
Hi,
Great theme, except I run into a few bugs (?) viewing the site made with the ENFOLD theme in IE8.
My site is perfect in Google Chrome, but in IE8 it has some trouble showing some of the items on the homepage.
The site can be viewd here: http://www2.sun-fictorie.nl/.
The troubles are highlighted in this image
.
> The menu items are shown through the logo in IE8.
> The slider image is not working correctly in IE8.
> The buttons in theme color are not working correctly in IE8.
> All the way down on the homepage we have three Icon Boxes on a Color Section custom background image, as you can see, both the icons and the background image are not showing correctly in IE8.
> The Enfold Google Maps Widget in the footer (third column) is not showing in IE8.
> Also, the accordion and tabs Content Elements are not working in IE8.
Is this a bug in the theme or is it something else? I tried searching the support forum but I couldn’t realy find anything similar.
I don’t know how to fix it and I hope someone here can help.
Many thanks in advance.
Kind regards,
Dave
Hi all,
I created a sidebar menu adding a Widget Area and using the Enfold Latest Portfolio widget, so that user can visit all my portfolio entries organized by portfolio categories. The issues come with translation: I translated portfolio cateogories and portfolio items, but I don’t know how to set different Enfold Latest Portfolio widgets for each language, because it lets me choose only portfolio categories of the main language.
Any help?
Hi Devin,
Sorry about that…forgot to remove “private” while I’m working on the page. Please try again: http://talentdev.valiantlane.com/what-clients-say. On this page I am experimenting with how to display testimonials. At top of page I inserted the theme code for them. Below that are categorized with links in a widget to take people to the top of that category. Instead of going to just before the category so the category title shows, most of the links go to just below it.
The goal is to make the testimonials searchable…as I am typing I’m thinking maybe what I should do is put them in a portfolio page? what do you think is best approach?
V.
Hi!
I updated the instructions above. I think I forgot to mention some code changes and it’s better/safer when you replace the entire code in avia.js
Cheers!
Peter
Tried applying your changes, no love :( You may want to check the tiperdev site to see if I applied them properly. Need some sleep now.
Hey!
Please copy/paste the code from here: https://gist.github.com/InoPlugs/ff21a064c574fc154794 into your avia.js file. You can remove/delete the “old” code in avia.js
Cheers!
Peter
Hello everyone.
Installed theme enfold just super. But can `t begin to enjoy.
I want to translate into Russian language. But 50% of the rows is not.
September 18th, I downloaded the new version with Russian. There, too, these strings are not translated.
http://s1.ipicture.ru/uploads/20130922/aSquzO8p.png
Hey BelIblis!
1) Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
#header { margin-bottom: 30px; }
2) Please see this page http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support
3) In your WordPress theme directory please go to Enfold > Framework > Php and open class-breadcrumb.php file and find this code http://i.imgur.com/vCbhn1J.jpg in line 209 and comment it out by adding // in the beginning of the line
4) It is not possible to move dots or arrows out of the slider :)
Best regards,
Yigit
Hey infoportugal!
Please add following code to Quick CSS in Enfold theme options under Styling
.blog-tags { display: none; }
Cheers!
Yigit
Hi Adam!
You are currently using Enfold version 1.7.1. If you are using WordPress version 3.6+ you need to use Enfold version at least 2.0.1. Recently Version 2.2 was released. You can login on ThemeForest with the account you have purchased Enfold and download latest version from “Downloads”
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hi Rob!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
.avia-promocontent { padding-right: 25px; }
Cheers!
Yigit
Hey!
Sorry, I guess you posted wrong link this is not Enfold
Best regards,
Yigit
Hi markjoseph7!
Please add following code to Quick CSS in Enfold theme options under Styling
#top .avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; }
#top .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }
Regards,
Yigit
I’m not entirely comfortable giving login details to my site to a complete stranger… Is there another way you could reproduce this?
It occurs with all site plugins disabled, surely all you need to do is copy my top level nav items & use my site logo on any test site of yours.
Cheers,
Jason
-
This reply was modified 12 years, 4 months ago by
Jason.
Hi,
it’s possible to force the final opacity of the “image overlay effect” on the portfolio item, from 0.7 (default setting) to 1.0 with custom.css (without touching .js)?
My website is http://www.chricchio.com
Thanks!
Chris.
Hello faterra!
Please add following code to Quick CSS in Enfold theme options under Styling
div.ls-s-1 input[type="submit"] { font: bold 25px helvetica; text-decoration: none; background-color: #f5f6cc!important; color: #717304!important; padding: 45px 55px 45px 55px!important; border-top: 2px solid #ffffff!important; border-right: 1px solid #ffffff!important; border-bottom: 1px solid #fffffff!important; border-left: 1px solid #fffffff!important; }
Best regards,
Yigit
Please add google custom search in next version
Hello!
Please create me an admin account and update your theme to v2.2. If you want to avoid that your website visitors see a stretched logo replace
win.on("debouncedresize", adjust_menu_width);
win.on('scroll', adjust_menu_width);
adjust_menu_width();
with
/*
win.on("debouncedresize", adjust_menu_width);
win.on('scroll', adjust_menu_width);
adjust_menu_width();
*/
and I’ll remove the comment sign when I start to debug the code.
Cheers!
Peter
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
.grid-entry { padding-right: 15px; }
Regards,
Yigit
Save Custom Color Settings
Add an ability to save the custom colour settings. It could be similar as for the Layersliders as a copy & paste box. Perfect it would be if it could be saved like the color preset buttons.
This is not a feature request per sé but a request to think about your hierarchical menu design. While that gap between the top menu word and the sub-menus makes sense from a design perspective because the submenus begin at a hairline border, I think it’s confusing for the average user.
One possibility is that most users will not realize that there is content at the top menu word, thinking they need to go to one of the sub menu items, primarily due to the distance. The other is that some will not realize that sub-menu items exists, again due to the distance, which visually disconnects it from the top menu item.
Any chance you can give us a more traditional menu design option?
Hi Peter,
Thanks for the reply.
I am not keen to customise my install of Enfold, and I have specifically avoided doing it in the hope I would get good support.
The issue with my site only occurs at browser widths >~700px and <~1150px. Unfortunately this means the common browser size of 1024px shows a warped logo. If I resize the browser larger than this, the image snaps back to the correct width (ie 1280px is fine). It is reproducable in multiple browsers on multiple machines, so is not a browser/plugin issue.
Feel free to use my logo image to test. Maybe to reproduce you need to alter your top level nav to match mine.
I have a fairly large top level nav, and have woocommerce (I noticed some code relating to the shopping cart icon in the top nav).
edit: Just to clarify — Is your code supposed to make the logo *larger*? Because that’s what it’s doing <1160px.
I would rather like to keep all of my files stock, but I can try a fix on my test site if you plan to include it in the next version of Enfold.
Cheers,
Jason
-
This reply was modified 12 years, 4 months ago by
Jason.
Hallo, weiss jemand von euch ob es die Möglichkeit gibt in einem LayerSlider auch Videos darzustellen. Ich hätte gerne eine Slideshow die über die Gesamtbreite der WordPressseite geht bei einer Höhe von 500px (Grafiken sind 1920x500px gross) und einer der Slides sollte ein ebensogrosses Video sein dass abgespielt wird und danach die nächste Slide kommen?
kann man sowas simpel realisieren? bzw. ein anderes plugin in das enfold theme einbauen damit sowas möglich ist? ich würde die idee genial finden videos abspielen zu lassen kombiniert mit den überlagerten ebenen die beim layerslider möglich sind.
HELP :) Danke für den Support :)
Hi!
Actually I wrote the function and added it to avia.js. The function will calculate the width of the menu items with paddings and without paddings and if the width of the menu items with paddings and the logo width exceeds the header container width it will try to shrink the paddings to a lower value. By going this way we can make sure that the logo is not overlapped by the menu items. However in some cases the reduced paddings are not enough and the menu items would still overlap the logo and my function then calculates the remaining space and changes the logo width to the calculated value.
That said I can’t reproduce the issue on my test servers ( http://www.screenr.com/kCZH ) and no other user reported a similar issue so far and I wonder if the issue only occurs with a certain setup (os/browser specific). I tested your website and the new Enfold update on my test servers with Firefox, Chrome, IE10 and 9 on Win8 and I didn’t notice a logo image distortion.
If you think it’s coded wrongly and you don’t want to use the new function open up avia.js and delete/comment out following code:
win.on("debouncedresize", adjust_menu_width);
win.on('scroll', adjust_menu_width);
adjust_menu_width();
This will deactivate the menu item width and logo width calculation and my function won’t kick in. On the other hand you risk that the menu links may overlap the logo.
Cheers!
Peter
Hi there, I was wondering if it’s possible and how to change the image overlay icon to a totally custom image instead of using the default arrow?
I saw the following post which refers to changing the arrow to something else in the icon library, but could I create my own icon and use that?
https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
I would appreciate it if you could point me to any reading that may help or perhaps advise.
Thanks