Viewing 30 results - 221,011 through 221,040 (of 243,777 total)
  • Author
    Search Results
  • #263249

    Topic: Alt tag images

    in forum Enfold
    Stefanovic
    Participant

    Hi there,

    Im using Enfold 1.3.1 on my website. I know this is an outdated version, but i’ve customized a lot of scripts in the theme to suit our website.
    Anyway, the “alt-tag” on images is not working, this problem was solved in 1.6 i’ve read.

    Can you tell me what script(s) fixed this problem, so I can maybe update only this file(s)?

    Thanks!

    #263245

    In reply to: font import

    This reply has been marked as private.
    monlogic
    Participant

    Good morning,

    I’ve recently imported a Blogger site entries into WordPress using the import tool. All blog entries are ok, images are properly displayed in Google Chrome (medium size when in blog page, full size when clicked) but when uging Internet Explorer 11 or Firefox 29 all images are very big in size, breaking the blog page layout (Much more evident using IE).

    I’m using the latest versions of WordPress (3.9.1) and Enfold (2.7.1). I’ve tried to run the “regenerate thumbnails” plugin with no result.

    Could you help me? Thank you,

    #263224

    In reply to: New share by email

    in a future Enfold update?
    Thanks
    EDIT: sorry, i did not saw you answer above..

    • This reply was modified 11 years, 7 months ago by pako69.
    #263218

    Hi!


    @Flikk
    – thanks for helping us out.

    Yes http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ will show you how to load custom shortcode/template builder element files from your child theme folder. I recommend to study the code of the existing shortcodes (located in the enfold\config-templatebuilder\avia-shortcodes folder) to understand how our template builder framework works.

    Regards,
    Peter

    #263209
    Walter52
    Participant

    Hallo,
    Ich würde gerne auch bei
    “Beschreibung Team-Mitglied” den Text mittig setzen!
    Wie mach ich dies?
    Bei “Team-Member job-title” ging es so:
    Please add following code to Quick CSS in Enfold theme options under General Styling tab .team-member-name, .team-member-job-title { text-align: center; }

    #263195

    Hello Josue
    I just modified the loop-index.php to do not display those tags.
    It will easier if that was an option in Enfold theme option… :-)
    thanks

    #263192

    Hi mand4mac3!

    I couldn’t find any myspace icon on fontello: http://fontello.com/ . Unfortunately it’s not easily possible to add a new social icon to Enfold if fontello doesn’t offer an icon for this service.

    Cheers!
    Peter

    #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

Viewing 30 results - 221,011 through 221,040 (of 243,777 total)