Viewing 30 results - 136,771 through 136,800 (of 142,852 total)
  • Author
    Search Results
  • #192898
    Alcadis
    Participant

    Today I noticed that the slider and search aren’t working anymore. It’s probably a javascript issue, but I’m not that technical so I hope someone here can help me out.

    1. The slider is not showing any slides, also the ‘prev’ and ‘next’ buttons aren’t working
    2. The Ajax Instant Search stopped working. I don’t get any results while typing. Pressing enter on a search term, does give me results, but the Ajax part stopped working.

    This problem occurrs in Chrome, FF and IE. I allready tried deactivating all plugins, but that doesn’t help.

    Both these functions worked perfectly last week and I don’t remember changing anything important.

    Stefan

    #192883
    ChadRichardFlorida
    Participant

    Hi,

    We’re trying to implement a custom menu based on a vertical list of icons, with a hover on each icon showing a submenu, like this: http://lifestop10.com/wp-content/themes/l210/menu.html

    Additionally, we installed a wp plugin called slick-tab where we want to implement the custom menu.

    We set up a plain-jane menu using dreamweaver and its built-in sprymenu library (what you see in the link above) and tried to implement it by inserting the html code into the widget area of the slick-tab. However it seems like something (we’re almost certain it’s not slick-tab) is conflicting with the display of the icon submenus. To see what we mean, take a look at the interim result at http://lifestop10.com/

    Our main question is — Is there a tutorial or something like that which shows how to reuse the avia-menu css to implement what we need instead of adding even more css just to implement it?

    Sincerely,

    Chad

    #192867
    joshlindsay
    Participant

    Hi there,

    I’m trying to adjust the height of my logo both in load and scrolled state.
    For the scroll state I have made the changes as mentioned here https://kriesi.at/support/topic/enfold-logo-resize/ but it’s making the logo shrink to almost 0 then pops back up at the specified height.

    Any ideas?

    Cheers,

    #192834

    Hi!

    Try to insert following code into the quick css field to reduce the header size (padding)

    
    .fixed_header #main {
    padding-top: 61px;
    }
    

    Best regards,
    Peter

    #192822

    Hey!

    Please try to replace following line in /wp-content/themes/enfold/config-wpml/config.php

    
    add_action( 'init', 'avia_wpml_register_post_type_permalink', 20);
    

    with

    
    //add_action( 'init', 'avia_wpml_register_post_type_permalink', 20);
    

    Afterwards go to Settings > Permalinks and click the “Save” button.

    Please 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. Normally the code I mention above registers new permalink rules for every language but in your case the server probably 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. (See https://kriesi.at/support/topic/404-strange-permalink-problems-ii/ ).

    Cheers!
    Peter

    #192814
    This reply has been marked as private.

    Hi edenpra!

    1) Bitte versuche folgenden Code in das Quick CSS Feld einzufügen, damit die “springenden” Bilder behoben sind

    
    #top .alignleft a,  #top .alignleft a:hover, #top .alignleft img, #top .alignright a,  #top .alignright a:hover, #top .alignright img, #top .aligncenter a,  #top .aligncenter a:hover, #top .aligncenter img{position: relative;}
    

    2) Ja, man sollte mit der .noHover Klasse den Hover Effekt bei einzelnen Bildern deaktivieren können. Hierzu gehe in den “HTML” Editor Modus und bei den Bildern in den Spalten ersetze die “aligncenter” Klasse mit “aligncenter noHover”.

    3) Bzgl des “Effekts mit Pfeil bei Kontakt” bin ich mir nicht ganz sicher, was damit gemeint ist.

    Best regards,
    Peter

    #192798

    Topic: Reduce column spacing

    in forum Enfold
    agiombetti
    Participant

    Hi there, big fan of the theme so far. I’m working on a site, which is in test mode.

    Looked around the forum and couldn’t find an exact solution to my issue.

    At present, I want to use 1/2 columns on the upper portion of the home page vs. using the full screen slider. I see how to adjust spacing/padding on the top and bottom (through editing the color section box).

    Issue: I’m unsure how to adjust spacing to the left and right of the columns. And so the spacing in the middle of the page between the 2 columns seems a bit too much.

    The ideal outcome would be having the spacing between the 1/2 columns be 5 pixels or so.

    Any insight is appreciated. Happy to supply link.

    Thanks

    #192797

    In reply to: promo box formatting

    Try with this too:

    .avia-promocontent h3 {
        margin-top: 5px !important;
    }

    Cheers!
    Josue

    #192793

    I figured it out was also able to swap the header image with something better.

    https://www.evernote.com/shard/s77/sh/ecbb6410-c0a5-4cf1-bf75-76330b4ade36/41079980d78e39da88ad847b396b9f82

    Had to tweak the Quick Css code to this:

    
    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }
    
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 161px  !important;
    line-height: 161px  !important;
    }
    
    #header_main_alternate .container, .main_menu ul:first-child > li > a {
    height: 40px  !important;
    line-height: 40px  !important;
    }
    
    #192790
    jmikhail
    Participant

    Hi,

    I am trying to work with this header on Enfold but it has become extremely frustrating. I am trying to bring my old website onto enfold in a similar layout.

    My old site header: https://www.evernote.com/shard/s77/sh/a3712add-feaa-4b75-be27-a4cd97fce829/8b0b8500ebb98a8ad148cd2fe76973b4

    My header right now under enfold: https://www.evernote.com/shard/s77/sh/6a62949a-ed26-42f7-a0fb-896a5c5d11e5/a09f2d943f3475df6f35efc189b39eb5

    I have the header set to: “Header with social icons and bottom navigation”. I figured I could just remove the social icons and then implement the background image and have a bottom navigation header. My issue is the bottom navigation is looking awful because of the height of the bottom navigation. I’d like to be able to put in a bigger background image at the top (which I didn’t do yet) then have a nice bottom navigation.

    Just look at the old site header and hope you can help me tweak this to make it similar. My site is offline at the moment so I don’t have a url to share.

    This is my quick css coding:

    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }
    
    #header_main .container, .main_menu ul:first-child > li > a {
    height: 120px  !important;
    line-height: 120px  !important;
    }
    

    Thanks for your help.

    #192780
    #192761

    Topic: promo box formatting

    in forum Enfold
    sky19er
    Participant

    It seems adding any heading — h3 for example — to the text in a promo box automatically inserts a paragraph above the heading, which creates too much space above the heading / at the top of the promo box / between the heading and the top of the promo box. Any easy fix for this?

    Thanks!
    http://cbdmh.info/

    #192751
    This reply has been marked as private.
    #192747
    tecnauta
    Participant

    Hi,

    I just bought the theme and was testing the LayerSlider with the sample sliders. Unfortunatly the short code didn’t work… Just the text of the code apear in the page.

    I checked the solution provided in https://kriesi.at/support/topic/slider-not-working-16/ but my footer.php apears to be ok. Is there anything else that I should do?

    Here is the page URL: http://2mtelecom.net/contato/

    Thanks.

    #192740

    Hey!

    The website is not loading. Can you please post the proper link here?

    Regards,
    Ismael

    Hey!

    Add this code to the Quick CSS:

    .home #av_section_3 {
        background-position: top center !important;
        background-repeat: repeat !important;
    }

    Cheers!
    Josue

    ZakP
    Participant

    Hi,

    I’ve placed service icons side by side and it looks like this on a desktop “image“. This is perfect here, however when viewed on a small screen the icons go out of the div: “image”.

    Could you kindly help so that the icons remain in the div.

    Thanks!

    • This topic was modified 12 years, 4 months ago by ZakP.
    #192715

    sorry one last thing also is the buttons for my theme only show up with the proper blue color when it is about 500 px wide can u tell me which parts of the css i need to add the blue to ? Its not supposed to be grey

    #192699

    Hi solarmediapro!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #top .main_menu .menu li ul a { font-size: 18px; } /* font size of sub menu items */
    .header_color .main_menu .menu ul li a { color: red; } /* color of sub menu items */
    #top .header_color .main_menu .menu ul li>a:hover { color: green; background-color: blue; } /* hover state of sub menu items */

    Best regards,
    Yigit

    #192685

    Hi Micael!

    Please refer to Devin’s post here https://kriesi.at/support/topic/issue-with-mobile-view/#post-190081

    Cheers!
    Yigit

    #192681
    MichaelT1
    Participant

    hi, for some reaosn the back to top button doersnt appear on Mac Safari- can u let me know if i have an error in the css?

    http://www.heliproducts.com/

    • This topic was modified 12 years, 4 months ago by MichaelT1.
    #192680

    Hi Jorge!

    Please refer to this post and change the width to switch to mobile menu https://kriesi.at/support/topic/ie8-header-alignment-with-search-button/#post-190414
    You have many menu items and i believe that would be the best way to go

    Regards,
    Yigit

    #192675

    In reply to: Reopen a closed issue

    Then it would just be:

    
    #top .main_menu .menu li > a {
    padding-top: 10px;
    }
    #top .header-scrolled .main_menu .menu li>a {
    padding-top: 0;
    }
    
    #192669

    Hey!

    You can add following code to Quick CSS to hide it

    .avia-menu-fx { display: none; }

    You can add following code as well and adjust it to move submenu up and set font weight to normal

    .main_menu .menu ul { top: 94%; }
    .main_menu ul:first-child > li > a { font-weight: normal; }

    Best regards,
    Yigit

    #192668

    Hi!

    Please add !important to force it so it should be

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: auto!important;
    }

    Cheers!
    Yigit

    #192656

    In reply to: Reopen a closed issue

    Okay, the height of the header is determined by the line height of the nav items so its a bit tough to just move them around within the header. I’m not sure if this is what you may be going for but you can adjust the overall height of the header with the following:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 100px;
    line-height: 100px;
    }
    .fixed_header.social_header #main {
    padding-top: 131px;
    }

    This is just an example that is 16 pixels shorter than what you have now and can be adjusted as needed. The end result is less of a gap on the bottom of the whole header before the content starts.

    #192652

    In reply to: Reopen a closed issue

    No need for that, you can see the incorrect spacing now as well, let’s make sure we are talking about the same thing:
    The space from the top menu to the separator line below it where the menu item selection indication resides, is way too big.

    Daniel
    Participant

    Liebes Kriesi Team
    auf: http://www.naturheilpraxis-eden.ch/
    habe ich 4 Icon Box mit tip Icon. Die Bilder sind verlinkt. Aber bei Maus Kontakt bewegen sie sich. (mit Firefox, Chrom, IE)
    Kann ich das abschalten? Und den effekt mit Pfeil bei Kontakt entfernen?
    Am liebsten würde ich die GANZE Icon Box verlinken, inkl. change to a pointer on hover!

    Vielen Dank für Eure Hilfe

    Daniel

    in english:
    Hey Kriesi Team
    see: http://www.naturheilpraxis-eden.ch/

    there are 4 Icon Box with top Icon and pictures with links. but if you touch the pictures with the cursor they move a little bit. (Firefox, Chrome, IE). Can you fix this? Inkl. hover effekt with arrow?
    But better I like: Link from the WHOLE Icon Box with change the cursor to a pointer on hover!

    thanks

    Daniel

    #192635
    meermakers
    Participant

    Hey There,

    I’m having problems with the main menu navigation in the header. I’m trying to align the main menu to the left and the logo to the right.
    At some point I succeeded partially, but the logo keeps disappearing. I see the logo flashing in the right place, but is is gone after that. It reappears when the ‘sticky menu’ activates and when I scroll back up after that.
    Can you help me with some code to get this done properly?

    Also, if possible I want the sticky menu to be disabled.

    I’m using ‘Fixed header with social icons and additional navigation’.

    The site is behind a login screen so you can’t see it online yet. Can I email you the login? Or, even better, how can I make a topic entry ‘private’?

Viewing 30 results - 136,771 through 136,800 (of 142,852 total)