Viewing 30 results - 220,561 through 220,590 (of 244,492 total)
  • Author
    Search Results
  • #271333

    Hello,
    I have found a compromise for this little problem. That is to make the menu sticky with a reasonable height, but not shrinking.
    Thank your for your help. Please close this ticket, as I have a more important problem for which I will open another ticket.
    Sorry for ticketing too much as this is my first job with your magnificent theme: enfold.
    Regards

    #271328

    In reply to: Top menu / logo help

    Thanks, Yigit, I think everything is working normally now. I’ve learned my lesson — first check for theme updates. How do I know if there is an update — the enfold theme update wasn’t listed in my admin dashboard. I guess the auto-update notifications don’t work with enfold?

    Just FYI, the FTP update method failed for me. When I tried to overwrite the old enfold theme folder with the new one, my FTP client gave me the following error message:

    Could not delete “background-images”.
    Server said: Can’t remove directory: Directory not empty
    Error -126: remote rmdir failed

    I eventually tried deleting the older theme within WP admin, and uploading a zip of the new theme from the WP admin, and that worked.

    I’m using a child/parent setup, if that makes any difference in this case. Bluehost shared hosting. FTP client: Transmit for Mac. FTP uploading is working fine in other circumstances, though quite slow of late.

    What is your recommendation about updating the enfold theme within the WP Admin Dashboard — is this a bad idea? Should I always download and manually upload updates? Even if I can get FTP working for this purpose, somehow it is VERY slow, something like 40x slower than uploading a zip of the whole thing.

    Thanks,
    Jeremy

    #271324

    In reply to: Site loads very slow

    Hey Digilocker, thanks for your reply. Perhaps it could be raised, but I’m already investing a bit of time in it and would like to get it done. Further, I’m also thinking that it’s a normal practisewhat’s done in Enfold. And I’m loving Envold, it’s a beatifull theme which give you lot’s of different layout’s and purposes. I’m going to set it up with nextgen, will see then how it loads.

    Thanks to all above!

    #271322

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img { margin-top: 20px; }
    .header-scrolled .logo img { margin-top: 0; }

    Regards,
    Yigit

    #271316
    msbllc
    Participant

    I’m received 3 error messages at the top of my browser…

    Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /home1/msbllc/public_html/message/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home1/msbllc/public_html/message/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home1/msbllc/public_html/message/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home1/msbllc/public_html/message/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home1/msbllc/public_html/message/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Anyone know what is causing this and a solution to resolve it? Please help!!

    #271312
    Lido
    Participant

    Hello,
    I made a esearch in the forum but I could not solve my problem.

    I initially used WP SEO by Yoast without problems but after an update of the template can not seem to use it more.
    If active the plugin “disappear” all the admin panel, I see a blank page.
    I have tried other SEO plugin but I have the same problem.

    This is the site http://redsrl.net/home/

    I checked the forum and I see that Yoast is cited as a plugin compatible, but I have this problem.

    I am using the following versions:
    WP SEO Yoast 1.5.3.2
    Enfold 2.8

    thank you in advance if you can solve my problem

    #271311
    This reply has been marked as private.
    #271309
    garyguthrie
    Participant

    http://bridge909.org/
    in Enfold?
    And what elements would it consist of?
    I’ve played around with a color block with a photo in the background but can’t get the other elements to “sit” at the bottom of it.
    Thoughts?

    #271308

    In reply to: Coloured IconBox Icons

    Hey ElementArt!

    Please turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add custom class to each iconbox element and use following code instead

    .custom-class-1 .iconbox_icon { background-color: orange !important; }
    .custom-class-2 .iconbox_icon { background-color: red !important; }

    Best regards,
    Yigit

    #271304

    Hi MediaMix1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    div#layer_slider_2 {
    z-index: 1;
    }

    Cheers!
    Yigit

    #271300

    In reply to: text color question

    Hey thanp73!

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

    .main_color a, .alternate_color a { color: blue !important; }
    .main_color a strong, .alternate_color a strong { color: blue !important; }
    .main_color strong, .alternate_color strong { color: black !important; }

    Best regards,
    Yigit

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_image { width: 100% ; }

    Regards,
    Yigit

    #271293

    In reply to: Site loads very slow

    Hey Ermin, sorry I was unable to help there, didn’t realize the specifics. I don’t think our budgets in the UK will be that dissimilar. £60 a year to host a site doesn’t seem an awful lot though – if this is a big concern (which I can understand would be on 3GB), could this not be raised via a fundraiser or something? From what I’ve seen of other similar themes I think this is pretty standard practice what is being done in Enfold. It’s even standard in WordPress to generate several versions of an image.

    There is a free plugin for wordpress called replace media, which I use & replaces the images internally – if you use generic names for you galleries image0001 etc, it may help, though I don’t believe it works in batches.

    #271288

    Topic: text color question

    in forum Enfold
    thanp73
    Participant

    I used the enfold advanced styling tab to edit the strong tag and make it just a black color.
    in general styling/main content, the Primary color is a blue (I want my links blue, #0060e6)

    typically, if I have a link in content, I will bold and hyperlink it

    However, the theme apparently at random is sometimes turning bold likes blue, and sometimes turning them black.

    Please help me isolate what to call !important and where to do it so that
    1) all links, regardless if bold or not, are blue
    1a) if link is bold, then make it bold and blue
    2) if just bold, then color should be black

    one page of mine has two links formatted same way in same paragraph appearing two different ways – I’m trying to eliminate this

    • This topic was modified 11 years, 10 months ago by thanp73.
    DavyE
    Participant

    Hi,

    I’ve downloaded and updated the latest Enfold version today and have noticed certain icons no longer display correctly. How to fix this please?

    Example: click on the search icon in the main menu of this page http://goo.gl/UhiOTZ

    Thanks in advance

    #271276

    In reply to: Header tweaks

    Hi!

    Please choose “Enfold child main menu” under Menu Settings. This should enable editing menu items properly.
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .phone-info span { font-size: 18px; }

    Best regards,
    Yigit

    #271273
    Micheal0424
    Participant

    I am using Role Editor (http://role-editor.com/) and when I deselect Manage Options it makes it so the role will not see the Enfold option on the menu bar, unfortunately it also takes away the LayerSlider option.

    Is there another way I can control who can see the Enfold option? I don’t want certain roles having access to that option.

    Thanks.

    #271272
    freepixelweb
    Participant

    Hi, with Enfold theme a phone number is automatically detected.

    The problem is the appearance of this link (black background white text), how to change this style?

    Regards.
    Jean

    Hey!

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

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

    top margin is 50px by default

    Cheers!
    Yigit

    mareva
    Participant

    Hi!
    I’ve just upgraded to the 2.8 version and some images are not well displayed anymore.
    This is true with images that are embeded with the option “original size” in a column that is less than 1/1.
    E.g. : Image original size : width: 400, height: 800. Column 2/5.
    Before : the image width was adjusted to the column width (then, less than the image original width).
    Now (withe Enfold 2.8) : the width of the image displayed is 400px. Then, the image run over the column 2/5 (and over the sidebar).
    The trouble is : with avia advanced editor, I can’t define manually the size of the image.
    Any idea to help me to solve this trouble?
    You can have a look on: http://www.ticettac.net/wp_eloise/navire/ or : http://www.ticettac.net/wp_eloise/liens/
    pwd : tic!tac!

    (Sorry for my very bad english).
    mareva

    This reply has been marked as private.
    #271240

    Well it is your decision. But your customer will be happy if this becomes a core feature or even an option they can modify from the settings page. If you neither change the core file nor add the filter by default every user of Enfold with paged blog pages will get “double tilte tags” errors displayed in Googles webmaster tools. Those users addicted to SEO won’t be very happy about it.

    #271235
    avanzamas
    Participant

    I have your Enfold theme at: http://32ladrillos.com/contacto/

    The problem is that the map only show in this page on the first visit of the page. If you refresh the page you wont see the map.

    Please check this error
    Thanks

    #271233

    Hey!

    Ok, try to insert this code into your child theme functions.php file or enfold/functions.php:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
            add_action('ava_after_main_menu', 'avia_wpml_language_switch', 10);
    }
    

    Then insert this code into the quick css field:

    
    .avia_wpml_language_switch{
    margin-top: -30px;
    }
    

    and change the margin-top value if necessary.

    Best regards,
    Peter

    StuWeTueHo
    Participant

    I just tried the new “related entries” version (the one with thumbnail and post title). I noticed that all posts without featured image have a misaligned icon. See for yourself:
    http://kriesi.at/themes/enfold/2013/10/23/the-lone-balloon/

    I could fix it with changing
    #top .av-related-style-full .related_image_wrap {display: table-cell;}
    to
    #top .av-related-style-full .related_image_wrap {display: block;}

    Don´t know if it is the correct way, but at least it works :-).

    • This topic was modified 11 years, 10 months ago by StuWeTueHo.
    #271225

    In reply to: Image size Firefox

    Hi hansenberg!

    Please add fllowing code to Quick CSS in Enfold theme options under General Styling tab

    .avia_image { width: 100% ; }

    Regards,
    Yigit

    #271221

    Topic: Image size Firefox

    in forum Enfold
    hansenberg
    Participant

    Hi
    I am building a website with the Enfold theme. I am working locally on my site and have just updated the theme to the latest version. But now there is a problem in firefox with some of the images. They are alle shown in full size, eventhough they are put in the responsive layout elements. It is no problem in the other browsers I have tested (safari, chrome). Please help.

    #271219
    avsurganov
    Participant

    Hi guys!

    I bought your theme to update my site (to make it look more modern, and have a mobile friendly theme). However, the person who worked on the site previously did a custom job, and the woocommerce plugin seems to break with the Enfold Theme. Is there any way to set woocommerce back to default without reinstalling the plugin and losing all the past orders? Please let me know!

    Old Site: http://www.luminaid.com/shop/
    New (Temp) Site: http://luminaid.avsurganov.com/shop/

    Don’t mind the formatting / colors. It’s still a very early draft.

    #271217

    Hey stankages!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    p#element_avia_please_explain_what_you_are_1 .hidden {
    display: block!important;
    }

    Cheers!
    Yigit

    #271212

    Hi!

    Try to insert this code into the child theme functionsphp file or into enfold/functions.php

    
    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 5, 1);
    function avia_change_breadcrumb($trail) {
        if(is_page())
        {
            global $post;
    
            $front 			= avia_get_option('frontpage');
            $blog 			= avia_get_option('blogpage');
    
            if($post->ID == $blog || $post->ID == $front) return $trail;
    
            $parents = get_post_ancestors($post->ID);
            if(!empty($parents))
            {
                $home = $trail[0];
                $last = array_pop($trail);
                $trail = array(0 => $home);
    
                foreach($parents as $key => $data)
                {
                    $link = '<a href="'.get_permalink($data).'">'.get_the_title($data).'</a>';
                    $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link);
                    $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
                    $link = '<span typeof="v:Breadcrumb">'.$link.'</span>';
                    $trail[] = $link;
                }
    
                $trail[] = $last;
            }
        }
        return $trail;
    }
    

    Cheers!
    Peter

Viewing 30 results - 220,561 through 220,590 (of 244,492 total)