ctrlaltdelete
Forum Replies Created
-
Awesome the ip hidden field is gold.
BAN Hammer ready. Thanks!Hi thanks!
How can i tell which country is the person that sent the form?Forum: Plugins
In reply to: [W3 Total Cache] robot DisallowWhat version doesn’t have the bug? 2.1.6?
Thanks!- This reply was modified 3 years, 6 months ago by ctrlaltdelete.
Forum: Themes and Templates
In reply to: [Cenote] Remove message being displayed to subscribersThanks i hope you decide non admins are simply users and have no reason to come here to leave reviews.
Forum: Themes and Templates
In reply to: [Cenote] Remove message being displayed to subscribersHello, the code is in your theme. If you must display that message at all check if the user is admin please.
functions.php
require get_template_directory() . '/inc/admin/class-cenote-theme-review-notice.php';
cenote\inc\admin\class-cenote-theme-review-notice.php/** * Return from notice display if: * * 1. The theme installed is less than 15 days ago. * 2. If the user has ignored the message partially for 15 days. * 3. Dismiss always if clicked on 'I Already Did' button. */ if ( ( get_option( 'cenote_theme_installed_time' ) > strtotime( '-15 day' ) ) || ( $ignored_notice_partially > strtotime( '-15 day' ) ) || ( $ignored_notice ) ) { return; } ?> <div class="notice notice-success cenote-notice theme-review-notice" style="position:relative;"> <p> <?php printf( /* Translators: %1$s current user display name. */ esc_html__( 'Howdy, %1$s! It seems that you have been using this theme for more than 15 days. We hope you are happy with everything that the theme has to offer. If you can spare a minute, please help us by leaving a 5-star review on www.ads-software.com. By spreading the love, we can continue to develop new amazing features in the future, for free!', 'cenote' ), '<strong>' . esc_html( $current_user->display_name ) . '</strong>' ); ?> </p>
- This reply was modified 4 years, 2 months ago by ctrlaltdelete.
Forum: Reviews
In reply to: [EWWW Image Optimizer] 外国語 わかんねぇです1 star because you don’t understand?
I put 1 star to you as a reviewer.- This reply was modified 4 years, 4 months ago by ctrlaltdelete.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Control automatic PNG to JPG threshold?Thanks glad to find something useful somewhat. I swear that’s all.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Control automatic PNG to JPG threshold?You are the best at it. =D
Something i noticed i don’t know if its by design:
When the automatic conversion happens, on the media library savings table seem to be comparing the converted JPG vs the optimized JPG instead of the original PNG vs the optimized JPG.
Making it look like the savings are a lot smaller than what they really are.
I thought it’s worth mentioning.
https://ibb.co/BqFxQqWForum: Plugins
In reply to: [EWWW Image Optimizer] Control automatic PNG to JPG threshold?Seems to be working good. Does it affect the bulk optimizer too? Or only to new uploads?
Thanks for great plugin.I resolved it with plugin “WP Mail SMTP by WPForms”
Cheerio.Forum: Reviews
In reply to: [Sydney Toolbox] Breaks entire siteSorry but why is this coded in a way it breaks the site? It should be prepared for outdated themes and put the message like the one you just posted.
So we know what to do.
It can’t be that we must kill the plugin via FTP to get the site back online.Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Nonces, do we need them?Thanks done. Please consider making it a setting so it doesn’t get overwritten with each update. Think of the children.
Thanks so much!
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Display footer on all pagesThe footer is is already included on every page of twenty sixteen.
This isn’t something twentysixteen is doing.
You should ask the plugin maker.Forum: Themes and Templates
In reply to: [Twenty Sixteen] Removing Default Link from Header ImageHi, this is located on the file header.php
It’s recommended to work in a child theme.TO-DO:
1) Delete line 99
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
2) Delete line 101
</a>
You will need to open that file with an editor like notepad++ to see line numbers.
Forum: Requests and Feedback
In reply to: Worst update since version 5.0You won’t get any sympathy here.
I hate bloat. And yes i also feel wp gets larger and larger on every update. Not necessarily better.My main concern is they never scale back. It should be kept simple and clean.
Instead they are building a jenga.