davidnskidmore
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Accordion Shortcodes] Output ErrorThanks Phil, sorry I bugged you unnecessarily.
Forum: Plugins
In reply to: [Accordion Shortcodes] Output Error<p>*Accordion Content*</p> <div id="accordion"><br /> < class="accordion-title">Accounting Services</><div class="accordion-content"> Providing financial information to our clients in a timely and accurate manner is a commitment that we feel cannot be compromised. Meaningful, well-organized financial records ensure that your business operations will run more efficiently on a daily basis. Our firm provides a full range of cost effective accounting services including the following:</p> <ul> <li>General ledger and financial statement preparation</li> <li>Bookkeeping (Monthly/Quarterly/Annual)</li> <li>Accounting system setup for new businesses</li> <li>Compilation of financial statements</li> </ul> <p></div> <p>< class="accordion-title">Financial Forecasts and Projections</><div class="accordion-content"> Forecasting is a necessity when trying to effectively manage and lead a business to profitability. From simple projections to complex financial modelling, our experienced staff can assist you in achieving your company’s financial goals.</div><br /> </div> <script> jQuery(function() { var icons = { header: "ui-icon-plusthick", activeHeader: "ui-icon-minusthick" }; jQuery( "#accordion" ).accordion({ collapsible: true, active: 0, heightStyle: "content", icons: icons, }); }); </script> <p>*Non-Accordion Content*</p>It appears the H3 tag is not printed at all when using the default theme, however there is obviously some sort of conflict.
Forum: Plugins
In reply to: [Accordion Shortcodes] Output ErrorSo you can better understand the output vs the input.
*Accordion Content* [accordion] [accordion-item title="Accounting Services"] Providing financial information to our clients in a timely and accurate manner is a commitment that we feel cannot be compromised. Meaningful, well-organized financial records ensure that your business operations will run more efficiently on a daily basis. Our firm provides a full range of cost effective accounting services including the following: <ul> <li>General ledger and financial statement preparation</li> <li>Bookkeeping (Monthly/Quarterly/Annual)</li> <li>Accounting system setup for new businesses</li> <li>Compilation of financial statements</li> </ul>[/accordion-item] [accordion-item title="Financial Forecasts and Projections"] Forecasting is a necessity when trying to effectively manage and lead a business to profitability. From simple projections to complex financial modelling, our experienced staff can assist you in achieving your company's financial goals.[/accordion-item] [/accordion] *Non-Accordion Content* <strong>Financial Statements</strong>Forum: Plugins
In reply to: [Accordion Shortcodes] Output ErrorExample Page: http://jeskeco.com/client-services/
Forum: Plugins
In reply to: [Accordion Shortcodes] Output ErrorThe theme is businessbox. The accordion.min.js is not being loaded that I can see.
<?php get_footer(); ?>is loaded at the end of the page template and<?php wp_footer() ?>in the footer.I’ve labeled *Accordion Content* Above the Accordion section and *Non-Accordion Content* after the accordion section.
Viewing 5 replies - 1 through 5 (of 5 total)