Jan Teriete
Forum Replies Created
-
You’ll have to give the word a special class.
<span class="notranslate">Word</span>
My solution didn’t solve free_text for radio buttons.
foreach($post as $k => $v) { if(!empty($v) && preg_match('/^_wpcf7_.*_free_text_(.*)$/', $k, $matches) && isset($matches[1])) { if($debug) { print_r($matches); } $field = $matches[1]; if(is_array($post[$field])) { array_splice($post[$field], -1, 1, array($v)); } else { $post[$field] = $v; } } if(substr($k, 0, 6) == '_wpcf7' || strpos($k, 'all-fields') || $k === '_wpnonce') { unset($post["{$k}"]); } }
Form the changelog of version 2.40.8:
Added: shortcode parameters ‘from’ and ‘to’ can be used to set a default for all directions. Use a string or POI number, for example [mappress from=”2″] or [mappress from=”Mountain View, CA”]
I’m using a shortcode in my page and was able to solve this problem with the new parameter ‘to’.
Forum: Plugins
In reply to: [Async JS and CSS] wp_print_scripts doesn't work @ wp-login.phpThe plugin Security-protection is one example which stops working.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Where is the Sitemap file?It’s a virtual file, generated on the fly.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] No sitemap generatedJust to mention, newer versions of this plugin don’t create a file named sitemap.xml in the root of your wordpress installation. It’s a virtual file generated on the fly.
Forum: Plugins
In reply to: [Posts Character Count Admin] Custom Post TypesCould you please test version 2.1. It now supports pages. I’ve tested version 1.4 and 2.1 with a cpt, both worked. Perhaps the pages support solves the problem for you.
Greats from Germany
LeisureLarryForum: Plugins
In reply to: [Posts Character Count Admin] Custom Post TypesForum: Plugins
In reply to: [Posts Character Count Admin] Custom Post TypesTested version 1.3 with a custom post type. Didn’t notice any problems.
Sorry for the delay, didn’t notice your request.
Plugin ist updated, version 2.1 now supports Manage Pages SubPanel.
Greats from Germany
LeisureLarryThe htaccess setting works for me.
Thanks ??
Hi lifeinthegrid,
I don’t get how to enable the feature at install time.
I disabled the old version and uninstalled it (including deleting files and settings). After that I copied the content of the zip file to the plugin folder and activated the plugin.
The htaccess file existed and was filled with options -indexes. Going to the settings and checking the option didn’t change that. Why not simply unlink the file in case the option is checked? Wouldn’t this be easier? For example I’m a user and just noticed that I’m affected by the issue. Seeing the option I wouldn’t get how to use it.
Greats from Germany
LeisureLarryHi lifeinthegrid,
I got this error after building the install files. I tried to download the installer.php and the zip file and got the error (the server didn’t support Options -Indexes).
Greats from Germany
LeisureLarrySame problem using WordPress 3.8, BackWPup 3.1.1 and PHP 5.3.
I’m not using the Advanced Access Manager plugin, therefore the problem must have another cause.
Greats from Germany
LeisureLarryForum: Plugins
In reply to: [Redirectioner] Updated deprecated function WPDB::escapeThanks for your work ??