xytroyzy / wordpress-custom-content-type-manager

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

Bug Report: Mappress vs CTM #595

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

All of a sudden Mappress stopped displaying maps. I've tested the plugin in a 
normal post and it's working. My custom field, 'mapa', is using the Ouput 
filter  "do_shortcode" (as explained in 
https://wordpress.org/support/topic/plugin-custom-content-type-manager-displayin
g-the-content-of-a-wysiwyg-field)

1. Presently, my php template has <?php if($mapa !== '') { ?><?php 
print_custom_field('mapa:do_shortcode'); ?><?php } ?>
2. I've changed it to <?php if($mapa !== '') { ?><?php 
print_custom_field('mapa'); ?><?php } ?> and nothing.
3. Also tried <php print do_shortcode( get_custom_field('mapa') ); ?> and 
nothing.

The expected output should be a normal display of the map (it has always worked 
before using the do_shortcode filter). I have updated WP last week but 
everything was working normally even after the update...

"What do you see instead?"
— Instead of the map, I only see "Array"... example: 
lisboando.pt/bares-cafes/arranca-coracoes/

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

Thank you for any help you can provide!

— 

*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.8.6-pl
WordPress Version: 4.2.2
PHP Version: 5.5.9-1ubuntu4.4
MySQL Version: 5.5.38-0ubuntu0.14.04.1
Server OS: Linux
Language: WPLANG
------------------------ 
ACTIVE PLUGINS: 
 * Share Buttons by AddToAny v.1.5.8 [https://www.addtoany.com/]
 * Akismet v.3.1.2 [http://akismet.com/]
 * Booking.com Official Search Box v.1.4 [http://www.booking.com/general.html?tmpl=docs/partners_affiliate_examples]
 * Clicky for WordPress v.1.4.3 [https://yoast.com/wordpress/plugins/clicky/]
 * CodeStyling Localization v.1.99.30 [http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en]
 * Contact Form 7 v.4.2 [http://contactform7.com/]
 * Content Aware Sidebars v.2.6.1 [http://www.intox.dk/en/plugin/content-aware-sidebars-en/]
 * Cookie Law Info v.1.4 [http://wordpress.org/extend/plugins/cookie-law-info/description/]
 * Custom Content Type Manager : Advanced Custom Post Types v.0.9.8.6 [https://github.com/craftsmancoding/custom-content-type-manager]
 * Custom Post Type Shortcode v.1.4.4 [http://blackbirdi.com/blog]
 * Facebook Comments Plugin v.2.3.1 [http://peadig.com/wordpress-plugins/facebook-comments/?utm_source=WordPress&utm_medium=Admin&utm_campaign=Facebook%2BComments]
 * Google Analytics by Yoast v.5.4.2 [https://yoast.com/wordpress/plugins/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v504]
 * GP Premium v.0.5 [http://generatepress.com]
 * Login LockDown v.v1.6.1 [http://www.bad-neighborhood.com/]
 * MapPress Easy Google Maps v.2.42.1 [http://www.wphostreviews.com/mappress]
 * Multi Rating v.4.1 [http://wordpress.org/plugins/multi-rating/]
 * Nofollow for external link v.1.0 [http://www.cybernetikz.com]
 * Post Type Switcher v.1.5 [http://wordpress.org/extend/post-type-switcher/]
 * Regenerate Thumbnails v.2.2.4 [http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/]
 * Shortcodes Ultimate v.4.9.7 [http://gndev.info/shortcodes-ultimate/]
 * Simple 301 Redirects v.1.06 [http://www.scottnelle.com/simple-301-redirects-plugin-for-wordpress/]
 * Simple Custom CSS v.3.2 [http://johnregan3.github.io/simple-custom-css]
 * Simple Lightbox v.2.4.0 [http://archetyped.com/tools/simple-lightbox/]
 * Subpage Listing v.0.6.2 [http://txfx.net/code/wordpress/subpage-listing/]
 * Theme Check v.20141222.1 [http://ottopress.com/wordpress-plugins/theme-check/]
 * WooCommerce Booking Plugin v.1.7.8 [http://www.tychesoftwares.com/store/premium-plugins/woocommerce-booking-plugin]
 * WooCommerce Colors v.1.0.6 [http://wordpress.org/plugins/woocommerce-colors/]
 * WooCommerce v.2.3.10 [http://www.woothemes.com/woocommerce/]
 * WordPress SEO v.2.2 [https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin]
 * WordPress Database Backup v.2.2.4 [http://austinmatzko.com/wordpress-plugins/wp-db-backup/]
 * WP Editor v.1.2.5.1 [http://wpeditor.net]
 * Wp-Insert v.2.0.15 [http://www.wp-insert.smartlogix.co.in/]
------------------------ 
CURRENT THEME: GeneratePress Child v.0.1 http://generatepress.com

Original issue reported on code.google.com by pedro.pe...@gmail.com on 15 Jun 2015 at 8:38