Luis
Forum Replies Created
-
Forum: Plugins
In reply to: [Real Estate Website Builder] Spanish TranslationHi Matt, there are no language files?
How can we translate it?
No way?
I can see some strings in the php code
Any hint?
At least for the front end would be great
Thanks
Forum: Plugins
In reply to: [Real Estate Website Builder] Spanish TranslationHello, thanks for your quick answer, I’ll do it with poedit.
Forum: Plugins
In reply to: [Real Estate Website Builder] multi languageHello
For exapmle? (spanish)
Thanks!
Forum: Plugins
In reply to: [Jellyfish Counter Widget] Counter Does Not Show Up EitherHi.. sorry for the poor english.
What I need to do is something like this (donations counter for gifts to children)
https://www.banesco.com/lo-nuevo/dona-un-regalo-en-navidad
But I cant find the way to hook the script of the plugin into the functions.php theme’s file.
Any help please?
https://www.grupoeditoresvenezolanos.com/site/campana/
Thanks!
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formThanks for this great plugin and for your support!
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formThanks very much!
I added this to my theme’s functions.php file
function theme_name_scripts() {
wp_enqueue_script(‘ch_js_widget’);
wp_localize_script(‘ch_js_widget’, ‘ch_ajax’, array(‘ajaxurl’ => admin_url(‘admin-ajax.php’)));
}add_action( ‘wp_enqueue_scripts’, ‘theme_name_scripts’ );
Now is working.. Thanks!
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formHello Webikon, thanks very much for your answer.
I added the css code into the default css theme file and now it looks OK, then I added the two lines of code you kindly indicated in the wp-includes/functions.wp-scripts.php file, but although now it shows the remaining days, it is still not working.
function wp_register_script( $handle, $src, $deps = array(), $ver = false, $in_footer = false ) {
global $wp_scripts;
if ( ! is_a( $wp_scripts, ‘WP_Scripts’ ) ) {
if ( ! did_action( ‘init’ ) )
_doing_it_wrong( __FUNCTION__, sprintf( __( ‘Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.’ ),
‘wp_enqueue_scripts
‘, ‘admin_enqueue_scripts
‘, ‘login_enqueue_scripts
‘ ), ‘3.3’ );
$wp_scripts = new WP_Scripts();
}$wp_scripts->add( $handle, $src, $deps, $ver );
if ( $in_footer )
$wp_scripts->add_data( $handle, ‘group’, 1 );wp_enqueue_script(‘ch_js_widget’);
}—————————
function wp_localize_script( $handle, $object_name, $l10n ) {
global $wp_scripts;
if ( ! is_a( $wp_scripts, ‘WP_Scripts’ ) ) {
if ( ! did_action( ‘init’ ) )
_doing_it_wrong( __FUNCTION__, sprintf( __( ‘Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.’ ),
‘wp_enqueue_scripts
‘, ‘admin_enqueue_scripts
‘, ‘login_enqueue_scripts
‘ ), ‘3.3’ );return false;
}return $wp_scripts->localize( $handle, $object_name, $l10n );
wp_localize_script(‘ch_js_widget’, ‘ch_ajax’, array(‘ajaxurl’ => admin_url(‘admin-ajax.php’)));
}Where should I add this code?
Again…Thanks very very much!!
Forum: Plugins
In reply to: [ContestHopper for WordPress] Not submintting formHello, error found in firebug console:
ReferenceError: ch_ctdn is not defined
ch_ctdn(‘2591234’, ‘ch_widget-2042_1’);in this lines
jQuery(document).ready(function() {
ch_ctdn(‘2591234’, ‘ch_widget-2042_1’);
});My shortcode is [contesthopper contest=”2042″]
My theme is City Desk by Gabfire themes
Installed plugins:
Akismet
Contact form 7
Contact Form DB
ContestHopper for WordPress
Ninja Pages, Categories, and Tags
PHP Text Widget
Really Simple CAPTCHA
Widget Logic
WP Bannerize
WP e-Commerce
I tried the plugin in a fresh WP 3.8.1 installation and it works like a charm!!!
https://www.gfserver.com.ve/demowp/concurso/
Thanks to Carlos-Vazquez for the spanish translation and Webikon for creating this awesome plugin, but I′m stucked in my client’s page, help needed!
Forum: Plugins
In reply to: [ContestHopper for WordPress] Form not submitting issueHello, I’m having the same problem here, the form is not submitting
Help is appreciated.
https://www.grupoeditoresvenezolanos.com/site/concurso-de-prueba/
Forum: Plugins
In reply to: [Column Shortcodes] Vertical line between columnsHello… same question here
Thanks