Viewing 30 results - 231,841 through 231,870 (of 244,394 total)
  • Author
    Search Results
  • #205777
    adrianwackernah
    Participant

    Hi guys, I do have a large library with images on my site and yes, the media manager in WP 3.8 is still not better than before. Even in Enfold, if I like to link a image to slider/image as featured image or something else, the media selector windows often differ from each other with more or less infos about the file itself. This means, if I have from one file three different sizes uploaded, I am in a fog which one I have to select because of missing image details. This is even a problem with large media libraries.

    Do you recommend a plugin for sorting media a bit better and which work seamless with Enfold?

    #205772

    In reply to: Portfolio View

    Hi!

    No, this is currently not possible and this feature would require some theme code customization (especially in enfold/config-templatebuilder/avia-shortcodes/postslider.php and maybe in /wp-content/themes/enfold/js/shortcodes.js). Depending on your coding skills you might want to hire a freelancer here http://www.microlancer.com/ or here: http://kriesi.at/contact/customization

    Best regards,
    Peter

    #205771
    zerozendesign
    Participant

    Hi guys,

    Wondering how to create some space between the thumbs in a gallery. Please have a look here – http://codelessme.com/casey/abstracts/

    Thanks in advance!
    David

    #205770
    checker4711
    Participant

    Hi guys,

    needless to say that I love your theme, great work.
    I’m facing just one issue: after activating the Enfold theme the default Sliders Menu (integrated at the left-hand side of the standard WordPress Menu) is gone.
    I desperately need to combine a slider which I had created in this menu with your Enfold theme. The reason is that the default Sliders Menu is the only slider (I have found) which offers the so called “viewport layout”, which partially displays the previous/next sliders.
    Could you please let me know how this could be done.

    Thanks a lot in advance for your help.

    Servus

    Raoul

    #205767

    Hey oliviad!

    Yes, open up enfold\config-templatebuilder\avia-shortcodes\section.php and replace

    
    					array(
    						"name" 	=> __("Section Minimum Height",'avia_framework' ),
    						"id" 	=> "min_height",
    						"desc"  => __("Define a minimum height for the section. Content within the section will be centered vertically within the section",'avia_framework' ),
    						"type" 	=> "select",
    						"std" 	=> "",
    						"subtype" => apply_filters('avf_template_builder_section_height',array(   __('No minimum height, use content within section to define Section height','avia_framework' )	=>'',
    						                      __('At least 100% of Browser Window height','avia_framework' )=>'100',
    						                      __('At least 75% of Browser Window height','avia_framework' )	=>'75',
    											  __('At least 50% of Browser Window height','avia_framework' )	=>'50',
    											  __('At least 25% of Browser Window height','avia_framework' )	=>'25',
    						                  ))
    				    ),
    

    with

    
    					array(
    						"name" 	=> __("Section Minimum Height",'avia_framework' ),
    						"id" 	=> "min_height",
    						"desc"  => __("Define a minimum height for the section. Content within the section will be centered vertically within the section",'avia_framework' ),
    						"type" 	=> "select",
    						"std" 	=> "",
    						"subtype" => array(   __('No minimum height, use content within section to define Section height','avia_framework' )	=>'',
    						                      __('At least 100% of Browser Window height','avia_framework' )=>'100',
    						                      __('At least 75% of Browser Window height','avia_framework' )	=>'75',
    											  __('At least 50% of Browser Window height','avia_framework' )	=>'50',
    											  __('At least 40% of Browser Window height','avia_framework' )	=>'40',
    											  __('At least 25% of Browser Window height','avia_framework' )	=>'25',
    						                  )
    				    ),
    

    Then open up enfold\js\shortcodes.js and replace

    
    css += ".av-minimum-height-25 .container {height:"+wh25+"px;}\n";
    

    with

    
    var wh40		= Math.round( wh100 * 0.4 );
    css += ".av-minimum-height-40 .container {height:"+wh40+"px;}\n";
    

    Cheers!
    Peter

    #205762

    That did it Devin.

    Really appreciate it.

    #205761
    subra68
    Participant

    Hallo,

    als ich das letzte Update von Enfold auf meiner Website durchgeführt habe, ist die Anzeige des Portfolios nicht mehr wie vorher:

    Es klafft zwischen den Bildzeilen ein größerer Whitespace ab der vierten Bildreihe. Die ersten drei werden noch direkt untereinander angezeigt. Klicke ich dann nochmals im Filter auf Alle, ist die Anzeige korrekt.

    Bei erneutem Aufrufen des Portfolios wird die Lücke allerdings wieder angezeigt.

    Hier der Link zum Portfolio: http://www.webservice-sbraun.de/portfolio/

    Grüße
    Susanne

    Hey cfleury!

    Sounds like the blog page is the one set from the theme options which makes the “blog” page you choose really only act as a placeholder. See: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/

    What you can do is change the blog page to a regular page and deselect it from the theme options or if you can provide a link to your blog page we can remove it via css without having to modify any theme settings/options.

    Cheers!
    Devin

    #205756

    Hi tyronere!

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Once you are on the most recent versions you can update through the theme options after putting in the ThemeForest account info.

    Cheers!
    Devin

    #205755
    tyronere
    Participant

    Good day

    I am pretty new to WordPress after building sites with Dreamweaver, etc for the last 8 years and this theme has made it really easy for me to catchup in some form.

    I have recently taken over a site from another designer and have noticed there are some menu items missing from the site when compared to another site I have built using the Enfold theme.

    Most notably:
    1. Theme Update is not available under the Enfold Theme Options
    2. My menu options under the Blog Posts content element is also missing options

    Any thoughts would be appreciated.

    Thanks

    Hi!

    There are JS errors in console http://i.imgur.com/0W6xp49.jpg
    Please try deactivating all active plugins and check if that helps. Then you can activate one by one to find the culprit

    Cheers!
    Yigit

    Thank you very much, it fixes it for now, the thumbnail images are showing now but unfortunately with no FadeIn effect now.
    Also, the sorting of the portfolio items is still not animated either anymore, and when I click to get the ajax preview of one of them (not the video ones), I can’t get to close the preview nor navigate to previous or next items.
    I’ll try to remove my facebook like box and see if it works better.

    Thank you very much,

    Alex

    #205709
    LiveLightCo
    Participant

    What would be the simplest way to hide the subnav menu for the Enfold them since my client’s sight will not need this feature….Thanks..

    #205704

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.avia-blank #wrap_all {
    vertical-align: top;
    padding-top: 50px;
    }

    And adjust as you’d like.

    Cheers!
    Devin

    #205700
    This reply has been marked as private.
    #205689
    LarsGrottke
    Participant

    Hello,
    I’m using the enfold-theme. I have created a Site (http://www.tierheim-horka.de/artikel-2003-hunde-katzen-waschbaeren-aktionen/) , where I display blog-post from a category. I use the blog-style: Single author, small preview pic and the blog content length:Excerpt with read more link. Is it correct, that after the last article image you can see the
    dotted line? I use als the icon-list (http://www.tierheim-horka.de/tierheim-horka-sponsoren-unterstuetzer-tierpaten/), there I haven’t this problem. Maybe you can help me.

    #205652

    Hi there …
    The german translation is finished up to 93% I translated the backend!
    I need only to translate the LayerSlider WP, but i cant see the translations i did for this plugin yet. Dont know why… Trying to get a solution for this. Would like to finish it! Help? :-)

    Here you can download my translation (93% finished). I used a formal translation with “Sie”:

    Download all files (PHP, PO, MO)

    Else …
    In some PHP files were some files translation tags missing. I added them to the PHP-Files. PHP-Files are attached in my download package. The german language is different than the english language. Words are longer. Thats why i changed the width of the “shortcode_insert_button” from 66px to 100px. It looks good, works fine and also leaves enough space for the text. I think it would be a benefit for other languages too​​. It would be great if this could be included in the next update enfold! Here is an example of my admin area with this new size.

    Adminpanel German

    Changes were made in: enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css

    My CSS:

    .shortcode_insert_button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #777777;
    display: block;
    float: left;
    font-size: 11px;
    height: 50px;
    line-height: 13px;
    margin: 0 3px 3px 0;
    outline: medium none;
    overflow: hidden;
    padding: 4px 2px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
    } 

    Other changes:
    As mentioned in several files were missing the translation tags.
    I have added them. Below, the list of affected files:

    enfold/config-templatebuilder/avia-shortcodes/notification.php

    Row 42
    “std” => __(“Note”, ‘avia_framework’ ),

    Row 78
    “std” => __(“This is a notification of some sort.”, ‘avia_framework’ ),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/blog.php

    Row 42
    __(‘Display blog posts’, ‘avia_framework’) =>’posts’,

    Row 43
    __(‘Display entries from a custom taxonomy’, ‘avia_framework’) =>’taxonomy’)),

    Row 66
    “name” => __(“Blog Style”, ‘avia_framework’ ),

    Row67
    “desc” => __(“Choose the default blog layout here.”, ‘avia_framework’ ),

    Rows 74 – 77
    “subtype” => array( __(‘Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)’, ‘avia_framework’) =>’multi-big’,
    __(‘Single Author, small preview Pic (no author picture is displayed, feature image is small)’, ‘avia_framework’) =>’single-small’,
    __(‘Single Author, big preview Pic (no author picture is displayed, feature image is big)’, ‘avia_framework’) =>’single-big’,
    __(‘Grid Layout’, ‘avia_framework’) =>’blog-grid’,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/iconlist.php
    Row 103
    “std” => __(“List Content goes here”, ‘avia_framework’ ) ,

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/section.php
    Row 23
    $this->config[‘name’] = __(‘Color Section’, ‘avia_framework’ );

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/heading.php

    Row 48
    “std” => __(“Hello”, ‘avia_framework’ ),

    Row 66
    “subtype” => array( __(“Default Color”, ‘avia_framework’ )=>”, __(“Meta Color”, ‘avia_framework’ )=>’meta-heading’, __(“Custom Color”, ‘avia_framework’ )=>’custom-color-heading’)

    Row 86
    “subtype” => array( __(“Default Style”, ‘avia_framework’ )=>”, __(“Heading Style Modern (left)”, ‘avia_framework’ )=>’blockquote modern-quote’ , __(“Heading Style Modern (centered)”, ‘avia_framework’ )=>’blockquote modern-quote modern-centered’, __(“Heading Style Classic (centered, italic)”, ‘avia_framework’ )=>’blockquote classic-quote’)

    Row 105
    “subtype” => array( __(“No Subheading”, ‘avia_framework’ )=>”, __(“Display subheading above”, ‘avia_framework’ ) =>’subheading_above’, __(“Display subheading below”, ‘avia_framework’ )=>’subheading_below’),

    —————————————————————————————

    enfold/includes/admin/register-portfolio.php
    Rown: 46 & 47
    ‘label’ => __(‘Portfolio Categories’,’avia_framework’),
    ‘singular_label’ => __(‘Portfolio Category’,’avia_framework’),

    —————————————————————————————

    enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php
    Row 48
    “add_label” => __(“Add single image”, ‘avia_framework’ ),

    —————————————————————————————

    Added following tags to “de_DE.po”:

    One special case in de_DE.po:

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid "If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath"
    msgstr "Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Zeile erscheinen

    I have deleted one single line with the content
    #, Php-format
    With the line i got constantly error messages with the translations as soon as i typed a text in German version. Now it works but I do not know exactly why … Therefore, please check this.

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php:48
    msgid “Add single image”
    msgstr “Einzelnes Bild hinzufügen”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:46
    msgid “Portfolio Categories”
    msgstr “Portfolio Kategorien”

    # @ avia_framework
    #: includes/admin/register-portfolio.php:47
    msgid “Portfolio Category”
    msgstr “Portfolio Kategorie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/contact.php:115
    msgid “If the width is set to 50% for 2 consecutive form items they will appear beside each other instead of underneath”
    msgstr “Wenn die Breite auf 50% von 2 aufeinander folgenden Formularelemente gesetzt ist, werden diese nebeneinander statt in einer neuen Row erscheinen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:66
    msgid “Blog Style”
    msgstr “Blog-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:42
    msgid “Display blog posts”
    msgstr “Zeige Blog-Beiträge”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:43
    msgid “Display entries from a custom taxonomy”
    msgstr “Zeige Einträge aus einer benutzerdefinierten Taxonomie”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:48
    msgid “Hello”
    msgstr “Eine nette Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:67
    msgid “Choose the default blog layout here.”
    msgstr “Wählen Sie die Standard Blog-Gestaltung aus”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:74
    msgid “”
    “Multi Author Blog (displays Gravatar of the article author beside the entry ”
    “and feature images above)”
    msgstr “”
    “Multi-Autor Blog (Zeigt Gravatar des Artikel-Autors neben dem Eintrag und ”
    “Feature-Bild darüber)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:75
    msgid “”
    “Single Author, small preview Pic (no author picture is displayed, feature ”
    “image is small)”
    msgstr “”
    “Einzelner Autor, kleines Miniaturbild (kein Autorenbild dargestellt, kleines ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:76
    msgid “”
    “Single Author, big preview Pic (no author picture is displayed, feature ”
    “image is big)”
    msgstr “”
    “Einzelner Autor, großes Miniaturbild (kein Autorenbild dargestellt, großes ”
    “Feature-Bild)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/blog.php:77
    msgid “Grid Layout”
    msgstr “Raster-Layout”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:90
    msgid “Heading Size”
    msgstr “Größe der Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:91
    msgid “Size of your Heading in Pixel”
    msgstr “Textgröße der Überschrift in Pixel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:99
    msgid “Subheading”
    msgstr “Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:100
    msgid “Add an extra descriptive subheading above or bellow the actual heading”
    msgstr “Zusätzlicher Untertitel über oder unterhalb der eigentlichen Überschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Default Color”
    msgstr “Standard Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:66
    msgid “Meta Color”
    msgstr “Meta Farbe”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “No Subheading”
    msgstr “Kein Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading above”
    msgstr “Untertitel oberhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:105
    msgid “Display subheading below”
    msgstr “Untertitel unterhalb anzeigen”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:109
    msgid “Subheading Text”
    msgstr “Text für Untertitel”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:110
    msgid “Add your subheading here”
    msgstr “Geben Sie hier Text für den Untertitel ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:116
    msgid “Subheading Size”
    msgstr “Textgröße des Untertitels”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/heading.php:117
    msgid “Size of your subeading in Pixel”
    msgstr “Geben Sie einen Wert in Pixel ein (z.B. 14px)”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:49
    msgid “Icon Style”
    msgstr “Icon-Stil”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:50
    msgid “Here you can set the style of the icon. Either display it inline as part of some text or let it stand alone with border and optional caption”
    msgstr “Sie können das Icon als Inline-Element (umgeben von Text) oder alleinstehend mit Rahmen und optionaler Bildunterschrift darstellen.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:56
    msgid “Default inline style”
    msgstr “Icon als Inline-Element”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:57
    msgid “Standalone Icon with border and optional caption”
    msgstr “Icon alleinstehend mit optionaler Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:62
    msgid “Icon Caption”
    msgstr “Icon-Bildunterschrift”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:63
    msgid “A small caption bellow the icon”
    msgstr “Ergänzen Sie das Icon um einen Text. Dieser erscheint unterhalb des Icons.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/iconlist.php:103
    msgid “List Content goes here”
    msgstr “Geben Sie hier Ihren gewünschten Textinhalt ein.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:126
    msgid “Optional Tooltip”
    msgstr “Optionaler Tool-Tipp.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/icon.php:127
    msgid “Add a tooltip for this Icon. The tooltip will appear on mouse over”
    msgstr “Ergänzen Sie das Icon um einen Tool-Tipp. Dieser erscheint bei Mouse-Over.”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:42
    msgid “Note”
    msgstr “Hinweis”

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/notification.php:44
    msgid “This is the text that appears in your Notification.”
    msgstr “Dies ist der Text, der in Ihrer Mitteilung angezeigt wird.”

    • This reply was modified 12 years, 2 months ago by docperi.
    #205629

    Hey!

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

    @media only screen and (max-width: 480px) {
    #layer_slider_1 { display: none; }}

    Regards,
    Yigit

    #205617

    Hi Vermishelle!

    Each Color Section element has a field for adding in the name of the section ID which will turn into an anchor. Which is what is done on this page http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/#contact . If you click on the about us button it will scroll to the next section.

    Then you’ll need to add in the links as custom links to your menu pointing to each anchor.

    Cheers!
    Devin

    #205607

    Hey Cdfb!

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

    .header_color .main_menu ul:first-child >li > ul { border-top: none; }

    Cheers!
    Yigit

    #205605

    In reply to: Enfold 2.5

    Hi!

    Sorry about any confusion but glad its cleared up for you now :)

    Cheers!
    Devin

    Hey!

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

    .title_container .breadcrumb { left: -4px; top: 75%; }
    #top .title_container .container { min-height: 70px; }

    Cheers!
    Yigit

    Hey!

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

    .title_container .breadcrumb { left: -4px; top: 75%; }
    #top .title_container .container { min-height: 70px; }

    Cheers!
    Yigit

    klabuz
    Participant

    Dear Support-Team,

    I am currently designing my website with Enfold, which is in fact a great template. I am doing this locally via XAMPP. To this day I tested with IE11, which obviously wasn’t a good idea.
    Yesterday I spent hours in trying to changing the colours of the header. Whatever I configured within the theme options, absolutely nothing changed the look of my site. So I gave up as nervous wreck.
    Today I tested with Google Chrome and everything is fine. Presumably the problem is – as frequently – the f?ck?ng Internet Explorer.

    Is this issue known?
    Obviously – following your documentation – Enfold is currenty not IE11-ready. Will there soon be an update?

    Kindest regards and thx a lot for your help,

    Klaus Busch

    #205578

    Topic: Breadcrumb-Navigation

    in forum Enfold
    klabuz
    Participant

    Dear Support-Team,
    the breadcrumb-navigation doesn’t show, what I expected it would.

    Whereever I am in the menu, it shows always two levels: the homepage and the level, where I currently am.
    Example: Homepage/Datamanagement.
    The levels in between are missing. In my case it should be shown: Homepage/Datascience/Datamanagement.

    What can I do, to make Enfold show the complete path?

    Thank you very much in advance,

    Klaus Busch

    #205568

    Hi tredition!

    I recommend to update the files with ftp – see: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Peter

    #205566
    tredition
    Participant

    At the moment I have installed version 1.9.1. I’d like to update it. But I don’t know how it works.
    Thanks for help!

    #205561

    In reply to: Enfold 2.5

    thank you for explaining and clearing that up

    #205552
    This reply has been marked as private.
    #205547

    Hi!

    The code in your custom.css file is not correct ( http://www.ilkoallexandroff.com/wp-content/themes/enfold/css/custom.css?ver=1 ). Replace

    
    & gt;
    

    with

    
    > 
    

    Regards,
    Peter

Viewing 30 results - 231,841 through 231,870 (of 244,394 total)