Search found 5 matches
- Tue Sep 22, 2015 11:50 am
- Forum: PHP - Frameworks
- Topic: Drupal exposed filter not displaying children
- Replies: 0
- Views: 5876
Drupal exposed filter not displaying children
Please refer the image http://i.stack.imgur.com/Knykf.jpg when select the child category it shows "searchfilter?field_category_tid=5" http://i.stack.imgur.com/JoqHX.jpg but when I select the parent it shows nothing "searchfilter?field_category_tid=4" http://i.stack.imgur.com/JMBh...
- Sat Aug 22, 2015 11:02 pm
- Forum: PHP - Frameworks
- Topic: tinyMCE Editor
- Replies: 0
- Views: 4930
tinyMCE Editor
Using the following guideline I managed to add my custom classes to selector. https://codex.wordpress.org/TinyMCE_Custom_Styles
But Now I want to add a clear button to remove the classes
How can I implement this?
But Now I want to add a clear button to remove the classes
How can I implement this?
- Sun Aug 02, 2015 5:25 am
- Forum: PHP - Code
- Topic: Capturing a email genetating via javascript
- Replies: 1
- Views: 646
Capturing a email genetating via javascript
I'm using "simplehtmldom" to captured the elements. I want to capture the email address from the following email capture http://i.stack.imgur.com/uQJwk.png the email is generating with javascript and It was decoded. So I know I can not capture the email. I noticed, I couldn't select the &q...
- Tue Jun 30, 2015 2:59 am
- Forum: Javascript
- Topic: Script modification to relocate json file
- Replies: 0
- Views: 7334
Script modification to relocate json file
Im having issue with uloading following into herokuhost as db.json located outside of the 'json-server' directory
https://github.com/typicode/json-server/
How and where should I modify this script to move the db.json into 'json-server' dirctory
https://github.com/typicode/json-server/
How and where should I modify this script to move the db.json into 'json-server' dirctory
- Thu Jun 25, 2015 12:14 am
- Forum: PHP - Code
- Topic: Foreach varaiable as array
- Replies: 1
- Views: 874
Foreach varaiable as array
Following code generate a select dropdown field $fields['shipping']['shipping_city'] = array( 'label' => __('City', 'woocommerce'), 'placeholder' => _x('', 'placeholder', 'woocommerce'), 'required' => true, 'clear' => true, 'type' => 'select', 'class' => array('own-css-name'), 'options' => array( 'N...