google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

Custom fields wont show up in WPTouch moblie site #472

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BEFORE YOU FILE: Are you using the latest version of the CCTM?  Please
check http://wordpress.org/extend/plugins/custom-content-type-manager/

What steps will reproduce the problem? (Be specific enough so that someone
else can make the plugin fail for themselves. Remember: the issue can't
be fixed if it can't be reproduced!)
1. Install WPTouch Mobile site
2. Try to view a page with custom fields
3.It wont work.

What is the expected output? What do you see instead?
I expect to see the same thing I see on the desktop version, but instead see 
nothing except for the title head.

Does the problem continue if you disable all other plugins? (plugin
conflicts cause a LOT of problems, so please isolate the problem)
Yes.

Please copy and paste the system information that appears in a yellow
textarea when you click on "Report a Bug" on any CCTM admin screen (this
includes the version of the
plugin, the version of PHP, the version of MySQL, a list of other active
plugins etc.):
SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.7-pl
WordPress Version: 3.5.1
PHP Version: 5.2.17
MySQL Version: 5.5.23-55
Server OS: Linux
------------------------ 
ACTIVE PLUGINS: 
 * iMember360 v.3.5.009 [http://iMember360.com]
 * All in One SEO Pack v.1.6.15.3 [http://semperfiwebdesign.com]
 * BackUpWordPress v.2.2.1 [http://hmn.md/backupwordpress/]
 * Clicky for WordPress v.1.4.2.2 [http://yoast.com/wordpress/clicky/]
 * Duplicate Post v.2.4.1 [http://lopo.it/duplicate-post-plugin/]
 * Exec-PHP v.4.9 [http://bluesome.net/post/2005/08/18/50/]
 * Google XML Sitemaps v.3.2.9 [http://www.arnebrachhold.de/redir/sitemap-home/]
 * Google Analytics v.1.0.5 [http://wordpress.org/extend/plugins/googleanalytics/]
 * Gravity Forms v.1.6.12 [http://www.gravityforms.com]
 * P3 (Plugin Performance Profiler) v.1.4.1 [http://support.godaddy.com/godaddy/wordpress-p3-plugin/]
 * Quick Page/Post Redirect Plugin v.5.0.3 [http://www.fischercreativemedia.com/wordpress-plugins/quick-pagepost-redirect-plugin/]
 * Role Manager v.2.2.3 [http://www.im-web-gefunden.de/wordpress-plugins/role-manager/]
 * Simple Taxonomy v.3.5 [https://github.com/herewithme/simple-taxonomy]
 * Social Media Icons Widget v.1.2.7 [http://www.arstropica.com]
 * [posts] shortcode for TheBlock v.1.0 [http://pandathemes.com]
 * WP-DBManager v.2.63 [http://lesterchan.net/portfolio/programming/php/]
 * WP-EVP (WordPress EasyVideoPlayer Plugin) v.1.4.8 [http://webactix.com/wp-evp-plugin/]
 * WP-EVS (EasyVideoSuite WordPress plugin) v.1.0 [http://easyvideosuite.com/]
 * WP Optin Pro v.1.11 [http://www.wpoptinpro.com]
 * WPtouch Pro v.2.8.2 [http://bravenewcode.com/wptouch-pro]
 * Gravity Forms Popup Widget v.0.6 [http://alex.frenkel-online.com/category/wordpress/plugin/gravity-forms-popup-widget/]
------------------------ 
CURRENT THEME: The Block v.1.0.1 http://pandathemes.com

Original issue reported on code.google.com by gulda...@gmail.com on 22 Mar 2013 at 12:26

GoogleCodeExporter commented 9 years ago
This is probably due to conflicts with the other plugin, and my guess is that 
WPTouch Mobile is simply not expecting custom fields to exist, and even if it 
did, it would not access them in a way that the CCTM would expect.  More 
importantly, it is a paid plugin, so I have no way of seeing what it's doing or 
debugging it.  

If you need to have full control over what you display to users of different 
browser types, then Wordpress is not a great option in my opinion: adding 
plugins on top of plugins on top of plugins usually does not magically solve 
problems -- it often creates just as many problems.  If supporting multiple 
views (i.e. desktop/mobile) is a top priority, I would strongly recommend using 
a different CMS for this entirely -- my personal recommendations would be MODX 
or Expression Engine (MODX even has an "Import from WordPress" feature).  
Wordpress does not really have a dedicated view layer, so its flexibility with 
customizing them is regrettably weak.

Original comment by ever...@fireproofsocks.com on 22 Mar 2013 at 9:37