Forum Replies Created

Viewing 30 posts - 20,461 through 20,490 (of 91,855 total)
  • Author
    Posts
  • in reply to: can't see new images #1294704

    Hi,

    Thanks for the updates. The page you linked to is loading fine on my end, could you try loading it in an incognito or private browser window to see if that helps please?

    Best regards,
    Rikard

    in reply to: Problem display logo only with Chrome #1294703

    Hi,

    I deactivated your caching and image optimisations plugins, and the logo is loading fine after that. This problem is not theme related, please try contacting the support for the plugin which is causing this to happen.

    Best regards,
    Rikard

    in reply to: Crossed font types and weights #1294701

    Hey Harold,

    I can’t find where that CSS is coming from unfortunately, but you should be able to override it using the following in Quick CSS:

    #footer #pages-2 li a {
        font-family: 'work sans','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif !important;
        font-weight: 400;
    }

    Best regards,
    Rikard

    in reply to: Column negative margin leaving empty space #1294699

    Hey andreakustic,

    I’m not sure that I understand what you are trying to achieve, could you post screenshot of that you are trying to remove please?

    Best regards,
    Rikard

    in reply to: Menu is not well responsive #1294696

    Hi,

    The login details you posted earlier are not working anymore. Please post working login details in private, so that we can try to find the CSS for you.

    Best regards,
    Rikard

    Hey Tilman,

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

    .av-logo-container {
      background-color: #fff !important;
    }

    Best regards,
    Rikard

    in reply to: Unable to edit any page #1294686

    Hi,

    Thanks for that. Are we allowed to temporarily disable plugins for debugging purposes? If you have a staging version of the site, then it might be a good idea to conduct the debugging on that site instead. Also please verify that you have backups of your site.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Where exactly is this happening on your site? I checked the front and the page in private, but I can’t find the exact location. Also, are you using the visual or text tab in the text editor when this code is disappearing?

    Best regards,
    Rikard

    in reply to: weird border between sections, on top of footer #1294675

    Hey Eleina_Shinn,

    I can’t see that line on the page in private, or on your home page. Did you manage to find a solution? If not, then please post a link to where we can see the actual problem.

    Best regards,
    Rikard

    in reply to: Widget Left, Logo Center, Social Media Icons on Right #1294673

    Hi Eleina,

    Thanks for using Enfold. Since the placing of the widget is using an absolute position, it means that you sometimes have to use different values for different screen sizes. For that, you can use media queries in CSS.

    This will target tablet screens:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header .widget {
    width: 300px;
    position: absolute;
    top: 50px;
    transform: none;
    left: 95px;
    }
    }

    And this will target mobile screen sizes:

    @media only screen and (max-width: 767px) {
    #header .widget {
    width: 300px;
    position: absolute;
    top: 50px;
    transform: none;
    left: 95px;
    }
    }

    Simply adjust the values in each media query, in order to place your widget in a different position.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Since this is not a general theme problem, we would have to conduct general debugging. That would involve switching themes, disabling plugins, removing code from htaccess etc. Would that be ok to do on your live site? If not, then please copy it to a staging site. Also please include FTP login details in private.

    Best regards,
    Rikard

    in reply to: Flexible column layouts #1294668

    Hey Niels,

    That should be possible if you are adding your content manually, and if you use 1/2 + 1/4 1/4 elements. If you need further help, then please post a link to where you want to implement this, and which content element you would like to use.

    Best regards,
    Rikard

    in reply to: enfold burger menu opens but it is empty #1294666

    Hi beachtourshawaii,

    What happens if you activate the parent theme? If it works after that, then something in your child theme is causing the problem. You might have to copy paste the content of header.php and footer.php again, or check your content in functions.php.

    Best regards,
    Rikard

    in reply to: Some issues after updating #1294523

    Hi,

    Thanks for that. The SG Optimiser plugin was creating problems on your site, it does that when file compression is active in the theme options. I’ve turned that off for you, and your site looks to function as it should now. Please review it.

    Best regards,
    Rikard

    in reply to: Images being duplicated within media library #1294520

    Hi ComeAlivesorted,

    The default WordPress login URLs are returning 404 errors on your site, please share your login URL with us as well.

    Best regards,
    Rikard

    in reply to: Property Hive plugin and Enfold theme #1294518

    Hi Pawel,

    I’m not sure what I understand your question, could you try to explain the problem you are having a bit further please? If this is plugin related, then please try reaching out to the plugin developers first of all.

    Best regards,
    Rikard

    in reply to: Login and cookies #1294516

    Hi Andreas,

    I don’t think that error message is theme related, does the same thing happen if you switch to one of the default WordPress themes for example? I’ve seen the same thing happen on numerous WordPress sites which are not using Enfold, but I’m not really sure what is causing it to be honest with out. If you simply try to login a second time, then it will work as expected.

    Best regards,
    Rikard

    in reply to: Site broken when WooCommerce is activated #1294515

    Hi xavbroadcast,

    Thanks for the updates, I’m glad that you found the problem and a solution. You can only download the latest version of the theme from Themeforest, but we can provide you with older versions here, by request.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. I’m not sure what to do about this problem to be honest with you, since it doesn’t seem to have any logical cause. We can keep the thread open for now, maybe someone in the community has a suggestion or solution.

    Best regards,
    Rikard

    in reply to: theme conflict with plugin #1294513

    Hi Pawel,

    We don’t have a setup like that unfortunately, but let’s see if another participant can help you out with your request.

    Best regards,
    Rikard

    in reply to: background change color #1294511

    Hi Franz,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Woocommerce Cart , Update and Delete Button donst work #1294510

    Hi,

    Thanks for the update. If the same thing happens when a default WordPress theme is active, then it’s not theme related. Our support is limited when it’s not a theme specific problem.

    My best guess is that your code in wp-config.php which is defining the WordPress URL is causing the problem, since the error messages seems related to that. Note that the errors are caused by the browser, which is blocking the requested traffic.

    I would suggest that you try asking for help on a WooCommerce specific help forum as well, to see if you can get further help there. If not, then I would recommend that you either hire a freelance developer who can help you out, or try starting a fresh installation on a staging site for example.

    Best regards,
    Rikard

    in reply to: How to get this design using Enfold #1294509

    Hi Toni,

    I think you will have to place the text on the left and right in an absolute position, then rotate it using CSS. You can give your text a class or ID like this:

    <p id="left-vertical-text">Your left vertical text goes here</p>

    Then add CSS like this in Quick CSS:

    #left-vertical-text {
            position: absolute; 
            top: 0; 
            left: 0;
    	transform: rotate(90deg);
    	transform-origin: left top 0;
    }

    https://davidwalsh.name/css-vertical-text
    https://www.w3schools.com/css/css_positioning.asp

    Best regards,
    Rikard

    Hey ColinWalton,

    The text you are referring to is only a warning. If your special character works, and doesn’t break the backend, then you can continue using it. You won’t need the plugin either, if it works as it should.

    Best regards,
    Rikard

    in reply to: Main Menu color changes when scrolling #1294507

    Hi Henning,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    in reply to: Text before the link Read more #1294506

    Hi,

    Thanks for the update. Could you post login details in private to both sites, so that we can have a closer look please?

    Best regards,
    Rikard

    in reply to: Color Section Issue #1294499

    Hi,

    Thanks for that. I created a test page, please see private. I can’t see any problems with the section I create there though, could you let us know which settings are required to reproduce the problem you were seeing on your end please?

    Best regards,
    Rikard

    Hi,

    Thanks for that, login details are working now. The only difference I can see between the backend layout, and the results on the front end, is that the contact form should be on the right on the bottom of the front page. Is that one of the problems? If there are more, then please try to explain them a bit further, or post a screenshot highlighting them.

    You could try to enable debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then copy all the shortcodes to a new page, to see if that works better. We can do it for you if you give us permission to do so.

    Best regards,
    Rikard

    in reply to: Calendly CSS breaking Enfold #1294473

    Hi,

    Thanks for that. I checked the front end of your site again just now, and the header behaviour seems to be working as expected now. Did you manage to find a solution for this?

    Best regards,
    Rikard

    in reply to: SEOPress PRO , Enfold and Gutenberg #1294472

    Hi,

    Thanks for the update. I’m not sure what is going wrong on your site, since we haven’t been able to inspect it, and the plugin has never been tested with the theme either. I would suggest that you try reaching out to the plugin developers to see if they can help you out.

    If you need further help from us, then please include admin WordPress login details in private, so that we can have a look at the backend of your site.

    Best regards,
    Rikard

Viewing 30 posts - 20,461 through 20,490 (of 91,855 total)