Shape 5

Wordpress Club Themes => Political - Club => : mdrothert January 16, 2012, 07:53:53 PM



: Fatal Theme Error (Corrected)
: mdrothert January 16, 2012, 07:53:53 PM
Nevermind - I had missed the install content during the tutorial -sorry works great!


After install of the theme I am getting this error:

Fatal error: Call to undefined function TTS_custom_loop() in C:\wamp\www\wordpress\wordpress\wp-content\themes\s5_Political\s5_fw.php on line 82

Any idea what is causing this or how to fix it so the theme works properly?  Thanks!


: Re: Fatal Theme Error (Corrected)
: Tristan Rineer January 17, 2012, 11:25:21 AM
Edit "wp_vars.php" - at the very top, change
:
<?php

function s5_page_menu(){
  include(
'TTS_func/TTS_WP_FUNC.php');
  
TTS_custom_menu('2');
}

to

:
<?php
include('TTS_func/TTS_WP_FUNC.php');

function 
s5_page_menu(){
  
TTS_custom_menu('2');
}

That will solve the problem.


: Political Wordpress Theme
: murugesh18 August 15, 2013, 06:32:33 AM
I have purchased Political Wordpress Theme at http://www.shape5.com/wordpress/themes/political_-_february_2011_wordpress_club_theme.html and it is not working. I have installed it on http://madconline.com/ and it says Fatal error: Call to undefined function tts_custom_loop() in /home/madconli/public_html/wp-content/themes/s5_Political/s5_fw.php on line 82.


Please help.


: Re: Fatal Theme Error (Corrected)
: Tristan Rineer August 15, 2013, 08:39:59 AM
The solution is outlined in my previous post.  I will be deleting your other thread as a duplicate; there is no reason to post the same thing multiple times, I am the only person providing WP support.

UPDATE:

I have updated the downloads with the fix outlined above.  Either follow the instructions in my previous post, or re-download and re-install.