Viewing 30 results - 136,951 through 136,980 (of 142,852 total)
  • Author
    Search Results
  • #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,
    Yigit

    #191235

    In 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!
    Yigit

    #191229

    Hi!

    That happens because you do not have enough content and your screensize is big. It happens on demo site as well.

    Cheers!
    Yigit

    #191221

    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!
    Yigit

    #191207
    #191198

    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,
    Devin

    #191166
    This reply has been marked as private.
    #191145

    In reply to: NO mobile menu

    This reply has been marked as private.
    #191136

    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,
    Devin

    #191130

    That’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örg

    #191127

    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?

    #191122
    This reply has been marked as private.
    #191102

    In 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-190414

    Best regards,
    Yigit

    #191098

    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.

    #191090

    Hey 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,
    Devin

    #191074

    In reply to: Search Box

    Hey derek62!

    I have answered your question here https://kriesi.at/support/topic/search-box-3/#post-190201

    Cheers!
    Yigit

    #191055

    In reply to: Tab Navigation

    I’d also like the page to go back up to the top if possible after clicking. Is this doable?

    #191036

    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!
    Yigit

    #191034

    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.

    #191013

    In 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,
    Devin

    #191006

    In 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!
    Yigit

    #191005
    orangeamps
    Participant

    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

    #190988

    Hey allegrabillings!

    As was noted at the end of the topic it looks like a bug and a temporary fix was provided.

    Best regards,
    Devin

    #190966

    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.

    LIKE THIS

    NOT LIKE THIS

    #190952

    Hi!

    Please try adding following code to Quick CSS as well

    .slide-id-116 .avia-slide-wrap { margin-top: -10px; }

    Cheers!
    Yigit

    #190947

    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,
    Yigit

    #190928

    In 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!
    Peter

    #190903
    lome61
    Participant

    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

    #190891
    obthway192
    Participant

    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.
    Enfold menu width problem

    #190880

    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

Viewing 30 results - 136,951 through 136,980 (of 142,852 total)