Viewing 30 results - 134,941 through 134,970 (of 142,788 total)
  • Author
    Search Results
  • #211814
    albrowncompany
    Participant

    Hi – I’ve got enfold on two websites. One with godaddy and one with wp-engine for two different but related companies (two different copies were bought).

    I’ve lost control over the header, footer, and color choices and sizing on one copy.

    On my machines (two laptops, tablet, phone) on three different networks – we keep seeing tan headers and footers. I’ve adjusted on enfold to be something wild and different to illustrate the point – like pink and red.

    But the changes don’t seem to be taking effect.
    I can add pages, information, images, but I can’t control the style colors.

    http://www.seaislandgaexperts.com is the website.
    wp-engine has told me they see no issues and can’t help me
    they can’t replicate the issue

    they seem to be able to see different colors – but I can’t.
    ive reset the router, the cable modem, the computer, cleared cache, surfed on private settings
    nothing seems to work!

    Anyone have any ideas? I’m at a total loss

    Did find an error code on my hosting, but im a newbie and its greek to me:
    [Sat Jan 18 19:07:46 2014] [error] [client 66.249.73.41] PHP Fatal error: Call to undefined function get_header() in /nas/wp/www/cluster-1030/albrowncompany/wp-content/themes/enfold/index.php on line 9

    #211806

    Hi bmneimark!

    You can do it using a non-fixed header. Add this on Quick CSS:

    .title_container {
    position: fixed;
    top: 88px;
    z-index: 999;
    width: 100%;
    }
    
    .title_container .container {
    margin: 0 auto;
    }

    Adjust the top position according to header height.

    Best regards,
    Ismael

    #211804

    In reply to: Star Rating

    Feel free to request it here.

    Best regards, 
    Josue

    #211786

    In reply to: Add a new custom font

    Hi!

    This is the font now:

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font {
    font-family: 'PT Sans Narrow', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    It means that the font works. Please remove browser cache then reload the page. The font is being called on the properly:

    <link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700″&gt;
    <link id=”google_webfont_2″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic”&gt;

    Best regards,
    Ismael

    #211785

    In reply to: Mobile questions

    Hi!

    For a fixed header on mobile, add this to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #header {
            position: fixed !important;
        }
        .fixed_header #main{ 
            padding-top:88px !important; 
        } 
    }

    Regarding the font size difference on the LS and the background section, i’m not sure if it’s possible to equalize them because LS handles font size and positioning quite differently.

    Cheers!
    Josue

    Hi jmikhail!

    The best solution is to edit the background image then move the text to the right.

    Best regards,
    Ismael

    #211768

    In reply to: Logo: format & shrink

    Hi!

    Please add this on Quick CSS:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    	min-height: 70px !important;
    }
    
    #top .header-scrolled .main_menu {
    	margin-top: 15px;
    }

    Adjust the top margin of the menu according to the height of the header.

    Best regards,
    Ismael

    Hi!

    No, it will not. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Ismael

    #211734
    bmneimark
    Participant

    Is there a way to have the Main Titles & Breadcrumbs remain static at the TOP of the page like I have the main menu do (which was achieved by changing code in the avia.js file utilizing code that was provided in response to another thread someone else posted)? … I’m using the “Small Fixed Header” in case you need that info. Thanks.

    #211718

    In reply to: Layout on mobile

    Hey!

    Please do the following:

    1.) Add this to increase the height of the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    height: 130px;
    }
    }

    2.) Use this to remove the gap below the layer slider:

    @media only screen and (max-width: 767px) {
    .responsive #main .container_wrap:first-child {
    border-top: none;
    height: 150px !important;
    }
    }

    3.) Did you set a “Responsive Header Main Menu” on Enfold > Header?

    Best regards,
    Ismael

    #211711

    Hey tonyiatridis!

    You can add this on Quick CSS to decrease the top padding of columns:

    body .column-top-margin {
    margin-top: 10px;
    }

    Add this to remove the underline on hover state:

    a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;
    }

    This one for the hover color:

    .experiencecaptions:hover {
    color: red;
    }

    Regards,
    Ismael

    #211697

    Hi Anthony!

    Seems like a plugin issue to me. 35 plugins will possibly cause you an issue or two. Please post the login details here as a private reply. Deactivate all plugins first. We would like to check it after you deactivate all the plugins because we don’t want to mess with your plugin settings.

    Best regards,
    Ismael

    #211661

    Hey leomiranda92!

    Edit includes > loop-index.php, find this code on line 173:

    echo $content;

    Below, add this code:

    `$description = get_the_author_meta(‘description’, $author_id);
    echo “<div class=’author_description_text'” .avia_markup_helper(array(‘context’ => ‘description’,’echo’=>false)).”>”.wpautop($description).”</div><span class=’author-extra-border’></span></div>”;`

    Regards,
    Ismael

    #211658

    Hi silviouk!

    You can use the code I posted here: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 – the user added a Slideshare icon to the social media area but you can use any other fontello font icon too.

    Best regards,
    Peter

    #211649

    In reply to: Gravity Forms Problems

    In case that GF will ouput special classes for this settings i added this :

    
    #top .gform_body .small { width: 25%; }
    #top .gform_body .medium { width: 50%; }
    #top .gform_body .large { width: 100%; }
    

    This works for the field size problem (please integrate it in the next release).

    But the Dropdown Problem isn’t solved.

    jmikhail
    Participant

    This is a great theme, I just got our second one for another client.

    I am having somewhat of a minor issue and was not sure if you had any suggestions on how we could fix this. I have a background image set up in the header and it shows the full name written in a Japanese style font.

    However, what happens is when we go into a tablet, mobile or iphone, ipad device the logo sits right on top of the background image with the font. You can see what I mean here: http://bit.ly/1aoJxIM

    Hoping someone can give me a suggestion on how to fix this because it is only an issue with the mobile devices, not sure if the logo could somehow be moved up higher or if the header image could be cropped on the right side instead of “centered”.

    #211638

    Hi!

    You can upload the modified logoslider.php into the child theme folder. However you must add some code into the child theme functions.php file to overwrite the original parent theme code – see: https://kriesi.at/support/topic/have-easyslider-fill-up-entire-column-with-no-padding-or-margins/#post-205281

    Regards,
    Peter

    #211637

    In reply to: Full Width Search Page

    Hi!

    Please use following code to hide the sidebar on the search page – insert the code into the quick css field

    
    #top.search .template-search{
    width: 100% !important;
    }
    
    #top.search .sidebar{
    display: none !important;
    }
    

    Best regards,
    Peter

    #211636
    jmikhail
    Participant

    1) If you view this website on the iPad in vertical mode in Chrome and Safari the top Navigation disappears. Here is the link to the website: http://bit.ly/1dGktBg

    Also, in relation to this problem with Safari in landscape mode the Home overlaps slightly onto the logo. In Chrome it does not overlap the logo.

    I attempted to fix the padding in the vertical mode but had no luck.

    Thanks!

    #211630

    I moved it from the bottom to the top. No dice, no change.

    Any more ideas? I don’t mind a core hack if that is what is needed to make this work.

    #211625

    In reply to: Gravity Forms Problems

    Hey naranili!

    Please try to insert following code into the quick css field

    
    #top .gform_body input[type="text"] { width: 100%; }
    

    Best regards,
    Peter

    #211608

    Hi!

    The theme only support google fonts so none others can be loaded in at the moment to show in the styling options. See this post for loading in your font:
    https://kriesi.at/support/topic/add-a-new-custom-font/#post-211526

    Make sure to try that exact function before modifying it for your custom font.

    The script

    Regards,
    Devin

    Hi pako69!

    Use Codestyling ( http://wordpress.org/plugins/codestyling-localization/ ) and translate the po/mo file. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    If you want to add some custom text to the translation file wrap it into a __() function like

    
    __(‘My text’,'avia_framework’)
    

    If you want to register a new text string with WPML see: http://wpml.org/faq/getting-string-translation-to-work/

    Best regards,
    Peter

    #211581

    Hi!

    I fixed it on your website – see https://kriesi.at/support/topic/bbpress-and-full-width-masonry/#post-211580

    Cheers!
    Peter

    #211580

    Hey!

    Please insert following code into the functions.php file

    
    
    add_filter('avf_registered_post_type_array', 'avia_remove_bbpress_post_type_options', 10, 2);
    function avia_remove_bbpress_post_type_options($post_type_option, $args)
    {
        if(!empty($post_type_option))
        {
            foreach($post_type_option as $key => $post_type)
            {
                if($post_type == 'forum' || $post_type == 'topic' || $post_type == 'reply')
                {
                    unset($post_type_option[$key]);
                }
            }
        }
    
        return $post_type_option;
    }
    
    add_filter('avia_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avia_post_grid_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avia_post_slide_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
    
    function avia_remove_bbpress_post_type_from_query($query, $params)
    {
        if(!empty($query['post_type']) && is_array($query['post_type']))
        {
            foreach($query['post_type'] as $key => $post_type)
            {
                if($post_type == 'forum' || $post_type == 'topic' || $post_type == 'reply')
                {
                    unset($query['post_type'][$key]);
                }
            }
        }
    
        return $query;
    }
    
    

    We’ll include this code in the next theme update.

    Cheers!
    Peter

    #211565

    You can close this topic. Thank you for all.

    #211552
    Artinet
    Participant

    When hovering over a clickable image, the content under it jumps down by a couple of pixels, is there ay way to stop this? See http://www.oglecarwax.com/products/element-premium/ – watch the black footer bar as you hover over the image.

    I’ve checked through the css but I can’t see anything that could be causing this.

    #211536
    caesss
    Participant

    We are seeing code in the “title” tag of the icon link. I think someone else reported this already Icon Box Title link but I don’t think the answer was correct. It is not a plug-in conflict, it is an issue in the code.

    iconbox.php lines 165-169 look like this:

    case 'both':
                                $title = "<a href='$link' title='".esc_attr($title)."' $blank>$title</a>";
                                $display_char_wrapper['start'] = "a href='{$link}' title='".esc_attr($title)."' {$blank}";
                                $display_char_wrapper['end'] = 'a';
                                break;

    As you can see the $title variable in 166 gets assigned the string and then you use that same variable in the “title” tag again in line 167. You are expecting to grab the value passed to the function but you are actually getting the reassigned value of $title. And that is what we are seeing.

    I simple modified the code to look like this:

    case 'both':
                                $mytitlecopy = $title;
                                $title = "<a href='$link' title='".esc_attr($title)."' $blank>$title</a>";
                                $display_char_wrapper['start'] = "a href='{$link}' title='".esc_attr($mytitlecopy)."' {$blank}";
                                $display_char_wrapper['end'] = 'a';
                                break;

    I’m not sure that’s the best way to fix it but it worked for me. BTW, great work on the template it.

    #211525
    turner2f
    Participant

    I am using Enfold version 2.4.5 and WP 3.8

    The Top Navigation is NOT being displayed on “Search Results” page.

    ===============
    Please see…

    http://www.healthnumeric.com/V2/?s=lorem

    and compare to…

    http://kriesi.at/themes/enfold/?s=lorem

    ==============

    Please help.

    • This topic was modified 12 years, 1 month ago by turner2f.
Viewing 30 results - 134,941 through 134,970 (of 142,788 total)