Forum Replies Created

Viewing 30 posts - 15,661 through 15,690 (of 17,336 total)
  • Author
    Posts
  • in reply to: Strange Grey #411374

    Hi codecreative!

    try this code to control your slider:

    #top .avia-layerslider .ls-wp-container {
    top: 19px;
    }
    

    Cheers!
    Andy

    in reply to: Bug with firefox + Pop-in #411360

    Hey!

    Try this code for your fonts in header:

    .av-main-nav > li > a {
    font-family: bangers;
    font-size: 26px !important;
    }
    

    adjust font-size as needed. But to be honest I would not wonder if it does not work, because as Elliott already said there are too many errors on your website. I think you should get rid of them at first. Especially the plugin wp-foto-vote is causing some of the errors, so I think you should use a different plugin. Did you try to reach the plugin’s author for support?

    Best regards,
    Andy

    in reply to: Slider and some images disappear on ipad/iphone #411355

    Hi waveseven!

    I haven’t heard about this issue before. Can you post a link to your website so we can see what’s going on? Are you using newest WordPress and theme version? Please try to deactivate all plugins to see if it helps.

    Best regards,
    Andy

    in reply to: Firefox issue with sidebar/content ratio #411290

    Hi arielkas!

    can you send a link to your website please so we can inspect it and see what’s going on in firefox? Are you using newest browser version? and did you clear browser cache?

    Best regards,
    Andy

    Hi opareklov!

    deine Seite wird leider etwas komisch bei mir dargestellt:

    Hast du bereits “Responsive Site” unter Enfold->General Layout->Dimensions aktiviert?

    Gruß,
    Andy

    in reply to: Background Image Responsive #411283

    Hi!

    ich habe leider kein iPhone, aber auf meinem htc ist das dann sichtbar, wenn ich nach rechts wische und ich somit dieses Menü öffne. Willst du dieses slide out Menü komplett entfernen? Wenn ja gehe zu Enfold->Header->Mobile Menu->Hide mobile menu submenu und aktivere dort das Häkchen.

    Gruß,
    Andy

    Hey!

    your font is not showing bold for me:

    but you could change it with this:

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    font-style: normal;
    }
    

    instead of “normal” use “bold”, to see the difference.

    For your tab titles use this:

    @media only screen and (min-width: 767px) { 
    .tab_titles {
    width: 124.8px;
    }}
    

    Cheers!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #411216

    Hey ElainL!

    I can only see the issue on the first seconds, when images are still loading and when I am looking at your page for the first time. After loading time is finished, the masonry gallery is showing fine your pictures. I think you could increase loading speed by using 72dpi instead of 200dpi for your images.

    Cheers!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: woocommerce produktdetails #411196

    Hey netztaucher!

    Ich kann unter dem Link den du geschickt hast nichts sehen. Die Seite scheint nicht zu existieren und eine andere Produktseite konnte ich auf deiner Website nicht finden. Kannst du uns bitte einen anderen Link zu deiner Produktseite schicken? Wenn du auch noch Screenshots hinzufügen könntest, wäre das super (imgur.com oder dropbox).

    Gruß,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Image Quality – Gallery Thumbnails #411191

    Hey Caguta!

    your images are naturally 80×80 pixels, but are used with 150×150 pixels:

    that’s why they are blurry. Please use the correct size (150 pixels) and/or change the size of the images. You could use a plugin like: https://wordpress.org/plugins/simple-image-sizes/

    Don’t forget to regenerate your thumbnails afterwards: https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Andy

    in reply to: Background Image Responsive #411172

    Hey!

    ich bin mir nicht sicher was du genau meinst. Du möchtest dass dein mobile Menü nicht mehr zu sehen ist? also willst du es komplett entfernen? Falls ja, verwende diesen Code im Quick CSS:

    .avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
    display: none
    }
    

    Ansonsten verhält sich deine mobile Seite standardmäßig soweit ich das sehen kann.

    Gruß,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Blog Beiträge werden auf einmal nicht mehr angezeigt #411162

    Hey selvaria!

    deine Beiträge werden auf deiner Homepage wieder angezeigt. Wenn du deine Frontpage editierst und “Blog Beiträge” öffnest war unter “Welche Einträge?” nichts markiert. Ich habe jetzt “Aktuelles” für dich markiert.
    Hoffe das hilft.

    Gruß,
    Andy

    in reply to: Keine Homepage mehr – nur mehr eine leere Seite #411151

    Hi!

    schön, dass deine Seite wieder funktioniert. Lass uns wissen, wenn du wieder Hilfe brauchst.

    Lieben Gruß,
    Andy

    Hi!

    super, dass es wieder bei dir funktioniert und danke für deinen Lösungsansatz!

    Wende dich bei der nächsten Support Anfrage direkt an dieses Support Forum. Per Email gibt es nämlich keinen Support :).

    Lieben Gruß,
    Andy

    in reply to: Fullscreen Slider caption not always appearing #411141

    Hi!

    just to let you know that we are working on the issue. I reported it to Kriesi and he will hopefully find a fix for it soon.
    Thanks for being patient.

    Best regards,
    Andy

    in reply to: Problem Header Logo Link #411115

    Hey!

    ich habe deine Seite auf meinem htc one gecheckt und wenn ich auf dein Logo klicke, komme ich ganz normal auf deine homepage. Ein /undefined wird bei mir nicht aufgerufen. Kannst du es bitte auf einem anderen Gerät ebenfalls versuchen? bitte lösche deinen Browser Cache und lade deine Seite anschließend einige Male neu.

    Gruß!
    Andy

    in reply to: Background Image Responsive #411108

    Hey!

    also ich schreibe dir mal lieber auf Deutsch.
    Auf mobilen Endgeräten werde einige Bereiche der Website (wie z.B. der Footer) nicht dargestellt, weil der Bildschirm dafür einfach zu klein ist. Ich bezweifle dass dir das Ergebnis gefallen wird, aber du kannst es mit diesem Code hier versuchen:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }
    }
    

    Bezüglich deines mobile Menüs hatte ich dich eigentlich gefragt gehabt, was du statt dessen haben möchtest und nicht was bereits auf deiner Website zu sehen ist :). Wir können ja nicht hellsehen und wissen welche Änderungen du dir wünscht. Daher bitten wir dich uns eine Skizze zuzusenden von dem wie es aussehen soll, damit wir dir einen passenden Code basteln können. Für mich sieht dein mobile Menü wie es bisher ist in Ordnung aus.

    Lieben Gruß,
    Andy

    in reply to: Problem Header Logo Link #410829

    Hi!

    ich kann auf deiner Seite nichts verdächtiges sehen. Wenn du eine Fehlermeldung für Wordfence erhältst, wende dich bitte direkt an deren Support: https://wordpress.org/support/plugin/wordfence
    Die kenne ihr Plugin am Besten.

    Lieben Gruß,
    Andy

    in reply to: Background Image Responsive #410825

    Hey!

    can you please provide us admin access so we can take a deeper look into your footer on mobile devices? In the meanwhile please try to deactivate all plugins to see if this helps.

    Your mobile menu looks fine to me. How do you want it to look like instead? can you please send us a screenshot/mockup of the changes you wish?

    Regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: .avia-caption-title font face #407552

    Hey diannedominguez!

    try this:

    .avia-caption-title {
    font-family: 'Open Sans';
    }
    

    If it’s not working please include a link to your website showing the caption title.

    Best regards,
    Andy

    in reply to: Sidebar Navigation on Smartphone #407550

    Hi Scott!

    when does it show up? when you open it? or when you open your website? which browser are you using? do you want to disable your mobile menu completely? or what exactly do you want to achieve?

    Cheers!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Widget in TopBar #407549

    Hey slui!

    try this code in Quick CSS:

    #header_meta {
    z-index: 1;
    }
    

    Hope this helps.

    Best regards,
    Andy

    in reply to: Add color to different layout elements #407545

    Hey!

    glad Yigit could help you. Let us know when you need some more help and feel free to make a feature request for Kriesi here:
    kriesi.at/support/enfold-feature-requests/

    Best regards,
    Andy

    in reply to: Title and Breadcrumbs do not appear on some pages #407544

    Hey KarlaC!

    did your clear your browser cache and checked again?
    Can you show us the issue? post a link to your website. We would need admin access too, for a deeper look.
    Make sure to use the newest theme and WordPress version.

    Cheers!
    Andy

    in reply to: Kontaktformular Antwort-Mail ändern? #407543

    Hey Jean!

    Enfold verwendet die Standart WordPress Funktion beim Kontaktformular. Wenn du dafür Anpassungen vornehmen möchtest, müsste dies in Enfold->Framework->class-form-generator.php geschehen. Informationen zu den Parametern findest du hier:
    http://codex.wordpress.org/Function_Reference/wp_mail

    Ich würde dir allerdings ein Plugin wie diese hier empfehlen:
    https://wordpress.org/plugins/contact-form-7/
    http://www.gravityforms.com/
    Bei solchen Plugins findest du viele weitere Funktionen, die über das gewöhnliche von WordPress hinausgehen. Ich bin sicher du findest dort auch das, wonach du suchst.

    Gruß,
    Andy

    in reply to: Probleme nach Kern Update #407538

    Hi!

    habe bei meinen Kollegen nachgefragt. WooCommerce hat in der letzten Version dass “add_error” ersetzt:
    https://wordpress.org/support/topic/fix-for-woocommerceadd_error?replies=2
    Das hätte dir der Support eigentlich sagen müssen, als du bei denen gefragt hast.
    Ersetze also in deiner functions.php in Zeile 28 das hier

    add_error
    

    mit

    wc_add_notice
    

    Hoffe das hilft dir!

    Lieben Gruß,
    Andy

    in reply to: A few simple questions #407532

    Hi!

    1.) the first item you add in ALB editor will be shown in this part if you make it full size (or if it’s full size by default, e.g. a fullscreen slider).

    4.) Use this for the padding between the elements:

    .widget {
    padding-top: 5px;
    }
    

    and adjust as needed.

    Regards,
    Andy

    Hi simonac!

    Use this for border color:

    .js_active .tab {
    border-color: blue;
    }
    .js_active .active_tab_content {
    border-color: blue;
    }
    

    Use this for background color of inactive tabs and white font color:

    .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    background: blue;
    color: white;
    }
    

    Use this for blue font color of active tab:

    .main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
    color: blue;
    }
    

    Adjust color as needed.

    Regards,
    Andy

    in reply to: Issues with mobile views #407518

    Hi Cevik_Kuersad!

    try to control the background images with this:

    @media only screen and (max-width: 767px) {
    .html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch, .html_header_transparency .avia-section.avia-builder-el-0 {
    background-size: 105% !important;
    }}
    

    Adjust “105%” as needed.

    I hope this helps.

    Best regards,
    Andy

    Hey!

    did you clear your browser cache? because I can’t reproduce your issue anymore. It still looks like on my screenshot above for me: http://i.imgur.com/ybaHZQo.png

    I will ask my teammates to check your website on their android device with android standard browser. Please kindly wait for their response.

    Cheers!
    Andy

Viewing 30 posts - 15,661 through 15,690 (of 17,336 total)