Results 1 to 1 of 1

Thread: Mapsupreme not working on custom taxonomy archive pages?

  1. #1
    Thread Starter
    Veteran wzshop's Avatar
    Join Date
    Mar 2012
    Location
    Netherlands
    Posts
    356
    Thanks
    27
    Thanked 7 Times in 6 Posts

    Mapsupreme not working on custom taxonomy archive pages?

    Hi,
    I cant get the mapsupreme map to work on custom taxonomy archive pages. I did some changes in vantage/includes/core.php like below:
    PHP Code:
    //Custom get the google maps to steden taxonomy
        
    if ( is_taxVA_LISTING_CATEGORY ) || is_taxVA_LISTING_TAG  ) || is_tax'city' ) || is_tax'stage' ) || is_tax'company' )) {
            
    get_sidebar'list-page-top' );
            return;
        } 
    It does get the correct sidebar and when i put the default map as a widget into that sidebar it all works. However when i place the mapsupreme widget into that sidebar, no map shows up.
    What goes wrong?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Change or remove category title in archive pages
    By massamarkt in forum ClassiPress General Discussion
    Replies: 3
    Last Post: November 13th, 2013, 05:04 PM
  2. [SOLVED] Job Roller - Blog Archive Pages
    By yourpoc in forum Help Using JobRoller
    Replies: 2
    Last Post: May 27th, 2013, 09:20 AM
  3. Archive Category Pages - Show Excerpts
    By domo in forum JobRoller General Discussion
    Replies: 6
    Last Post: November 29th, 2011, 08:09 PM