Forum Replies Created

Viewing 30 posts - 25,591 through 25,620 (of 93,582 total)
  • Author
    Posts
  • in reply to: Icons lost (Search Icon, Social Media Icons, Scroll up Icon) #1260933

    Hi,

    Thanks for the login details. You are getting 403 (forbidden) errors on the font files, could you make sure that the folder and files in the folder in private has the correct permissions please?

    Best regards,
    Rikard

    in reply to: Manu bar #1260931

    Hey Pujaz,

    You have set your container element to be only 62% in the theme options, that is why the logo and menu are clashing. You need to increase that to a higher number if you want your current header layout, or switch to the mobile menu at an earlier point.

    Best regards,
    Rikard

    in reply to: Button #1260929

    Hi,

    Thanks for the clarification. I tried checking the page you linked to initially, but it results in a 404 page now. Please post a working link so that we can check the actual elements on the page.

    Best regards,
    Rikard

    in reply to: Changing distance between different elements… #1260928

    Hi Carsten,

    Thanks for the update, we’ll keep this thread open for you.

    Best regards,
    Rikard

    in reply to: Header and Logo changed all of the sudden #1260913

    Hi,

    Thanks for that. I tried importing your child settings into the parent, and then activate the parent. Everything works as it should after that, so it’s likely that something in you child theme is causing this problem. Could you try to remove all CSS and functions in your child, then add them back one by one, to see what is causing the problem please?

    Best regards,
    Rikard

    in reply to: Header background-image hide only on smartphones #1260911

    Hi Mick,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Heading Spacing on Mobile #1260910

    Hi Elena,

    The CSS I sent you is applying on your site, if you want different results then please adjust the value.

    Best regards,
    Rikard

    in reply to: Vertical Menu with full screen background #1260903

    Hey Fiachra,

    I’m very sorry for the late reply. It looks like you are running Enfold on the late site now as well, and I’m not sure I fully understand your intentions. Could you try explaining your intentions a bit further please?

    Best regards,
    Rikard

    in reply to: Change order of widgets in product page on mobile devices #1260902

    Hi Markus,

    Sorry for the late reply. Please try this in your functions.php file:

    function add_mobile_product_sidebar_below_description() {
    	?>
    	<script>
    	jQuery(document).ready(function($) {
    	  var sidebar = $('.single-product .smartphones_sidebar_active').detach();
    	  $('.single-product .single-product-summary').append(sidebar);
    	});
    	</script>
    <?php
    }
    add_action('wp_footer', 'add_mobile_product_sidebar_below_description');

    Best regards,
    Rikard

    in reply to: Automatische Größe für Vollbild-Slider #1260899

    Hey acardell887,

    Sorry for the late reply. I’m not sure exactly what you are looking to achieve, but maybe it would better if you tried using a Color Section element, and set your image as a background that instead? Also please not that some loss of image data is inevitable when setting background images to cover their containing elements.

    Best regards,
    Rikard

    in reply to: Mega menu, hidden second level menu item? #1260894

    Hey rocketsuits,

    Sorry for the late reply. What you are looking to achieve might be possible, but it would likely take a long time to implement, and would for that reason be out of scope of theme support.

    Best regards,
    Rikard

    in reply to: vertical alignment of column inside a column #1260889

    Hey studiono,

    Please add a class to the 1/5 element in the advanced tab, for example plus-position, then add this to Quick CSS:

    .plus-position strong {
        position: absolute;
        top: 130px;
    }

    Best regards,
    Rikard

    in reply to: Login page layout issue #1260884

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    label.woocommerce-form-login__rememberme {
        display: inline;
    }
    
    @media only screen and (max-width: 767px) {
    .woocommerce-account .col2-set .col-1 {
        width: 100%;
    }
    }

    Best regards,
    Rikard

    in reply to: Remove add to cart buttons on archive pages #1260881

    Hey fcp,

    Which pages in particular do you want to remove this from? I can’t see that an add to cart button is added to the category page, for example: https://kriesi.at/themes/enfold-shop/product-category/women/business-woman/

    Best regards,
    Rikard

    in reply to: hide layerslider #1260878

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Please try this in Quick CSS in order to make the logo smaller:

    media only screen and (max-width: 767px){
    .responsive .logo img {
        height: 60px;
        max-height: 60px;
    }
    }

    This CSS is applying to your main menu:

    .main_menu {
        right: 150px!important;
    }

    Please remove it, or alter it, so that it doesn’t apply on mobile.

    Best regards,
    Rikard

    in reply to: No se activa el menu de "Opciones del Tema" #1260696

    Hey AngelesJimenez,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Background Image of Menu Navigation – All Items #1260694

    Hey bdeller,

    Please try this CSS instead:

    #header #avia-menu .menu-item.current-menu-item > a,
    #header #avia-menu .menu-item > a:hover,
    #header #avia-menu .menu-item > a:active {
    text-indent: -9999px;
    background: url(‘https://font-khi.hekeko.de/wp-content/uploads/2019/03/ki-home-g_50.png’) no-repeat top center;
    width: 100% !important;
    height: 75px !important;
    }

    Best regards,
    Rikard

    Hi Eefke,

    Thanks for the update. It looks like I made a mistake yesterday, I had 4.7.6.3 active, and the problem does not occur in that version. I activated 4.7.6.4 just now, and I see the problem on my local installation as well. I will report this to our developers, but I don’t have a solution for you as of now unfortunately. We can roll back to 4.7.6.3 for you if you like though. If you would like that, then please include FTP login details in private, and verify that you have backups of the site.

    Best regards,
    Rikard

    Hey coresensors,

    Please try adding this class before the searchsubmit ID, for example:

    .search-header-section #searchsubmit {
      Your CSS goes here. 
    }

    Best regards,
    Rikard

    in reply to: help moving burger nav to the top right #1260670

    Hey bobfurgo,

    This CSS is applying to that button:

    .sfm-navicon-button {
        left: 0px !important;
    }

    I’m not sure if it’s possible to override it, since it contains !important;. You can try this CSS though:

    .sfm-navicon-button {
        left: auto !important;
        right: 0;
    }

    If that doesn’t work then you would have to reach out to the plugin developers for help, or use the correct setting in the plugin.

    Best regards,
    Rikard

    in reply to: Import script on singel page #1260669

    Hi Jarno,

    I’m not sure what you mean by “different layout”, what exactly do you want to change and how?

    Best regards,
    Rikard

    in reply to: Button #1260648

    Hi,

    Thanks for the update. So on which buttons don’t you want any change in the hover state?

    Best regards,
    Rikard

    in reply to: Woocommerce Layout Problem – tax & shipping information #1260645

    Hey Eisi101,

    Thanks for the screenshot, could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    in reply to: "Responsive" Options not working #1260641

    Hi,

    Thanks for that. I see that it’s working as it should when I activate the parent theme. Could you try to copy header.php from the parent theme, then add your customisations back to that file again to see if that helps please?

    Best regards,
    Rikard

    in reply to: Main Menu sublevel drop downs font change #1260640

    Hi,

    Thanks for the update. I can’t see an h1 tag on you start page, the HOLISTIC COACHING*MATEJA PETJE header is an h2. You can easily change that in your content though.

    We don’t have any documentation on the mobile menu unfortunately, but if you have any problems with it, then please simply post your question here and we’ll try to help you out.

    Best regards,
    Rikard

    in reply to: removing excess padding below header #1260639

    Hi,

    Thanks for the update. I tried logging into your site, but the details you posted are not working:

    Unknown username. Check again or try your email address.

    Please check and verify.

    Best regards,
    Rikard

    in reply to: Theme Demoe detection #1260637

    Hey Daniel,

    I’m not sure which demo they have used for that site unfortunately, but the spa and travel demo look pretty similar: https://kriesi.at/themes/enfold-overview/. If you want to create something similar, then you can base your site on a demo which you like, then change the theme settings and layout to your liking.

    Best regards,
    Rikard

    in reply to: Google Maps API Key #1260632

    Hey doug1234,

    Thanks for sharing your experience, it’s much appreciated :-)

    Best regards,
    Rikard

    in reply to: Cookie Consent bar error -> now showing under the footer #1260630

    Hi Oiluig,

    Could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not then please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 30 posts - 25,591 through 25,620 (of 93,582 total)