matrlx
Forum Replies Created
-
Suggestion: add at panel the option to insert the Icon of my site. I realized that wp-login page do not insert my custom page icon automatically (the little one, 16×16 pixel, <link rel=’Shortcut Icon’ href=’/icon.png’ type=’image/x-icon’ />).
Suggestion: In the backend settings, be able to change the color of the text between this tags:
<p class=”description indicator-hint”><?php echo wp_get_password_hint(); ?></p>
This is the text that appears when you click RESET PASSWORD and since I’m using a background image, I can’t read the text inside this <p> tag because the default text uses a dark color.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TABLEPRESS RESPONSIVEHello Tobias,
Great! It worked ??Thank you and keep the great work =)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TABLEPRESS RESPONSIVETobias,
Since I’m testing the website, I sent you the link by email.Thank you,
PauloForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TABLEPRESS RESPONSIVEI think I’m facing the same problem.. take a look Tobias:
https://i.imgur.com/c3iWdNm.jpg
In the responsive model, the lines are not aligned.I have this on my Custom CSS:
@media (max-width: 767px) {
.tablepress-responsive-phone th,
.tablepress-responsive-phone td {
width: auto !important;
border: none !important;
}
}@media (max-width: 979px) {
.tablepress-responsive-tablet th,
.tablepress-responsive-tablet td {
width: auto !important;
border: none !important;
}
}but it doesn’t seem to solve the problem. I tried to change WIDTH to HEIGHT, but the problem continues.
btw, I just made a donation for you for the nice work you’ve done here ??
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Category rankingsLast question, in PRO version, when I have a multi set rating in a post, the users that review it in comments will also have a multi set of stars to vote? Or only 1 line of stars?
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Category rankingsGreat! And it is possible to associate a thumbnail with the rating so when I list this ranking, it shows the thumbnail next to the result?
Example:
Thumb1 – Post ranked 1
Thumb2 – Post ranked 2etc
I was facing the same problem after update. weDevs Support solution took care of the problem. Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] URLs to ImagesThank you for the quick reply Tobias. I did a simple solution, just typing one line of code:
$output = str_replace( 'follow">', 'follow" class="tablelink">', $output );
and inserting one line at my .css file:
a.tablelink { margin:0 0 0 17px; background-image:url(img/icon.gif); display:block; height:20px; text-indent:-9999px; width:20px;}
Thank you ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] URLs to ImagesTobias, what about a unique image for multiple links?
Example:
Line 1: https://www.google.com
Line 2: https://www.bing.comInstead of showing the link it shows an image (icon) that links to this URLs?
I’ve tried to do this but it only changes the link to image in the first row..
Take a look, please.
What I’m doing wrong?https://i.imgur.com/WrnOgXy.jpg
https://i.imgur.com/Ny4urZ8.jpgI have the same issue here. Yesterday my website got all blank. W3 total cache crashed combining the CSS files and I would have loose my entire database if I haven’t done a backup.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Different files, same contentGreat! Thank you!
I’ll appreciate this feature too. Myarcadeplugin use Cubepoints, but it gets really slow when you have a lot of users in the database.