NTG-GP
Forum Replies Created
-
Thumbnails are visible on your web site, did you fix it ?
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Manually use language tags?Thank you for the tip, works fine !… even on WP 4.0
By the way this plugins deserves a 5 stars medal !Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] reCapthha php errorHi Xiradorn
Thanks for the fix ! Works fine with the following versions
WP 4.0
CF7 v4.0.1
reCAPTCHA extension v0.1.0and at line No: 1970
Replace This =>
if ( $mltlngg_post_type == ‘post’ || $mltlngg_post_type == ‘page’ ) {
=> With =>
if ( $mltlngg_post_type == ‘post’ || $mltlngg_post_type == ‘page’ || $mltlngg_post_type == ‘your-custome-post-type-slug’ ) {Plugin version 1.1.2
Forum: Plugins
In reply to: [Archives Calendar Widget] Unable to filter the posts by Category wiseHi Alek!
I had the same problem than monk_amritanshu,
I use the plugin to show only posts filtered by categories.
Calendar displays correctly only dates for a categrory selected but when I click on a date the plugin returns all posts of the date and not only posts of the specific category. Solution given by monk_amritanshu works only if get_queried_object_id() returns the current catgory ID and not a page ID or else. In my case I used get_query_var( ‘cat’ ) in line 445. It would be interesting to have this feature in the next version. By the way Alex, thank you for your plugin, good work !Hi WPyogi, I just applied Add-on Prod update from 5.49 to 5.52
Thank you WPyogi I found solution and fixed it. ??
Hi, We also use pro version and have exactly same problem since last update of both WP Google Maps and Pro Add-on plugins. We notice that map disappeared but map title is still displayed under the supposed map area.
Please assist us.Thank you Jafet Mejia regading the tip (functions.php line 157).
Before I had to deactivate qTranslate plugin to access WidgetPanel and reactivate it after.
Now it works fine.Forum: Plugins
In reply to: [WP FullCalendar] Post limit and category arrayHi Turrikan,
In wp-fullcalendar/wp-fullcalendar.php I just added some args.
Look for comment line “//go through each post type taxonomy and display if told to” then modify line “$taxonomy_args = ….”For my web site I added include with a list of categories:
$taxonomy_args = array( ‘echo’=>true, ‘hide_empty’ => 1, ‘name’ => $taxonomy_name, ‘hierarchical’ => false, ‘class’ => ‘wpfc-taxonomy’, ‘taxonomy’ => $taxonomy_name, ‘selected’=> $default_value, ‘show_option_all’ => $taxonomy->labels->all_items,’include’ => ‘7,538,640,1368,1446,2507,6282,2637,5290,504,18556,6386,9422,688,19343,12398,816,16875,6209,7961,15728’);Hope it will help you
Forum: Plugins
In reply to: [WP FullCalendar] Excerptyou have to modify wp-fullcalendar.php
look for function qtip_content()
replace
$content = ( !empty($post) ) ? $post->post_content : ”;
with
$content = ( !empty($post) ) ? $post->post_excerpt : ”;Forum: Plugins
In reply to: [WP FullCalendar] Post limit and category arraysolution to restrict to only few categories in dropdown menu:
add ‘include’ => ‘tag_ID,tag_ID,…’ in $taxonomy_argsForum: Plugins
In reply to: [WP FullCalendar] Post limit and category arrayRegarding first problem I fixed it by adding ‘posts_per_page’ => -1 in $args
Did not find any solution, rollback to NextGen 1.9.13
WP: 3.6.1
Hi, having same issue whatever file name and/or file size. Even with gallery directory set to 775. Just a yellow triangle whitout any error explaintation.
Any help would be appreciated