• Resolved fff654

    (@fff654)


    Hi,

    I have added 2 attributes (=variables) in an html code, and they are not replaced in final html when page is rendered

    They are manually inserted like this {attr_boxh} in the code (in wich boxh is a style height value passed as boxh=”400px”)

    Attributes are NOT indicated as PRO features and can be added manually and filled. (but I understand that the ergonomic way to insert them in 1 click without typing then is a PRO feature)

    Any problem or error on my side?

    Tanks,

    Fabrice

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi Fabrice,

    I’m sorry about the confusion here, if you click on any of the Smart Tags in the list you will see they are clearly indicated as a premium feature.

    Shortcode attributes are available in the lite version of the plugin and you can use them in PHP or Universal snippets as explained in this article: https://wpcode.com/docs/shortcode-attributes/

    For your example, if you switch to Universal Code Type you can get the values of the attributes like this:

    <?php echo $boxh; ?>

    Let me know if I can provide more info.

    Thread Starter fff654

    (@fff654)

    In the plugin itself, the “attribute” lines has no “PRO” indicated, while the features above and under do have. Leading to think this feature is not PRO … while in fact, usable only with PHP.

    Complicating process just for sales, especially as the support page you’ve linked to, do advise not to use PHP for that

    disappointing … especially as other similar code insertion plugins permit that. Variable insertion is a basic feature in these types of plugin.

    Hope it helps others to make a decision. Bye

    Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @fff654,

    Thank you for your feedback, we will look into how we can add more clarity there.

    Shortcode attributes and Smart Tags are 2 different features and using Shortcode attributes is available along with variables in PHP snippets.

    Smart Tags make it easier to grab certain variables in non-php code types.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘atributes not replaced !?’ is closed to new replies.