Forum Replies Created

Viewing 30 posts - 1 through 30 (of 135 total)
  • Author
    Posts
  • in reply to: Enfold footer shows default widgets #1352006

    I had that too. I had my own footer.php in use. Completely forgotten. I have updated the file adjusted it and it works again :-)

    Try it

    in reply to: Footer/widgets not shown #1352005

    Fixed,
    I had my own footer.php in use. Completely forgotten. I have adjusted it and it works again :-)

    • This reply was modified 1 year, 11 months ago by docperi.
    in reply to: enfold theme problem #1276945

    Hello,
    why don’t you try to update the theme via FTP?
    Then there is no PHP memory problem …

    Try it :)

    in reply to: Sub Menu Will Not Stick #1219593

    This is how I did it. But it doesn’t work. It’s just ignored.

    in reply to: Please contribute and translate Enfold #1218058

    The revised German translation I made was not included in the update, Why?

    in reply to: Please contribute and translate Enfold #1214700

    Hello Enfold Team,
    I have revised the language file for de_DE. (4.7.4.1) Corrected a lot of errors, made optimizations.
    The menu of the Layout Builder is now almost completely single-line. There are words from the english language, which don’t need to be translated into german. Sounds partly really stupid :-) I made the mistake with my first translation of the German backend. I have fixed that now.
    I saw that you guys cleaned up the lang file once. I like it :-)
    The status of the translation is now 100%.

    Next month I will prepare the files for “de_DE” and “de_DE_formal”.
    At the moment the de_DE is mixed. I will fix this. Just need some time for it.
    Please include the PO and the MO in the next update of Enfold. That would be great . Thanks

    You can download it here
    https://perezleal.com/enfold_de_DE.zip

    ——————-

    Hallo Enfold Team,
    ich habe die Sprachdatei für de_DE (4.7.4.1) überarbeitet. Einen Haufen Fehler korrigiert, Optimierungen vorgenommen.
    Das Menu des Layout Builders ist jetzt fast komplett einzeilig. Es gibt Wörter aus dem englischen, die man nicht ins deutsche übesetzen muss. Klingt teilweise echt bescheuert :-) Den Fehler hatte ich bei meiner ersten Übersetzung des deutschen Backends gemacht. Das habe ich nun behoben.
    Ich habe gesehen, dass ihr die Sprachdatei mal aufgeräumt habt. Finde ich gut :-)
    Der Stand der Übersetzung liegt nun bei 100%.

    Nächsten Monat werde ich die Files aufbereiten für „Du” und „Formal” Ansprache.
    Im Moment ist die de_DE gemischt. Ich werde dies beheben. Brauch nur etwas Zeit dafür.
    Bitte übernehmt die PO und die MO in das nächste Update von Enfold. Das wäre klasse . Danke

    Ihr könnt es hier downloaden
    https://perezleal.com/enfold_de_DE.zip

    in reply to: Hide Portfolio Grid Title/Content #1213475

    Solved ….

    in reply to: Change Mobile Menu Background Color #1213276

    Without something to see it’s hard :)
    As I understood it, the background color has changed with Jordan’s code. That’s pretty good.
    The menu still needs to be colored. You are welcome to use CSS, from a page I once created.
    In action the CSS für the menu will look like this:

    (Switch to mobile view :))

    Here is the CSS for it. You have to adapt them for your needs.

    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a {
         font-size: 14px;
         border-bottom: 1px #ccc dotted!important;
    	}
    
    /* Overlay menu links */
    
    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a:hover {
    	}
    
    /* Active menu links */
      
    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a{
       color:#284596; 
       }
       
    /* Submenu links */
    .av-burger-overlay #av-burger-menu-ul .sub-menu a {
        line-height: 160%;
        background-color: #f7f7f8!important;
    	}
      
    #top #wrap_all #header .av-burger-overlay #av-burger-menu-ul .sub-menu a:hover {
        border:none;
        }
        
        
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        padding: 10px 15px 10px 20px;
    	}
    	
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a:before {
        font-family: 'entypo-fontello';
    	font-size:16px;
    	content: '\E879';
    
    	float: left;
      	margin-right: 10px;
    	}
    	
    	
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a {
        padding-left: 30px;
    	}
    	
    /*Active Submenu*/
    
    #top #header .sub-menu li.current-menu-item > a,
    #top #header .sub-menu li.current-menu-item > a > .avia-menu-text {
        color:white!important;
        background:#1e3d7f!important;
        border:none;
        }
    
    .html_av-submenu-hidden .av-submenu-indicator {
        padding: 1px 30px;
        font-size: 16px;
        opacity: 1;
        float: right;
        right: 0px;
    }
    in reply to: Contact form not sending mails #1213225

    Wrote it before …
    I have also tried all the tips from the enfold documentation

    Hm, try completely deleting Enfold from your WordPress theme directory before downloading and upload a fresh copy from themeforest.
    Maybe this helps.

    in reply to: Change Mobile Menu Background Color #1213074

    I’m not from support, but I think this can help. It’s usually the default color for the logo area in the settings.
    But there is another way …

    For overlay menu via css :

    .av-burger-overlay-bg {
        opacity: 0.8;
        background: #7f9ba3!important;
    	}

    For normal mobile menu via css:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
       background: #ffffff;
    }

    Hope this helps

    Did you get an email from WordPress? Your Site? Usually this is the case and you can go into debug mode.
    Otherwise: Check your plugins or reinstall them. Maybe there was a problem during the installation. I’ve had this before.
    Good luck.

    @Support. Its solved. Please close this topic. ;-)

    in reply to: maximum 100 photos in the gallery #1213016

    Thats just display 100 images per site before you use the pagination/load more …
    There is no limit.

    Hi Sonnenschein :-),

    ich machs auf deutsch:
    Zum einen hast Du bei den Fonts die CSS font-weight: lighter; im Spiel. Das macht die Schrift dünn wie nen Faden. Dann hast Du auch als Schriftfarbe #b0b0b0;. Das zusammen ist ne böse Kombo fürs Auge.

    Schau mal bitte in den Enfold Einstellungen, ob es so beim erweitertem Styling eingestellt ist. Oder auch unter Allgemeines Styling bei Fonts.
    Ich denke, wenn Du die Schrift änderst und die Farbe etwas dunkler machst, ist dieser Effekt weg. Es liegt nichts drüber.

    Versuchs mal

    Hi,
    Do you have a link where we can check it out? You usually change the color in the backend under the Enfold Sytling settings.
    Then the question remains: Have you ever disabled plugins? Maybe it could be because of this.

    in reply to: Contact form not sending mails #1212963

    Close this topic. It’s not solved but I will use form7. Unfortunately this takes too long. Currently there is a lot going on in your forum.
    But it would be nice to take a closer look at the form in the future. It is not the first time that it does not work. Independent of providers. A pity …

    in reply to: Replace predefined pattern #1211846

    i solved it. Please close this topic.

    in reply to: Replace predefined pattern #1211379

    I have played around … but without luck. I don’t get it.

    add_filter('overlay_pattern', 'avia_include_images', 10, 1);
    function avia_include_images($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/images/background-images/');
    
      return $paths;
    }
    
    in reply to: Replace predefined pattern #1211287

    Inside Enfold is a folder called Images. Inside of this folder is another one called background-images.

    themes/enfold/images/background-images

    I want to create in my child theme this folder to use my own patterns instead of the standards like ex. “ios-linen-dark.png.” I don’t want to have to change the folder after every Enfold update. I also don’t want to work with css, because the patterns should be selectable in the backend (Overlay) via the pull down menu.

    With shortcodes its possible:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    I need something like this for the background-images folder

    Hi, have you checked the Documentation?

    Maybe it helps.

    in reply to: Startseite löscht sich selbstständig #1211146

    Wahrscheinlich jedesmal den Layout Builder per Button deaktiviert … Kann ich mir gut vorstellen

    in reply to: Sub Menu Will Not Stick #1210581

    Still waiting. Over one year …


    @Mike
    : Is it possible to use your workaround in a child theme?

    Mean this …

    /*if( burger_menu.is(":visible") )
    					{
    						this.css({top: 'auto', position: 'absolute'}); fixed = false;
    						return;
    					}*/
    in reply to: German Website, enfold english #1206190

    Fixed. Close this topic

    in reply to: German Website, enfold english #1206187

    I use a child theme. When i switch to “normal” enfold is german. But using the childtheme its turns back to english …

    • This reply was modified 3 years, 12 months ago by docperi.
    in reply to: German Website, enfold english #1206171

    Everything is set to german ….
    But it does not work

    My wordpress Backend shows german language. Only enfold is english.

    • This reply was modified 3 years, 12 months ago by docperi.
    in reply to: issue with previous and next navigation in the porfolio #1153780

    How does this work on a child theme?

    in reply to: Enfold 4.2 Update trouble in full width slider #872794

    Got the same problem …

    in reply to: Full width map will not display #677251

    Little Info …
    If you use Cache-Systems like Comet Cache, be sure that your cache is deleted …
    Otherwise the error will be shown :-)

    • This reply was modified 7 years, 7 months ago by docperi.
    in reply to: Please contribute and translate Enfold #609810

    Hi there,
    i made the german translation few months ago. November 10, 2015 – but it wasn’t all updatet …
    Didn’t seen?

    Here is now the update for Version 3.5.1 (formal)
    http://www.creacion.de/translate_enfold_de_160408.zip

    Some info:
    I added some missing language-tags to register-widget-area.php
    You will find the php-file is inside my zip.

    Fixed some Bugs in the translation file. Some numbers didnt matched well … :-)

    Ciao

    • This reply was modified 8 years ago by docperi.
Viewing 30 posts - 1 through 30 (of 135 total)