Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1265030

    Hi,

    i create a test page:
    textbox: test1
    textbox: test2
    Than i read this: https://aamplugin.com/article/how-to-filter-wordpress-post-content

    so i create:
    codeblock: [aam hide=”administrator”]
    textbox: test1
    codeblock: [/aam]
    textbox: test2

    Result:
    test1
    [/aam]
    test2

    Wishresult:
    test2

    Whhhhyyy? I feel stupid :) . im sure its somewhere only one click. Thanks

    #1265238

    Hey beste_medien_werbe_agentur,

    I’m not sure I understand what the plugin/shortcode is supposed to do, or what the problem is. Please try to explain a bit further and provide us with details on where and how we can see the problem you are having.

    Best regards,
    Rikard

    #1265261

    Hi Rikard,

    the plugin can hide content. this page is not long to read for understanding everything: https://aamplugin.com/article/how-to-filter-wordpress-post-content

    in Enfold i create a page, with:
    codeblock: [aam hide=”administrator”]
    textbox: test1
    codeblock: [/aam]
    textbox: test2

    So textbox: test1 should be Hide in frontend, but it seems the shortcode dont work right.
    becausse the Result on the frontpage is:

    test1
    [/aam]
    test2

    and it should be only:
    test2

    Thank you for the fast support! :)

    #1265924

    Hi,

    Are you trying to close the aam shortcode using another code block? That will probably not work, you might have to add the content test1 in the same code block wrapped inside the aam shortcode, so it should be.

    codeblock:

    
    [aam hide=”administrator”]
    content to hide here
    [/aam]
    

    OR

    textblock:

    
    [aam hide=”administrator”]
    content to hide here
    [/aam]
    

    Best regards,
    Ismael

    #1265954

    OMG i knew it, it was so easy and i am so….

    THANKS! :D

    #1266186

    Hi,

    You are very welcome! Please do not hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘aamplugin – Shortcode works to 50%? :D’ is closed to new replies.