• Hi everyone,

    We are using a child theme of Minamaze and we are having issues with the theme and how it works with The Events Calendar plugin. The main issue is that the pages that incorporate the plugin have either no title on the page or are using a random event(sometimes the first event) in the calendar. I’ve looked through the support for the plugin and have tried some of the fixes, but so far none have worked. So I want to try some of their workarounds that use the function the_title(). However, I have not been able to find this function in any of the files so far.

    Does anyone know where that function is, or if this theme uses some other function (that does the same job) so that I might be able to build a workaround for this plugin and how it works with our theme?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I once had a problem with this theme with one Business Directory plugin, the problem never got solve. I think the problem is with the archive page always display the title of the custom pot type title

    Take a look at the file below at line 290, thats where the title is defined

    site/wp-content/themes/minamaze/admin/main/options
    /01.general-settings.php

    Pls let me know if you are able to solve the problem

    If you Comment out the last Conditional State you should be able to get rid of the Page Title Text

    else {
      //printf( __( '%s', 'lan-thinkupthemes' ), get_the_title() )
     }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme has issues with page titles when using The Events Calendar plugin’ is closed to new replies.