Luis Godinho
Forum Replies Created
-
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] error log – Empty substringThis is fixed on 1.4.2 to be released this week.
Could you please send me the link to your site so I can see the issue with the black space?
As per the second issue related with the stopwords’ case, it is already fixed on the version 1.4.2, to be released this week.Forum: Reviews
In reply to: [gee Search Plus, improved WordPress search] What I was looking forHey, Thanks for the review! Appreciated.
As per the suggestion, indeed it is a great feature. I’ll added it to the next release.Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] ErrorI would suggest you double check the API key and the infusionsoft subdomain settings in the settings screen.
Forum: Reviews
In reply to: [Select All Terms] small but perfectly formedThanks for the review!
The plugin is simple and cute! ??Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Integrate with SF Custom ObjectsYes, the Gravity Forms Salesforce API Add-On supports custom objects.
Login to Salesforce and reset the password and generate a new security token. Update these in the plugin settings page.
Let me know if it solves the issue.Forum: Plugins
In reply to: [XML Sitemap for Stella] Do not create the file sitemap-index.xmlI’ve no idea..
Enable the debug on WordPress and check for errors.Forum: Plugins
In reply to: [Gravity Forms Directory] weird displayWell Colorbox script was not causing that issue (although it is also an issue..)
What is causing this issue is that your theme has a CSS class called .fixed which is conflicting with the Gravity Forms Directory table class (also defined as .fixed), this is why the table sticks to the top of the page.
Just add the following to your shortcode directory definition:
tableclass="gf_directory widefat"
example:
[directory form="29" tableclass="gf_directory widefat"]
Forum: Plugins
In reply to: [Gravity Forms Directory] weird displayIt’s probably caused by the colorbox script which is not correctly enqueued into the plugin.
As a quick fix, just move the file/colorbox/jquery.colorbox-min.js
to/colorbox/js/jquery.colorbox-min.js
.This will probably fix the issue.
Forum: Plugins
In reply to: [gee Search Plus, improved WordPress search] Change relevance orderHi Laura,
You may change the relevance order by hooking in the following filters, which are meant to change the relevance weight of any search term found on title, post content or taxonomy:
gee_search_title_weight
(default = 5)
gee_search_content_weight
(default = 1)
gee_search_taxonomy_weight
(default = 2)For example, to change the title relevance weight to value 10, add the following to your theme functions.php file:
add_filter( 'gee_search_title_weight' , 'my_title_weight' ); function my_title_weight( $weight ) { return 10; }
Hope this helps.
Forum: Plugins
In reply to: [Select All Terms] Contributing with spanish stringsSpanish translation added to plugin version.
Thanks for your help!
CheersForum: Plugins
In reply to: [Select All Terms] Contributing with spanish stringsHi Marcelo
Sorry for the late answer.
For some reason I didn’t get your message on my email box and so I found out today about your request.I’ll merge your spanish version on the plugin and I’ll let you know as soon as it is done!
Thanks!
Hi
Sorry for the late answer but I didn’t get your last comment on my email box.
Thanks for all the suggestions. They are very valuable and I’ll try to address them in a future release.
Thanks
Hi Miller,
I’ll have a look into this on the next days. I’ll get to you as soon as I have a clear answer.
Thanks