Aether plugin issue

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Tagged: , ,

Viewing 5 reply threads
  • Author
    Posts
    • #1005


      combatives
      Participant
      Post count: 3

      I need to use a font awesome lock icon to designate my hidden text:

      [aether-hide-not-logedin replacement=”<i class=”fa fa-lock plus” aria-hidden=”true”></i>”]

      but the icon does not appear due to the double quotes. If i replace it with single quote, WP turns it to ” automatically. What can i do? Thank you.

    • #1007


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      Hello,

      First of all, thank you for your purchase.

      Yes, the issue you are encountering is a known bug of WordPress shortcodes, they cannot handle well quotes in their attributes.

      To fix this, I recommend that you use the Gutenberg block alternatives for the shortcodes, that the plugin provides. You will find them in the ‘Embeds’ section of your Gutenberg block editor, while the plugin is active.

      As a result, in the Gutenberg block, you will get text boxes where you will be able to enter content without restriction.

      I hope this helped.

      Regards, Szabi – CodeRevolution.

    • #1008


      combatives
      Participant
      Post count: 3

      Thank you Szabi for your answer.
      However, I have already purchased and used Elementor Pro. I guess there is no solution to it, right? Even if i add text, i will be unable to style it. An image is also out of the question, it will not work.

      Any feedback or ideas before closing this ticket will be greatly appreciated.

      With regards,

      Gina

    • #1009


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      I understand.

      In this case, please try escaping the quotes, using one of these formats (I am not sure how Elementor will work with these, please give them a try):

      1. Try replacing inner quotes with from attribute with \”

      [aether-hide-not-logedin replacement=”<i class=\”fa fa-lock plus\” aria-hidden=\”true\”></i>”]

      OR

      2. Try replacing inner quotes with from attribute with &quot;

      [aether-hide-not-logedin replacement=”<i class=&quot;fa fa-lock plus&quot; aria-hidden=&quot;true&quot;></i>”]

      If neither of these work, and the plugin is no longer useful for you because of this issue, please make a refund request here: https://codecanyon.net/refund_requests/new

      Regards,

      Szabi – CodeRevolution.

    • #1010


      combatives
      Participant
      Post count: 3

      I have already tried these options, they do not work.
      No refund, I am still using the plugin and I love it.
      I will find another practical way to resolve this.

      Thanks for everything and I wish you a great day,

      Gina

    • #1011


      Szabi – CodeRevolution
      Keymaster
      Post count: 4214

      Thank you, and a great day to you too! 🙂

Viewing 5 reply threads

The topic ‘Aether plugin issue’ is closed to new replies.