Forum Replies Created

Viewing 30 posts - 59,251 through 59,280 (of 93,582 total)
  • Author
    Posts
  • in reply to: Uploaded logo is not shown on mainpage – notebook #885954

    Hi,

    Please send us a temporary 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: Enfold Slides not responsive? #885953

    Hey lilianguentsche,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    in reply to: Extra row on top of the header #885952

    Hey Tarmota,

    You can use the fields that you mentioned and change the styling, though you would need to explain a bit further if you need help with that. You could also try to modify your header.php file in your child theme to add the extra element.

    Best regards,
    Rikard

    in reply to: When is next update for Enfold expected? #885945

    Hi Monique,

    I understand your concerns but like Victoria pointed out, we can’t be responsible for problems caused by third party code or WordPress itself. Though the lines can be very blurry sometimes, especially for users who might not be as technical as we are. As far as I know, Enfold is compatible with the newest versions of WordPress, though there was a problem with full width videos in 4.9. That seems to not have been a problem on our end though but still needs to be fixed by us of course.

    If you want to make sure that your sites stay the same on the front end, then I can recommend that you run visual regression testing on them. You should also do your updates on a staging environment first so that your production sites are not affected. If you should like for someone to take care of all of this for you, then you can contact a WordPress maintenance company. I can personally vouch for SteadyWP on that list.

    Best regards,
    Rikard

    in reply to: Gallery not working. #885944

    Hey ilifelive,

    I don’t think that is related to the theme, did you try disable all plugins to see if there is a conflict coming from any of them?
    If you need us to have a closer look then please post admin login details in private.

    Best regards,
    Rikard

    in reply to: Post migration graphic #885943

    Hi,

    Yes that’s correct, if the builder should malfunction like in this case, you can manually remove them using the shortcode window :-)

    It’s also practical if you want to copy content between pages or import single demo pages without overwriting your theme settings.

    Best regards,
    Rikard

    in reply to: Featured images are compressed or stretched on mobile #885937

    Hi Camilla,

    Thanks for the screenshots. It looks like this is added to your Quick CSS and it’s causing your images to look like that:

    .slide-image img {
        height: 300px!important;
        width: 100%!important;
        background-size: cover!important;
    }

    Could you try to locate it and remove it please? That should hopefully work.

    Best regards,
    Rikard

    in reply to: Footer #885934

    Hi,

    Thanks for the link, do you mean that you want the footer to always be visible and placed in a fixed position at the bottom of the page?

    Best regards,
    Rikard

    Hi,

    I can’t download anything from there, it just redirects to spam sites. Please use dropbox or google drive.

    Best regards,
    Rikard

    in reply to: great problems with Enfold #885926

    Hi Martin,

    Ok, thanks for the feedback. Did you try to determine which plugin is causing the error though? Like I wrote earlier, the problem went away when I deactivated all plugins, so one of them is causing the problems on your site. You can activate your plugins one by one and reload the page in between to see which plugin is causing the problem.

    Best regards,
    Rikard

    in reply to: Full width picture #885925

    Hey Andreas_BS,

    I’m not sure I understand what you mean, but I’m guessing you are looking to create something like you already have on the site? You have used the Full Width slider there, you can also try to set your image as a background in the Color Section element.

    Best regards,
    Rikard

    in reply to: Auto adjust tab sections to content #885923

    Hey luckylobo10,

    Login details are not working, could you check and verify please?

    Best regards,
    Rikard

    in reply to: Blog posts element #885922

    Hi,

    Thanks for the link, I can see what you mean on that link but still not on the live site for some reason. Please try this CSS to remove it:

    .main_color .avia-content-slider .slide-image {
      background-color:transparent !important;
    }

    Best regards,
    Rikard

    in reply to: Insert Text instead of Icon on Icon Lists #885920

    Hi,

    Thanks for the feedback, customisations like these aren’t included in our support unfortunately, though if you want to have a go at it yourself then we might be able to help you with problems along the way.

    Best regards,
    Rikard

    in reply to: Info block fullsize #885917

    Hi again,

    Correction; we do have some videos but they haven’t been update for a while so some things might be a bit different. You can find them here under the Video section: https://kriesi.at/documentation/enfold/

    Best regards,
    Rikard

    in reply to: Info block fullsize #885916

    Hi,

    We don’t have any official videos, but I know there are a lot of tutorials on Youtube for instance if you want to do a search there. Otherwise you can simply use full width element like a Color Section or Grid Row to have full width layouts.

    Best regards,
    Rikard

    in reply to: How to get the same Woocommerce menu-layout everywhere #885899

    Hi,

    Ok, thanks for the feedback. Let’s start off with the background colour, let me know if this works out for you:

    .sidebar .menu-item-has-children .sub-menu {
      background-color:#ddd;
    }

    Best regards,
    Rikard

    in reply to: Sidebar Login does not provide for CAPTCHA #885898

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: blog without widgets #885896

    Hi,

    Thanks for the feedback. Please send us a temporary 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: Text widget (Arbitrary text.) not allowing for content. #885894

    Hi,

    Thanks for the feedback. You have open html markup in the widget above which might be causing that:

    <a target="_blank" href="http://grasphelp.org">

    You need to close the markup like so:

    <a target="_blank" href="http://grasphelp.org">Link</a>

    Best regards,
    Rikard

    in reply to: Google Speed Test Issues. #885893
    in reply to: Mobile view problem #885595

    Hi,

    Thanks for the links, but there are no dividers between the posts on those pages?

    Best regards,
    Rikard

    in reply to: Page Layout of blog category page #885594

    Hi,

    Please try this instead:

    .category .date-container, .category .text-sep-date {
      display:none !important;
    }

    Best regards,
    Rikard

    in reply to: Space between menu and layerslider #885591

    Hi,

    You could just remove the .home class, but it might be a bit dangerous unless you plan on having roughly the same type of content in that section on all your pages. I wanted to have another look at your site but it seems to result in a 403 error now.

    Best regards,
    Rikard

    in reply to: Problems with Footer buttons. #885590

    Hi,

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

    @media only screen and (max-width: 1024px) {
    #footer .av_one_fifth {
        margin-left: 0 !important;
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Thin top bar appears in mobile, same color as socket #885589

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Grid Row Borders #885588

    Hi,

    Thanks for helping out @Micheal0424 :-)

    Best regards,
    Rikard

    in reply to: Plugins tab missing #885508

    Hey DarrinSearancke,

    Your theme doesn’t handle plugins, WordPress does. Please select Plugins in the WordPress menu.

    Best regards,
    Rikard

    in reply to: Layer slider disappeared #885506

    Hi,

    It should, but it can’t be guaranteed of course. To make absolutely sure then you would have to screenshot each page and compare the before and after states, visual regression testing is fancy name for it. You can read more about it here if you are interested: https://steadywp.com/what-is-visual-regression-testing-how-does-it-apply-to-your-wordpress-site/

    My advice would be to at least have proper backups in case you should need to roll back the site.

    Best regards,
    Rikard

    in reply to: Response to Yigit #885504

    Hi Vicky,

    Yes, you should be able to simply replace the old details with the ones from your new license. If you should have any problems then let us know and we’ll help you out.

    Best regards,
    Rikard

Viewing 30 posts - 59,251 through 59,280 (of 93,582 total)