Forum Replies Created

Viewing 30 posts - 15,331 through 15,360 (of 17,336 total)
  • Author
    Posts
  • in reply to: Add text with Icon to Header #427190

    Hey!

    please follow instructions mentioned by Josue here: https://kriesi.at/support/topic/add-text-information-to-header-area/#post-272671

    Regards,
    Andy

    in reply to: Layer Slider Cut Off in Mobile View #427189

    Hey!

    you are using and old version of the theme (v3.0.8.), so please update to Enfold v3.1.3.
    I hope things get better with your layer slider after the update.

    Best regards,
    Andy

    Hi!

    it’s currently not possible to use shortcodes inside of tab titles. Feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/

    Cheers!
    Andy

    in reply to: Responsive menu not showing after update #427164

    Hey!

    I can’t find the first icons on your first screenshot. However, try to control the size using this in Quick CSS:

    @media only screen and (max-width: 989px) {
    span.av-icon-char {
    font-size: 40px !important;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    in reply to: Massive Verständnisprobleme, bitten um Lösung! #427163

    Hi!

    Bitte beachte die Support Richtlinien beim Registrieren in diesem Forum: “We cant help with installation of WordPress itself …”
    Trotzdem versuchen wir deine Fragen über ein generelles WordPress Problem zu beantworten, damit du zu einer Lösung kommst. Wenn dir das dann jedoch nicht ausreicht, tut es mir leid. Du könntest dich auch an einen Freelancer wenden, z.B. hier: http://kriesi.at/contact/customization

    Wenn du noch ein theme bezogenes Problem oder Frage hast, sind wir gerne offen und nehmen uns Zeit für dich.

    Gruß!
    Andy

    in reply to: Aktives Menu bei One-Page zeigt nicht richtig an #427095

    Hi weblines!

    kannst du bitte versuchen alle Plugins zu deaktivieren, um zu schauen ob eins dieses Problem in deinem Menü verursacht? Wenn das nicht klappt, richte uns bitte einen Admin Zugang ein.

    Sei sicher, dass du deine Menüs korrekt verlinkt hast, wie hier im Punk 2.) beschrieben: https://kriesi.at/support/topic/main-menu-custom-links-for-one-page-sites-section-ids-and-anchor-scrolling/#post-132802

    Regards,
    Andy

    in reply to: Fehlerhafte Filterung im Masonry-Element #427094

    Hi!

    schaue dir diesen Post dazu an: https://kriesi.at/support/topic/categories-not-displaying-in-masonry-blog/#post-209952

    Ich hoffe das ist was du meinst.

    Gruß!
    Andy

    in reply to: Events Manager mehrsprachig #427089

    Hey!

    das liegt wohl daran, dass du nicht die selbe Menüstruktur für die unterschiedlichen Sprachen verwendest:

    Gehe im Backend zu Design->Menüs und wechsle zwischen den Sprachen. Dann sieht du was ich sehe und kannst deine Menüpunkte entsprechend anpassen.

    Viel Spaß mit dem Theme!

    Gruß,
    Andy

    in reply to: Masonry Blog #427087

    Hey!

    It depends in image ratio and right now your images have different image sizes. Please try to use images with the same image height, so you can avoid this.

    Regards,
    Andy

    in reply to: Add my own font #426766

    Hey!

    for this you would need to search a plugin. Maybe this one is for you: https://wordpress.org/plugins/polylang/

    Regards,
    Andy

    in reply to: 4 Formatting Questions for Single Blog Posts #426765

    Hi dominiquehurley!

    please always use different tickets for different questions, so you will get a faster reply (because other moderatos can work at the same time on different tickets) and other will find their answers easier in this forum.

    1.) use this code in Quick CSS to hide it:

    .comment-count {
    display: none !important;
    }
    

    2.) I already can see the preview button for the next post on your posts:

    3.) Use this to hide the preview image:

    .small-preview img, .big-preview img {
    display: none !important;
    }
    

    4.) It means that you can use HTML code inside of your blog posts.

    Best regards,
    Andy

    in reply to: catalogue or portfolio grid? #426749

    Hi Munford!

    for sorting your catalogue list try this code in your functions.php:

    add_filter('woocommerce_default_catalog_orderby', 'my_custom_default_catalog_orderby');
    
    function my_custom_default_catalog_orderby() {
    return 'title'; // Can also use date
    }
    

    The can control the image in your catalogue list using this in Quick CSS:

    .av-catalogue-image {
    width: 95%;
    }
    

    Adjust as needed.

    Please always use different posts for different questions, so you will get a faste reply and other can find better what they are searching in the forum.

    Here you will find a documentation about how to implement anchor links into your page: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Andy

    in reply to: Gallery name inside the gallery #426732

    Hey mleite1!

    You have two options: 1.) you could show image title or 2.) image caption or both. Click on an image while editing masonry element to edit your gallery. Now click on one image and on the right side you will see title information. In addition right under the image you will see “Caption this image …”. Add your captions there. See here:

    When editing your masonry gallery scroll down to the point “Image Title and Caption”. Choose the options you need.

    For naming the gallery I think you could just use the avia layout builder, couldn’t you? please post admin access as private reply if it does not work.

    Regards,
    Andy

    Hi!

    there seems to be something wrong with the theme installation. Can you please deactivate all plugins to see if it’s caused by one? If that does not help please completely delete all theme files on your server via FTP before getting a fresh copy from your themeforest account.

    I hope that helps.

    Regards,
    Andy

    in reply to: titelbild vollflächig und ohne abstand anzeigen #426708

    Hey!

    Wordpress cropped die Bilder automatisch beim Hochladen. Du kannst dieses Plugin verwenden, um die Größe zu kontrollieren: https://wordpress.org/plugins/simple-image-sizes/

    Deine Grafik ist momentan bei mir nicht ganz nach links gesetzt worden, was durch diesen falschen Code auf der Website verwendet wird:

    .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    left: -80;
    }
    Es fehlt ein "px":
    .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    left: -80px;
    }
    

    Gruß,
    Andy

    in reply to: Massive Verständnisprobleme, bitten um Lösung! #426694

    Hi awel!

    1.) Das URL Schema beizubehalten ist keine Aufgabe eines Themes, sondern eine reine WordPress Angelegenheit. Wie du die URLs so übernehmen kannst wie du das möchtest, erfährst du hier: http://www.wpbeginner.com/plugins/how-to-update-urls-when-moving-your-wordpress-site/

    2.) Wenn du die Hauptseites des Blogs mit dem ALB gestaltet hast (also alles manuell erstellt hast), kannst du nicht erwarten, dass deine individuellen Einstellungen dort mal eben auch auf andere Seiten übernommen werden ;). Du musst deine Kategorienseite ebenso nach deinen Wünschen gestalten. Du hättest dich jedoch auch (wie schon in einem anderen Post von dir bereits erwähnt) dafür entscheiden können das WordPress Standart Design zu übernehmen, denn dann würden die unterschiedlichen Seiten schon eher wie aus einem Guss wirken. So hast du dich für den aufwendigeren aber auch flexibleren Weg entschieden.

    3.) Kannst du das Problem bitte zeigen? mittels Links und/oder Screenshots? Du könntest denke ich mit diesem Plugin arbeiten: https://wordpress.org/plugins/hide-this/

    Gruß!
    Andy

    in reply to: the umlauts are shifted #426686

    Hi LukasE!

    can you post a link to the website in question please so we can inspect the umlauts?
    Make sure to use newest WordPress and theme version.

    In the meanwhile you could try to deactivate all plugins to see if one is causing this issue.

    Best regards,
    Andy

    in reply to: Bilder in der Lightbox proportional öffnen #426682

    Hi!

    schön, dass es klappt. In meinem Code ist im Link “width” und “height” mit definiert:

    &width=100%&height=100%
    

    Versuche deine Werte dort einzusetzen.

    Gruß,
    Andy

    in reply to: Bilder in der Lightbox proportional öffnen #426143

    Hi!

    ich habe eine neue Seite bei dir erstellt: http://dachsteinpano.at/kriesi-test/

    Dort habe ich in einem Textwerkzeug diesen Code erzeugt:

    <a href="http://dachsteinpano.at/wp-content/uploads/2015-03-23_Ichenheim_Schwaene/2015-03-23_Ichenheim_Schwaene.html?iframe=true&width=100%&height=100%” rel=”prettyPhoto[iframes]”"><img class="size-full wp-image-9060" src="http://dachsteinpano.at/wp-content/uploads/IMG_8163.jpg" alt="003" width="1536" height="1024" /></a>
    

    Verwende dies als Vorlage. Hoffe das ist so wie du es dir wünscht.

    Gruß!
    Andy

    in reply to: Fehlerhafte Filterung im Masonry-Element #426119

    Hi!

    kannst du uns bitte einen Link zu deiner Website sowie Admin Zugang zukommen lassen, damit wir das überprüfen können? Login Daten kannst du hier als private Nachricht posten.

    Wann genau verschwindet die Masonry Filterung? das Masonry verschwindet dann, wenn du zu einer Seite gehst, die nicht vom Masonry gesteuert wird. Auch hierzu schicke bitte einen Link, der das zeigt was du meinst.

    Gruß!
    Andy

    in reply to: Multiple Enfold Installations – Multiple API Keys? #426116

    Hey jolak!

    you would need one API for each website, as it is written on the themeforest webpage:

    Note to freelancers and creative agencies:

    You may charge your client for your services to create an end product, even under the Regular License. But you can’t use one of our Standard Licenses on multiple clients or jobs.

    More information: http://themeforest.net/licenses/standard

    Cheers!
    Andy

    Hey!

    I talked with Kriesi about your problem. This is what he told me:

    Its a known issue. I am already thinking about different solutions, its a little bit problemtaic since each of them causes problems with different browsers but you can tell those guys I am working on it.

    I can’t say how long it will take for Kriesi to solve this issue, but I can tell you that he’s working hard on it :).

    Thank you for being patient.

    Best regards,
    Andy

    in reply to: Fontello Icon Fonts Failing in SSL HTTPS #426110

    Hi!

    thanks a lot for sharing your solution! Please feel free to make a feature request here: kriesi.at/support/enfold-feature-requests/

    Cheers!
    Andy

    Hi Sabine!

    ein Theme-Icon mit solch einer Funktion ist mir leider nicht bekannt. Ich denke hierfür müsstest du versuchen ein Plugin zu finden oder den Standart Button von Facebook bzw. anderen Social Media verwenden.

    Was meinst du mit “Hand”?

    Von welchem “Share-Button” auf deiner Seite redest du? kannst du bitte zeigen was du meinst? du kannst screenshots mittels imgur.com oder dropbox verwenden.

    Im Avia Layout Builder kannst du unter “Content Elements” die “Social Share Buttons” verwenden. Damit kannst du direkt deine Seite via social media sharen.
    Ich hoffe das ist wonach du suchst.

    Liebe Grüße
    Andy

    in reply to: Category Style #425694

    Hi awel!

    ich kann unter dem Link, den du geschickt hast, leider nicht das erkennen was du beschreibst. Du schreibst, dass du unter dem Menü u.a. die Kategorien als “Untermenü” eingesetzt hast. Aber bei mir sieht es anders aus:

    Wenn ich auf deiner Website die unterschiedlichen Kategorien anklicke, dann sehe ich immer das selbe Design:
    Kategorie “Alle”:

    Kategorie “Bild des Tages”:

    Kategorie “Foto % Web”:

    Ich sehe also leider nicht was du meinst. Sieht für mich alles schick aus.

    Gruß,
    Andy

    Hey awel!

    doch, das kann richtig sein, denn hier gilt genau das, was ich dir hier bereits über die Gestaltung eines Blogs erklärt habe: https://kriesi.at/support/topic/design-fur-kategorien/#post-425690

    Wenn du Blog posts mit dem Avia Layout Builder gestaltest, musst du alles manuell setzen. Wenn du es mit dem standard Editor gestaltest, wird es automatisch für dich gesetzt (also WordPress Standart Einstellungen, statt eigene Einstellungen mittels ALB).

    Gruß,
    Andy

    in reply to: Design für Kategorien? #425690

    Hey!

    sorry, aber ich glaube ich verstehe nicht ganz was du meinst. Kannst du bitte versuchen das Problem mittels Screenshots zu illustrieren? du kannst imgur.com oder einen public dropbox Ordner verwenden.

    Willst du jetzt deinen Blog gestalten? geht es dir darum? Du hast bei Enfold zwei Möglichkeiten deine Blog Posts zu gestalten:
    1.) Du verwendest mit Enfold das Standart Blogsystem von WordPress und erhältst die Vorgaben (Datum, Preview Image, etc.) automatisch vorgesetzt.
    2.) Du wählst den Avia Layout Builder, mit dem du alles selbst bestimmt kannst, aber auch alles selbst machen musst. Mehr Freiheiten, aber auch mehr Pflichten :).

    Ich persönlich empfehle dir Variante 1.), weil diese leichter ist umzusetzen.

    Oder geht es dir lediglich darum, dass dein erster Link nicht so aussieht wie dein zweiter? was genau hast du am zweiten auszusetzen? Ich kann sehen, dass dort die Sidebar fehlt, aber die kannst du wenn du die Seite editierst einstellen (im Backend runterscrollen, auf der rechten Seite unter “Sidebar Settings”).
    Breadcrumps sehen für mich auch in Ordnung aus. Wo ist genau das Problem?

    Bitte zeige uns klar und deutlich die Änderungen, die du erreichen möchtest.

    Gruß,
    Andy

    in reply to: Problems with WP 4.1 #425683

    Hey!

    your progress bar does NOT appear for me on the page you have send:

    So it’s logical that there is no progress bar shortcode in your editor.
    Please add a progress bar they way Josue mentioned here to http://www.scenedartiste.com/wp-admin/post.php?post=3374&action=edit so a progress bar will appear on your site.

    Best regards,
    Andy

    in reply to: Content cropped on Responsive site #425681

    Hi!

    that’s weird. When the responsive option is activated then maybe a plugin is causing this issue. Can you please try to switch them off and check if things get better? Afterwards you can activate them again one by one to fine the causing one. But at first try to update all your plugins and check if this helps already.

    If that does not help then please completely delete all theme files and get a fresh copy from your themeforest account.

    Cheers!
    Andy

    Hi!

    we can’t know if importing Demo will have all the stuff you need, because we don’t know what you need ;). If the Demo is already everything you need, then you are fine. However, the Demo is really just a Demo, so it’s more a starting point and you would need to adjust things as add pages, change text/pictures, etc.

    What do you mean with “post button”? you can show all your posts in your blog.

    Best regards,
    Andy

Viewing 30 posts - 15,331 through 15,360 (of 17,336 total)