Forum Replies Created

Viewing 30 posts - 57,691 through 57,720 (of 92,892 total)
  • Author
    Posts
  • in reply to: Can't Register for Forum #897300

    Hi,

    Thanks for the feedback, just let us know if you have any further questions for us :-)

    Best regards,
    Rikard

    in reply to: Importing demo didnt work #897299

    Hey Kjersti,

    Thanks for the login details. It looks like you have already started building your site, are you sure you want to import the demo? Your theme settings will be overwritten if you do.

    Best regards,
    Rikard

    in reply to: Logo and Menù #897298

    Hi,

    Thanks for the feedback, though I’m not sure what you mean by activating the second menu? Where exactly did you do that? Maybe you could try to use the Fullwidth Submenu from the Layout Builder?

    Best regards,
    Rikard

    in reply to: Blog post order reversed on Enfold 4.2 #897296

    Hi,

    Thank you very much for the feedback, we’ll try to investigate this further and hopefully come up with a fix for the next release of the theme.

    Best regards,
    Rikard

    in reply to: Masonry Gallery #897295

    Hi Lena,

    Thanks for the screenshot, though a layout like that would have to be created with a sidebar. Could you try adding the blue elements on the right to a widget in a sidebar instead and show that sidebar on the page in question?

    Best regards,
    Rikard

    in reply to: Function to call for theme logo file path #897293

    Hi,

    If your function is setting the image correctly, then you will likely need CSS to get it showing. Could you post a link to where we can have a closer look please?

    Best regards,
    Rikard

    in reply to: Startseite löscht sich selbstständig #897289

    Hi,

    Thanks for the feedback, though you don’t have Enfold activated? Could you activate it so that we can have a close look after that please?

    Best regards,
    Rikard

    in reply to: show list artiles like Post slider #897285

    Hi,

    You show an image instead of the icon by setting the featured image, I still can’t see that you have done that on the posts in question though. You set the featured image on the right hand side on the very bottom of the edit screen.

    Best regards,
    Rikard

    Hi,

    Thanks for the feedback, I did try to change the first heading but it seems to have worked on my end. Could you have a look please? Maybe something is going on locally on your computer, so please make sure to clear your browser cache and reload the page. Or try a different browser or incognito window in Chrome.

    Best regards,
    Rikard

    in reply to: Change Color section height on mobile #897090

    Hi,

    Glad we could help, if you are looking for someone to help you out speeding your site up then I can recommend a service like SteadyWP.

    Best regards,
    Rikard

    in reply to: installation error #897088

    Hi Lin,

    96mb is still pretty low as the theme is rather large, could you try to increase it to 256mb?

    Best regards,
    Rikard

    in reply to: Not able to edit pages with Avia Editor #897087

    Hi,

    Thanks for the feedback, though it seems to be working fine on my end. Is there anything in particular I need to do to reproduce the error? Also, did you try clearing your browser cache and reload the page or try a different browser?

    Best regards,
    Rikard

    in reply to: Sidebars moved! #897086

    Hey KK,

    You have this in your CSS which I think it causing that:

    .responsive .container {
        max-width: 100%!important;
        padding: 0 25px!important;
    }

    Are you able to have a sidebar inline with your content on any type of page or post?

    Best regards,
    Rikard

    Hey Michael,

    I see the same thing on my end, not sure why that is happening though. Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    in reply to: Logo misalignment #897035

    Hey jgeorge64uk,

    1. You can upload a separate logo under Enfold->Header->Transparency Options.

    2. I can’t see any problems on my end, it looks centered. Could you post a screenshot of what you are seeing on your end please?

    Best regards,
    Rikard

    in reply to: Enfold Facebook Likebox not displaying #897034

    Hi,

    Great, glad you got it working. The likebox doesn’t show any types of feeds no.

    Best regards,
    Rikard

    in reply to: Cant get my mobile view to work…! #897033

    Hey perlundgren,

    That is because of a setting in Jetpack, I’m not exactly sure which one it is but I think you should be able to find it in the plugin options?

    Best regards,
    Rikard

    in reply to: Menus will not go away #897032

    Hi Stephan,

    Great, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Archives #897031

    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: Not Responsive on Mobile #897030

    Hey cfcre,

    Thanks for the screenshot and link, though I can’t see any of the text on the first section like in your screenshot. Did you remove it?

    Best regards,
    Rikard

    in reply to: Button text to display postname dynamically #897028

    Hey greggashley,

    I’m not sure if that is possible, but send us a link to where you want this implemented and we’ll have a closer look.

    Best regards,
    Rikard

    in reply to: Use of Demo Pictures #897027

    Hey bmatth1,

    Yes, you can use the images included in the theme on your site as you see fit.

    Best regards,
    Rikard

    in reply to: Can't Register for Forum #897026

    Hi,

    Thanks for the feedback, it’s almost impossible to know if we don’t know what the changes are. To be safe I would copy your site to a staging site and perform the update there first.

    Best regards,
    Rikard

    in reply to: Settings for responsive Design #897025

    Hi Patrick,

    Great, 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: Magazine element on mobile #897024

    Hey Sigmund,

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

    @media only screen and (max-width: 479px) {
    .av-magazine-thumbnail-link img {
      width:100% !important;
      display:block !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Footer 1 column on smartphones #897023

    Hey Sigmund,

    Please try to replace the code I gave you in that thread with this:

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

    Best regards,
    Rikard

    in reply to: Blog post order reversed on Enfold 4.2 #897019

    Hi newlyswissed,

    Thanks for sharing, much appreciated! Just for the record; which version of the Events Calendar is working with 4.2? We’ll try to investigate this further and hopefully implement the necessary changes in the next release of the theme.

    Best regards,
    Rikard

    • This reply was modified 7 years, 9 months ago by Rikard.
    in reply to: Logo area color problem #897017

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .single-mec-events #main {
      background-color:#fff !important;
    }

    Best regards,
    Rikard

    Hi,

    Great, 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: Displaying of a message in the top of the checkout #897015

    Hi,

    Thanks for the feedback, do you have a staging site where we can inspect the problem maybe?

    Best regards,
    Rikard

Viewing 30 posts - 57,691 through 57,720 (of 92,892 total)