new_B
Forum Replies Created
-
Hi I’ve retested again and noticed that if the directory is set to approved=”false” then sometimes the search keywords return entries; however, this is not always, especially when some multiple word keywords are searched (e.g. my org) that do match some entries.
If approved=”true” then there are never any results returned, even if there are actual matches.
I tried the backend admin directory search at https://www.mysite.com/wordpress/wp-admin/admin.php?page=gf_entries&view=entries&id=1 and it seems to work fine, even with multiple word keywords. It just doesn’t work on the frontend.
Any ideas/suggestions? Is anybody still encountering this issue too?
Sorry, I meant “keyword”, not “keyboard”
Hi,
We are using the most current version; however, the frontend search for the directory is not working for us. Searching for a valid keyboard appearing in the directory still returns “This form does not have any entries yet.” even when the searched entry is approved or unapproved.
Has anybody encountered this issue with the current version and/or have any suggestions/solutions?
Thanks in advance.
Hm…I’ve tried the update but still have the same issue. What version of IE are you using?
I looked into filters and got it to apply to the directory listing page but still not the detailed entry/full entry display…Any ideas?
I added the following to the thesis theme’s custom_functions.php file:
function test_function($content) { return "test"; } add_filter ('kws_gf_directory_value_#', 'test_function');
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Datepicker not working in IETo add to that, I tried clicking a date in the calendar a bunch of times in IE and I end up getting the following error message:
Out of memory at line: 104.
At times though it does add the date to the field.
Hi,
I managed to make the Calendar not overlap by adding the following to my custom.css file, for the field that uses the Datepicker
.EventStartDate {
z-index:9999999999;
}However, now that it’s fixed, I have another issue in that it does not prefill a date into the textbox. I will create a separate issue report.
Thanks.
I have a similar problem as well. I have four images rotating through, one at a time. I am not sure what the cause of the problem is. It seems to rotate fine for quite some time.
When I leave the webpage open for some time and then go back to it, I see blank spaces and when I click on the “next” and “previous” arrows, I get images just zipping by, with a lot of whitespace as well.
The following is the shortcode that I am using:
[jj-ngg-jquery-carousel html_id="jcarousel" skin_class="jcarousel-skin-myskin" gallery="1" width="500" height="120" visible="1" scroll="1" animation="slow" auto="5" order="sortorder"]
It seems to default wrap to circular, even though the documentation at https://www.ads-software.com/extend/plugins/jj-nextgen-jquery-carousel/ says that the default wrap is “null”.
Has anybody encountered this as well? Thanks for any help/suggestions you can provide.