Jump to content

Domain Pricing Table not working in Wordpress


Recommended Posts

Hello! @Brains

You're always being a angel to me. Now i have issue in Domain name pricing table not working in wordpress, I'm using latest WHMCS and WordPress. I tried the following code that works good if checked directly through the URL.

<style type="text/css">
table.domainpricing {
    width: 600px;
    background-color: #ccc;
}
table.domainpricing th {
    padding: 3px;
    background-color: #efefef;
    font-weight: bold;
}
table.domainpricing td {
    padding: 3px;
    background-color: #fff;
    text-align: center;
}
</style>
<script language="javascript" src="feeds/domainpricing.php"></script>

 Along with domain name https://websol.biz/order/feeds/domainpricing.php

 

if I use it in WordPress code or other section it does not work. 

 

 

 

Link to comment
Share on other sites

On 26/05/2021 at 09:15, Waqas Saeed said:

if I use it in WordPress code or other section it does not work. 

I assume this is now fixed as I can see the feed working here - the only issue I can see it that the table headings are centred, but that's likely because you're not passing a th text center align in the CSS.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated