Forum Replies Created

Viewing 30 posts - 16,231 through 16,260 (of 17,336 total)
  • Author
    Posts
  • Hey vonhektor!

    please refer to this post: https://kriesi.at/support/topic/international-accent-marks-and-diacriticals/#post-36664

    Regards,
    Andy

    in reply to: Css bug with Safari with the width of the menu #383482

    Hi Alex!

    I can’t see any bug on your screenshot, neither on Safari. Your menu width seems fine to me. Please highlight it for us, to make things clear.
    Also deactivate all plugins to make sure none is causing any conflict.

    Best regards,
    Andy

    in reply to: Off-Canvas Side Menue #383473

    Hey alexanderduenchem!

    please refer to this post: https://kriesi.at/support/topic/change-responsive-slide-out-main-menu/#post-135174

    Regards,
    Andy

    in reply to: Making a sidebar widget sticky #383469

    Hey DROR!

    did you try to deactivate all other plugins? Maybe you can contact the author of the plugin for support:
    https://wordpress.org/support/plugin/q2w3-fixed-widget
    or maybe another plugin would do the job with Enfold.

    Best regards,
    Andy

    • This reply was modified 9 years, 10 months ago by Andy.
    in reply to: Problems with text instead of logo code #383335

    Hey!

    anyway try with this code in Quick CSS:

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }}
    

    Cheers!
    Andy

    in reply to: Problems with text instead of logo code #383327

    Hey!

    this account does not have admin access, but we would need it to really inspect your site.

    Best regards,
    Andy

    Hey Erich!

    can you post a link showing the issue? Did you already try to deactivate all other plugins? maybe there is a conflict with one.
    You can ask in the woocommerce forum as well, maybe they have another idea as well.

    Cheers!
    Andy

    in reply to: How can I reduce the gap between the sidebar widgets? #383259

    Hi DROR!

    try this code:

    .widget {
    padding-top: 5px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    Hey tumold!

    I can’t see any margins on your video. What do you mean exactly? Can you show the difference on a screenshot/mockup please?

    Regards,
    Andy

    in reply to: Main Menu #383237

    Hey MarkusLange!

    try this in Quick CSS field:

    .av-main-nav > li > ul {
    display: none;
    }
    

    Cheers!
    Andy

    Hey Micheal0424!

    I can’t see the issue on your screenshot. Your menu is only on one line, instead of two, so it seems fine to me. Please post a link to the website so we can inspect it.

    Cheers!
    Andy

    in reply to: Blog Settings #383172

    Hey!

    limit to one page heißt, dass es nur für eine einzige Seite gilt (die mit der spezifischen Page-id).

    Permalinks:
    Gehe im WordPress Backend zu Settings->Permalinks und klicke auf “Save changes” um die Permalinks zu aktualisieren. Wenn das nicht hilft, dann lies dir bitte das hier durch: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Gruß,
    Andy

    in reply to: parallax not working #383157

    Hi jdrakeproductions!

    could you please deactivate all plugins to see if one is causing the issue? If this does not help please send us admin access, you can post it here as a private reply.

    Cheers!
    Andy

    Hey!

    use this in Quick CSS:

    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 40px;
    }
    .av-main-nav li {
    height: 40px;
    }
    

    Best regards,
    Andy

    in reply to: Masonry Portfolio Error #382857

    Hi timbrandt!

    it’s not happening for me. Could you please clear browser cache? Send us a screenshot of the issue. Which Browser are you using?

    Cheers!
    Andy

    in reply to: More buggy behaviour #382851

    Hi!

    you are using a very old version of Enfold. Please update to the newest one.

    Cheers!
    Andy

    in reply to: Floating/overlapping Logo #382844

    Hi!

    use this code:

    .logo img {
    max-height: 100% !important;
    height: 95px;
    }
    

    Cheers!
    Andy

    Hi!
    sorry, ich hatte einige Klammern in meinem Code vergessen:

    @media only screen and (max-width: 1170px) {
    .main_menu, #header_main_alternate { 
    display: none;
    }}
    @media only screen and (max-width: 1170px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }}
    

    Füge die Codes einfach unter dem bisherigen Text/Code in die custom.css.

    Du kannst die jeweilige page-id hinzufügen, dann gilt es nur für die spezielle Seite:

    .page-id-430 td.info {
    border-color: transparent;
    }
    

    Um die page-id herauszufinden, kannst du rechtsklick machen bei Chrome oder Firefox und “Element untersuchen” auswählen:

    Das Quick CSS Feld sollte funktionieren. Du kannst uns Admin Zugang einrichten, wenn du online gehst und es dann immer noch nicht klappt.

    Gruß!
    Andy

    in reply to: Masonry Problem with title and content tag in firefox #382594

    Hey vertikahl!

    Thanks for using Enfold. There is a new update for firefox. Have you installed the newest version?

    Regards,
    Andy

    Hey LukeHopkins!

    sorry for the late response. Could you please give us a link to your website showing the buttons on the Cart page?
    Does the normal Enfold function for adding icons not work for you?

    Regards,
    Andy

    in reply to: Linking to a nested Accordion within a Tab #382585

    Hi!

    I tagged this post for Kriesi and my teammates. Please kindly wait until one has any ideas on how to solve that issue.

    Cheers!
    Andy

    Hey!

    1.) Wenn der Code im Quick CSS nicht greift, woher weißt du dann, dass die angegebene Bildschirmbreite genau passt?
    Bitte leere deinen Browser Cache. Falls das nicht hilft, scheint eventuell dein Server irgendeine Art Caching zu verwenden. Kontaktiere ihn bitte. In der Zwischenzeit könntest du versuchen die Codes in die Datei custom.css zu integrieren (Zugang via FTP).

    2.) Soll ebenfalls ins Quick CSS bzw. in die custom.css. Probiere auch alle Plugins zu deaktivieren, um zu schauen, ob eins einen Konflikt auslöst.

    3.) Füge diesen Code ins Quick CSS / custom.css (wenn das mit dem caching Problem deines Servers gelöst ist):

    td.info {
    border-color: transparent;
    }
    

    Lieben Gruß,
    Andy

    in reply to: Probleme mit Layerslider #382574

    Hi!

    Glad we could help. Let us know if you have any other question.

    Best regards,
    Andy

    in reply to: Layout Blogbeiträge #382572

    Hi!

    2.+4.) Also ich habe jetzt mal an einer Testseite von mir das ganze probiert komplett neu aufzusetzen und es hat funktioniert. Auf der Blogpostseite (nicht single-post) wird die Reihenfolge wie du es dir wünscht ganz normal angezeigt (so sind übrigens auch die ganz gewöhnlichen WordPress Einstellungen, also erst Titel, dann Bild, dann Text):

    Es handelt sich hierbei um ganz gewöhnliche WordPress Funktionen. Das Problem scheint wohl daher zu kommen, dass du an deiner Blogpostseite etwas verändert hast. Ich kann da gerade nicht drauf zugreifen, weil anscheinend nur einer zur selben Zeit daran arbeiten kann und du da gerade dran arbeitest. Es sieht so aus, als würdest du statt die normalen WordPress Einstellungen beizubehalten nun mit dem Avia Layout Builder daran arbeiten.

    Wenn nichts daran verändert wird, dann sind wie gesagt die normalen WordPress Einstellungen für den Blog genau so wie du es dir eigentlich wünscht. Also entweder du machst jede Veränderungen an dieser Seite rückgängig oder du gestaltest die Seite mit dem Avia Layout Builder so wie du es dir wünscht.

    Die Verlinkung des Bildes in meinem “Andy Test” Beitrag von der Blogpostseite zum jeweiligen Beitrag scheint auch ganz normal zu funktionieren.

    3.) Versuche es mit diesem Code:

    img, a img {
    width: 100% !important;
    }
    

    um sicher zu gehen, dass alle Bilder auch in ihrer vollständigen Größe dargestellt werden. Leere anschließend deinen Browser Cache.

    Gruß,
    Andy

    in reply to: Site loading slowly #382250

    Hey 1lizcollins!

    it could be 1000 of reasons why this is happening. Maybe you have too many plugins installed or maybe on specific plugin is causing this problem. Try deactivating all of them to see if things get changed.
    Google pagespeed would only be fully satisfied if you have a theme completely without javascript and only basic CSS/HTML. So this message is quite normal and should not cause the page to be slowly. Which host do you use? Did you try to increase your php memory limit?

    Cheers!
    Andy

    in reply to: Layout Blogbeiträge #382248

    Hi!

    2+4) Also das ganze ist auch eigentlich überhaupt kein theme-bezogenes Problem, aber ich habe mir jetzt mal die Zeit genommen und mir erlaubt den Beitrag “Andy Test” bei dir einzufügen, um dir zu zeigen wie man das bei WordPress macht. Dort siehst du was ich die ganze Zeit meinte und das es super funktioniert!

    3.) Deine Querformate haben den Wert width=750px, während deine Hochformate width=683px haben. Bitte gleiche dies an, es ist ja logisch, dass ein Bild breiter ist als das andere, wenn es breiter ist :)

    Wenn du sonst noch Fragen speziell zum Theme hast, dann sind wir gerne für dich da.

    Gruß,
    Andy

    in reply to: Probleme mit Layerslider #382239

    Hey!

    Now I see what you mean. Try this in Quick CSS:

    #header_main .container, .main_menu ul:first-child > li a {
    height: 88px;
    }
    

    Regards,
    Andy

    Hey jackewiehose!

    Sorry für die späte Antwort!

    Für 1.) füge bitte diesen Code ins Quick CSS Feld:

    @media only screen and (max-width: 1170px)
    .main_menu, #header_main_alternate { 
    display: none;
    }
    @media only screen and (max-width: 1170px)
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }
    

    Damit wird das mobile menu aktiviert, sobald die Bildschirmbreite 1170px unterschreitet. Passe es gegebenenfalls noch an.

    2.) Um Groß- und Kleinschreibung bei der jeweiligen Überschrift zu nutzen, verwende dies:

    h2 {
    text-transform: none !important;
    }
    

    Ersetze h2 gegebenenfalls mit z.B. h6.

    3.) Das kommt drauf an, um welche graue Linie es sich handelt. Kannst du uns bitte einen Link mit der Tabelle schicken?
    Versuche das hier entsprechend anzupassen:

    td {
    border-left-width: 0px;
    }
    

    Anstatt “left”, verwende right, top oder bottom, dementsprechend wo sich die graue Linie befindet.

    Liebe Grüße,
    Andy

    in reply to: Wie bearbeite ich die Startseite? #382082

    Hi fotinity!

    Ich kann oben rechts keine Startseite sehen. Was und wo genau meinst du? bitte zeig es uns auf einem Screenshot. Du kannst imgur.com nutzen.
    Bitte schick uns einen Admin Zugang, damit wir uns das Problem einmal genauer anschauen können. Deaktiviere in der Zwischenzeit alle Plugins, um zu schauen, ob eins einen Konflikt auslöst.

    Gruß,
    Andy

    in reply to: Speedtest Mini in my wordpress page #381570

    Hey Fabio!

    I am sorry but I personally have no experience with Speedtest Mini and as we cannot offer support for any 3rd party plugin/program, we kindly ask you to contact the support of Speedtest: https://support.speedtest.net/hc/en-us

    Cheers!
    Andy

Viewing 30 posts - 16,231 through 16,260 (of 17,336 total)