Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1425890

    Hello dear support team
    A customer of mine would like a page with his profile data, see https://emmerams-muehle.de/vcard_julian-kinner/
    At the bottom (right) there is a link with “Downlaod V-Card Julian Kinner”: onClick you should be able to download the vcf file with his contact details.
    How can I do this?

    It is not possible for me to integrate the vcf file in the media library.
    Please help me further.
    Best regards, Diana

    #1425894

    Dear Support Team
    by chance I was able to solve the problem with the download of the VCF file myself: with the help of the plugin “Enable virtual card upload – vcf,vcard”

    But I now have another question regarding the page https://emmerams-muehle.de/vcard_julian-kinner/

    On this page, I would like the header and logo to be completely hidden and no white field to be displayed. (On all other pages of the website, however, the header should be displayed, as at: https://emmerams-muehle.de/home-01/) I have now tried to solve this using the following CSS code:
    .page-id-825 #header { display: none !important; }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }
    I’m not sure about the second code (starting with “.html….”) because I didn’t manage to adapt the code so that it only fits the page with page-id-825. I am afraid that this code may also affect other pages and that the header will not be displayed correctly.

    What do you think? Does the code fit? Or do you have to rewrite it so that it only points to the page with page-id-825? I would be very grateful for any feedback.
    Best regards, Diana

    #1425913

    Hi,

    The header is hidden on the page, so that part of your CSS is working. Please try to remove this CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }

    As that will apply globally to your site. Also please try to explain your intentions a bit further.

    Best regards,
    Rikard

    #1425962

    Hello Rikard,

    I have temporarily removed the recommended script:
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }
    >> But then a white bar appears at the top where the header is: see view now: https://emmerams-muehle.de/vcard_julian-kinner/
    in comparison to the view before with the script mentioned above: see screenshot: https://emmerams-muehle.de/support/header.png

    How can I remove this bar without using the aforementioned problematic script? The header should only not appear for this one page.

    Best regards, Diana

    #1425975

    Hi,
    The white space is caused by 140px of top padding, which the removed css corrected, but it was affecting your other pages, so please try this css so the white space of the hidden header will be removed only for this one page:

    .html_header_top.html_header_sticky #top.page-id-825 #wrap_all #main {
    padding-top: 0px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1426391

    That works perfectly. Thank you very much für your support!

    #1426398

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Integration vcf file’ is closed to new replies.