piticu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Google Charts] Does nothingSorry mate, i’ve uninstalled the plugin. I realized that i can embed a google charts straight from spreadsheet.
https://colectiacosticaacsinte.eu/dailywork/quality-checking/The shortcode was exactly the one you provided into the docs, except the key
Forum: Plugins
In reply to: [NextGEN-Galleryview] Gallery is showing blurred imagesSame problem here. It looks like instead the original pictures, it displays the enlarged/blured thumbs. You can see it here:
https://mjialomita.ro/sectiile-muzeului/
last tab, ?Ora?ul de floci“, about end of page. Any help will be appreciated.
Forum: Fixing WordPress
In reply to: How to close comments on a static pageThanks a lot.
Forum: Plugins
In reply to: [Custom Field Matrix] [Plugin: Custom Field Matrix] doesn't workA small intro: right now i have a small project involving photographic formulas (you know, make your own developer and stuff). I have a friend who helps me from time to time, correcting the formulas. He’s a chemist, i’m just a photographer: he says “sodium thiosulphate”, i say “hypo” and we’re talking about the same substance. That’s the main reason for what i start thinking about taxonomies.
So, given that i already build up this list, i’m thinking to eliminate one possible source of mistake that could be entering the substances again, by hand, in formulas ??
I have a very alpha website on https://ergpif.eu/formulas/
I also found a relatively working solution with drupal, but right now is on localhost only. As soon as i’ll make it live i’ll let you know.
ps: please bear with my funny english ??Forum: Plugins
In reply to: [Custom Field Matrix] [Plugin: Custom Field Matrix] doesn't workA small suggestion: it would be great if one column type could be a autofill from a taxonomy ??
Forum: Plugins
In reply to: [Custom Field Matrix] [Plugin: Custom Field Matrix] doesn't workIt works now, you can add new version number so it can be updated automatically. Thank you much for your efforts.
Forum: Plugins
In reply to: [Custom Field Matrix] [Plugin: Custom Field Matrix] doesn't workStill broken ??
last xammp (1.7.3) on win7 + wp (3.0.4) + cf matrix (1.02)plugin_dir.’/css/cf_matrix_edit.css” />’; // get matrixes if(get_post_meta($post->ID, ‘cf_matrix_col’, true) != ”) { $cols = array(); foreach(get_post_meta($post->ID, ‘cf_matrix_col’, false) as $col) { $col_values = unserialize($col); foreach($col_values as $key => $value) { $col_values[$key] = stripslashes($value); } $cols[] = $col_values; } } else { $cols = array( array(‘id’=>1, ‘label’=>’Alt Text’,’name’=>’alt’,’type’=>’text’,’options’=>array()), array(‘id’=>0, ‘label’=>’Image’,’name’=>’url’,’type’=>’image’,’options’=>array()), array(‘id’=>2, ‘label’=>’Caption’,’name’=>’caption’,’type’=>’textarea’,’options’=>array()), ); } // sorts cols by id $cols = $this->msort($cols); ?>
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wp\wp-content\plugins\custom-field-matrix\core\meta_box_1.php on line 53
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wp\wp-content\plugins\custom-field-matrix\core\meta_box_1.php on line 65
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wp\wp-content\plugins\custom-field-matrix\core\meta_box_1.php on line 77
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wp\wp-content\plugins\custom-field-matrix\core\meta_box_1.php on line 90