Viewing 30 results - 221,791 through 221,820 (of 244,549 total)
  • Author
    Search Results
  • #263178

    Hey!

    You can try to set a “preload” attribute to deactivate the preloading feature. Open up wp-content/themes/enfold/framework/php/function-set-avia-frontend.php and replace:

    
    $output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
    

    with

    
    $output .= '<video preload="none" class="avia_video" '.$image.' controls id="'.$uid.'" >';
    

    If you’re using a child theme copy the entire avia_html5_video_embed function into your child theme functions.php file and modify the code line there.

    Cheers!
    Peter

    #263175

    Hey cyrusis!

    Open up wp-content/themes/enfold/includes/loop-author.php and replace

    
                            if(!empty($cats))
                            {
                                echo "<span class='text-sep'>/</span>";
                                echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                                echo $cats;
                                echo '</span>';
                            }
    

    with

    
                            if(!empty($cats))
                            {
                                echo "<span class='text-sep'>/</span>";
                                echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
                                echo $cats;
                                echo '</span><span class="text-sep text-sep-cat">/</span>';
                            }
    
                        echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();
                        echo '</span></span>';
                        echo '</span>';
                        echo '</span>';
    

    2) Yes, the magazine template doesn’t display the author yet. I’ll ask Kriesi to include the author name. Probably we’ll hide it by default though to preserve the layout/design.

    Regards,
    Peter

    #263174

    sorry, I forgot to say: I did all recent updates, WP is 3.9.1, Enfold 2.7.1

    Hey annebetts!

    Thank you for visiting the support forum!

    Did you extract the actual enfold zip from the themeforest zip package? Please download the theme again from your themeforest account then upload the theme files via FTP. Refer to this link: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Best regards,
    Ismael

    #263119

    Hey!

    Are you using the latest version of Enfold?

    Regards,
    Josue

    #263098
    elinwood
    Participant

    Hi,
    I’ve positioned an instance of the Enfold News Widget above a layerslider using the following CSS:

    #after_layer_slider_1 {
    position:absolute;
    top: 125px;
    left: 143px;
    width:530px;
    height:400px;
    z-index: 9999;
    padding-top:0;
    margin-top:0;
    }

    The widget is appearing as expected above the layerslider, however I’m getting an approx 50px header within the panel, above the first news item.
    I can’t figure out how to remove this.
    In addition to the above CSS, I’ve tried adding custom CSS targeting every other div in the parent structure but with no result.
    Any ideas would be greatly appreciated – thanks!

    #263091
    Raleigh
    Participant

    I found how to do this on another theme but no solution for this for enfold. I’d simply like to place the little search magnifying glass just like it is in the main_menu only on the right of the sub_menu.

    Thanks in advance.

    Raleigh

    annebetts
    Participant

    HI –
    I installed Enfold twice, once using .zip, once using FTP. Both times, after I activate the theme, the site is completely blank. When I view source, I see the following:

    <!DOCTYPE html>
    <html lang=”en-US” class=”<br />
    <b>Fatal error</b>: Call to undefined function avia_header_class_string() in <b>/home4/filevine/public_html/wp-content/themes/enfold/header.php</b> on line <b>11</b><br />

    I tried increasing the memory limit, no luck. I have also deactivated all plugins, again no luck.

    The site is http://www.filevine.com/

    Thank you for your help!

    #263086

    Hi Per!

    Are you using the latest version of Enfold?

    Cheers!
    Josue

    #263076

    Hi!

    Thank you for the update.

    We transferred the Import Dummy Data button on Enfold > Import/Export panel. Let us know if it’s there. Make sure that you’re running Enfold 2.7.1.

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    You don’t need to deactivate or delete the Enfold theme. Download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    I’m sure you’ll encounter some issues and you might need to recreate some of the contents from scratch.

    Best regards,
    Ismael

    #263068

    Hi!

    Thank you for the update.

    Make sure that you have selected a sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. It doesn’t matter if right or left as long as you enabled the sidebar for single post pages.

    Best regards,
    Ismael

    #263065

    Hey!

    Thank you for the login details.

    You only have one post yet? I reset the settings on Settings > Reading. You need to set the blog on the Enfold > Theme Options > Where do you want to display blog?. Also, if you’re planning to use the Blog Posts element, you need to set the Blog Style as Use the advance layout editor… option.

    Regards,
    Ismael

    Hi agameseo!

    Thank you for using the theme!

    This is possible but the task will require a bit of customization on the theme core files. Regretfully, this particular request falls beyond the scope of support so you might need to find a plugin or hire someone to edit includes > helper-main-menu.php. He can create wp conditional statements to call different menus per page basis. We haven’t tested this plugin but it might work: http://wordpress.org/plugins/zen-menu-logic/

    Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Do you mind if we take a look at the actual website? Please make sure that you’re running WP 3.9 and the latest version of Enfold, 2.7.1.

    Regards,
    Ismael

    #263041

    In reply to: Back Up Question

    Hi Micheal0424!

    Thank you for using the theme!

    The theme options are saved on the database so you need to create a backup of the database and upload it to another domain. You can use this plugin to migrate the database to another website: WP MigrateDB or WP MigrateDB PRO

    After the database migration, just transfer the whole uploads folder to the other website. Aside from using the plugin, you can also export the theme settings on Enfold > Import/Export panel. Refer to these links for more info:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    #263034

    Hi Kaperas!

    Thank you for using the theme!

    I’m sorry but that is not possible without further customization with the theme. Unfortunately, that particular feature is beyond the scope of support so you might need to hire somebody else to do it for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Regards,
    Ismael

    #263022

    Ok, a better question: The default font in Enfold includes the icon I want to use already. I used the icon code in my functions file to include it as an option, but the icon is still not showing up.

    This is my functions.php code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['spotify']	 = array( 'font' =>'fontello', 'icon' => 'ue907');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Spotify'] = 'spotify';
    return $icons;
    }

    Any idea why it wouldn’t work on the front-end?

    #263016

    Hey Josue,

    Thanks for the response. Maybe the video is outdated, but my Enfold theme options don’t have General Settings or an Iconfont Manager (see this screenshot). I’ve been through every theme options screen and there’s no Iconfont Manager anywhere.

    I have the latest version of the theme. Any ideas?

    #262994

    Topic: Align text after icon

    in forum Enfold
    armindoerr
    Participant

    Hi,

    I’d like to align some text after icons.
    What it looks now: Bild hochladen

    Goal is to make it look like this (right widget): http://www.photokurs-muenchen.de/kontakt/

    I’ve tried with e.g. <div style="text-indent:10px;">MY TEXT</div>, but that didn’t work.

    Thanks,
    Armin

    Hey VladInfo!

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

    span.fallback-post-type-icon {
    display: none;
    }

    Best regards,
    Yigit

    #262980

    In reply to: Portfolio Arrows issue

    Hey!

    Yes it will :) To prevent that, you can use child theme. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Yigit

    #262979

    Hey!

    I see that you still have not updated your logo image that is why logo issue remains :)
    For slider, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    li.av-single-slide.slide-1.active-slide {
    background-size: contain;
    background-repeat: repeat-x; }}

    Best regards,
    Yigit

    #262972

    Hi Stuart!

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

    #top .widget_nav_menu li { list-style: none; }

    You can use following selector
    #nav_menu-3 { }

    Best regards,
    Yigit

    #262970

    In reply to: Logo size question

    Hi!

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

    .logo img { padding: 0; }

    And post the link to your website if that does not work so we can take a look

    Best regards,
    Yigit

    #262930

    Hi!

    As mentioned already you’ll need to first have a WordPress installation to install the theme on to. You can then install over ftp following the video guide here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Or through the WordPress admin panel as Flikk explained.

    Best regards,
    Devin

    #262921

    In reply to: Logo size question

    could you send me a link to your site?

    edit:
    go to the enfold settings and edit the logo by clicking the upload button and then choose gallery.
    change the size to “full size”.

    change the header height from 207px to 217px. (there is a 5px padding above and below the logo. so the header needs to be 10px heigher)

    #262917

    In reply to: Logo size question

    i’m not official support but it should be the size of the header container.

    you can change it in the enfold settings > header layout.
    For the header size choose “custom pixel value” and choose 207px

    #262913

    First of all you need wordpress installed.

    Then all you have to do is place the enfold folder into the theme folder of your wordpress installation.
    If you have installed wordpress to E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\
    Then the theme folder is E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\wp-content\themes

    After that you only have to activate it by loggin in to your wordpress admin area. (websiteaddress.net/wp-admin)
    In the menu on the left side go to apprearance>themes and activate the enfold theme.

    If you don’t have wordpress intalled see: http://codex.wordpress.org/Installing_WordPress

Viewing 30 results - 221,791 through 221,820 (of 244,549 total)