Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eMember » WP eMember F.A.Q/Instructions
[closed]

eMember - Shortcode Inside Another Shortcode (Shortcode Nesting) Not Filtering

(1 post) (1 voice)
  • Started 7 months ago by admin
  • Possible Solutions (Related Topics):
    1. Lightbox Ultimate - Shortcode Inside Another Shortcode Not Filtering
    2. eStore - Shortcode Inside Another Shortcode (Shortcode Nesting) Not Working
    3. eStore product download link shows as code inside eMember section protection
    4. Nested Shortcode (Not Resolved by editing wp_eMember1.php)
    5. emember login widget and shortcodes questions

Tags:

  • shortcode nesting
  1. admin
    Key Master

    If you are using a shortcode inside another shortcode and the innermost shortcode is not getting filtered/displayed then check this post:

    Shortcode nesting will only work if they are created using the proper WordPress shortcode API. Just because something looks like a WordPress shortcode does not mean it was created using the WordPress's shortcode API. So if you have a shortcode that is not working when placed inside another shortcode please make sure that this shortcode was implemented using the WordPress's shortcode API (the developer of the plugin will be able to help you).

    With that said, you can also try the following tweak to alter the eMember's shortcode filtering priority and see if it helps:

    Open the "wp_eMember1.php" file and search for the following line of code:

    add_filter('the_content', 'do_shortcode',11);

    Once you find it replace it with the following:

    add_filter('the_content', 'do_shortcode');

    Now try it out and see if the nested shortcodes are all getting filtered.

    Posted 7 months ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin