• Resolved fritzo62

    (@fritzo62)


    Hi,
    I embed the following object into a FAQ post:
    [wpfd_single_file id=”22399″ catid=”82″ name=”SAP RFC SDK (DE)”]
    It works perfect as a single post , but not in display/accordion style.
    Please open the FAQ SAP RFC SDK verstehen: Bereitstellung to see the issue.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @fritzo62,

    I have inspected your website and the shortcode is working fine but you need to work with the styles – https://jmp.sh/41UVzQv

    You can fix it by adding the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)

    .wpfd-single-file .wpfd-file-link {
        background: red;
      
    }

    ​Feel free to let me know if you need any further assistance.

    ​Regards,

    Thread Starter fritzo62

    (@fritzo62)

    Hi,
    very useful, thank you.

    But how do I get rid of the useless 3 lines below?

    .wpfd-single-file .wpfd_previewlink {margin-top: 10px;display: block;font-weight: bold;}.wpfd-single-file .wpfd-file-link {background-color: #444444 !important;}.wpfd-single-file .wpfd-file-link {color: #ffffff !important;}.wpfd-single-file .wpfd-file-link:hover {background-color: #888888 !important;}

    Thank you a lot
    Andreas

    Hi @fritzo62,

    This is the issue with the shortcode because it is using the inline style tag is not allowed by default.

    You need to edit the plugin code for this purpose.

    Kindly check the following video.

    https://jmp.sh/7bcG27O

    ​Feel free to let me know if you need any further assistance.

    ​Regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Emdeding problem?’ is closed to new replies.