Viewing 30 results - 132,301 through 132,330 (of 142,872 total)
  • Author
    Search Results
  • #238535

    Hi!

    For a quick fix open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:

    
    if(!empty($nav)) 
    

    with

    
    if(!empty($nav) || empty($nav)) 
    

    and make sure the top menu is active. The next update will enable you to display the flags in the main navigation if the secondary menu is deactivated or to display the flags in the top bar even if no secondary menu is selected.

    Cheers!
    Peter

    Hi!

    You can use this code:

    
    @media only screen and (max-width: 767px){
    .avia_wpml_language_switch {
    padding-left: 20px;
    }
    }
    

    Cheers!
    Peter

    #238531

    In reply to: Header in Mobile

    Hi!

    To fix the logo overlap issue on smaller screens add this code to the quick css field:

    
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    

    Kriesi removed the “dropdown” option with the last update. I’ll tag this thread for him in case he wants to comment on the decision.

    Best regards,
    Peter

    #238530

    Hi!

    You can refer to this link: https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/

    Instead of editing header.php, find the code on includes > header-main-menu.php. Go to line 101:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Follow the instructions on the link.

    Regards,
    Ismael

    Hey tarahoover!

    Did you deactivate the links on your website? Because at the moment I can’t see the portfolio links with Chrome on my desktop PC and I wonder if this is a general issue which affects everyone and not only ipad/iphone users. Can you please create me an andmin account and post the login credentials as private reply?

    Cheers!
    Peter

    #238525

    In reply to: Scroll bad positioning

    Hi CloudChoice!

    Can you please post a link to the website?

    Refer to this link for the fix: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325

    Cheers!
    Ismael

    the problem seems to appear in class-breadcrumb.php.

    If you remember i had another thread about hits problem

    hopefully this is something that will be solved in the future, if you can work with them.

    #238519

    In reply to: Mobile Menu options

    @040hosting – no worries, I wasn’t have a dig at you or anyone else, just wanted to bring the topic back to my original question. Feel free to carry on with the WPML stuff now though…hope you get it sorted.

    OK thanks i will wait for the update then.

    Maybe you can add it as a checkbox in header options (display WPML language switcher on top left/right.)

    Thanks.

    #238496
    This reply has been marked as private.
    #238494

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 767px) and (max-width: 989px) {
        .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top.home #main{
            padding-top: 90px !important
        }
    }

    Cheers! 
    Josue

    #238483

    Hey,
    Some suggestions/requests I’ve thinking about while working with an already great theme:

    – Pages transitions would do for a better, nicer ux!

    – Also the possibility to add “sandwich” (3 lines) icon to the menu, that when clicked it opens a mobile-like side menu.

    – Audio controls and custom video control for fullscreen slider and color sections. (youtube controls look horrific in the fullscreen slider)

    – More options for embedding youtube videos (hiding controls, change player color, etc)

    – Fullwidth images (like in color section but respecting the height of the image, not cropping it)

    – More column width options like 1/6, 2/5, 3/5 etc

    – Floating menu: ability to place it wherever in the page, and when it gets to the top, it stays there fixed.

    – Bug fix: horizontal ruler set in blank space, 0 px, it actually creates a blank space when I guess it should not. Also negative blank space is not working for me.

    – Bug fix: Icon list: I want an icon list with only titles (no subtitles, or any other text) and I can’t work it out ;( For the moment I had to write some text and set it the same color as the background so nobody can see it. (you can check it live at http://www.universitarios.org.ar)

    – An element just like the actual “fullwidth masonry” with the option to make just as wide as the 1/1 column.

    That’s all for the moment ;)
    Cheers!
    Mono14

    #238457
    musicmom2014
    Participant

    Hello,
    Somewhere I read that a large (100+ pages) page website probably should use a mega menu. I am starting over with our site on Enfold because the menu stopped working properly at 122 pages. Never figured out why. However, it was NOT a mega menu.

    I decided there were advantages to starting over. I’ve already learned a lot. However, this menu problem still confounds me.

    Can some one tell me the advantage to using to mega menu with a large site, and how to set it up properly? The pages are simple, there’s just a lot of them.
    Thanks.

    #238455
    jswebdev
    Participant

    Hi Team, I have a splash screen for our site at: http://www.got2bmoving.com/splash (see also: https://kriesi.at/support/topic/question-about-setting-url-for-splash-screen-vs-home-page/)

    As you can see, when I click on the image in the splash screen we navigate to the real Home page of the site. What I would like is to add a transition effect – like “dissolving” as we are transitioning from the splash screen to the Home page. Is there any advice you can give me on how I can achieve this?

    Thanks!

    #238452

    As a follow-up, the color behind the menu bar anf the Layer Slider are also not displaying behind IE version 9.0.8112.16421.

    #238449

    In reply to: mobile view

    This reply has been marked as private.
    #238436

    Hey!

    You can play with these values in a desktop only media query to move the menu around on desktop views:

    #top .main_menu #avia-menu > li > a {
    height: 100px !important;
    line-height: 108px !important;
    margin-top: 20px;
    padding-top: 10px;
    }

    Regards,
    Devin

    I’ve tagged the topic for Dude so he can login and take a look.

    kgersony
    Participant

    I would like to hide the featured image at the top of my portfolio-item page. I am using layout builder to create the page. Thanks, kim

    #238421

    A very simple & easy one:

    Allow to enable mobile navigation on desktop! Like SquareSpace does http://www.squarespace.com

    Thanks!

    #238402

    Solved it by myself, sorry for disturbing!
    Link is available in the settings: http://prntscr.com/31f1rv

    Close the topic please!

    tarahoover
    Participant

    Hi there,

    I am loving the Enfold theme, and am soooo close to having my website done. The only issue I’m having is on my homepage — I have both a portfolio grid and color section custom background image set. Whenever I have the custom background image set to fixed or parallax(I really want the fixed setting) it disables the portfolio grid links on mobile (iPhone/iPad). If I change the image to scroll, everything works fine. I don’t have any issues with the portfolio grid otherwise, it just doesn’t seem to get along with the fixed and parallax settings.

    The example is here: http://www.tarahoover.com. If you’re on your iPhone/iPad the grid doesn’t work. If you’re on desktop it does.

    Would anyone be able to shed some light on this issue? I really want to have both the grid and the fixed image, but I’m going crazy trying to fix it. Any help would be much appreciated!

    Thanks!

    • This topic was modified 12 years ago by tarahoover. Reason: forgot to include my url
    #238383
    freeHat
    Participant

    Towards the end of the page loading there is a small jitter because of this css —
    .html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch {
    border-top: none;
    }
    Latest everything with Chrome win 7, boxed layout.

    #238365

    Hey!

    Kriesi commented in another topic on the same issue that he was looking into it and hoping to have a fix out asap. I’ve tagged him on this topic as well so if he has a quick fix he can add it to both topics before pushing out the update to ThemeForest.

    Regards,
    Devin

    Hi!

    Did you try the temporary fix I posted here: https://kriesi.at/support/topic/wpml-language-switcher-disappeared-after-upgrading-enfold/#post-236236 ? The next update will make sure that the langage switcher is displayed even if no secondary menu is selected.

    Cheers!
    Peter

    #238326

    In reply to: Enfold + Polylang

    Hi!

    If you want to remove the taxonomy from the category list on the top of a blog post you can use this code:

    
    
    add_filter('avf_exclude_taxonomies', 'avia_exclude_tax', 10, 3);
    function avia_exclude_tax($tax,$post_type,$id){
    $tax[] = 'following_users';
    return $tax;
    }
    

    to remove it. Just insert the code at the very bottom of your child theme functions.php or paste it into enfold/functions.php if you don’t use a child theme. Replace “following_users” with the name of the taxonomy you don’t want to show in the category/term list. If you don’t know which taxonomy causes the output please ask the Polylang plugin author for more information.

    Regards,
    Peter

    #238318

    Hi!

    Try this code to remove the unnecessary padding:

    
    .page-listing .content{
    padding-top: 0;
    padding-bottom: 0;
    }
    

    Regards,
    Peter

    #238315
    richardruddle
    Participant

    For some reason the icon at the top of the icon box has stopped displaying. It shows up in the WordPress page builder but not in the browser. If I locate the icon to the left it displays. Any idea on what may be causing this? I am not doing anything weird or have modified any of the CSS files. It is a clean install.

    – see http://tinytots.pairsite.com/about/frequently-asked-questions/
    – Enfold ver. 2.5.4
    – WordPress ver. 3.8.1

    I’ve tested this in:
    – Firefox ver. 27.0.1
    – Chrome ver. 33.0.1750.154 m
    – IE ver. 8.0.6001.19088

    Seperate issue… The background behind the menu bar is not displaying on IE8. I realize that IE8 is a piece of crap and I don’t use it, but many still do. I’d like to get this solved as the theme info says it is compatible with IE8.

    Thank you very much, I really like this theme. Look forward to a response.

    Rick

    #238312

    Thank you, Ismael. Your advice and a walk away from my computer got my header issues all straightened out.

    I still can’t get the custom.css to work in my child theme, however. I can test “H1 {display: none;}” on the parent custom.css, and the headlines disappear on my smartphone. But in my child theme, whether I leave the custom.css file at the top level or in a folder labeled “CSS” (as is done on in the parent), it does not work and the H1 remains visible.

    I am ready to launch this site, but I need to work on the mobile presentation before I can!

    Thank you for your insights into this issue,

    Keith

    #238297

    Hi Ismael!
    Thanks on the portfolio sort. This will make all my portfolios sort by title right?

    I’ve attached a screen shot of the little yellow box I would like to stop
    [IMG]http://i60.tinypic.com/20k7z4k.png[/IMG]

    Thanks!

Viewing 30 results - 132,301 through 132,330 (of 142,872 total)