coolclouds
Forum Replies Created
-
I have already sent messages via the contact form and email, but have received no response at all.
This is the worst support I’ve ever encountered.
I have done this twice but my posts still going on my pinterest profile.
Pinterest is just like facebook, We can create a business page on pinterest just like facebook.
So i have a business page on Pinterest and I want my posts there on page.
This is my Pinterest Business Page: https://www.pinterest.com/freebiesforex/and here is my Pinterest Profile URL: https://www.pinterest.com/marketbiz786/
- This reply was modified 5 years, 3 months ago by coolclouds.
Forum: Fixing WordPress
In reply to: How to Disable ” Drop Caps” in my theme posts pagesThank you so much, Your CSS code has solved my problem, Its working superb. Again Thanks a lot.
- This reply was modified 5 years, 4 months ago by coolclouds.
Forum: Fixing WordPress
In reply to: How to Disable ” Drop Caps” in my theme posts pagesHi, Thanks for your reply,
The developer of the theme is telling this
–> Try modifying “functions/filters.php” file, there will be a function called “BigFirstChar”. Comment out the line 126:
$content = preg_replace(‘/<p>/’, ‘</p><p class=”caps”>’,$content, 1);
</p>I dont know how to update this php code, plz look into it if you can help with this code.
I try your css code too and let you know. Thanks
Forum: Fixing WordPress
In reply to: Want to Change Extra bigger size First Letter of postThere is no option for this to disable in theme settings.
Ah,, I can see now ?? Thank you so much for you help. You are a great man I am going to create a new website which needs many tables so I was worry about this issue. Now it is solved. Once again thanks… ??
I replaced but Its not working ??
Although I can make it white but again I will put lot of coding for this minor thing, so I need solution from you ??
Wow, its working now ?? You are the man ….
Now there is a very minor problem, The text in first row and 4th column is red, I want it to white.
Whole layout is disturbed now ?? plz check
This is the whole css coding ??
——————————–
.tablepress thead th,
.tablepress tfoot th {
background-color: #F1A011;
color: #ffffff;
}.tablepress-id-1 .row-2 td,
.tablepress-id-1 .row-3 td,
.tablepress-id-1 .row-4 td,
.tablepress-id-1 .row-5 td,
.tablepress-id-1 .row-6 td {
vertical-align: middle;
}.tablepress-id-1 .row-2 .column-4,
.tablepress-id-1 .row-3 .column-4,
.tablepress-id-1 .row-4 .column-4,
.tablepress-id-1 .row-5 .column-4,
.tablepress-id-1 .row-6 .column-4 {
font-weight: bold;
font-size: 18px;
color: #EA1E27;
}.tablepress-id-1 .row-2 .column-1 img {
width: 100%;
}.tablepress img {
width: 100%;
}.tablepress-id-1 .row-3 .column-1 img {
width: 100%;
}.tablepress {
table-layout: fixed;
width: 670px;
}.tablepress-id-1 .column-1 {
width: 30px;
}.tablepress-id-1 .column-2 {
width: 170px;
}.tablepress-id-1 .column-3 {
width: 180px;
}.tablepress-id-1 .column-4 {
width: 70px;
}.tablepress-id-1 .column-5 {
width: 90px;
}.tablepress-id-1 .column-6 {
width: 110px;
}/*******************table2***********************/
.tablepress-id-2 .row-2 td,
.tablepress-id-2 .row-3 td,
.tablepress-id-2 .row-4 td,
.tablepress-id-2 .row-5 td,
.tablepress-id-2 .row-6 td {
vertical-align: middle;
}.tablepress-id-2 .row-2 .column-4,
.tablepress-id-2 .row-3 .column-4,
.tablepress-id-2 .row-4 .column-4,
.tablepress-id-2 .row-5 .column-4,
.tablepress-id-2 .row-6 .column-4 {
font-weight: bold;
font-size: 18px;
color: #EA1E27;
}.tablepress-id-2 .row-2 .column-1 img {
width: 100%;
}.tablepress img {
width: 100%;
}.tablepress-id-2 .row-3 .column-1 img {
width: 100%;
}.tablepress-id-2 .column-1 {
width: 30px;
}.tablepress-id-2 .column-2 {
width: 170px;
}.tablepress-id-2 .column-3 {
width: 180px;
}.tablepress-id-2 .column-4 {
width: 70px;
}.tablepress-id-2 .column-5 {
width: 90px;
}.tablepress-id-2 .column-6 {
width: 110px;
}————————————-
Should I replace all coding with your coding ?
Hi,
I am not good in coding , I have created a table with the help of some css coding and reading your many posts here.
Please check: https://www.forexsignals.xyz/ on this page table id is ” 1 ”
https://www.forexsignals.xyz/top-5-best-binary-options-signals-providers/ on this page table id is ” 2 ”
I have used css for separately for each table. I know there can be one css syntax for both tables. Problem is I don’t know how ? I played a lot but failed and at the end I did separate css for each table.
I want to create many other pages with same table design and layout, Please tell me the exact css syntax for all tables..
Thanks