SIM_Admin
Forum Replies Created
-
Forum: Plugins
In reply to: [Basic Comment Quicktags] Quicktags do not show for pagesOh and… A sample of my website page may be viewed at: https://strategiesinmotion.net/financial-planner-on-your-team/
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Forum: Plugins
In reply to: [Basic Comment Quicktags] Quicktags do not show for pagesI am using WP 3.7.1 and Quicktags 3.1. I have the same problem as john7012. If logged into WP I get the quicktags with my comment form, but if not logged in they don’t show.
However, when viewing the source for both page types, the code is exactly the same; which includes the html and such for the quicktags. I looked in the quicktags.php and the ‘is_singular’ is being used. I changed it to ‘is-single’ and reloaded the page, but still no quicktags. HELP!
Thank you
Lost in code…
Forum: Plugins
In reply to: [Simple Page Sidebars] How to get sidebar id or nameThanks Brady. I got what I wanted… using <?php if ( ! dynamic_sidebar( ‘page-sidebar-workshops’ ) ) : ?> WORKED! Thanks again.
Forum: Plugins
In reply to: [Simple Page Sidebars] How to get sidebar id or nameBrady, thank you for getting back with me. I am trying something, will get back to you.
Forum: Plugins
In reply to: [Basic Comment Quicktags] styling the buttonsI read the Quicktags API, found the quicktags.js in my wp-includes, and have looked at the plugin files — I cannot find #qt_comment_toolbar anywhere.
I must be confused somehow. Where did the qt_comment_toolbar ID attribute come from?
I would like to add some additional styling to the buttons, but cannot find the id attributes.
Forum: Plugins
In reply to: [Basic Comment Quicktags] styling the buttonsWow — I see, makes perfect sense to me now. thank you — on my way to styling now.
Oh, would you help me to understand how the plugin’s templates are connected to the comments form?