srhom
Forum Replies Created
-
My theme and your plugin are both loading bootstrap.js. This appears to be the source of the problem. Using chrome I blocked the bootstrap.js from the plugin, and both my menu and the accordion functioned normally. How would you suggest I solve this issue?
I am having the same issue with a Bootstrap theme. The accordion works fine, but when I enabled this plugin my menu modal stops working site-wide. Here’s the link to the site: https://communities.geoplatform.gov/geoconops/
Menu toggle is on the top right.
Having the same issue. Is this plugin supported anymore?
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Short codes in resultsThis latest update did the trick for me. No more short codes. Thanks for your help!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Short codes in resultsYes. After clearing the index and re-indexing a few times the output is still: [one_half] [/one_half] [one_half_last] Career Interest Testing Choose the career just right for…
Not working correctly for me. https://tulsatech.edu/search-results/?search=careers
Forum: Plugins
In reply to: [List category posts] Display image custom fieldI ended up with this code. It works to display the image, but please let me know if there’s a more elegant way to do this.
//Custom fields: //$lcp_display_output .= $this->get_custom_fields($single); $image_lcp = $this->get_custom_fields($single); $image_id = strip_tags($image_lcp); $preview_image = wp_get_attachment_image( $image_id , 'full' ); $lcp_display_output .= $preview_image;
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Short codes in resultsThanks for your quick response. I installed the update, and re-indexed. I’m still seeing the short codes. Are there any other steps that I might need to take? Here’s sample URL: https://dev.tulsatech.edu/search-results/?search=careers