Forum Replies Created

Viewing 30 posts - 16,021 through 16,050 (of 17,336 total)
  • Author
    Posts
  • in reply to: logo shift #393930

    Hey!

    I still can’t see any shift on your logo when hovering on your menu. Also on your screenshots your have posted here https://kriesi.at/support/topic/logo-shift-2/#post-391925 I can’t see any shift. Your logo is placed on both screenshots on exactly the same place and you are just using different screenshot frames.
    I also can’t see any difference in the middle (glitch) of the logos shown in both screenshots.
    Please try to clear browser cache and also try on another computer as well.

    Are you using some kind of caching plugin or anything? maybe your server is using some kind of caching and that’s why your CSS changes are not displayed? try to contact your host for this issue. Also try to deactivate all plugins to see if one is causing any conflict.

    Regards,
    Andy

    in reply to: Display Social Icons in Top Bar (Mobile Menu Only) #393922

    Hey Adam!

    yeah, try with this code:

    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    display: none;
    }
    @media only screen and (max-width: 989px) {
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    display: block;
    }}
    

    Best regards,
    Andy

    in reply to: Coming Soon Seite als Wartungsmodus installieren #393918

    danke @Zitronenen

    meinst du scharf oder unscharf stellen?
    Ich denke am Besten wäre, wenn du dir dafür ein spezielles Plugin suchst. Eine (Un)scharf Funktion gibt es bei Enfold nicht.

    Gruß,
    Andy

    in reply to: Mobile Navigation: Display Options #393915

    Hey qdriver!

    For this you would need to hire a freelancer, it is just out of support scope. You can try to look into this post, just to have an idea on what to do, you would need to adjust it as needed: https://kriesi.at/support/topic/options-for-mobile-menu-display/#post-266040

    Cheers!
    Andy

    in reply to: Empfohlene Youtube Videos am Ende des Films ausschalten #393909

    Hi kirschi!

    can you post a link to your website please? are you using the newest theme version? Please have a look into this:
    https://kriesi.at/support/topic/avia-youtube-video-autoplay/#post-195675

    Cheers!
    Andy

    in reply to: Restaurant One Page Home #393898

    Hi!

    benutzt du irgendeine Art Caching? oder vielleicht dein Server? deaktiviere das Caching und kontaktiere deinen Host. Hast du bereits alle Plugins deaktiviert, um zu schauen ob eins diesen Konflikt verursacht?

    Du kannst ein Plugin von dritten versuchen, z.B.: https://wordpress.org/plugins/wp-minify/ oder https://wordpress.org/plugins/js-css-script-optimizer/

    Gruß!
    Andy

    in reply to: Mobile Menu with Submenu items: Top item not clickable #393858

    Hey!

    your submenu, e.g. “Tranings”, is working fine for me, it’s opening and closing normally. Which device are you using? Could you fix it? Can you please also check on another device as well.

    Regards,
    Andy

    Hi!

    I can’t see any video on your website so I don’t really see what you mean, but if you need 100% of width, you can try to add this to josue’s code:

    #top .av-section-video-bg video {
        max-height: 819px;
        width: 100%;
    } 
    

    Hope that helps.

    Cheers!
    Andy

    in reply to: Custom Header with custom navigation? #393797

    Hi!

    we recommend to find someone on http://werkpress.com/ or https://studio.envato.com/

    Cheers!
    Andy

    in reply to: Image with Hotspot – Abändern? #393796

    Hey!

    super, freut mich sehr, dass es dir geholfen hat. Lass uns wissen, wenn du wieder Hilfe benötigst. Wir unterstützen dich gerne.

    Liebe Grüße,
    Andy

    in reply to: Deutsche Hilfetexte leider etwas knapp geraten #393774

    Hey hgx!

    also spanisch wird zum Beispiel von 350 Millionen Menschen gesprochen, leider wird es dennoch nicht so einfach möglich alle Texte in alle wichtigen Sprachen zu übersetzen, zumal ja immer wieder Texte hinzu kommen und sich auch verändern. Aus diesem Grund wurde die Texte von Anfang an in der meist gesprochenen Sprache der Welt geschrieben: Englisch.

    Du kannst natürlich trotzdem ein feature request für Kriesi machen: kriesi.at/support/enfold-feature-requests/

    Gruß,
    Andy

    in reply to: Strange mobile menu #393770

    Hi!

    Unfortunately I don’t use iPhone, but on my android device your menu works totally fine. I can’t reproduce the issue neither. Can you check it on another smartphone as well please?

    Cheers!
    Andy

    in reply to: Restaurant One Page Home #393732

    Hi!

    ich kann dir leider keinerlei Lösungsansätze geben, wenn ich das Problem nicht nachvollziehen kann. Bei mir funktioniert alles einwandfrei. Was ich normalerweise sagen würde (wenn ich das Problem auch selbst sehen würde) wäre: Lösche alle Enfold Dateien von deinem FTP und lade dir eine frische Version von deinem Themeforest account herunter, um diese neu zu installieren. So kann sichergegangen werde, dass es keine korrupten Daten o.ä. gibt.
    Du kannst das gerne versuchen, aber wie gesagt würde ich das nur raten, wenn das Problem nachvollziehbar wäre.
    Du kannst auch vorher versuchen alle Plugins zu deaktivieren, um zu schauen, ob eins eventuell einen Konflikt auslöst.

    Hoffe das hilft.

    Gruß,
    Andy

    in reply to: anchor links #393726

    Hi!

    you can control it for mobile using @media queries:

    @media only screen and (max-width: 767px) {
    .grid-entry.flex_column.isotope-item {
    max-height: 248px !important;
    min-height: 248px !important;
    }}
    

    Adjust max-height and min-height as needed.

    You cannot stop caching caused b your server, you need to contact your host for this. Did you do this already? If yes, what is their response?

    Best regards,
    Andy

    in reply to: Image with Hotspot – Abändern? #393721

    Hi!

    eine kleine Änderung im Code musste ich durchführen und nun geht auf deiner Seite alles so wie du es dir wünscht. Hoffe du bist jetzt zufrieden :)

    Liebe Grüße,
    Andy

    in reply to: Large Testimonial Slider and RSS widget #393704

    Hey!

    cool. So can we close this thread here?

    Cheers!
    Andy

    in reply to: Kontaktformular nicht sichtbar #393472

    Hi!

    im Source Code steht bei dir Enfold v3.0.1:

    Eventuell ist etwas beim update zu 3.0.8 schief gelaufen? Bitte führe das Update nochmals durch, am Besten via FTP so wie Ismael bereits geschrieben hat.

    Auf deiner Preise Seite kann ich nichts verdächtiges sehen. Bitte zeige uns auf einem Screenshot was du anders haben möchtest als aktuell. Du kannst imgur.com nutzen, um deine Screenshots zu hosten.

    Den weißen Rand bei deinen Bilder kannst du hiermit entfernen:

    #top div .avia-gallery .avia-gallery-big {
    background-color: transparent;
    }
    

    Logo:
    Gehe zu Enfold->Header und klicke den Haken an bei “Schrinking Header”

    Gruß,
    Andy

    in reply to: Large Testimonial Slider and RSS widget #393467

    Hi nickamis,

    did you already try to deactivate all plugins? go ahead and send us a link to your website showing the issue so we can inspect it. Admin access would be good as well.

    Best regards,
    Andy

    in reply to: Vollbildslider #393463

    Hey!

    die Höhe deiner Slider Bilder war auf
    height: 239435px;
    eingestellt. Hast du das so eingestellt? falls nein, sieht es aus als wenn irgendein Konflikt mit einem Plugin die Ursache dafür ist. Hast du bereits alle deaktiviert? Bitte verwende diese Code im Quick CSS Feld:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 239px;
    }
    

    Falls das nicht hilft, bräuchten wir Admin Zugang, um einen tiefen Einblick erhalten zu können.

    Gruß,
    Andy

    in reply to: Image with Hotspot – Abändern? #393460

    Hi!

    du musst die page-id auch für den zweiten Code einfügen:

    .page-id-9 .av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner {
    background-color: transparent !important;
    color: transparent !important;
    }
    
    .page-id-9 .responsive .av-image-hotspot-pulse {
    background-color: transparent !important;
    }
    

    Falls das wider erwarten immer noch nicht funktionieren sollte, dann gib mir bitte zwei verschiedene Links mit den Hotspots und Admin Zugang.

    Gruß,
    Andy

    in reply to: My Home page malfunction with 3.0.8 version #392856

    Hi JUAN DE DIOS!

    porfavor usa este codigo en Quick CSS para el menu:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar.smartphones_sidebar_active {
    display: none;
    }}
    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
    display: block;
    }}
    

    Donde queres poner este video? y porque no funciona? nos puedes dar acceso de administrador porfavor?

    Saludos,
    Andy

    in reply to: Four images in a row with almost no margin? #392852

    Hi!

    try to use this code:

    div .av_one_fourth {
    margin-left: 1% !important;
    }
    

    Best regards,
    Andy

    in reply to: Vollbildslider #392846

    Hey thomasqueck!

    zeige uns bitte was da passiert, indem du zunächst einen Link und/oder Schreenshot zu deiner Website zur Verfügung stellst.

    Versuche alle Plugins zu deaktivieren, damit sicher gegangen werden kann, dass keins einen Konflikt verursacht. Verwende ebenso immer die neueste Theme Version sowie Browser Version.

    Gruß,
    Andy

    in reply to: Include search in the middle of the page #392845

    Hey!

    you are using an old version of Enfold. Please update to v3.0.8.

    You did not do what Yigit told you here https://kriesi.at/support/topic/include-search-in-the-middle-of-the-page/#post-377366. So now I added a search widget here:

    Please now go to edit your home page and add this widget using Content Elemente->Widget Area.

    Best regards,
    Andy

    in reply to: Image with Hotspot – Abändern? #392809

    Hi!

    Für mich funktioniert dieser Code:

    .responsive .av-image-hotspot-pulse {
    background-color: transparent !important;
    }
    

    Ergebnis hier:

    Ich kann in deinem Source-Code nicht sehen, dass du diesen Code verwendest. Bitte füge ihn mit ein.

    Gruß,
    Andy

    in reply to: Image with Hotspot – Abändern? #392780

    Hi!

    damit müsste alles transparent sein:

    .page-id-9 .av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner {
    background-color: transparent !important;
    color: transparent !important;
    }
    

    sag bescheid, obs klappt.

    Gruß,
    Andy

    • This reply was modified 9 years, 9 months ago by Andy.
    in reply to: header background image on tablet #392778

    Hi famewebdesign!

    try to use this code:

    @media only screen and (max-width: 1024px) {
    .header_color {
    margin-left: -9px;
    width: 108% !important;
    }}
    @media only screen and (max-width: 1024px) {
    div .logo {
    left: 94px;
    }}
    

    Cheers!
    Andy

    in reply to: Socket / Footer Not Showing up #392621

    Hey simonac!

    could you please try to deactivate all plugins to see if one is causing this issue?
    If it does not help please provide us admin access so we can have a deeper look into the problem.

    Cheers!
    Andy

    in reply to: Adding a hyperlink to the contactform #392620

    Hey!

    Sorry for the late reply!
    On this page http://www.daphnesdancecompany.nl/inschrijven/ I can see a link and under it a checkbox:

    So it seems for me that you could fix it, right?

    Otherwise please show us on screenshots exactly where on your page it does not work for you.

    Cheers!
    Andy

    in reply to: table properties, border styling, latest portfolio #392619

    Hi!

    You are using lots of plugins, can you please try to deactivate all of them to see if one is causing this issue? afterwards switch them on again one by one to find the conflicting one.

    Cheers!
    Andy

Viewing 30 posts - 16,021 through 16,050 (of 17,336 total)