josephquenta
Forum Replies Created
-
Hello!
I don’t know why not work that script,
but with this, it worked!
add_filter(“gfexcel_field_disable”, function ($disabled, $field) {
$field_ids_to_disable = array(4, 37);
if (in_array($field[‘id’], $field_ids_to_disable)) {
if($field[‘formId’] == 11){
$disabled = true;
}
else {
$disabled = false;
}
}return $disabled;
}, 10, 2);thanks for all!!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Exported excel with rare charactersthanks!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Exported excel with rare charactersWell, I found the problem, is a function on my functions.php:
function custom_pagination($numpages = ”, $pagerange = ”, $paged=”) {
if (empty($pagerange)) {
$pagerange = 2;
}global $paged;
if (empty($paged)) {
$paged = 1;
}
if ($numpages == ”) {
global $wp_query;
$numpages = $wp_query->max_num_pages;
if(!$numpages) {
$numpages = 1;
}
}$pagination_args = array(
‘base’ => get_pagenum_link(1) . ‘%_%’,
‘format’ => ‘page/%#%’,
‘total’ => $numpages,
‘current’ => $paged,
‘show_all’ => False,
‘end_size’ => 1,
‘mid_size’ => $pagerange,
‘prev_next’ => True,
‘prev_text’ => __(‘«’),
‘next_text’ => __(‘»’),
‘type’ => ‘array’,
‘add_args’ => false,
‘add_fragment’ => ”
);$paginate_links = paginate_links($pagination_args);
if ( ! empty( $paginate_links ) ) : ?>
<ul class=”pagination”>
<?php foreach ( $paginate_links as $key => $page_link ) : ?>
<li class=”paginated_link<?php if ( strpos( $page_link, ‘current’ ) !== false ) { echo ‘ active’; } ?>”><?php echo $page_link ?>
<?php endforeach ?><?php endif;
}
thanks!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Exported excel with rare charactersI found the solution: change the theme.
But, I want to know why?, I used https://underscores.me/ on the template with the problem.
Help me please.
Forum: Plugins
In reply to: [IE Enhancer and Modernizer] PluginHello!
After I installed, What should I need to do?
I can′t see effect in IE ??Hi!!.
The plugin is very interesting!!
but I installed and no see effect in IE.Sorry for my question, but after installed the plugin, what should I do?
Thanks!
Forum: Plugins
In reply to: Sharing Media Library among Subsites WordPress 3 MultisitePleaseeee, I also need a solution for this, helppp , thanks!!