Forum Replies Created

Viewing 30 posts - 3,001 through 3,030 (of 25,536 total)
  • Author
    Posts
  • in reply to: Since a couple of days we got this error. #1353650

    Hi eXtremeHosting,

    Thanks for the credentials.
    We have fixed the issue on your site, please review your site.

    Best regards,
    Nikko

    in reply to: Too much space at top of text block #1353644

    Hey daves1997,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .avia_textblock .content {
        padding: 0;
    }

    Best regards,
    Nikko

    in reply to: Table column width #1353643

    Hi dondela,

    You can use nth-child, for example in 2nd column:

    .event_tabelle tr th:nth-child(2), 
    .event_tabelle tr td:nth-child(2)

    For the 3rd column change 2 to 3 and so on.
    Hope this helps.

    Best regards,
    Nikko

    Hi fkm,

    Try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        position: relative;
      }
    
      .responsive #top .logo a {
        position: absolute;
        top: 10px;
      }
    }

    Just change the top value as you see fit.

    Best regards,
    Nikko

    Hi BrendanG,

    Go to Enfold > Blog Layout, then use the following settings:
    Blog Styling: Default (Business)
    Blog Layout: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)

    Then edit the News/Blog page, set the Header visibility and transparency to Transparent & Glassy Header.
    The top part (banner) is just using a Color Section and a Special Heading inside it (Heading Style Modern (left)).
    The bottom part is using Blog Posts. Hope this helps.

    Best regards,
    Nikko

    in reply to: Remove Extra Space On Mobile #1353541

    Hey navindesigns,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top.page-id-235 #wrap_all #av_section_6 .avia-animated-number {
        margin: 0 0 20px !important;
        min-height: auto;
      }
    }

    Best regards,
    Nikko

    in reply to: woo commerce errror #1353538

    Hi smarta-brett,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Footer Missing in Enfold #1353537

    Hi Aron,

    Can we request for FTP access as well? just post the credentials in private content.

    Best regards,
    Nikko

    in reply to: Download my contact info #1353526

    Hi jkos,

    I think it is possible however it won’t be cross-platform, please try to check the solutions on this thread: https://stackoverflow.com/questions/6804041/save-contact-number-to-mobile-phone

    You just can’t store directly contact on the phone using js or html5 stuff.

    What you can try is creating a vcf card server side and redirect the client to download this newly generated vcf card… I’ve haven’t yet tested this solution, but I think it can work.

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Since a couple of days we got this error. #1353525

    Hi eXtremeHosting,

    I have moved the credentials in private content, so it can’t be viewed publicly.
    I tried the credentials you posted however it does not seem to work, the password is incorrect (full error notification in private content), please check.

    Best regards,
    Nikko

    in reply to: il mio template non carica le immaggini #1353521

    Hi giannicolasicola,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Fatal error #1353519

    Hi Natalia,

    You’re welcome :)
    We’re glad that we could help you.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Display post tags as small buttons #1353518

    Hi m s,

    Can you give us a link to some of the posts mentioned? so I can modify the CSS code and give you a better one.
    You can post it in private content if you want it to be visible only to the moderators.

    Best regards,
    Nikko

    in reply to: Enfold not display advance layout #1353422

    Hi dvalansi,

    Thanks, I tried the credentials you gave and the staging site works properly however the live site does not recognize the username you gave (exact error posted in private content), please check.

    Best regards,
    Nikko

    in reply to: Images showing up blurry, I have no idea why! #1353407

    Hi Dzimnikov,

    I tried to check your homepage and I don’t really see any difference at all when comparing the actual images and the images showing up in the slider (image links in private content).
    Can you give us a screenshot on how it looks on your end?

    Best regards,
    Nikko

    in reply to: Fatal error #1353402

    Hi Natalia,

    Thanks for the clarification.
    I tried to change the font sizes of the Special Heading and Text Block and it worked properly.
    However, when I am logged out (using Chrome in incognito mode and not logged in) I do see the issue you are having.
    It seems to be a caching issue and I was able to fix it on my end when I go to WP Rocket’s main dashboard (link in private content) and Clear all cache in using the three orange buttons in the sidebar (Empty Cache, Preload Cache, and Purge Used CSS).
    I hope this information helps.

    Best regards,
    Nikko

    in reply to: button row alignment #1353400

    Hi amyteslin,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 767px) {
      #top .avia-buttonrow-wrap .avia-button {
        display: block;
        max-width: 280px;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Enfold not display advance layout #1353399

    Hey dvalansi,

    Can you give us temporary access on both live and staging site?
    Just post the credentials in private content so it is only visible to the moderators.

    Best regards,
    Nikko

    Hi Hula Slim,

    I have checked your footer page and it seems you have a Regular Section at the bottom of your footer page with gray background and two columns, if you remove that section the gray area at the footer will also be removed (regular sections have a minimum height of 100px, so it will show up even if the contents are empty).

    Best regards,
    Nikko

    in reply to: H1 title responsive mood #1353393

    Hi Hula Slim,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Pages don't show up in upper menu #1353390

    Hi HulaSlim,

    I see, thanks for clarifying the issue, I have changed the following in Appearance > Menus.
    Berne 3: La couleur de l’Invisible to La couleur de l’Invisible
    Berne 4: A la source de l’Histoire to A la source de l’Histoire
    Please let us know if there are any issues.

    Best regards,
    Nikko

    in reply to: Style animated number blocks #1353389

    Hi navindesigns,

    Please remove all the code I gave you in this thread and replace it with this one instead:

    @media only screen and (max-width:767px) {
      #top #wrap_all .avia-animated-number {
        margin: 75px 0 !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        min-height: 140px;
      }
    
      #top #wrap_all .avia-animated-number-circle {
        width: 80%;
      }
    
      #top #wrap_all .avia-animated-number-content p {
        font-size: 20px;
        line-height: 1.3;
      }
    }

    Best regards,
    Nikko

    in reply to: Display post tags as small buttons #1353388

    Hi m s,

    I apologize for the delayed response.
    Please add this CSS code as well:

    #top .av_one_fifth .bloglist-simple .read-more-link {
        display: none;
    }

    Best regards,
    Nikko

    Hi StuWeTueHo,

    Thanks, I can’t seem to find any setting that could reproduce the same issue you’re having.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend (or you can setup a staging site).

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Click button and open a new window with code #1353107

    Hi synergica,

    Please try to check the solutions posted in this thread: https://stackoverflow.com/questions/7437602/how-to-display-a-pdf-via-android-web-browser-without-downloading-first

    You can open a file PDF in Google Docs Viewer by appending the URL to:

    http://docs.google.com/gview?embedded=true&url=<URL of a supported doc>

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Multiple Footers #1353105

    Hi Jeff,

    We don’t have such feature in development but I think what you can do is to have a page as a footer and on that page you can have two sections with unique IDs, and use those ID to hide/show via CSS.
    I hope this helps.

    Best regards,
    Nikko

    Hey StuWeTueHo,

    Thanks for providing us a screenshot.
    Can you tell us what version of Enfold you’re currently using?

    Best regards,
    Nikko

    Hi dcshortwave,

    Thanks for giving us admin access.
    It seems you are still using a bit outdated version of Enfold and the latest version of WordPress, please backup your site first and then update Enfold and all the plugins you have on your site.
    Let us know if it helps, if not then just let us know and we’ll check further on your site.

    Best regards,
    Nikko

    in reply to: Pages don't show up in upper menu #1353098

    Hi Natacha,

    In order to create a dropdown menu in your Main Menu, go to Appearance > Menus, then drag the subpage under the “visites guidées” (it should indent a bit) and that should be it.
    As for the coming soon page, it wouldn’t prevent it from showing as a dropdown menu.

    Best regards,
    Nikko

    in reply to: Bought multiple themes, can't get support #1353097

    Hi Bri,

    Thanks, I have reset the password, please check the private content for your new password.

    Best regards,
    Nikko

Viewing 30 posts - 3,001 through 3,030 (of 25,536 total)