Forum Replies Created

Viewing 30 posts - 11,551 through 11,580 (of 17,336 total)
  • Author
    Posts
  • Hi Rene!

    solch eine Funktion gibt es leider nicht. Du könntest versuchen mittels einem Caching Plugin die Ladezeit erhöhen. Ich habe jedoch deine Seite gecheckt und sie lädt sehr schnell für mich.

    Gruß,
    Andy

    in reply to: Increase website speed #528757

    Hi!

    every modern theme will face kind of those issues. Only a few very basic themes would not have it.
    Glad you could increase loading speed!

    Best regards,
    Andy

    in reply to: Child Theme – Changes on a .php-file in another folder #528756

    alright, let us know how it goes. We will let this thread open for you.

    Cheers!
    Andy

    Hi!

    can you provide us a link showing the elements in question please? because we need to inspect the elements.

    Best regards,
    Andy

    in reply to: Product Slider Enfold Shop #528754

    Hey!

    you have used WP Super Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards deactivate this and all other plugins, then clear browser cache and hard refresh a few times. Hope this will help!

    Regards,
    Andy

    in reply to: Can't find translation #528752

    Hi Sophieja23!

    we need to be able to inspect the elements. Can you provide us a link where we can see it?

    Best regards,
    Andy

    in reply to: Transparent header problems #528749

    Hi!

    we can only support you to fix it by yourself. If you have time sensitive projects and need a freelancer, feel free to hire one here: http://kriesi.at/contact/customization

    Add this code to Quick CSS field so that the background image of your color section will go up:

    .html_header_top.html_header_sticky #main {
    padding-top: 0;
    }
    

    I checked your settings and everything seems to be fine, however, your header does not behave right. Deactivate all your plugins and check if that helps.
    Did you add any custom CSS code? try to remove every custom CSS and check again.

    If that does not help then maybe there are some corrupted theme files and in this case you need to delete all theme files completely via FTP, before getting a fresh copy from your themeforest account.

    Cheers!
    Andy

    Hey!

    you can control submenu using this code in Quick CSS field:

    .av-main-nav-wrap ul .sub-menu {
    margin-top: 10px;
    left: -50px;
    }
    

    and for height try this:

    #top .av-main-nav ul a {
    height: 53px !important;
    }
    

    Adjust both codes as needed.

    Regards,
    Andy

    in reply to: Gravity forms issue in enfold #528727

    Hey!

    not sure what you mean and don’t know what you want to achieve. Can you send us a mockup showing exactly what you are trying to achieve please? because I get a completely different look than in your screenshot:

    View post on imgur.com

    Regards,
    Andy

    in reply to: Specific event or category for Events Countdown element #528723

    Hi!

    you can’t select an event with the Events Countdown element, because it is only for a countdown and nothing else. Add the countdown and below it choose an event of your choice using the plugin’s widget for example.

    Cheers!
    Andy

    in reply to: Slight alterations on Single Product page #528719

    Hi!

    could be possible and would require a huge amount of customization of the theme. You can hire a freelancer for this job here. Maybe there is a plugin with such a function. You could try to ask WooCommerce support about such a function as well, maybe they have an idea for your.

    Best regards,
    Andy

    Hi!

    unfortunately we can’t do much about it, as it is controlled by the plugin and therefore you would need to contact plugin’s author or find another plugin which works better for you.

    Best regards,
    Andy

    in reply to: Single product page woo Related Products #528707

    Hi!

    use this in Quick CSS field:

    .related.products {
    display: none;
    }
    

    Cheers!
    Andy

    Hey!

    about which other price are you talking about? I can’t see any price at all on the links you have provided and not sure what you are trying to achieve. Can you be more specific please? you could also use screenshots to highlight your intentions. Use imgur.com or dropbox.

    Cheers!
    Andy

    in reply to: MailChimp Intregration – Button size and alignment #528701

    Hi!

    use this code for border colors:

    #top .mc4wp-form input[type='text'], #top .mc4wp-form input[type='email'], #top .mc4wp-form select, #top .mc4wp-form textarea {
    border: 2px solid #b9a790 !important
    }
    

    Button background color:

    input[type="submit"] {
    background-color: #191816 !important;
    }
    

    button on hover:

    input[type="submit"]:hover {
    background-color: #cc6600 !important;
    }
    

    Cheers!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: mega menu column width #528690

    Hi Munford!

    go to appearance->menu and open your menu column in question and then activate “This column should start a new row”.

    Best regards,
    Andy

    in reply to: Woocommerce – Category grid #528682

    Hi!

    quite difficult to imagine what you are writing. Can you send us some screenshots showing what you want to achieve please? you can use imgur.com or dropbox. Also we need a link showing the elements in questions. Are you using any caching plugin? if yes choose to switch off caching in plugin’s settings, clear browser cache and finally hard refresh a few times.

    Wordpress is cropping images by default and you could control image sizes by using a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/

    Regards,
    Andy

    Hi!

    I checked your website and it seems to me that you could implement everything you have mentioned here.
    If you still need help then send us admin access so we can have a deeper look into it and add some screenshots to make things clear for us. You can use imgur.com or dropbox.

    Cheers!
    Andy

    in reply to: Layer Slider #528669

    Hey!

    you are using a very old version of the theme, so please upgrade at first to Enfold v.3.3.2. and then let us know if you still need help.

    Regards,
    Andy

    in reply to: Column settings #528655

    Hey!

    as I already said it could be caused by for example 1.) a plugin or 2.) caching.
    Theme should support multisite fine.
    Follow the instructions from here and let us know about your results.

    Best regards,
    Andy

    in reply to: Widget Logic #528652

    Hi!

    you are using a very old version of the theme. Please upgrade to Enfold v3.3.2. (make a backup, just in case).

    Regards,
    Andy

    in reply to: video is only 530px high #528649

    Hey!

    refuse from bumping into your own thread, as it marks it as “answered” in our system and then we can’t provide a faster reply for us. Also separate different issues into different tickets.

    I think the issues are caused by an old version of WordPress and the theme. Upgrade at fist to the newest versions and let us know if you still need help. Also try to deactivate all plugins, to see if one is causing any problems and let us know about your results. Are we allowed to deactivate all of your plugins temporarily by ourselves for testing purposes?

    Regards,
    Andy

    in reply to: Progress bars not working correctly #528640

    Hi!

    you are using WP Super Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times. Hope this will work!

    Regards,
    Andy

    in reply to: Gravity forms issue in enfold #528631

    Hey!

    refuse from bumping into your own thread please, because it marks it as “answered” and then we can’t provide a faster reply to you.

    Use this code in Quick CSS for mobile devices:

    @media only screen and (max-width: 767px) {
    li#field_2_3 {
    margin-left: -34px;
    }
    li#field_2_5 {
    margin-left: -34px;
    }}
    

    and adjust margin-left value as needed.

    Hope this is what you want. Otherwise send us a mockup showing exactly what you want to achieve please.

    Best regards,
    Andy

    Hi!

    use this code so footer menu on hover has the same color as you main menu:

    span.avia-menu-text:hover {
    color: #1f6089;
    }
    

    Regards,
    Andy

    in reply to: Blog images #528586

    Hi!

    use this code in Quick CSS field to adjust image size on your blog page:

    a.slide-image {
    width: 100px !important;
    height: auto !important;
    }
    

    and adjust width value as needed.

    Best regards,
    Andy

    in reply to: Reduce whitespace between pages and sidebar. #528573

    Hey!

    I checked the website you have provided and it looks fine to me on mobile. Ismael’s code will only effect devices with a maximum screen size of 767px. Don’t forget to clear browser cache and hard refresh afterwards.

    Best regards,
    Andy

    in reply to: Search box shows for a second while loading #528564

    Hi!

    I can’t see any issue when loading your website. There is no search box or anything appearing for a second for me. Seems that you could remove it already and if you still see it on your end then I think you are seeing a cached version (caused by cache plugin or CDN). Please check on another device as well.

    Cheers!
    Andy

    in reply to: Disabling Caption Overlay on Mobile Devices #528558

    Hi!

    captions are deactivated on iPad portrait mode for me. Can you confirm please?
    Let us know if you still need help with this issue.

    Cheers!
    Andy

    in reply to: Disable styling for a single page #528552

    Hey!

    can you provide us a mockup showing what you want to achieve please? because your site looks ok to me and I don’t have any idea what you want to change. With a precise mockup we can provide you some precise CSS code.

    Regards,
    Andy

Viewing 30 posts - 11,551 through 11,580 (of 17,336 total)