Viewing 30 results - 225,181 through 225,210 (of 243,614 total)
  • Author
    Search Results
  • #239231

    Hi!

    Copy includes/loop-index.php to your child theme folder (also put it into an includes folder – enfold-child/includes/loop-index.php) and delete this code:

    
                    $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
                    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";
    

    If you want to remove the date from the widget insert following code into your child theme functions.php:

    
    function change_avia_date_format($date, $function) {
      return false;
    }
    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
    

    Regards,
    Peter

    #239230
    nowhere
    Participant

    Hi,

    I installed the Yoast SEO Plugin, Google shows the tittle, but doesn’t show the meta description.

    Do I need to change something to fix this?

    Best Regards,

    Peter

    Hi Ismael,

    It’s not coming from the speed limit. As when I switch theme it’s coming back to normal.
    You can Disable the plugin as long as you reactivate them after because I don’t know when you will be on my site and some are very important . (no need to adjust settings, just reactivate).
    But I have already done that as well, I have even via FTP renamed the plugin folder in order to be sure any plugin wasn’t interfering.
    Moreover I can download files when on posts or as image featured, it’s working perfectly. It’s just the library fonction. On a wordpress forum they told me it could be a javascript conflict in theme. Please investigate, I cannot stay like that and it’s my professional site.

    Please, can you send me an older version of enfold?? It’s since the update . And I’d like to know if it can fix the problem.

    Kind regards

    Chrys

    • This reply was modified 11 years, 8 months ago by chryseis.
    #239228

    Hi Ismael,

    yes thanks, i figured this out also, the remove action need to be include inside the init action of the theme.

    thanks !

    Hi!

    I chose an automatic solution. If the top bar is activated (i.e. because of the phone number option, social icons or secondary menu) the flags will be displayed in the top bar. If the top bar is not activated the flags will be displayed on the right side if the main menu. If an user wants to display the flags in the main menu although the top bar is activated this filter code (insert it into your child theme functions.php):

    
    
    add_filter('avf_wpml_language_switcher_position', 'avia_change_lang_switcher_position', 10, 1);
    function avia_change_lang_switcher_position($position)
    {
        return 'main_menu';
    }
    

    allows him to change the position from the top bar to the main menu.

    Best regards,
    Peter

    #239223

    Hey!

    Please insert this code into your child theme functions.php or into enfold/functions.php (at the very bottom of the file):

    
    add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1);
    function avia_change_default_icon_font_para($fonts)
    {
    $fonts['entypo-fontello']['append'] = '';
    return $fonts;
    }
    

    Regards,
    Peter

    Hi!

    Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.

    Cheers!
    Peter

    #239216

    Hey Jeff!

    1) Go to the theme options page (Enfold > Sidebar) and tick the “Sidebar on Smartphones” checkbox.

    2) Can you post a link to the page please – maybe we can hide them with css. The theme does not add any sharing buttons to the content and thus a plugin must cause this issue…

    Best regards,
    Peter

    #239211
    This reply has been marked as private.
    #239201

    Hi!

    You can remove the feed links. Just insert this code:

    
    remove_action( 'wp_head', 'feed_links', 2 );
    

    at the very bottom of your child theme functions.php or enfold/functions.php

    Regards,
    Peter

    #239193

    Hi!

    1) Go to Enfold > Theme Options and select the front page from the “Frontpage Settings” dropdown. If this doesn’t work go to Settings > Reading and select the same page as “Static” page (make sure that the “A static page (select below)” option is selected.

    2) You can hide the “you are here…” menu. Enfold 2.6.1 even introduced some new options to customize the header. Edit the page you want to use as the front page and on the right side in the “Layout” field search for the “Title Bar Settings” options. There you can select if the breadcrumb should be visible or not.

    3) Use the Advanced Layout Builder on a page (just click the blue button) and then insert it as a media element: http://www.clipular.com/c/4764931148742656.png?k=AdR5mNJ-KIQbO9uxzsHpcX9Fqbg – note that Kriesi does not use a LayerSlider but a “Fullscreen Slider” element on the demo page. Afaik the LayerSlider does not support a fullscreen layout (covers entire screen siie) but it just supports the fullwidth layout (covers 100% of the screen width but you must set a fixed height).

    4) You can change the menu width with this css code:

    
    @media only screen and (min-width: 1140px){
    .responsive .container .avia_mega_div.twelve.units {
    width: 1000px;
    }
    }
    

    Replace 1000px with your custom value.

    Cheers!
    Peter

    #239173

    Hey!

    Oh, the google maps widget does not support this option. However you can use this code to open the tooltip automatically:

    
    add_filter('avia_google_maps_widget_config','avia_google_maps_change_widget_config', 10, 1);
    function avia_google_maps_change_widget_config($config){
    $config = str_replace('google.maps.event.addListener','infowindow.open(map,marker); google.maps.event.addListener',$config);
    return $config;
    }
    

    Insert the code at the bottom of enfold/functions.php or place it into your child theme functions.php file.

    Cheers!
    Peter

    #239164

    Hey Bodymindlinks!

    This seems to be a server configuration issue – maybe the Enfold zip file size is too big. If you want to use the wordpress installer please contact the host support staff and ask them how you can increase the file size limit. I recommend to install the theme with ftp: https://vimeo.com/64927356 for now.

    Cheers!
    Peter

    #239161

    In reply to: enfold upgrade

    Hi!

    Please add this at the very bottom of Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #top #menu-item-search {
    display: block !important;
    position: absolute;
    right: 60px;
    top: -30px;
    }
    }

    Cheers!
    Ismael

    #239160

    Hey!

    You can add something like this on functions.php if you want to remove the enfold configurations for woocommerce:

    add_action('init','remove_woocommerce_config');
    function remove_woocommerce_config(){
    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
    }

    Cheers!
    Ismael

    Hey!

    You need to set the splash page on Enfold > Frontpage settings.

    Cheers!
    Ismael

    #239156

    Hey!

    I can see that you’re using version 2.5.4. Please download the latest version 2.6.1 which includes a lot of css fixes. Download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    #239154
    Nathan
    Participant

    I am hosting with hostgator.
    I recently bought the Enfold theme.

    I went to “appearances” and clicked “themes”
    I then clicked “upload” and searched for the Enfold theme .zip file
    After clicking “install now” I get a “failure notice” saying,

    “Are you sure you want to do this?
    Please try again.”

    How do I upload the Enfold theme to my wordpress?

    #239147

    Hey!

    You’re using a very old version of the theme. Looks like there are unclosed shortcodes, please check that. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    #239146
    theworldawaits
    Participant

    Hey there,

    I am putting together a gallery and would like to adjust the spacing between the image thumbnails.. and also remove the white borders.

    gallery customization

    Please let me know if this is a simple solution.

    Thanks so much!

    #239135
    This reply has been marked as private.
    #239127

    Hi!

    What errors are you getting? I checked the website on Chrome and Firefox Windows 8 and it’s working properly. Can you please list specific issues that you’re getting on your end? A screenshot will help.

    Best regards,
    Ismael

    #239125

    Topic: Map Tooltips

    in forum Enfold
    sistahhollywood
    Participant

    How do I get the tooltip to NOT wrap text with scroll bars? On the demo even with long text, no scroll bars appear.
    DEMO: http://kriesi.at/themes/enfold/pages/contact/

    Mine: http://www.sistahhollywood.com/contact/

    Thanks in advance

    #239121

    Hi

    any idea please ?

    for example i try to remove the add to cart / view details button in the shop page in order to put my own icons
    i try to remove the enfold action by using this code in my own functions.php
    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);

    but no result, the enfold buttons are still there :/

    thanks for any insight

    #239120

    In reply to: enfold upgrade

    great that did it but it’s position changes between landscape to portrait on the mobile. it should stay in the same position. thank u.

    #239108

    In reply to: enfold upgrade

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .main_menu, #header_main_alternate {
    display: block;
    }}

    Best regards,
    Yigit

    #239107
    mensmaximus
    Participant

    After 4 hours of search I give up. I have created a page (called blog). The page contains the content element “blog posts”. Under Enfold Theme Option in “And where do you want to display the Blog?” is have selected the page “blog”. Under General Settings in “Blog Style” I have selected “Use the advanced layout editor …”. Everything is saved.

    As soon as i reload the page my custom css settings for fonts size get ignored. If i switch back to one of the other default styles (e.g. grid) my custom css settings are applied again.

    I use “Simple Custom CSS” plugin for a long time and never had any issues. The stylesheet is linked within the source code as usual:
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    If I call the link i get displayed my custom css setting
    body {font-size: 17px !important; line-height: 1.6em !important; font-weight: normal !important; }
    (actually it is much more than this line but that does not matter for now)

    If I change the blog style back to “Use the advanced layout editor …”, reload the page and view the source code i still see my custom stylesheet
    <link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
    However if I open that link again in a browser I get displayed the blog page of my site.

    If I move my custom css to the custom.css file from my child theme or to the quick css field in the styling section everything works.
    However i dont like that approach because the quick css field is to small and the custom.css is makes things complicated. I like to have all custom css settings at one place.

    I have searched through the enfold source code to see what prevents the sccss file from getting loaded if one selects the advanced layout editor. But I cant find it (or I am to tired).

    Can you please check what is going on? This seems to be a bug.

    regards

    Michael

    #239106

    Hey pako69!

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

    .av-masonry-container { pointer-events: none; }

    It will make fullwidth masonry element unclickable globally

    Best regards,
    Yigit

    #239105

    Hey CR1975!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .special-heading-inner-border { visibility: visible; }

    If that does not work, please post the link to your website and point out the special heading element

    Cheers!
    Yigit

    #239100

    Hey platinumturf!

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

    .home .logo { display: none !important; }

    Cheers!
    Yigit

Viewing 30 results - 225,181 through 225,210 (of 243,614 total)