Forum Replies Created

Viewing 30 posts - 15,961 through 15,990 (of 17,336 total)
  • Author
    Posts
  • in reply to: Accordion #396396

    Hi djshortkut!

    please refer to this post: https://kriesi.at/support/topic/tab-load-delay-and-accordion-slidedown-speed/#post-267181

    Best regards,
    Andy

    in reply to: Fullwidth Sub Menu Custom Font #396393

    Hi!

    can you give us a link to your website showing the menu? would be much easier to provide you some code. However try this:

    #top .main_menu .menu li ul a { 
    font-weight: bold!important;
    font-family: georgia;
    }
    

    Cheers!
    Andy

    in reply to: Shrinking Header Logo #396392

    Hey thatclick!

    please refer to this post: https://kriesi.at/support/topic/different-logo-for-shrinking-header/#post-295201

    Best regards,
    Andy

    in reply to: Side Navigation #396272

    Hey!

    I am not sure what you want to achieve and I can’t see any issue on your website. Could you please elaborate? Do you want to remove one item of your menu? if yes you can do so in Appearance->Menus and open the item to click on “remove”.

    If not use screenshots to highlight what you mean. You can host them on imgur.com

    Best regards,
    Andy

    in reply to: Blog Display #396270

    Hi!

    thanks a lot for sharing!

    Regards,
    Andy

    in reply to: div section not responsive on portrait mode #396268

    Hi!

    why do you think the blue div section is not responsive in portrait mode? How do you want it to look like? can you provide us a mockup please?

    I don’t understand what you mean with the second part of your post, because I can’t see any sidebar on the link you have provided. Please show us what you mean providing us screenshots and a link showing what you mean.

    Best regards,
    Andy

    in reply to: Farb.Sektion opacity #396266

    Hi!

    du kannst hier ein Feature Request für Kriesi machen: kriesi.at/support/enfold-feature-requests/

    Lieben Gruß,
    Andy

    in reply to: Wrong Menu Hover with Anchor-Links #396265

    Hey Bernd!

    thanks for using Enfold.

    Very strange behavior. Could you please try to deactivate all plugins and see if this helps? If it does not do you mind providing us admin access so we can have a deeper look into the issue?

    Cheers!
    Andy

    in reply to: anchor links #396263
    in reply to: Darstellung von Preis, Versand und MwSt. #396262

    Hi!

    Versand und Steuer auf eine Zeile zu packen wird schwer, weil es sich nicht über CSS kontrollieren lässt. Aber die Höhe der Sterne kannst du hiermit kontrollieren:

    .woocommerce.archive .product .star-rating {
    top: 5px;
    }
    

    Passe “5px” nach deinen Wünschen an.

    Cheers!
    Andy

    in reply to: Darstellung von Preis, Versand und MwSt. #396259

    Hi vollstark!

    kannst du uns bitte einen Link zu der Seite geben auf der du diese Anpassung möchtest?

    Gruß,
    Andy

    in reply to: anchor links #396255

    Hi!

    alright. Let us know if it helps. If not please tell us what you want to achieve.

    Cheers!
    Andy

    in reply to: anchor links #396250

    and add the mobile media queries to the code:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    max-height: 248px !important;
    min-height: 248px !important;
    }}
    

    Regards,
    Andy

    • This reply was modified 9 years, 9 months ago by Andy.
    in reply to: anchor links #396247

    Hey!

    please tell us exactly what you want to achieve with thise code:

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

    so we can provide you a solution for your problem. However you can try this one instead:

    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    max-height: 248px !important;
    min-height: 248px !important;
    }
    

    maybe it’s what you need.

    Cheers!
    Andy

    in reply to: anchor links #396242

    Hi!

    ah, can you please post a link to your website where it should work?

    Cheers!
    Andy

    in reply to: eigenes Portfolio als iFrame für andere Seiten einbettbar? #396239

    Hey albiedo!

    Ja, du kannst den HTML Code des iFrames in das Code Element oder auch Text Element des Avia Layout Builder einfügen.

    Gruß,
    Andy

    in reply to: WooCommerce product categorys #396230

    Hi!

    alright. Let us know if you need any more help.

    Best regards,
    Andy

    in reply to: anchor links #396229

    Hi!

    glad we could help. Let us know if you need any more help in the future with one of our themes.

    Best regards,
    Andy

    in reply to: Custom Icon List #396227

    Hey Richard!

    Please always post a link to your website showing what you mean. What do you want to achieve exactly? Do you want to use a custom icon? if yes see this: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    But I think you want to use a background image, right? You could try with something like this:

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #d0d0d0;
    background: #d0d0d0 url('IMAGE URL HERE') no-repeat;
    }
    

    but I am not sure if it could work.
    If it does not I would suggest to hire a freelancer for this, because the icon list is meant to be an “icon” list and is not made for using any background images.

    Regards,
    Andy

    in reply to: Mobile Menu and WooCommerce Cart button don't look good #396193

    Hi!

    for me it looks good on iPhone 5 and not like in your screenshots. But try this code:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    right: 3.5%;
    }}
    

    Cheers!
    Andy

    in reply to: Redirect directly to a specific pop up lightbox #396191

    Hi Me.llamo!

    It’s better to write only private data into private message and normal messages into the normal field, so other people can find the same issue when searching for it in the forum.

    When clicking on logo? when I click on your logo I don’t see any portfolio. Do you mean when clicking on “portfolio”? but what about the other portfolio items then? do you want to remove them? Or do you mean another “logo”? but where? please always show screenshots and provide us a link showing what you mean. On the first link you have provided I don’t see any “logo” item, instead only an image. I think the answer for what you want to achieve you will find here: https://kriesi.at/support/topic/open-link-in-lightboxiframe/#post-215226

    Hope that helps.

    Regards,
    Andy

    in reply to: Custom menu based on portfolio category #395998

    Hi Jason!

    I am not really sure if I get what you mean. Could you please post a link to your website? and also could you send us a mockup of what you want to achieve? so we can get a better idea.

    Best regards,
    Andy

    in reply to: anchor links #395996

    Hey!

    please look through your whole CSS and check if there are two of the same, like here:

    .grid-content {
    min-height: 85px;
    padding: 10px;
    }
    .grid-content {
    min-height: 55px!important;
    padding: 5px 3px 5px 3px;
    }
    

    Please remove those codes which are appearing twice.

    You can also try to remove ALL your CSS and see if things get better. Afterwards you can put every code one by one to see which one could cause any conflict.

    Best regards,
    Andy

    Hey!

    Please deactivate all plugins, you have quite a lot of them installed. One might cause the issues. Afterwards you can activate them again one by one to see which one is causing it.

    I can’t see any “Enfold Theme” in the footer near copyright. What do you mean? can you post a link and show it using a screenshot please?

    Cheers!
    Andy

    in reply to: anchor links #395988

    Hey!

    Just be aware that any third party plugin can cause a conflict and can therefore be the reason that your theme not working correctly anymore. Did you already deactivate all of them to see if things get better?
    It should not make any difference where your code is located.
    I am also still not fully convinced that your server is not using some kind of caching. You are not using any kind of CDN, are you?

    Cheers!
    Andy

    in reply to: BLOG Page #395950

    Hey newtonlinchen!

    a) which link to individual post page do you mean? please provide us a link and a screenshot showing what you mean

    b) What do you mean? “Why would the comments?”. Why would the comments what? you can activate comments in the Screen Options of WordPress.

    c) There a plenty of Facebook comments plugins. On Google’s first page I found this https://wordpress.org/plugins/facebook-comments-plugin/. Feel free to experiment with them.

    Cheers!
    Andy

    in reply to: Enfold product side pop-out – conflicting with cart window #395928

    Hey user877!

    I am not really sure if I get what you mean. Which pop out do you mean is popping out before you click on the item? Can you please post a link to the website showing this issue? Try to deactivate all other plugins to make sure none is causing any conflict. Also make sure to use the newest theme and WordPress version.

    Best regards,
    Andy

    in reply to: anchor links #395924

    Hey!

    are you still using a child theme? please deactivate it completely at first, to make sure it is not caused by it. Clear your browser cache. I can also see that you are using more than 40 plugins, which is really a lot! please deactivate all of them to make sure none is causing this issue. Let us know if that helps.

    Cheers!
    Andy

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

    Hey!

    alles klar! Wenn du noch Hilfe mit einem unserer Themes benötigst, dann sind wir sehr gerne für dich da.

    Liebe Grüße,
    Andy

    in reply to: anchor links #395883

    Hi!

    awesome! so at least now we know what is causing your issue. However child theme should work. Did you implement it correctly? please follow the instructions and download the child theme files here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Andy

Viewing 30 posts - 15,961 through 15,990 (of 17,336 total)