Forum Replies Created

Viewing 30 posts - 13,021 through 13,050 (of 17,336 total)
  • Author
    Posts
  • in reply to: Same font in promo box, picture subtitle etc #497642

    Hey!

    the font style (italic) is gone but the font style still looks different? adjust the code as needed by yourself. For example add font-size if you need it:

    .wp-caption-text, #top .wp-caption .wp-caption-dd {
    font-style: normal;
    font-size: 16px;
    } 
    

    Use this code for your bold text:

    .avia_message_box_content {
    font-weight: 100;
    }
    

    Hope this helps.

    Regards,
    Andy

    in reply to: Preview Image Advanced Layout Editor #497639

    Hi!

    so du es haben willst, ist es keine Standardlösung und es wird nicht so einfach sein, es genau so hinzukriegen.

    Gruß!
    Andy

    in reply to: Featured image in the left side of title and text. Blog Page #497637

    Hey!

    2.) Try to control it with this code for mobile:

    @media only screen and (max-device-width: 736px) {
    li.av-single-slide.slide-1.active-slide {
    background-size: 193%;
    background-position: 47% 0% !important;
    }}
    

    and adjust as needed.

    Regards,
    Andy

    Hey!

    I see it on your end and can’t reproduce the issue on my own installation. Can you please deactivate all plugins, to check which one is causing this issue? if that does not help then maybe there are some corrupted files and in this case you need to delete all theme files via FTP and get a fresh copy from your themeforest account.

    Best regards,
    Andy

    in reply to: Enfold breaks Revolution Slider #497619

    Hey!

    we can’t do much about revolution slider and you would need to wait for help from plugin’s author. I suggest to use layer slider instead (which is implemented into Enfold theme by default).

    Regards,
    Andy

    in reply to: Issue with font icons #497615

    Hey!

    I get a “Gateway Timeout: can’t connect to remote host” when trying to open your website. Can you please check?

    Cheers!
    Andy

    in reply to: Preview Image Advanced Layout Editor #497604

    Hi!

    warum sollte vom Grunde her irgendetwas falsch daran sein, wenn Shortcodes im ALB sichtbar sind? Sie sind nur dann im ALB sichtbar, wenn du den debug mode aktiviert hast.
    Das Problem ist ja erstmal, dass es bei dir aus irgendwelchen Gründen die Shortcodes nicht sichtbar sind, wenn du vom ALB zum standard Editor wechselst, daher wiederhole mich: bitte lösche alle Theme Dateien via FTP und besorge dir eine frische Kopie von deinem Themeforest Account. Mache vorher ein Backup. Aber selbst wenn es mit den Shortcodes klappen sollte, ist ja noch nicht garantiert, dass du deine Galerie auch so hinkriegen wirst, wie du es dir wünscht. Ich würde dir fast empfehlen einen Freelancer für diesen Job zu engagieren.

    Gruß,
    Andy

    in reply to: Same font in promo box, picture subtitle etc #497601

    Hi!

    I still can’t see any picture subtitles on your second link. However, try this code:

    .wp-caption-text, #top .wp-caption .wp-caption-dd {
    font-style: normal;
    }
    

    Best regards,
    Andy

    in reply to: Chrome problem with slider caption positions #497599

    Hey!

    bitte deaktiviere all deine Plugins, um festzustellen welches dieses Problem verursacht.

    Gruß!
    Andy

    in reply to: Same font in promo box, picture subtitle etc #497592

    Hi!

    I can’t find any picture subtitles on your website. Where can we find it? please give us a precise url and maybe screenshots would help (imgur, dropbox).

    Best regards,
    Andy

    Hi!

    I can’t see that you implemented the code on your website and be aware of that we don’t provide support for 3rd party plugins. Normally you would need to ask plugin’s author for help. However, try using media queries, something like this:

    @media only screen and (max-device-width: 736px) {
    p.form-row.form-row-last.validate-cc-exp-date {
    display: flex;
    position: relative;
    top: 117px;
    left: -298px;
    float: left; 
    }
    p.form-row.form-row-last.validate-cc-exp-date label {
    position: absolute;
    top: -30px;
    }
    p#braintree-cc-cvv_field {
    margin-top: 100px !important;
    }
    }
    

    adjust the code as needed by yourself. Try to play around with different value until it fits to you.

    Best regards,
    Andy

    in reply to: Einige Elemente, z.B. das Menü werden nicht richtig angzeigt #497588

    Hi!

    wieso ist der Plugin Bereich in deinem Backend nicht zu sehen? wie können wir uns den anschauen?

    Bitte erfragen bei deinem Host, ob es eine Art Caching von Server-Seite aus gibt, was dieses Problem verursachen könnte.
    Versuche auch ein Standart WordPress Theme zu aktivieren und probiere, ob du dort Änderungen vornehmen kannst.

    Gruß,
    Andy

    in reply to: Preview Image Advanced Layout Editor #497586

    Hey!

    W3 Total Cache Plugin zu deaktivieren reicht nicht aus, denn es wird dennoch weiter gecached, solange das Caching vorher nicht aktiv ausgeschaltet wird. Daher aktiviere das Plugin wieder, gehe in deren Einstellungen und schalte das Caching ab. Hinterher deaktiviere dieses und alle anderen Plugins, leere deinen Browser Cache und hard refresh einige Male deinen Browser.

    Leider kann ich dir nicht sagen warum es bei dir mit den Shortcodes nicht funktioniert. Es funktioniert bei mir und es könnte tausend Gründe geben warum es bei dir nicht klappt. Versuche alle Theme Dateien via FTP zu löschen und besorge dir eine frische Kopie von deinem Themeforest Account.

    Ich hoffe das hilft.

    Gruß,
    Andy

    in reply to: Header Menu Bar #497583

    Hi!

    glad you could fix it and thanks for sharing! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

    in reply to: Clickable links as footer-widget titles #497582

    Hi!

    glad you could fix it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

    Hi!

    which IE version are you using? try to adjust my code depending on your IE version as shown here: https://css-tricks.com/how-to-create-an-ie-only-stylesheet/

    Cheers!
    Andy

    Hi riverjack!

    für diese spezielle Funktion müsstest du dir ein entsprechendes WordPress Plugin suchen.

    Gruß!
    Andy

    in reply to: Same font in promo box, picture subtitle etc #497087

    Hey!

    you can control font size in promo box with this code in Quick CSS field:

    .avia-promocontent p {
    font-size: 16px;
    }
    

    Cheers!
    Andy

    in reply to: Several errors #497080

    Hi!

    please send us admin access, we we can take a closer look into it. Post login details here as private reply.

    Cheers!
    Andy

    in reply to: Woo Commerce vrs Enfold Theme update? #497079

    Hey Cheryl!

    it’s loading fine for me. Please clear browser cache and hard refresh a few times. Use newest browser version.

    Regards,
    Andy

    in reply to: Clickable links as footer-widget titles #497078

    Hi!

    we need to see the issue, to be able to inspect the elements. Can you show us a test page please where we can see it?

    Regards,
    Andy

    in reply to: Styling Events Calander #497074

    Hi!

    if you want to change events calendar plugin you need to ask plugin’s author: https://theeventscalendar.com/support/

    Best regards,
    Andy

    in reply to: Domain redirect 2 #497073

    Hey!

    I don’t think this is a theme related questions, so it would be best to ask in general WordPress forum. However, make sure you have correct settings in Settings->General. Ask your hosting provider how to manage this.

    Regards,
    Andy

    in reply to: Clickable links as footer-widget titles #497069

    Hey!

    seems you already managed to remove the space, as it looks fine to me on your website now. Let us know if you still need help.

    Regards,
    Andy

    in reply to: Content not showing in the Avia Layout Builder. #497066

    Hi!

    about which content boxes are you talking about? please provide us screenshots. Try to clear browser cache and hard refresh a few times. I checked and your backend seems to work fine for me.

    Best regards,
    Andy

    in reply to: Error with CSS minification #497062

    Hi!

    why can’t you change anything? not every plugin is compatible with every theme and if it’s true that WP Rocket ist not compatible with Enfold then we can’t do much about it. You can make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/

    Best regards,
    Andy

    in reply to: Header Menu Bar #497060

    Hi!

    you can resize header for mobile using this code in Quick CSS field:

    @media only screen and (max-width: 736px) {
    div#header_main {
    height: 100px;
    }}
    

    Regards,
    Andy

    in reply to: WPML Language Switcher Showing Up in All Menus #497054

    Hi!

    you are using an old version of WordPress and the theme. Please upgrade at first.

    Best regards,
    Andy

    in reply to: Logo shrinks in Safari #497036

    Hi!

    1.) You can control your logo’s position with this code:

    strong.logo {
    top: 75px !important;
    }
    

    2.) Try this code:

    html.html_boxed.responsive.av-preloader-disabled.av-default-lightbox.html_header_top.html_logo_center.html_bottom_nav_header.html_menu_right.html_custom.html_header_sticky_disabled.html_header_shrinking_disabled.html_mobile_menu_tablet.html_disabled.html_header_searchicon.html_content_align_center.html_header_unstick_top_disabled.html_header_stretch_disabled.html_entry_id_30.avia_desktop.js_active.avia_transform.avia_transform3d.avia_transform.avia_transform3d.avia-webkit.avia-webkit-44.avia-chrome.avia-chrome-44.avia-mac {
    position: relative;
    top: -45px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    Hey!

    I can’t imagine that IE is not able to display this simple CSS code correctly and as I am using Mac I can’t check it on IE. Try to remove IE’s browser cache and hard refresh a few times.

    Best regards,
    Andy

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