Forum Replies Created

Viewing 30 posts - 3,841 through 3,870 (of 9,352 total)
  • Author
    Posts
  • in reply to: Conflict with MediaElement.js? #257732

    Hey stacyr311!

    Yes, Enfold uses mediaelements. The player is used for html5 videos and the script is bundled with WP since v3.6: http://make.wordpress.org/core/2013/04/08/audio-video-support-in-core/
    I can’t tell you if the mediaelements conflicts with the Series Engine player though. At least I didn’t notice any js error conflict on the sermon page (i.e. here: http://www.fpcosms.com/portfolio-item/i-do/ ).

    Best regards,
    Peter

    in reply to: Various logos multilenguaje #257725

    Hi Kaperas!

    Yes,you can set a different logo for each language. Just go to Enfold > Theme Options and set a logo for your primary language. Save the settings and use the language switcher to switch the language. Then set the logo for the other language, save the settings again, etc.

    Best regards,
    Peter

    in reply to: customize dropdown mega-menu u.a. #257722

    Hi!

    Beide werden benötigt um die Dropdowns näher an das Hauptmenü zu schieben.

    Cheers!
    Peter

    in reply to: Issue with Pantheon Hosting #257566

    Hey!

    If you place this code in the child theme functions.php file you don’t need to update the file. If you modify the parent theme functions.php then you must modify it again, yes.

    Best regards,
    Peter

    in reply to: customize dropdown mega-menu u.a. #257564

    Hi!

    1) Habe die Abstände mit:

    
    
    .av-main-nav li > ul.sub-menu{
    margin-top: -41px;
    }
    
    #header .avia_mega_div {
    top: 67%;
    }
    

    verringert.

    2) Die Farbe könnt ihr mit:

    
    #top #header .avia_mega_div > .sub-menu > li > ul li a{
    color: #ff000;
    }
    
    #top #header .avia_mega_div > .sub-menu > li > ul li a:hover{
    color: #ff000;
    }
    

    ändern. Der zweite Wert gibt die mouse hover Farbe an. Ihr könntet hier auch font-size hinzufügen, wenn zB eine kleiner Schrift gewünscht wird (zB um die Anzahl der Menüpunkte erhöhen zu können).

    3) Dieser Code ändert die Farbe des Submenüs:

    
    #top .header_color .sub_menu ul li a{
    color: #ff000;
    }
    
    #top .header_color .sub_menu ul li a:hover{
    color: #ff000;
    }
    

    4) Nein, das Megamenü kann man leider nicht scrollen. Wäre auch extrem benutzerunfreundlich, da es sich dann oftmals unerwartet schließt, etc. Ich empfehle entweder die Schrift kleiner zu gestalten, oder die Menüstruktur zu ändern.

    Regards,
    Peter

    in reply to: Enfold Sidebar Wrong Position #257555

    Hey!

    Did you solve the issue? The sidebar displays fine on my end: http://www.screenr.com/y4hN

    Cheers!
    Peter

    in reply to: Grey line on landing page #257554

    Hi!

    Please try this css code:

    
    .home .avia-layerslider.avia-shadow {
    box-shadow: none;
    }
    

    Best regards,
    Peter

    in reply to: Edit frontpage #257550

    Hey oeconomedicus!

    Versuche vielleicht nochmals das Theme mittels ftp zu installieren: https://vimeo.com/channels/aviathemes/67209750
    Anschließend gehe zu Enfold > Theme Options und speichere die Einstellungen erneut.

    Regards,
    Peter

    in reply to: Enfold tables #257549

    Hi netarc!

    I recommend to use an advanced table plugin for this task. Maybe: http://tablepress.org/ will do what you want.

    Cheers!
    Peter

    in reply to: Menue Error #257548

    Hey welti!

    Bitte aktualisiere Enfold auf Version 2.7. Falls der Fehler noch immer besteht versuche alle Plugins zu deaktivieren- vielleicht ist ein Plugin noch nicht zur Gänze mit WP3.9 kompatibel. Falls dies noch immer nicht hilft versuche den allocated memory auf 128M zu setzen: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Wenn dies den Fehler noch immer nicht behebt erstelle uns bitte einen Admin Account und sende uns die Login Daten als “Private Reply”.

    Best regards,
    Peter

    in reply to: Blogposts Single Author without sidebar #257545

    Hey!

    You need to rewrite/change major parts of the fullwidth blog layout css code in wp-content/themes/enfold/css/layout.css – search for all rules with the selector “.fullsize .template-blog” and comment out the code. Then check the results. Afterwards add some style rules to get the desired layout.

    Regards,
    Peter

    in reply to: Advanced LayerSlider Background & Borders #257538

    Hey!

    Try this code:

    
    #top #wrap_all #layer_slider_1 {
    background: transparent;
    }
    

    Best regards,
    Peter

    in reply to: enfold + buddypress group avatar #257536

    Hi!

    No, unfortunately I’m not familiar with buddypress and I don’t know how you can replace the image with a bigger thumbnail.

    Cheers!
    Peter

    in reply to: After 2.7 and 3.9 updates getting JS errors #257534

    Hi!

    This thread https://github.com/jquery/jquery-mobile/issues/4540 might be the solution:

    This is typical of UTF-8 misinterpreted as ISO-8859-1 (latin1)

    Did you check the “character encoding” setting of your browser? Make sure it’s set to UTF-8. Go to the admin page, then check the character encoding and set it to UTF-8. Afterwards clear the cache and reload the admin page.
    https://support.google.com/news/answer/61689?hl=en-GB

    Cheers!
    Peter

    in reply to: Adding anchors to special headings (SOLVED) #257533

    Hey!

    Afaik special heading do not support anchors. You can try this code:

    
    <a id="night">My Headline Text</a>
    

    but I’m not sure if it will work.

    Regards,
    Peter

    Hey!

    The problem is the element alignment is not intended for a layout with semi transparent boxes and thus it’s not easily possible to style the website with semi transparent backgrounds. I.e. you can apply a background to the page background with

    
    .container.template-blog, .template-page.content {
    background: rgba(255, 255, 255, 0.8);
    }
    

    but the end result looks ugly simply because the paddings/margins and the element alignment is not optimized for a boxed layout. Adding margings/paddings to the container may break the responsive layout and/or shortcode design. If you really want such a design I recommend to hire a freelancer because some additional work is required and this is beyond the scope of our free support forum.

    Regards,
    Peter

    in reply to: Theme Options General Styling Not Working #257527

    Hi grassrootsEE52!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Cheers!
    Peter

    in reply to: Header issues since updates #257526

    Hey!

    Ok, try this code:

    
    @media only screen and (max-width: 479px){
    .responsive.html_header_top #header_main .social_bookmarks {
    display: block;
    }
    
    .responsive.html_header_top #header_main .social_bookmarks {
    left: auto;
    }
    }
    

    Cheers!
    Peter

    in reply to: Icon Box css anpassen #257525

    Hi philipp81!

    Ja, siehe: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ – einfach eine Klasse in das CSS Feld einfügen und diese dann für die Style-Anpassungen verwenden.

    Cheers!
    Peter

    in reply to: server error #257524

    Hi!

    Yes, because the wp-includes, wp-content/themes, etc. folder does not contain any useful information for search engines.
    Best regards,
    Peter

    in reply to: SEO richtiges Nutrzen des Themes?? #257523

    Hey finon!

    Ich persönlich würde für die Versicherungs-Einträge den “Portfolio” Post Typ verwenden, da ihr unter Einstellungen > Permalinks einen eigenen Slug einstellen könnt und ihr dadurch die Seitenstruktur/Permalink Struktur für Suchmaschinen optimieren könnt. Darüber hinaus unterstützen nur Portfolio Einträge den Advanced Layout Builder. Die Blog Einträge würde ich für Nachrichten rund um das Thema Versicherungen verwenden.

    Regards,
    Peter

    in reply to: Archive PAGEs #257520

    Hi!

    You can use this code:

    
    add_filter('avf_title_args', 'fix_blog_page_title', 10, 2);
    function fix_blog_page_title($args,$id) {
    if(is_single() && get_post_type() == "post") $id = 20;
    $args['title'] = get_the_title($id);
    $args['link'] = get_permalink($id);
    return $args;
    }
    

    Replace 20 with the id of the page you want to link to. The code will automatically fetch the page url and page title.

    Cheers!
    Peter

    in reply to: Please contribute and translate Enfold #257519

    Hey!

    Yes, the theme options (Enfold > Theme Options) are not translatable at the moment. Thank you for the French translation!

    Regards,
    Peter

    in reply to: Lost magic wand #257514

    Hey!

    Please update to Enfold 2.7. If it doesn’t help try to deactivate all third party plugins – maybe a plugin is incompatible with WP3.9.

    Cheers!
    Peter

    in reply to: customize dropdown mega-menu u.a. #257513

    Hi!

    Bitte sende mir einen Link zur Homepage – ich sehe mir den CSS Code an und erstelle dafür einen Code für die Farbanpassung, etc.
    Bitte keine Posts mit “Hello? Anyone? Anyone? The class?”, etc. – dadurch antworten wir noch langsamer, weil dein Post wieder an das Ende der Warteschlange gereit wird.

    Cheers!
    Peter

    in reply to: Issue with Pantheon Hosting #257512

    Hey!

    Insert this code into the enfold/functions.php file or into the child theme functions.php file:

    
    add_theme_support('avia_no_session_support');
    
    

    It will deactivate the breadcrumb session and should fix the warning message.

    Best regards,
    Peter

    in reply to: Issues with some inner content width below #257509

    Hey!

    I’ll mark this for Kriesi. Tbh no other user reported this issue so far and we can’t reproduce it on our test server or demo server – thus I think it’s related to the server configuration or some custom code.

    Best regards,
    Peter

    in reply to: visual Editor #257508

    Hey philipp81!

    Standardmäßig unterstützten nur Seiten und Portfolio Einträge den Template Builder. Beiträge (Posts) und benutzerdefinierte Beiträge (Custom Post Types) können diesen uU auch unterstützen, aber hierzu ist einiges an Arbeit notwendig (benutzerdefinierte Templates, Code für die Advanced Layout Integration, etc.). Ich empfehle dbzgl einen Freelancer/Programmierer zu kontaktieren, welcher euch mit der Anpassung des Codes helfen kann. Eine mögliche Anlaufstelle ist: http://kriesi.at/contact/customization oder: http://studio.envato.com/

    Best regards,
    Peter

    in reply to: Different Backgrounds #256986

    Hey AdDesign!

    Enfold doesn’t support different backgrounds for different pages. However you can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and if it gets enough votes we’ll look into it.

    Best regards,
    Peter

    in reply to: Custom CSS codes not working after updates #256984

    Hey!

    Great, thank you for the kind words :)

    Best regards,
    Peter

Viewing 30 posts - 3,841 through 3,870 (of 9,352 total)