I am needing to know what is required to Exclude the use of a Plugin from a Mobile Plugin that services Mobile Connections.
Plugin 1: GDragons Star Rating
Plugin 2: WP-PDA
Via the Desktop the Star Rating works perfectly.
Via the Mobile, using Plugin 2, the Star Rating Plugin comes through as Numbers and distorts the Post footer. I am needing to exclude this Star Rating Plugin from being called on the WP-PDA Plugin when connecting via a Mobile device.
scott.devol
Member
Posted 8 months ago #
Ever find the answer? I'm searching for the same thing ... similar issue too ... need to exlude plugin for mobile.
Could the problem be that WP-PDA uses the_excerpt() rather than the_content()? GDStar rating has "issues" with the_excerpt(), I think mainly because the_excerpt() strips HTML and graphics from the post. If you use the GD Star Rating option that appends a rating to all posts, then try to use the_excerpt(), you'll get a line of funky looking numbers.
There's a workaround for the issue, though you need to check the GD Star Rating documentation. You could also try to adjust the WP-PDA plugin's code to use the_content() instead of the_excerpt(), and then perhaps use the more tag on each post to get the same effect.