Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #659416

    Hi there,

    customer has problems with HTML-Code not translated into the proper sign..

    Customer wants his customers to say a word in the portfolio, and is typing:

    “REGIOCAST GmbH & Co. KG”.

    Enfold is making ” REGIOCAST GmbH & Co. KG” out of it in the frontend. Furthermore, it is changing the & into a ? in the website name. As if no HTML-Codes were allowed. Same if we just type the ?.How to get rid of this and show the right character?

    Thx in advance, Martin

    #659420

    Hi DMStemberg!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .special_amp {
        font-family: inherit;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: inherit;
        color: inherit!important;
    }

    Cheers!
    Yigit

    #659424

    Did not solve the problem :-(. Still “REGIOCAST GmbH &amp ; Co. KG” in frontend (?=& amp ;)

    • This reply was modified 8 years, 4 months ago by DMStemberg.
    #659428

    Hey!

    I may have not understood the issue clearly. Can you please post the link to your page where we can see the issue and elaborate on it?

    Best regards,
    Yigit

    #659430

    Have to ask boss for this, just a moment pls.

    #659451

    Private things in answer to follow.

    • This reply was modified 8 years, 4 months ago by DMStemberg.
    #659471

    Hi!

    That is because you are adding Website Link. Please add following code to Quick CSS

    a.aviablank.avia-testimonial-link {
        color: inherit;
        pointer-events: none;
    }

    I still did not understand issue regarding “REGIOCAST GmbH & Co. KG” though..

    Cheers!
    Yigit

    #659479

    It does (still) not show “REGIOCAST GmbH & Co. KG”, it shows “REGIOCAST GmbH & Co. KG”, after I added your css to the Quick CSS.

    #659485

    Hey!

    I am not seeing any difference between two. Can you please post a screenshot and show how it should look and how it is looking at the moment?
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #659490

    This is how it looks: http://www.hrworks.de/?post_type=portfolio&p=12211&preview=true (https://www.dropbox.com/s/ga40jvuryh6syx2/screenshot.png?dl=0) and i just want a simple & instead of the &amp And I don’t know, where the link has gone now -(

    • This reply was modified 8 years, 4 months ago by DMStemberg.
    #659499

    Hi!

    I created a private test post and it does work fine on it. Please publish the page and then review the text

    Regards,
    Yigit

    #659530

    What did you do with the link in the post Regiocast?

    #659537

    Hey!

    I did not updated that post as you requested, i only made changes on test post which is a duplicate of your post.

    Regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.