somnaom
Forum Replies Created
-
I have the same problem. I can see you solved it. How?
Forum: Themes and Templates
In reply to: Serious problem with Mandigo themeI am experiencing exactly the same thing.
Is there any solution for it yet?
=)Forum: Fixing WordPress
In reply to: Running plugins with .php5 file extensionOK, the only way I’ve done this is to force PHP5 for my entire WordPress site by adding this line to the .htaccess file in the root directory
Same here. It seems to work though. 🙂
Forum: Fixing WordPress
In reply to: remove page title based on if statementI am trying the above, to remove the title from one page. But need some help to get it working. I am using the mandigo theme, which looks like:
<<?php echo $tag_posttitle_single; ?> class="posttitle"><?php the_title(); ?></<?php echo $tag_posttitle_single; ?>>Using:
<h2><?php if (get_the_title != "Homepage") echo get_the_title() ?></h2>
Won’t work either…Forum: Plugins
In reply to: [Plugin: Private Plus] Still can’t lower permission setting to subscribersPrivate Post Plug-In was a great alternative.
Forum: Themes and Templates
In reply to: Drop-down subpages on Mandingo ThemeSame problem here: menu disappear in Explorer and does not work perfect in Firefox (menu remains after cursor is gone).I found the WP CSS Dropdown Menu-plug in instead, which works 100% perfect – but I can not get to work with Mandigo theme… In the default theme it works great.
Forum: Plugins
In reply to: [Plugin: Private Plus] Still can’t lower permission setting to subscribersIt was working for me with 2.5. I think it stopped working when I upgraded to 2.5.1, but not sure if that was the reason.