• Resolved projectrk

    (@projectrk)


    Please Check my code, cause your plugin doesn’t work when I tried to post the shortcode in a page. Please see code below.

    <h3>Service comparison - Tiered Rate Structure</h3>
    We offer a comprehensive rate plan. One that makes it easy for new or small businesses to get started with a professional accountant rather than devote valuable business creation time to bookkeeping chores. The rate structure is tiered so that larger businesses pay only for services they use, not a flat rate. We grow our services only as you grow. Businesses that use one of our supported applications get very special rates on their tax returns at the end of the year, generally 1/3 of what a manual tax return would cost.
    
    [show_pricing_table table_id="317"]
    
    <h3>Virtual Bookkeeper</h3>
    <h4>Do you need a virtual bookkeeper?</h4>
    Let’s face it, your bookkeeping tasks become more time consuming as your business grows. Are you becoming too busy to handle your books and need a helping hand?
    
    Bookkeeping tasks we can do for you:
    
    [wptabs style="excite-bike" effect="fade" mode="horizontal"]
    [wptabtitle] Categorizations[/wptabtitle] [wptabcontent]We categorize your transactions by hand, which makes it easier to track your expenditures and payments. Your CPA will be thankful they don’t have to do this for you.[/wptabcontent]
    [wptabtitle] Accounts payable[/wptabtitle] [wptabcontent]We notify you of any unpaid expenses before, on and after the due date. You can thank us later, we take care of your money organization.[/wptabcontent]
    [wptabtitle] Accounts Receivable[/wptabtitle] [wptabcontent]We record your invoices and send out notifications to clients for overdue invoices. We've got your back.[/wptabcontent]
    [wptabtitle] Reports[/wptabtitle] [wptabcontent]We send you weekly and monthly reports. These reports include P&L, Payables and Receivables. We’ll track your money, you spend time making your business money.[/wptabcontent]
    [wptabtitle] Reconciliations[/wptabtitle] [wptabcontent]We perform monthly bank reconciliations. Somebody needs to do it, right? A reconciliation is the process of checking your electronic books against your bank statements to ensure both are balanced and properly recorded.[/wptabcontent]
    [wptabtitle] Tax Time[/wptabtitle] [wptabcontent]At tax time, we’ll use your up-to-date data to produce tax returns in record time and at 1/3 the cost of a CPA or H&R Block.[/wptabcontent]
    [/wptabs]

    please check this live site out. Click here.

    https://www.ads-software.com/plugins/responsive-pricing-table/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter projectrk

    (@projectrk)

    update on the page, please check it out here Check out

    I was expecting that the table should be where it should according to my code. unfortunately, the table overrides everything and reposition the table on the very top of the content page.

    &nbsp;
    <table class="payroll-table" border="0" width="100%" align="center">
    <tbody>
    <tr class="pt-title">
    <td>
    <h5>Transaction p/month</h5>
    </td>
    <td>
    <h5>Up to 100</h5>
    </td>
    <td>
    <h5>100 to 250</h5>
    </td>
    <td>
    <h5>250 to 500</h5>
    </td>
    <td>
    <h5>500 to 1000</h5>
    </td>
    <td>
    <h5>Over 1000</h5>
    </td>
    </tr>
    <tr>
    <td>New/Small Business</td>
    <td>$99/mo</td>
    <td>$199/mo</td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td>Small to Medium Business</td>
    <td></td>
    <td></td>
    <td>$349/mo</td>
    <td>$599/mo</td>
    <td></td>
    </tr>
    <tr>
    <td>Medium to Large Business</td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    <td>$599+ $0.45 p/trans. > 1000</td>
    </tr>
    </tbody>
    </table>
    &nbsp;
    
    CSS
    [hz_price_table id=389]
    
    Responsive Pricing Table
    [show_pricing_table table_id=317]
    Plugin Author Sayful Islam

    (@sayful)

    I don’t know what is the problem.
    But I found that there is a diffrent style.css file inside responsive-pricing-table.
    Did you change the style.css file to style it?
    I think that was the problem.

    I’m having the same problem. The tables insist on placing itself on the top. Anything else I place is goes to the table’s right side. I can;t even assign a “padding” to it to make up for flaw.

    Same prob. Shortcode is placed at the point I want the table to appear, but the table displays at the top of my page.

    @sayful, You mentioned you detect @projectrk is using a different style.css. In my case, I import a custom CSS file from my theme’s default style.css file. However, I have not re-styled the table at all in either the style.css or my custom CSS files. I’m using the plugin straight out of the box. If you suspect it’s a css file prob, perhaps this insight helps.

    I can’t believe this problem is marked resolved. Hehehe…

    I think I’ve figured out the problem…

    Edit the file “responsive-pricing-table/pricing-shortcode.php”.

    Change:

    echo $html;

    to this:

    $html .= '<p style="clear:both;" />';
    return  $html;

    Seems to fix for me. Now the problem I’m having is that my table won’t center.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Posting shortcode problem overrides the format of wordpress page’ is closed to new replies.