afreshup
Forum Replies Created
-
So, this error was first reported over 4 months ago, and no answer or update? You’d think a company as widely used as Ninja Forms would be better than this??? Guess I have some work converting some client sites ahead of me …
Forum: Plugins
In reply to: [Dynamic Content Gallery] Widget is just loading.. nothingAny answers to this? I am having the same issue. Using thesis 1.85, and the latest wp version.
Forum: Themes and Templates
In reply to: Page tabsNevermind….got it…thanks. Its amazing everytime I post here after an hour of trying to figure it out, I find the answer soon after posting 🙂
Forum: Themes and Templates
In reply to: Page tabsHi guys,
Im just trying to add the tabs across the Blix theme. Do I need to add the taps in the headerphp? If so can someone shed a little light on this subjecy for me please?Forum: Fixing WordPress
In reply to: Getting post to show only headersThis is what my index.php in my themes folder says…I cant find <?php the_content(); ?> anywhere in my entire website?
<?php
require_once(TEMPLATEPATH . ‘/header.php’);the_posts();
require_once(TEMPLATEPATH . ‘/footer.php’);
?>
I am using the Semiologic, 3 columns 3.2 theme…anyone familiar with this?Forum: Plugins
In reply to: Semiologic v.3.2 and many more plugin updatesDennis, I an newbie to using PHP and cms styled web sites and am looking for any documentation on your CMS plug in. I have it up and running and love it (www.lendfast.org) but it seems that tweaking the scripts is a little different than what the knowledge base here shows?
Thanks
AubreyForum: Fixing WordPress
In reply to: Getting post to show only headersThanks !