Edward Caissie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next & Previous Posts Pagination using loop on page.phpAlthough it may be a great deal of work to revert your current method, you may want to have a look at this plugin: http://wordpress.org/extend/plugins/series/
It seems you are trying to accomplish what it is designed to do.
Forum: Fixing WordPress
In reply to: how to make permalink with unlimited lettersAFAIK there is no specific limit to the amount of letters that can be used in a title and subsequently used in the permalink. Although it may appear there is a “limit” but this may be due to the constraints the theme you are using has.
Forum: Fixing WordPress
In reply to: Does WP support "popup" menus with multi-levels?Depending on the theme and your page structure this can be very doable.
For example, using a basic fallback function of
wp_list_pagesfor the navigation menu; and having your pages structured in a parent-child relationship where the “parent” is the “category” I would imagine it would just fall into place.Forum: Fixing WordPress
In reply to: Menu BarYou will most likely need to provide more information before someone is able to give you any sort of reasonable suggestions.
Here are a couple of basic items that will be needed to help you more:
- Website URL
- Active Theme
Forum: Fixing WordPress
In reply to: updated "Tweet Old Post" plug-in and now can't get into websiteIf you are able to get to your site via FTP, simply go in and delete the ‘tweet-old-post’ folder. This should correct the issue with the error. It would also be a ‘nice-to-do’ to advise the plugin author directly of the issue so they can correct it.
Forum: Fixing WordPress
In reply to: Paragraph top/bottom margin in the editorIf the theme you are using supports the “editor-style” functionality then you will need to create or edit the existing editor style sheet to give a similar “look” in the visual editor.
Generally speaking, look in the themes functions.php file for the following (default) line(s) of code:
// Add theme support for editor-style add_editor_style();IF the above exists, look for the (default) editor stylesheet ‘editor-style.css’ and make your style edits there.
Of course, if the theme does not natively support the above functionality you can easily add it to the theme or better yet create a child theme and add the functionality that way to insure when the theme is updated your edits are not over-written … and don’t forget to make back-ups first.
No worries, I actually went back to the code to see how to add the feature. I have just been so busy lately I had forgotten it was there.
Thanks for choosing BNS Featured Category … I’d be interested in seeing where you are using it.
The plugin uses
the_excerpt()by default.You can choose to use a modified amount of words for the excerpt via the options panel if you want to.
Thank you. This seems an interesting combination.
I’ll have to review the difference between this idea and using the BNS Featured Category shortcode.
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] Post comment txt line is …@another-webmaster: Try changing this line in the style.css file:
a#cancel-comment-reply-link { left: 30px; position: relative; top: 30px; }to:
p.must-log-in, a#cancel-comment-reply-link { left: 30px; position: relative; top: 30px; }Version 1.9.1 will have this correction. In the meantime, please reverse the modifications to the WordPress core files you have made. There is always another method that can be used.
Forum: Themes and Templates
In reply to: Desk Mess theme | page tabs missingThere are several different updates in version 1.9, you may not have need or even see them take effect but it is almost always recommended to stay current.
Feel free to let me know if you have any issues once you decide to update, I would be happy to read the feedback.
That’s great, @darrvar! Please remember to mark the topic as resolved.
Forum: Themes and Templates
In reply to: Desk Mess theme | page tabs missingVersion 1.9 is live in the repository now, please feel free to let me know if you are still experiencing issues.
Can you provide a link to your site? Custom Menu support has existed for several releases now. Which version of Desk Mess Mirrored are you using?
@darrvar – On the same page you created the menu on you should see a “Themes Location” box. Use the drop-down selector to choose the (blank) custom menu you created.