Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Add Topic Button Not Working - Apparently a WordPress Theme Conflict
Avatar
Peggy Murrah
Rookie
sp_UserOfflineSmall Offline
Jul 12, 2016 - 9:24 pm

We have installed SimplePress on a client's membership site and have found that the "Add Topic" button is not working. 

I disabled all plugins but that did not help. However when I switched from the client's custom theme to a default WordPress theme the "Add Topic" button works again. 

I'm not sure how to troubleshoot or fix? Hoping for some advice. 

This is a membership site using WishList Member. I have temporarily unprotected this page so you can see it. 

Website: http://blackwomenmillionairesm.....com/forum/

Any advice would be greatly appreciated!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 13, 2016 - 1:13 am

looks like your site is throwing errors for something called flex slider... is that part of your theme?  if so, is it in use?  if not, can you disable it in the theme?

seems to be this code:

<script type="text/javascript">
 $(window).load(function(){
                  $('.flexslider').flexslider({
                 animation: "slider"
                                  });
 });
 </script>

could be problems with the $ syntax... or even the window.load... jquery document.ready is better...

Avatar
Peggy Murrah
Rookie
sp_UserOfflineSmall Offline
Jul 13, 2016 - 10:05 pm

Thank you! Going to show this to the theme developer and have them take a look. 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 14, 2016 - 12:04 am

Let us know what you find... no guarantee that is the error, but seems related...

Avatar
Peggy Murrah
Rookie
sp_UserOfflineSmall Offline
Jul 20, 2016 - 10:59 pm

Hello! We have worked with the theme developer on this issue and removed the flexslider code but the add topic button is still not working. 

Is there anything else we should be looking at? 

Thanks!

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jul 21, 2016 - 5:07 am

It is often a matter of elimination - when one error report is removed it reveals another and you have to work through the layers...

What I think is wrong here is that your WP theme is not calling the standard, WP required theme functions.

There are a minimum of 2 core functions that are absolutely and essentially required by every theme if it is to properly support the WP plugin model. The first is in the page header and is 

wp_head()

And I think your theme IS making that call. But the second is 

wp_footer()

in the footer section of the theme and I do not see any evidence that this is being called. This is most usually called in the 'footer' template of the theme immediately prior to the closing 'body' html tag.

Can you take a look for this?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Peggy Murrah
Rookie
sp_UserOfflineSmall Offline
Jul 22, 2016 - 6:28 pm

Thanks!! I think I am going to encourage my client to move to a new theme. This was custom built for her and it definitely is causing problems with the forum!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 22, 2016 - 8:30 pm

Got it.  We are here if you have any more questions. 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jul 23, 2016 - 2:03 am

Worth saying though that checking for the missing footer call and correcting that is but a moments work and might well be the only issue left. 

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620