Atakan Au
Forum Replies Created
-
Forum: Plugins
In reply to: [Dark Mode for WP Dashboard] Load js file errorThis section is where the security value is created. Commenting does not negatively affect security. But, the security check condition cannot be verified, if it exists. It is best for the plugin author to review the source code.
Forum: Reviews
In reply to: [Import CDN-Remote Images] Does not workI understand what you want @catuyen. But;
This plugin batch adds external images to the media library without saving them to our WordPress server. As explained:… you can host the images in a dedicated server other than the WordPress site …
You misunderstood the purpose of my plugin. Please re-evaluate your rate.
Also, it’s a good idea to add this feature. I will work on adding an option to save files to local in the next version as soon as possible.
Forum: Reviews
In reply to: [Automatically Hierarchic Categories in Menu] Real time saverI’m glad to hear that my plugin helped you save time when adding menu items. Thank you for your feedback!
You’re welcome. Good wishes…
Hi @protorob , thanks for your support request.
As I mentioned in the pinned post, some themes’ menus may use custom HTML and CSS format. Customization may be required to adapt.Please add these CSS rules to your custom styles for the theme you are using:
.dropdown-click .main-navigation ul li.sfHover > ul { display: block; opacity: 1; visibility: visible; pointer-events: auto; height: auto; overflow: visible; float: none; } #generate-slideout-menu.main-navigation ul li.sfHover ul { display: block !important; }
Note: For caret arrows, professional work is required.
This plugin cannot select / sort menu items; But please read the expansion plugin features in the blog post.
Best Regards.I confirm that the contact form works. Please try in a different browser, or in incognito mode.
- This reply was modified 4 months, 1 week ago by Atakan Au.
Please read the pinned topic of the plugin.
There is no way for me to know your website theme configuration. You can prepare your staging site and send the login information via the contact form.Forum: Plugins
In reply to: [Plugin Check (PCP)] “%1s” placeholder in $wpdb->prepare()Thank you for your patiently detailed answer.
This is already unwanted usege:
$ids = implode(',',$id_arr); $wpdb->get_results( $wpdb->prepare( "SELECT ... WHERE ID IN( $ids ) " ) );
[Code#1] PCP is ‘WARNING’ for this sanitization:
$ids = implode( ',', array_map( 'intval', $id_arr ) ); $wpdb->get_results( $wpdb->prepare( "SELECT ... WHERE ID IN( $ids ) " ) );
WordPress.DB.PreparedSQL.InterpolatedNotPrepared
Use placeholders and $wpdb->prepare(); found interpolated variable $ids at “WHERE ID IN( $ids ) ”[Code#2] PCP is ‘WARNING’ for this too (stackoverflow):
$que= implode(',', array_fill(0, count($id_arr), '%s') ); $wpdb->get_results( $wpdb->prepare( "SELECT ... WHERE ID IN( $que ) " ), $id_arr );
WordPress.DB.PreparedSQL.InterpolatedNotPrepared
Use placeholders and $wpdb->prepare(); found interpolated variable $que at “WHERE ID IN ( $que ) ”[Code#3]
...d
: It seems not available yet.WordPress.DB.PreparedSQLPlaceholders.UnsupportedPlaceholder
Unsupported placeholder used in $wpdb->prepare(). Found: “%…d)”.None of the codes complete the checks successfully. Am I supposed to ignore the ‘WARNING’s?
Forum: Plugins
In reply to: [Automatically Hierarchic Categories in Menu] CSS not workingHello, I’m glad you contacted me. I took a quick look at your site. I think you created the menu manually. As mentioned here, the theme you are using uses a custom HTML structure. The free version is insufficient for this theme.
Forum: Plugins
In reply to: [Import CDN-Remote Images] It fetched all imagesYou can set the number of images to import to 500 or less. This works. Just enter the value before you start importing.
Filtering files in a specific folder from the Cloudinary library can be added, but I need to work on it. I can’t say that I will do it soon.
For now, this might be a solution for you: The plugin first adds the most recently uploaded images from the Cloudinary library to the WordPress library. Upload the images you specifically want to import. Set a limit to the number of images you upload. This way you can import only the images you want.Forum: Reviews
In reply to: [Import CDN-Remote Images] Good but quite annoyingThank you for your positive feedback.
Filtering files in a specific folder from the Cloudinary library can be added, but I need to work on it. I can’t say that I will do it soon.
Forum: Plugins
In reply to: [Import CDN-Remote Images] Media LibraryHello,
This plugin does not create or delete any files on your WordPress server or Cloudinary storage. Media items are created by importing in the database. It is possible to remove them from the media library.Yes @ringdal , I wrote the information on my blog page as much as possible. Some themes use a non-standard menu. I think @zebullon was using such a theme. In such cases, publishers need HTML and CSS experience. But still, if it’s not too complicated, I help as a volunteer. I hope I deserve 5 stars for everyone. Thanks to everyone…
Forum: Reviews
In reply to: [Automatically Hierarchic Categories in Menu] AmazingI’m Atakan, and there’s only one developer ??. It’s nice to hear such nice compliments from you. Thanks.
My other plugins may also be useful, take a look.