• Resolved Madela

    (@madela)


    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 to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Madela

    (@madela)

    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

    (@madela)

    Hi,

    the Google map only show’s in iFrame in frontend but not the with the API.

    Plugin Contributor Md. Abdullah Al Mahim

    (@aamahin)

    Can you please make sure your Google Map API is working perfectly?

    Thread Starter Madela

    (@madela)

    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

    (@madela)

    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

    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

    Thread Starter Madela

    (@madela)

    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.