tednopple
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fake registrations@smartmouse, what 2 captchas plugins are you using?
I’m having the same problem. I have SI Captcha and Spam Free WordPress, but neither seems to be working now.
Forum: Reviews
In reply to: [Fundify Crowdfunding (Moved)] Nickel'ed and Dime'dThis was actually in response to another review posted below by vanhass (2 stars). I would like to create a crowdfunding site where users can create and manage their own campaigns and where I take a commission.
First, in order to take commission I need to buy another plugin. In order for the site to run smoothly and offer customization I need to buy a them like fundify. Then there is a fee for support. And this is without upgrading to a pro version with additional features. Out of box is intentionally limited so you are forced to buy addons, pro subscription and support.
Forum: Reviews
In reply to: [Fundify Crowdfunding (Moved)] Quite a frustrating experienceThanks for reviews! It saved me a lot of time. I’ve gotten into the habit of reading the lowest rated reviews because they often provide great information that saves time.
I hate the fact that so many plugin develpers nickel and dime consumers like this. A nickel for this plugin a dime for it to work a quarter for help. Unfortunately this seems to be one of the only trusted crowdfunding plugins around.
Forum: Themes and Templates
In reply to: How can I create a page that displays certain posts?Sorry but neither of these options worked unfortunately.
The plugin doesn’t format the posts properly. And the theme I’m using seems to hide its loop by using setup_pagelines_template(); instead of actual content/code I can use to determine where to put the code from the link you provided.
When I add the code to page.php and change the name, it adds the posts to the bottom or top of the entire layout/page, becauase again I can’t find the code that has the actual sidebar, content area, etc. and I am not a php expert and it looks like the theme hides it somewhere/doesn’t make it easy to find.
I don’t understand why there isn’t a simple WordPress option on the dashboard that simply lets you change a category page, or any page for that matter, to be a blog page with excerpts.
Forum: Themes and Templates
In reply to: How can I create a page that displays certain posts?Thanks. I try to edit page.php like it says to do but there is nothing in it.
Just:
<?php
/*
This theme is Copyright (C) 2008-2010 Andrew Powers, PageLines.com (andrew AT pagelines DOT com)
*/setup_pagelines_template();
I’m using Pagelines free theme
Forum: Themes and Templates
In reply to: Can I edit free theme templatesGreat thanks!
Forum: Themes and Templates
In reply to: [Platform] Meta Description is not showing up at allThe metadata shows up correctly in the page source code, but it does NOT show up in search results?? This is really bad!
Forum: Themes and Templates
In reply to: [Platform] [Theme: Platform] pages do not displayDid you find a solution. I am guessing we have to use another theme. Platform is not really compatible with Buddypress as they say.
Forum: Themes and Templates
In reply to: [Platform] Buddypress Group page shows blank pageThis is also a problem for the registration and activation pages
Pretty much any automatic page that buddypress creates shows up blank
Forum: Fixing WordPress
In reply to: Bar users from using a certain username?Thanks!
Forum: Fixing WordPress
In reply to: Can I redirects non-registered users from a private forum pageTo fix this horrible problem I just created a public “welcome” forum with information on how to sign up.
Forum: Themes and Templates
In reply to: [theme: Custom Community] Templates not showingThanks Andeh. I will just play around with the php. I tried doing it before and was very confused, mostly because I don’t know which part of it calls the widgets and appropriate sidebar space. Thanks for the help.
But I’m assuming sidebar.php has both left and right so I will have to figure out which is which and delete the one I don’t want.– thanks again.
Forum: Themes and Templates
In reply to: [theme: Custom Community] Templates not showingAndrew, I don’t get it because won’t the forum police just link me back to this thread, saying it’s already been asked?
Andeh86, yes. I am looking at page templates and the drop down menu. I am essentially asking the same question that began this thread (without creating my own substitute):
I only have ‘default’, ‘full width’ and ‘Links. Does any one know how i can get the rest of them there? ive googled around for days but cant find an answer!
I know you created your own fix, but I am wondering if you or Crew Pass, or someone, found out why the templates disappear in the first place. I don’t know enough PHP to create the one I want, and I don’t want to mess it up. I need the three that are pictured in the link you posted (right, left and right and left). Right now, I only see defualt, link and my Buddy Press template.
Forum: Themes and Templates
In reply to: [theme: Custom Community] Templates not showingBut has anyone found out why this happens.
I am having the same problem. For some reason, the sidebar templates are NOT showing up in my templates list!
I don’t know enough to code to these tricks. Plus I am wanting to create one page with both left and right sidebars and the rest of my site with just one right sidebar.
Forum: Fixing WordPress
In reply to: How to disable login toolbar from homepageThanks, Josh.
I feel so silly. I have Buddy Press installed and turns out there is an option: “Show the Toolbar for logged out users” that was turned on.
Deactivating all the plugins and activating them one by one helped.