crynos
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Submit post form elementsI’ve found the way to populate the categories, but i have parent and child categories, and it not showing this, only a full list. How can i solve this ?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] reload_code.js in new plugin versionI just downloaded and the debbuger shows that reload_code.js are missing…
Some variables points to it:
$file = fopen(plugin_dir_path(__FILE__) . ‘/reload_code.js’, ‘w’);
<script type=”text/javascript” src=”<?php echo plugins_url( ‘reload_code.js’ , __FILE__ );?>”></script>
Inside advanced-ajax-page-loader.php
And it didn’t work at all for me … can someone help me ?
Forum: Plugins
In reply to: [Simple Chat] Shows 0 users onlineI’ve found my problem.. Was a plugin called “User control”.. the Test user i was using was disabled. My bad.
But,
Still have some problems…Now i can see the “Online (x)” tab, but when i click on it, it do nothing… i can’t see the list of users online, or start a chat.
Any tips ?
Forum: Plugins
In reply to: [Frontier Post] Category select with checkboxSorry.. i’m new in worpress… i have wp_dropdown_categories not wp_category_dropdown … line 252
wp_dropdown_categories(array(‘id’=>’cat’, ‘hide_empty’ => 0, ‘name’ => ‘cat’, ‘orderby’ => ‘name’, ‘selected’ => $postcategoryid, ‘hierarchical’ => true, ‘show_option_none’ => __(‘None’)));
}well.. its the 1 step… worked. Do you know how to ident it? i mean:
This plugin do almost all i need. But i need to exclude the Excerpt and Tag fields from the post page. Its posible ?
– Category 1 Title (not selectable)
– Option 1
– Option 2
– Option 3– Category 2 Title (not selectable)
– Option 1
– Option 2
– Option 3