paulalutzoff
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] Poll is not workingHi Lester.
I would like to know if there is a possibility to avoid automatic votation (like imacros.net).
Can I use captcha or something similar?
Tks, PaulaForum: Plugins
In reply to: [WP-Polls] Poll is not workingHello Lester,
please find the correct link: https://www.dicanimal.com.br/vote-aqui-1/Tks, Paula
Forum: Plugins
In reply to: [YOP Poll] ImagesHello YOP
please find the correct link: https://www.dicanimal.com.br/vote-aqui-2/
Tks, PaulaForum: Plugins
In reply to: [WP-Polls] Poll is not workingHello Lester,
I made the requested changes but still is not working.
Could you help me?Tks, Paula
Forum: Plugins
In reply to: [YOP Poll] ImagesHello,
Please find below the poll link:
https://www.dicanimal.com.br/vote-aqui/Let me know if you need the password wp-admin.
Tks for your help.
PaulaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Widtn of the columnsHello Tobias,
the tables are almost ready …
for table 1 (5 columns) I used this code:
.tablepress-id-1 th,
.tablepress-id-1 td {width: 20%;}for table 3, I have 6 columns, and the same code didn′t fit.
I have to change the % value to each number ?Regards, Paula
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Widtn of the columnsHi Tobias,
sorry for bothering you again, but I’m not very familiar with creating CSS and I can′t get the right structure.Now I need help to:
* table #1: I dont wan′t to change the color when the mouse hover on the columns and lines. I want to have “fixed colors”.* table #3: I want to use these colors in the table
background title row: #ff9e5e
background rows: #ffc166Thanks for your kind help.
Regards PaulaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Widtn of the columnsHello Tobias,
First of all, thanks for your help.
I have more questions:1. Is it possible to join all codes related to table#1
.tablepress-id-1 .odd td {background-color: #ff9e5e;}
.tablepress-id-1 .even td {background-color: #ffc166;}
.tablepress-id-1 td {border: 2px solid #ffffff;}
.tablepress-id-1 th,
.tablepress-id-1 td {width: 20%;}2. How can I centralize the titles in the first row and column (table 3 to 5)?
Thanks for your help.
Regards, PaulaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Widtn of the columnsHello Tobias,
sorry for being repetitive.
I do need to change the CSS in the real code, not only in the plugin options ?If I could send me the right code, I will be very happy ??
Regards, Paula
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Widtn of the columnsHello Tobias,
I get the code at faq, but I didn′t have sucess with it.
Also, I tried to change the color of the first row of table #3, and it didn′t work.Could you help me with both questions ?
Thank you in advance.
Regards, Paula‘.tablepress-id-1 .odd td {background-color: #ff9e5e;}
.tablepress-id-1 .even td {background-color: #ffc166;}
.tablepress-id-1 td {border: 2px solid #ffffff;}.tablepress-id-N .column-1,
.tablepress-id-N .column-2,
.tablepress-id-N .column-3,
.tablepress-id-N .column-4,
.tablepress-id-N .column-5,
{width: 100px;}.tablepress-id-2 .odd td {background-color: #ff9e5e;}
.tablepress-id-2 .even td {background-color: #ffc166;}
.tablepress-id-2 td {border: 2px solid #ffffff;}.tablepress-id-3 .row-1 {background-color: #ff9e5e;}’