mdazmir
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Gistpen] Unable To Create New GistForum: Plugins
In reply to: [Two Factor] Delete Existing TOTPI’ve updated to the latest version (0.1-dev-20180927) but the “Reset Key” button to remove a TOTP key is not showing like in your screenshot.
Forum: Plugins
In reply to: [Postie] Attachement Size And ThumbnailHi Wayne, I’ve found the codes below within postie-functions.php
Start: Line 1681
$file_array = array(
‘name’ => $attachment[‘wp_filename’],
‘type’ => $attachment[‘mimetype’],
‘tmp_name’ => $tmpFile,
‘error’ => 0,
‘size’ => filesize($tmpFile)
);Is there a simple way return the ‘size’ value? Your guide would be greatly appreciated. Thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] Boxed Layout Using Child ThmeHi Tom, is it possible to reset the saved settings as if it’s a new installation?
Can it be done by modifying the value within generate_setting column? Below are the details:MySQL Table: wp_options > generate_settings
Value:
a:5:{s:15:”container_width”;i:1100;s:22:”content_layout_setting”;s:13:”one-container”;s:21:”header_layout_setting”;s:12:”fluid-header”;s:18:”nav_layout_setting”;s:9:”fluid-nav”;s:21:”footer_layout_setting”;s:12:”fluid-footer”;}Forum: Themes and Templates
In reply to: [GeneratePress] Boxed Layout Using Child ThmeHi Tom, thanks for the reply. I put your codes inside my child themes’ function.php and it doesn’t seem to affect the layout.
Is this the correct method to do this. Sorry, my WordPress coding skill is a bit average.
Forum: Plugins
In reply to: [SitePush] ETA for 4.0 compatibilitySame here as well.
Hi Rob, I’m interested to auto-translate my site from English to Chinese on the page load as you’ve mentioned on you previous post. Is it possible to share your solution with me? By the way, thanks for a very useful plugin.