Christopher Martin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Shortcode in a shortcodeHi,
Thanks for the reply. Enclosing shortcodes aren’t supported with my shortcode… the second shortcode provides the taxonomy depending on which page is being displayed that is used as a variable in the shortcode, hence it only works as a shortcode in a shortcode…
I am using Types & Views (wp-types.com) and it doesn’t look like enclosing shortcodes would work.
Thanks
Forum: Fixing WordPress
In reply to: Shortcode in a shortcode in a widgetThanks… I tried that, then I realised that if I remove add_filter( ‘widget_text’, ‘do_shortcode’); from functions file completely the shortcode still works exactly the same!
Unfortunately I only know enough to be dangerous, so I am not sure where to look next to try and get this working!
Forum: Fixing WordPress
In reply to: Shortcode in a shortcode in a widgetjust a normal text widget…
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Loop Table RowsThanks
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Loop Table RowsHi,
Thanks…
The data comes from somewhere else, but I am heavily using the layout and CSS Styling, and I have used WP-Table-Reloaded extensively throughout for other static content.
I would like to keep everything uniform and consistent (as well as having ease of managing), and just have one set of CSS styling to update all table across the site, etc.
I know there are other options if I can’t use WP-Table-Reloaded – but I would prefer to use WP-Table-Reloaded for this if it’s possible?
Thanks