munkykisser
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Emptiness] Emptiness duplicate pages in man menu?Do you mean you have lost Home from the menu?
Forum: Themes and Templates
In reply to: [Emptiness] Emptiness duplicate pages in man menu?I have never tried that but I have found that the duplicates go when I make a menu. I’d recommend that you do. You can tick a box which will auto add top levels to your menu so it’ll probably behave the way you want it to.
Forum: Themes and Templates
In reply to: [Emptiness] Emptiness duplicate pages in man menu?Did you create the menu yourself and add it to a menu area in appearance -> menus?
Forum: Themes and Templates
In reply to: [Suffusion] Adding another sidebar to suffusion.I could reference the ad-hoc sidebar using it’s id/name but I can’t seem to do that in my child.
Bit more info as to what exactly I’m trying to do: I’m trying to create another sidebar area to the right of the sidebar below header. I know I can make the sidebar below header two columbs but I want to put several widgets in the space on the right side. Make sense?
Any help greatly apprechiated.
Forum: Themes and Templates
In reply to: Symbols at the bottom of my ThemeYou can use // within php tags.
Like this i think:
<p class="nocomments"><?php // _e( 'Comments are closed.', 'twentyten' ); ?></p>
Or use <!– –> comment tags outside the php tags.
<!-- <p class="nocomments"><?php _e( 'Comments are closed.', 'twentyten' ); ?></p> -->
Try those. Correct me if i’m wrong anyone else.
Forum: Themes and Templates
In reply to: [Suffusion] Adding another sidebar to suffusion.Or… Should I use one of the Ad-Hoc sidebars and can I somehow use the shortcode in the php?
Forum: Themes and Templates
In reply to: Symbols at the bottom of my ThemeI think it’s within your main content – so likely (this is a guess) something like page.php but it depends on your theme.
Try searching for class=”nocomments”>Comments are closed. (within php files).
Forum: Themes and Templates
In reply to: Symbols at the bottom of my ThemeHi,
Have you tried to comment out the “Comments are closed.” using /* */ marks? I think you want to use <!– –> in HTML*.
(*in the bits outside of the php tagging)
Forum: Fixing WordPress
In reply to: How do I link to a gallery when displaying only one image in a page?What I need is to add a thumbnail anywhere and have it link to a full gallery (the images linked to the page) even though I have only added one thumbnail image to the page.
Is there a plugin that does this?
Forum: Fixing WordPress
In reply to: How do I link to a gallery when displaying only one image in a page?That’s not what I’m looking for.
Forum: Fixing WordPress
In reply to: How do I link to a gallery when displaying only one image in a page?Looks like I can only use one featured image at a time. And it appears at the top left of the screen. Am I using it corectly?
What i want is to add a thumbnail anywhere and have it link to a full gallery even though I have only added one thumbnail image to the page.
And the Blog post page. that doesn’t seem to work either even though I set the original page to a left sidebar page. Because it’s also set to blog page on settings > reading.
Rather annoying.
Thanks in advance.
AbiForum: Themes and Templates
In reply to: [Suffusion] [Theme: Suffusion] Child theme issueThank you,
Yup, twas my dodgy php. And there I was thinking I was doing OK.
What I wanted to do was override a function using function_exists but it seems all I had to do was poke this in my functions.php:
register_nav_menus( array( 'top'=> __('Navigation Bar Above Header'), 'main'=> __('Navigation Bar Below Header'), 'footer-links'=> __('Footer Links') ) );
and it was picked up fine.
Is it good practice to put code in like this or is there a better way?
Nice.
Forum: Fixing WordPress
In reply to: How to add custom style to WYSIWYG editorDon’t worry, I found another post and used a plugin.
??
Forum: Fixing WordPress
In reply to: How to add custom style to WYSIWYG editorHi BJ,
Did you find the answer to your problem? I have the same. There are some plugins that claim to add functionality to tinyMCE but I’m not sure that any of them add items to the format drop down list.
Good luck
;D