-
AuthorSearch Results
-
November 21, 2013 at 2:44 am #191260
In reply to: Menu styling
Hi!
1) Please add following code to Quick CSS
.main_menu { top: 45px; } #header .avia_mega_div { top: 66%; } .avia-menu-fx { bottom: 38px; }2) It is not possible without special customization
Best regards,
YigitNovember 21, 2013 at 2:14 am #191235In reply to: Sidebar border
Hey wss310!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, #top #main .sidebar, .sidebar_left .content { border-left-style: none!important; border-right-style: none!important; }Cheers!
YigitNovember 21, 2013 at 1:56 am #191229In reply to: Add top padding to Special Heading
Hi!
That happens because you do not have enough content and your screensize is big. It happens on demo site as well.
Cheers!
YigitNovember 21, 2013 at 1:36 am #191221In reply to: #top .main_menu .menu height and width
Hi obthway192!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { height: 60px!important; line-height: 60px!important; }Cheers!
YigitNovember 21, 2013 at 12:38 am #191207In reply to: Hiding image "Title" from Easy Slider element
Hey Kissinger!
Please try solutions in this topic https://kriesi.at/support/topic/easyslider-hide-the-small-yellow-mouseover-box-displaying-the-filename/#post-186549
Best regards,
YigitNovember 21, 2013 at 12:17 am #191198In reply to: Why Enfold – Small Header for multiple pages
Hey JMH_International!
You can customize each of your pages however you want using the advanced layout editor. If you want a different layerslider to be at the top of each you would just need to create a different one for each page.
Best regards,
DevinNovember 20, 2013 at 10:53 pm #191166In reply to: Wondering how to do the Demo Home v7 page image..
This reply has been marked as private.November 20, 2013 at 9:16 pm #191145In reply to: NO mobile menu
This reply has been marked as private.November 20, 2013 at 9:05 pm #191136In reply to: Background picture for the post
Hey barite!
We can not offer support for third party plugins directly. You can make a topic on the support forum for the plugin on the plugins page in the link above.
Best regards,
DevinNovember 20, 2013 at 8:57 pm #191130That’s not right, Devin. The content of a child theme will always be first loaded, if it’s in the same directory structure as the parent. If I’d like to have a custom category view on Enfold, a copy of functions/loop-single.php within the child will do the trick quite nice.
As for the framework-specific stuff it get’s more complicated, because the developer needs to know where and when files are included. This is the hard stuff where “regular” people will get stuck. Thous, this can be handled the same way, if you copy over the file which is including the other (or calling the function).
Frequently asked as example:
Enabling the post type or other post types so they may use the layout builder. This needs to be done in the parent (meta.php) and get’s lost, if the theme is updated. So copying this file won’t do the trick, because meta.php is included elsewhere. Applying the filter within the child functions.php also won’t work, because it is overwriten from the parent (and the inclusion of a different file afterwards).If I set a stop point in eclipse, the array from the child functions.php is substituted. On a later point it get’s overwritten by the include.
So if I move on to the template-builder.class.php where the meta.php is included around line 409 within the function apply_editor_wrap. If I copy over this file to my child, the meta.php from my child will be loaded.
I don’t need to tell that this is a rookie way – developers would/may e. g. refactor the function – otherwise if you like to have a lot of customisation you are forced to include around 50% of the Enfold framework… bad idea. ;)
Just to let you know.
Regards,
JörgNovember 20, 2013 at 8:37 pm #191127In reply to: Turn off Responsive – Latest Version of Theme
Thats great the layout is working perfectly. However i have just noticed an error with the image gallery, all the images seem to be stacking on top of one another. Would this be due to changing the grid layout?
November 20, 2013 at 8:26 pm #191122In reply to: RSS Widget – Add the RSS Icon?
This reply has been marked as private.November 20, 2013 at 7:27 pm #191102In reply to: NO mobile menu
Hi!
Please refer to this post and check the width of switching to mobile menu it should be set to 767
https://kriesi.at/support/topic/ie8-header-alignment-with-search-button/#post-190414Best regards,
YigitNovember 20, 2013 at 7:15 pm #191098In reply to: Logo Issue with IE8 and New Update
My guess is that the newer browsers are incorporating the whitespace at the top and bottom of the logo into the 58px size specified whereas IE8 keeps the whitespace at the top but still makes the image 58px which pushes it down too far.
November 20, 2013 at 7:08 pm #191090Hey kaMai!
Child themes do not work like that. They only replace what is in the root folder of the child theme and for the functions it gets added in addition to the parent functions.php.
You would need to add a new function to include the files in your child theme since there is nothing telling the parent or child that you have files somewhere else.
See: https://kriesi.at/support/topic/portfolio-meta/#post-134009
Regards,
DevinNovember 20, 2013 at 6:48 pm #191074In reply to: Search Box
Hey derek62!
I have answered your question here https://kriesi.at/support/topic/search-box-3/#post-190201
Cheers!
YigitNovember 20, 2013 at 6:07 pm #191055In reply to: Tab Navigation
I’d also like the page to go back up to the top if possible after clicking. Is this doable?
November 20, 2013 at 5:50 pm #191036In reply to: How to change main menu colors?
Hey!
You can refer to this post to change the width to switch to mobile menu https://kriesi.at/support/topic/ie8-header-alignment-with-search-button/#post-190414
And please add following code to style.css as well#header_main_alternate { background-color: #a50031; } #top .main_menu .menu>li:last-child>a { padding-right: 21px; }It should look like this http://i.imgur.com/5Xgnptb.jpg
Cheers!
YigitNovember 20, 2013 at 5:49 pm #191034In reply to: Editing columns in advanced layout editor
Hi @ehlmarket – Please create a new topic for your issue. First, try going to the top right of a page and when editing and click on Screen Options. Make sure the advanced layout editor option is checked.
November 20, 2013 at 5:34 pm #191013In reply to: Enfold Questions
Hey dawsmik!
Let me see if I can answer all of these in one go:
How do you center the logo from top to bottom?
This should be automatically done depending on the header. You can add a bit more whitespace to the upper or lower part of your logo if you want to adjust it manually.How do you make the header area smaller from top to bottom?
In your css>custom.css file (in the theme files) add the following inside of the desktop only media query we’ve included in the file:#header_main .container, .main_menu ul:first-child > li a { height: 88px !important; line-height: 88px !important; }And adjust the 88px value to a lower number as needed. Just make sure they are both the same.
How do you make the pages standard width (960 pixels)
The only option for that width is to make the theme not responsive in the theme options General Settings.How do you make the header font bigger?
Which header font specifically? There are a lot of headers being used for various things throughout a typical installation.How do you bring the header menu closer to the middle?
The header menu is already centered vertically in the menu so I’m not sure what you mean.How do you keep the socket from expanding? (it is several inches thick when the browser is at max width)
http://www.sellmydigs.com/I think what you are looking for is a sticky footer which the theme doesn’t have. If the page content isn’t tall enough then the socket background will show the remainder of the sapce.
What is the easiest way to get this layout? (just the content part below the header)
http://www.conversion-rate-experts.com/questions/
You can use a regular page with a sidebar.
How do you make the primary font size 12 have still have it shrink on smaller screens?
I’m not sure what you mean. The regular body font is set at 13px right now but you could change that with:body { font-size: 12px; }How do you change the color of the icons?
There isn’t currently an option to change them individually. They inherit the color from the main color you set in the theme options.How do i remove the “Enfold theme by kriesi” from the socket?
You can add [nolink] into the copyright field in the footer options.Regards,
DevinNovember 20, 2013 at 5:25 pm #191006In reply to: Reopen a closed issue
Hi!
Have you tried flushing browser cache after making changes? I think that is the only way to reduce the height below main menu items if you would like to keep menu resizing feature. Can you apply changes once again and let us know so we can take a look at it?
Optionally, you can add following code to Quick CSS if you would like to make the logo inline with main menu.logo img { margin-top: 20px; } .header-scrolled .logo img { margin-top: 0; }Cheers!
YigitNovember 20, 2013 at 5:24 pm #191005Topic: Shrinking Image Gallery On Mouse Hover (just the big image)
in forum Enfoldorangeamps
ParticipantHi there,
I’m trying to make use of the gallery included with Enfold. However whenever I mouse over the mini-previews, the main image starts getting smaller.
Here’s a link to our live website where I’ve applied the gallery (just this one page for now):
http://www.orangeamps.com/products/guitar-amp-heads/rockerverb-mkii-series/rockerverb-50100-mkii-heads/I’ve noticed someone else had a similar problem over here:
https://kriesi.at/support/topic/shrinking-portfolio-gallery-preview-image/We’re using the latest version.
Thanks for the great theme – love it.
Charlie
November 20, 2013 at 5:12 pm #190988In reply to: Fullwidth Masonry Gallery image loading issue
Hey allegrabillings!
As was noted at the end of the topic it looks like a bug and a temporary fix was provided.
Best regards,
DevinNovember 20, 2013 at 4:39 pm #190966In reply to: Add top padding to Special Heading
Didn’t see that change anything. What I mean is that I want it to look like the first screen capture on all pages…not like the second screen capture.

November 20, 2013 at 4:23 pm #190952In reply to: Weird problem after transition easyslider
Hi!
Please try adding following code to Quick CSS as well
.slide-id-116 .avia-slide-wrap { margin-top: -10px; }Cheers!
YigitNovember 20, 2013 at 4:06 pm #190947In reply to: Add top padding to Special Heading
Hey!
Please add following code to Quick CSS as well
#socket .container { background-color: #f5f5f5 } .socket_color { background-color: transparent; }If this is not what you meant, please post a screenshot and show
Regards,
YigitNovember 20, 2013 at 2:34 pm #190928In reply to: WPML 3.0 compatibility
Hey Oli!
Yes, there’s just a minor issue with the meta tag output but it will be fixed with th next WPML update ( http://wpml.org/forums/topic/filter-for-head_langs-function/)
Cheers!
PeterNovember 20, 2013 at 1:01 pm #190903Topic: Another Easy Slider question? Sorry
in forum Enfoldlome61
ParticipantHi!
I ask the same question as many others. My Easy Slide show stops after 1-2 seconds on my Portfolio Page.
I read throw the Forum but cant find any answer.I dowloaded the lastest Enfold-verison and I have WordPress 3.7.
I Have no other plug-ins than Akismet and Super cache wich are also updated.
Any suggestions?
Greate Theme otherwise!
Micke – Sweden
November 20, 2013 at 11:33 am #190891Topic: #top .main_menu .menu height and width
in forum Enfoldobthway192
ParticipantHello,
Thank your for your great job !
Could you explain to me how to size height and widht of my #top .main_menu .menu items.
November 20, 2013 at 10:35 am #190880In reply to: 404 – strange permalink problems II
Hi!
It works now. However note that you MUST use the same portfolio slug (Enfold > General Settings > “Portfolio: Enter a page slug that should be used for your portfolio single items” option) for all languages because the theme can’t register the translated permalinks on your server without breaking the existing permalinks. I had to comment out following line in /wp-content/themes/enfold/config-wpml/config.php to get the permalinks to work
add_action( 'init', 'avia_wpml_register_post_type_permalink', 20);Normally the code will register new permalink rules for every language but in your case the server just stops to process these rules and the end result is that all permalinks won’t work. There seems to be some kind of limitation which doesn’t allow Enfold to register more permalink rules…
Best regards,
Peter -
AuthorSearch Results
-
Search Results
-
Hi there,
I’m trying to make use of the gallery included with Enfold. However whenever I mouse over the mini-previews, the main image starts getting smaller.
Here’s a link to our live website where I’ve applied the gallery (just this one page for now):
http://www.orangeamps.com/products/guitar-amp-heads/rockerverb-mkii-series/rockerverb-50100-mkii-heads/I’ve noticed someone else had a similar problem over here:
https://kriesi.at/support/topic/shrinking-portfolio-gallery-preview-image/We’re using the latest version.
Thanks for the great theme – love it.
Charlie
Hi!
I ask the same question as many others. My Easy Slide show stops after 1-2 seconds on my Portfolio Page.
I read throw the Forum but cant find any answer.I dowloaded the lastest Enfold-verison and I have WordPress 3.7.
I Have no other plug-ins than Akismet and Super cache wich are also updated.
Any suggestions?
Greate Theme otherwise!
Micke – Sweden
Hello,
Thank your for your great job !
Could you explain to me how to size height and widht of my #top .main_menu .menu items.

