Title: Theme integration &#8211; problems
Last modified: May 20, 2021

---

# Theme integration – problems

 *  Resolved [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/)
 * Hi, I like the plugin very much but I’m having some problems with the detail 
   page – Tried the different templates.
    1. Google map not showing in fronted only
   at backend 2. The title for the page is not showing instead I get TITLE PAGE 
   3. The footer is crop 4. The carousel On home page – background color is transparent–
   as if the Label Background Color wasn’t working in the Style setting.
 * Would like very much to use your plugin with my wordpress theme. Is there a way
   to have a shortcode for the detail page to put on a page therefore would retain
   the wp theme used. I have to have this working before I show it to my client 
   and going pro.
 * wp : 5.7.2
 * Server Info: Apache
    PHP Version: 7.3.27
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-integration-problems-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14471500)
 * Ok I’ve manage to fix
 * 2. The title for the page is not showing instead I get TITLE PAGE
    3. The footer
   is crop 4. The carousel On home page – background color is transparent – as if
   the Label Background Color wasn’t working in the Style setting.
 * i’m stuck on 1. Google map not showing in fronted only at backend.
 * Please help
 * thank you !
 *  Thread Starter [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14471619)
 * Hi,
 * the Google map only show’s in iFrame in frontend but not the with the API.
 *  Plugin Contributor [Md. Abdullah Al Mahim](https://wordpress.org/support/users/aamahin/)
 * (@aamahin)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14473798)
 * Can you please make sure your Google Map API is working perfectly?
 *  Thread Starter [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14477703)
 * Thanks,
    the Google Map API is working perfectly I found the problem. There was
   another Google Map API key in a demo part of the Theme which was creating a conflict.
   Problem solved.
 *  Thread Starter [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [5 years ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14477954)
 * Sorry, I thaught I had resolved the issue. But after checking the settings I 
   saw that they were set on iFrame not API. My Google Map API is working perfectly
   on another page. Would like to use the Google Map API instead of the iFrame with
   your plugin.
 * Thanks
 *  [samerdaif](https://wordpress.org/support/users/samerdaif/)
 * (@samerdaif)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14555014)
 * have you fixed this:
 * 2. The title for the page is not showing instead I get TITLE PAGE
    3. The footer
   is crop 4. The carousel On home page – background color is transparent – as if
   the Label Background Color wasn’t working in the Style setting.
 * [@madela](https://wordpress.org/support/users/madela/)
 *  Thread Starter [Madela](https://wordpress.org/support/users/madela/)
 * (@madela)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14555164)
 * Hi,
    2. Yes I’ve manage to fix it. The theme used was preventing it. I found 
   the file where the Get prefix for page title in the Theme (In my case was in 
   the Theme folder/inc/custom-functions.php) and copied the function for the Titles
   to my theme-child/function.php and added
 *     ```
       if ( get_post_type() == 'mep_events' ) {
       						$heading_title = esc_html__( 'Your title', 'yourthememname' ); // should show your title page 
       					} 
       ```
   
 * That worked for me
 * 3. In my event template I added at the end of the file
    `do_action( 'woocommerce_after_main_content');`
 * 4. Fixed it with the css
 * Hope it helps !

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Theme integration – problems’ is closed to new replies.

 * ![](https://ps.w.org/mage-eventpress/assets/icon-128x128.png?rev=2252722)
 * [Event Booking Manager for WooCommerce](https://wordpress.org/plugins/mage-eventpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mage-eventpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mage-eventpress/)
 * [Active Topics](https://wordpress.org/support/plugin/mage-eventpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mage-eventpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mage-eventpress/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Madela](https://wordpress.org/support/users/madela/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/theme-integration-problems-2/#post-14555164)
 * Status: resolved