vladkras
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Not uploading to Google BucketDamn, I spent two days debugging
Unable to create directory 1. Is its parent directory writable by the server?
error. Changing to object-level permissions really helps (my answer on SO)
Forum: Plugins
In reply to: [Easing Slider] Option Customize it is not working – Version 2.2.1.1I always use only function.php inside theme folder. This seems to be “right way” in WP
Forum: Plugins
In reply to: [Easing Slider] Option Customize it is not working – Version 2.2.1.1This means exactly what is written: it’s working, but you declared them twice.
Compare their code. If they are identical, remove one of them. Or, maybe, you just included one file into another.
Forum: Plugins
In reply to: [Adminer] Download link not workingerrors on trying to delete test table, plugin seems to be totally useless
Forum: Plugins
In reply to: [Adminer] Download link not workingWarning: array_map() expects parameter 1 to be a valid callback, function ‘table’ not found or invalid function name in /wp-`content/plugins/adminer/inc/adminer/drivers/mysql.inc.php on line 731
Warning: implode() [function.implode]: Invalid arguments passed in /wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php on line 731
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php:731) in /wp-content/plugins/adminer/inc/adminer/include/design.inc.php on line 90
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php:731) in /wp-content/plugins/adminer/inc/adminer/include/design.inc.php on line 91
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php:731) in /wp-content/plugins/adminer/inc/adminer/include/design.inc.php on line 93`
Forum: Plugins
In reply to: [Adminer] Download link not workingstill I can’t use it because of
Access denied for user ...Forum: Plugins
In reply to: [Adminer] Download link not workingyep, it seems to be a brief problem on server
Forum: Plugins
In reply to: [Easing Slider] Option Customize it is not working – Version 2.2.1.1what kind of error?
Forum: Plugins
In reply to: [Easing Slider] Option Customize the Pro version 2.0.7, it is not working.Forum: Plugins
In reply to: [Easing Slider] Option Customize it is not working – Version 2.2.1.1Options exist, but we don’t see them. Here is a workaround I use. Add
// easing slider customization fix function fix_easing_custom_style() { echo '<style type="text/css"> #customize-theme-controls .accordion-section-content { position: relative; left: 0px; } </style>'; } add_action('admin_head', 'fix_easing_custom_style');to your functions.php file. This will override default styles and let you see the options.
Forum: Plugins
In reply to: [Contact Form 7] no one os helping :-oIt seems, that it’s only one guy, that developed and maintain this plugin. I think it’s rather difficult to support 1+ million users alone.
Forum: Plugins
In reply to: [Contact Form DB] number of rowsIt’s a very frequent necessity to know how many rows where selected. Say, to display
Total: 10 repliesIt’s built in all php extensions:
http://php.net/manual/en/function.mysql-num-rows.php
http://php.net/manual/en/mysqli-result.num-rows.php
etc.It was not clear for me where to get this number until I checked a couple of files on github.
I think it’s a good practice
Forum: Plugins
In reply to: [Comment Attachment] does anybody support this plugin?Oops, forget about galleries. Mixed two comments suddenly. It’s deep night here.
Ok, I see. Thanks for reply. I thinks lots of people where wondering.
Forum: Reviews
In reply to: [Ultimate Maintenance Mode] Just triedThe only thing I can’t figure out: why is it not translated? It seems that translation file was also downloaded. If you need I will send you all translations in Russian language.