Viewing 30 results - 220,771 through 220,800 (of 243,835 total)
  • Author
    Search Results
  • #265313

    Topic: remove featured image

    in forum Enfold
    thanp73
    Participant

    I typically put an image top left in my post and set same as ‘post image’

    unfortunately Enfold is handling this as two images and displaying both, which looks silly

    how do I set the single post option to not display the feature image at all? I’m surprised that is not an inbuilt theme option, but can someone point me to the right CSS? I searched forum did not fine it. I do want the theme to handle post images as per normal otherwise however.

    Also, how would I set a default post image for category/archive and related posts…i would like to set something to show by default instead of empty boxes with the zoom icon thx

    • This topic was modified 11 years, 8 months ago by thanp73.
    #265307
    schleeh
    Participant

    Hi,

    I am a fan of themes from Kriesi.at. But moving from one them to another like I did, from Eunoia to Enfold leaves some specific code shown in old posts and sites:

    Der Merkel Hangout – Kommentiert vom #Bloggercamp
    [/sidebar_tab] [sidebar_tab icon=’Day_Calendar.png’ title=”Zeit”]

    Mittwoch, 10. April 2013 von 17:00 bis 17:30 Uhr

    [/sidebar_tab]

    [sidebar_tab icon=’Male_Contour.png’ title=”Gast”]Bloggercamp Gründer Gunnar Sohn und Hannes Schleeh mit der Kanzlerin via Greenscreen live im Live Hangout[/sidebar_tab]

    [/sidebar_tab_container]

    Is there a possibility to avoid that? Or do I have to stick with one theme forever? I used the code alot, so it ist no fun changing it back into time.

    Thanks for help.

    Hannes

    #265303
    changegroup
    Participant

    Hi team Enfold,

    What is the best way to insert a fullwidth banner on a page. The banner should be fixed in height for example 100px, so the logo inside the banner is always visible, however responsive so it is always fullwidth.

    Does that make sense?

    Example of a banner: http://cg.madswestermann.dk/wp-content/uploads/2014/01/Test.png

    #265296

    Topic: Nofollow links

    in forum Enfold
    restlesscookie
    Participant

    Hi Guys, awesome theme,

    Although I did ask this question a few days ago, I can see all the other questions around mine have been answered, if its not relevant or obvious or ‘below you’ then please say so, so I can search for support else where, hopefully you just missed it so I’ll post it again.

    1.***To my original question below I would also like to ask, How to add a rel=’nofollow’ tag to the widget “enfold advertising area’, as I’m sure you are aware Google is very hot on this since recent updates, and now clearly states all paid advertising should be ‘nofollow.’ ***

    2. I want to nofollow the footer link, when I insert rel=’nofollow’ into the footer.php it crashes the entire footer.

    this link is the one

    Thank You.

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);

    #265290
    This reply has been marked as private.
    #265286
    arnoldgrafik
    Participant

    Bei unserer Installation des Enfold Themes, zeigt es beim LayerSlider (nur bei unserem Kunden und auf dem iphone) nur eine Fläche und den animierten Ladebalken an. Was ist da der Fehler?
    Ist das ein JavaScript-Fehler?

    Wir haben ein Child Theme über das Theme gemacht

    #265284

    In reply to: Align text after icon

    This reply has been marked as private.
    #265281

    In reply to: Bug after updating

    I am not aware of anything wrong with the newest version of enfold that would cause that error.
    To be able to tell you whats wrong on your individual site, we would have to see it in action.
    I’ts not possible to tell what code is causing the error with only a picture.

    Please provide us with a link to your site so we can analyse it.

    #265278
    Breakstuff
    Participant

    How to set the language to german for the Admin-Panel of the Enfold theme.

    I’m using a child theme called: enfold-child

    nerkasa
    Participant

    Hei guys,

    A quick question:

    I have so far purchased only one Enfold theme, but will surely buy more of them in the near future.

    Is it OK if I install the same theme package also under my subdomain for testing and development purposes? Will it be OK to type in the same theme-update code?

    #265260
    hamzahmauzam
    Participant

    After getting, latest version of WPML and enfold,
    I am unable to save changes in http://alhanaalmutlaq.com/wp-admin/admin.php?page=avia&lang=ar

    #265249

    In reply to: Instagram Plugin

    Some plugins can cause problems.
    It’s not possible to test all available plugins with this theme to say which ones work.

    You should just try it, and if it does not work you can remove the plugin and try another one.

    The worst thing that can happen is that when you update enfold in the future, some plugins can stop working and you have to update the plugin as well or sometimes have to look for a new plugin.

    But mostly it should work

    #265243

    Hi!

    Mir ist nun aufgefallen, dass ich das Problem auf einem anderen Windows-Rechner reproduzieren kann. Dies liegt vermutlich daran, dass mein Entwicklungsrechner Open Sans als System-Font installiert hat und der andere Windows Rechner nicht. Daher konnte die 300 Schriftstärke nicht vom System geladen werden. Ihr müsst die 300 font files mit google fonts einbinden, wenn jeder Benützer diese sehen soll. Fügt hierzu diesen Code in die Child Theme functions.php ein:

    
    add_filter( 'avf_google_heading_font', 'avia_add_google_font');
    add_filter( 'avf_google_content_font', 'avia_add_google_font');
    function avia_add_google_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:300,400,600';
    return $fonts;
    }
    

    und geht dann zu Enfold > Theme Options und speichert die Optionen neu. Anschließend sollte google fonts auch die 300 Stärke in die Font-Dateien inkludieren.

    Cheers!
    Peter

    #265241
    Peter
    Participant

    I have this function:
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    … on my website but I am using self hosted videos. I have supplied the links to the mp4 version in the full screen slider settings, I have uploaded mp4 + webm + ogv video versions also to the same upload folder.

    There are also fallback images for mobile screens.

    Everything works on mac on the browsers I have checked (safari, ffox, chrome)

    Also ok on mobile

    I checked with windows 7 on virtual box and it also works with chrome and ffox
    But testing ie8 the first video starts but then the next slide does not begin. I can not even click on the buttons to navigate between slides.
    The same slider on your demo page seems to work but it is using vimeo-videos so perhaps I have something in my code I need to adjust to make it work with ie8 ?
    I have tested the mp4 versions of the videos and if I play them in the ie8 browser windows media player takes over and plays all of them nice.

    • This topic was modified 11 years, 8 months ago by Peter.
    #265236
    This reply has been marked as private.
    #265234

    In reply to: Hover Over Icons

    Change the #FFFFFF to the color you want. (all 4)
    You also can add more keyframes like 20%{ }, 60% { } and so on. You can also make the color change over the time of the effect.
    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    @-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0.5;
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0;
        transform: scale(1.5);
    }
    }
    @keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0.5;
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        opacity: 0;
        transform: scale(1.5);
    }
    }
    #265228

    Hi!

    Ok, then try to add this code to the child theme functiond.php file (or place it at the very bottom of enfold/functions.php):

    
    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
    if(defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == "en") $args['show_home'] = 'Home';
    if(defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == "he") $args['show_home'] = 'Home (Hewbrew)';
    return $args;
    }
    

    Replace “Home (Hewbrew)” with your Hewbrew text and “Home” with the English text. Then save the modified functions.php and the translation should show up if you switch the language.

    Regards,
    Peter

    #265218
    reniar
    Participant

    Hallo Peter,

    ich habe seit einigen Tagen erhebliche Probleme mit dem Layerslider auf meiner Homepage, denn ich kann auf einmal keine Slides mehr bearbeiten oder neue hinzufügen.

    Ich habe in der letzten Woche 2 neue Slides in meinen Slider (vorher 8, danach 10 Slides) eingefügt, habe diesen abgespeichert, und die Änderungen werden auch korrekt angezeigt.

    Doch wenn ich den Slider zum Bearbeiten öffne, dann kann ich keine einzelnen Slides mehr auswählen, editieren oder neue hinzufügen.

    Ich habe den Slider exportiert (funktioniert) und als neuen Slider re-importiert – auch diesen kann ich nicht bearbeiten.

    Ich habe den Slider dupliziert (funktioniert) – auch das Duplikat lässt sich nicht bearbeiten.

    Dann habe einen neuen Testslider (mit 3 Slides) angelegt (funktioniert), neue Slides eingefügt (fünktioniert), dieser lässt sich ohne weiteres bearbeiten. Das Problem muss also an meinem spezifischen Slider liegen.

    Ich bin dann davon ausgegangen dass vielleicht irgendein Datenbank-Fehler passiert ist oder dass in irgendeinem Slide ein fehlerhafter Parameter existiert, daraufhin habe ich mich entschlossen den Slider noch einmal komplett neu aufzubauen und alle Slides neu einzurichten.

    Ich habe daraufhin den alten Slider entfernt, einen neuen eröffnet und die Inhalte neu eingepflegt. Nach jedem neuen Slide habe ich den Slider abgespeichert und wieder neu geöffnet, das ging auch bis zum 8. Slide gut. Die letzten beiden Slides (9 und 10) habe ich in einem Zug erledigt und dann abgespeichert. Als ich danach den Slider wieder öffnen wollte hatte ich den selben Salat wie mit meinem Ursprungs-Slider – ich kann ihn nicht mehr bearbeiten. Es wird stets nur der Anfangs-Slide angezeigt, wenn man auf einen anderen Slide klickt passiert nichts. Auch die einzelnen Layer im Anfangs-Slide lassen sich nicht mehr anklicken und öffnen.

    Es könnte irgendeine Art von Speicherüberlauf sein, ich habe auch schon versucht alle Plugins zu deaktivieren – doch das bringt keine Änderung.

    Ich hoffe ihr könnt mir weiterhelfen.

    Meine Konfiguration: WordPress 3.9, Enfold 2.7, Layerslider 5.1.1
    Adresse der Seite: http://www.rainerhess-marketing.de

    Viele Grüße nach Österreich!

    Rainer

    benteasbjorn
    Participant

    this is the statement in WordPress, so I guess, I am running the latest update from Enfold.
    But the text still don’t work still. And the tread with the text question I started is now closed.
    So now is my question: do I have to update the theme elsewhere? and the statement in WordPress, about running the latest Enfold is not the truth? Or?

    #265190

    Hi moliri!

    1) Der Text ist Teil der po/mo Übersetzungsdateien. Dieser Post beschreibt, wie man mit Codestyling the Übersetzungsdateien bearbeiten kann: https://kriesi.at/support/topic/french-version-of-site/#post-265158

    2) Hierzu eine Seite mit den LayerSlider anlegen und darunter das “Blog” Element einfügen. Dann unter Theme Options diese Seite als Blog Seite auswählen und unter “Blog Layout” – “Blog Style” die “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” option auswählen.

    Regards,
    Peter

    #265188

    Hey Peter,

    I tried to translate it but it shows only the hebrew words and not what i insert.

    I looked in the functions-enfold but its not there. i don’t where it takes it from.

    can you please help me with it?

    thanks

    #265184

    Hey!

    I think you don’t need to change the code since the 2.7.x update – Kriesi added a new option to the theme framework which enables you to select a higher switch width value. Go to Enfold > Theme Options > Header Layout > “Mobile Menu” tab and select “Header Mobile Menu activation” – “Activate for Smartphones & Tablets”.

    Best regards,
    Peter

    #265181

    In reply to: Standard Editor

    Hey!

    You can download the latest version of Enfold (version 2.7.1) for free from themeforest.net. It’s fully compatible with WP3.9. You can use ftp: https://vimeo.com/channels/aviathemes/67209750 to install the update.

    Best regards,
    Peter

    #265180

    In reply to: Breadcrumb Duplicated

    This reply has been marked as private.
    #265170

    Hi Juan-Jose!

    We use the get_bloginfo() function to generate the home url. If you want to change it open up wp-content/themes/enfold/framework/php/class-breadcrumb.php and search for:

    
    $trail[] = '<a href="' . home_url() . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home" class="trail-begin">' . $show_home . '</a>';
    

    Best regards,
    Peter

    #265158

    In reply to: French Version of site

    Hi!

    The “Load more” link, etc. is just a static text which is translatable with po/mo files. If you want to update/modify the po/mo translation files install this plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain (i.e. search for “Load more” and translate it). At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Cheers!
    Peter

    #265157

    In reply to: visual Editor

    Hi!

    Bitte aktualisiere Enfold auf Version 2.7.1. Mir ist aufgefallen, dass Version 2.6.2 verwendet wird, welche nicht mit WP3.9 kompatibel ist. Ich empfehle ein Update per ftp: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    #265149

    Sorry I forgot to precise that the actual Enfold running for this site is the 2.6.3 version (not 2.7).
    Thanks. Marie

    #265148
    Marie
    Participant

    Hi !
    I have just uploaded Enfold last version. Before installing it, I was about to adapt the js. file as I always do for each update, with some special code I need to change for the responsive menu, around line 300. But this time the js. file is really different and I’m not skilled enough to know what I should do… Can you help me please ? I need to know what I should change now on the new js.file and where… :)
    Thank you so much.
    Best regards,

    Marie
    website : http://www.auxigene.net

    Here is the js.file code I always change (cf SwitchWidth / twice -> : 989 instead of 767)

    function avia_responsive_menu()
        {
        	var win = $(window), header = $('.responsive #header');
    
        	if(!header.length) return;
    
        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 989;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    Also, for info, code in my quick css regarding responsiveness also, in case I should also change something there…
    Thank you again !

    /* Smaller font size on slider iPad iPhone */
    @media only screen and (max-width: 767px) {
    .avia-caption .avia-caption-title {
    font-size: 10px; }
    }
    
    /* Responsive menu TABLET */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }
    
    /* Menu and logo not one into another */
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a { font-size: 11px; }
    .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }}
    
    /*Hide the menu*/
    @media only screen and (max-width: 990px) {
     .responsive #header .main_menu ul {
       display: none;
     }
    }
    
    /*Title Container breadcrumb - Responsive*/
    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    top: 12px;
    }
    #top .title_container .container {
    padding: 0px 0px 6px 0px;
    min-height: 90px;
    }}
    
    /*Decrease the padding between menu items on screens smaller than 1140px to stop menu from overlapping the logo*/
    @media only screen and (max-width: 1140px) {
    .main_menu ul:first-child > li > a {
    padding: 0 7px!important; }}
    #265125

    Hey!

    Thank you for the login details.

    I still can’t see the Enfold Child panel and everytime I tried to check the page it redirects me to the coming soon page.

    Best regards,
    Ismael

Viewing 30 results - 220,771 through 220,800 (of 243,835 total)