Forum Replies Created

Viewing 30 posts - 56,941 through 56,970 (of 88,588 total)
  • Author
    Posts
  • in reply to: Blinking/Flashing hyperlinks #850748

    Hi,

    Great, glad you found a solution and thanks a lot for sharing, much appreciated :-)

    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: Masonry CSS Classes #850746

    Hey Kingsfield,

    Maybe it would be better if you tried to explain what you are trying to do so that we can help you out? All the classes are available to you if you inspect the element in your browser.

    Best regards,
    Rikard

    Hi Emily,

    When using the Layout Builder for post then you will have to add everything manually to the post, including the page title, featured image, excerpt etc. You could try switching to the default editor once you are ready to save though, that should bring in all the “default” elements.

    Best regards,
    Rikard

    in reply to: Filters cause my page to jump around #850740

    Hi,

    Great, glad you got it working and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: multiple posts showing on one page possible ? #850739

    Hey dinovandoorn,

    I’m not sure I understand exactly what you had in mind, but if the posts all belong to the same category then you can use the Blog Posts element and select to show only that category?

    Best regards,
    Rikard

    in reply to: How do I ad background to ALL the text on slider? #850507

    Hey Malene,

    I’m not sure I understand what you are looking to achieve, could you post a screenshot highlighting the changes please?

    Best regards,
    Rikard

    in reply to: Search Icon In Main Menu #850502

    Hi,

    Great, glad you found the option in the new menu and thanks for sharing :-)

    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: Logo on mobile menu #850501

    Hi,

    Glad we could help. 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: Fullwidth easyslider no longer showing #850496

    Hi,

    The php version you are running now is kind of old, so maybe an update to 7.0 will resolve the problems. Could you let us know when you have updated and if it helped with the problems?

    Best regards,
    Rikard

    in reply to: Blog post Content Element Links #850482

    Hey barthalgar,

    Did you use the Blog Posts element from the Layout Builder? If so you should have the options to select what you would like in the element options. If you should need any further help then please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    in reply to: Site down after update #850478

    Hi,

    What PHP version are you running on the server? We recommend that you use 5.6 or anything above that.

    Best regards,
    Rikard

    in reply to: Split color sections vertically 50/50 with full width images #850473

    Hi,

    Great, glad you got it working and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Page width has changed (not by me) and won't change back #850472

    Hi France,

    Thanks for the feedback and I’m glad the code worked. You can check if it works again within a few weeks to rule out caching, if it doesn’t work then either, then we can look at it again. I’ll keep the topic open for now if you should have any further problems on the topic.

    Best regards,
    Rikard

    in reply to: Align Phone Number #850470

    Hi,

    Please try the following as well:

    @media only screen and (max-width: 767px) {
    div.phone-info {
        top: 10px;
    }
    }

    Best regards,
    Rikard

    in reply to: Site problems after WP update #850468

    Hey InfiniteReachAgency,

    I wasn’t able to login using those details, are you able to on your end? I got an error message about cookies, though I’m not sure if it’s related.

    About your problem; could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    in reply to: Logo is not displaying in full #850467

    Hey iQOTE,

    The image you are using looks like that, please see private.

    If you want to remove the Kriesi backlink then please add this to the copyright field:

    [nolink]

    Best regards,
    Rikard

    in reply to: ENFOLD VS AVADA speed test #850369

    Hi Micheal0424,

    Thanks for sharing, much appreciated.

    If anyone should have the need for additional help speeding up their site I can recommend contacting a service like SteadyWP.

    Best regards,
    Rikard

    in reply to: Page width has changed (not by me) and won't change back #850368

    Hi,

    Thanks for the feedback, I’m getting the same problem on my end. Do you know if your hosting provider is applying any caching to the site? You can try to adjust it manually using this CSS in Quick CSS:

    .container {
        max-width: 1410px !important;
    }

    Best regards,
    Rikard

    in reply to: Original Image size won't display #850367

    Hi,

    Ok, great. Not sure what could have caused that but I’m glad it’s working again. We’ll keep the thread open in case you should have any further problems on the topic.

    Best regards,
    Rikard

    in reply to: Linking sidebar menu items to Heading item in portfolio #850364

    Hey Cassandra,

    Login details are not working, could you check and verify please? Also, I’m not sure what pages your screenshots are from, please link to them directly as well so that we can have a closer look.

    Best regards,
    Rikard

    in reply to: Block messages with hyperlinks in contact forms #850361

    Hey JD,

    Are you sure that the emails are coming through the form? In my experience RECAPTCHA should stop almost any spam. 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. Also please point out where the form in question is located.

    Best regards,
    Rikard

    in reply to: icon boxes #850356

    Hey dee804203,

    You can enable custom css fields for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then give your elements classes. Then you can target them with those classes:

    .my-class {
      Your CSS goes here
    }

    Best regards,
    Rikard

    in reply to: Original Image size won't display #850354

    Hi,

    Thanks for the feedback. I created a test page but I can’t reproduce the issue, it seems to work as expected. Can you reproduce it on the page in private?

    Best regards,
    Rikard

    in reply to: Padding/Width of Layer Elements #850351

    Hi Tim,

    I think the easiest option would be if you set individual padding for the columns. Like 50px left on the left one and the same amount on the right on the right one. Could you try that out?

    Best regards,
    Rikard

    in reply to: Product grid #850348

    Hi,

    You have this in your child theme CSS:

    #top .price span {
        font-size: 36px !important;
    }

    Change it to the size of your choice.

    Try this for the other text in the product grid:

    .inner_product_header_cell h2 {
      font-size: 20px !important;
    }

    Best regards,
    Rikard

    in reply to: Trouble with Blog layout #850345

    Hey kellyCraftMedia,

    I think the problem is that the page and the category are using the same slug, namely “blog”. Why do you need a category called blog on your blog?

    Best regards,
    Rikard

    in reply to: Blog has huge margins for some reason #850341

    Hi,

    Ok, thanks for the feedback. Could you try to point out where this class is applying where you don’t want it please? We need the page and the element.

    Best regards,
    Rikard

    in reply to: Split color sections vertically 50/50 with full width images #850339

    Hi,

    I would recommend the same as Guenni007 said, try using a Grid Row. You can set the height in the element options.

    Best regards,
    Rikard

    in reply to: icons next to extra elements – close up space #850337

    Hey sensiblekaren,

    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: "Return to shop" Is Placed Outside The Button #850109

    Hi Eric,

    Great! Glad you found the problem, things like that can be difficult to find.

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

    Best regards,
    Rikard

Viewing 30 posts - 56,941 through 56,970 (of 88,588 total)