cjknowles17
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Reviews] Review Not ShowingChecked again and got this:
1PHP NoticeUndefined variable: Product_NamesPlugin:?Ultimate Reviews
File:?/wp-content/plugins/ultimate-reviews/includes/Widgets.class.php
Line: 111May 2, 2024 – 11:24:01
(4 occurrences logged)2PHP NoticeUndefined variable: Product_NamesPlugin:?Ultimate Reviews
File:?/wp-content/plugins/ultimate-reviews/includes/Widgets.class.php
Line: 300Forum: Plugins
In reply to: [Ultimate Reviews] Review Not Showingnothing is showing up in the debug logs. I am also not getting an error message. It says that the review was posted successfully on the front end, but nothing displays and nothing goes to the back end.
any other ideas what to do?
can I achieve this using custom css? If so, what code to type?
Forum: Plugins
In reply to: [AccessPress Social Icons] Add Icons To HeaderNever mind, got it.
Thanks.
Forum: Plugins
In reply to: [Participants Database] Allow Only One Searchable Field?Alright, so I made the custom template (the detailed one), moved it where specified (into my child theme, created a template folder), and then made the changes (removing block off code for that html line).
Now the search is just one field; however, no matter what I enter, it comes back with all the results still there.
https://findcheapoil.com/listings/connecticut/
I changed the “your_search_field_name” to “company”
Forum: Plugins
In reply to: [Participants Database] Allow Only One Searchable Field?xnau, you are correct. I will read the documentation to do that. Thanks!
Forum: Plugins
In reply to: [Participants Database] when will this be compatible with 4.3?Yes. The plugin works fine for me on 4.3.
Forum: Plugins
In reply to: [Participants Database] Allow Only One Searchable Field?xnau, I still can’t get it to work…
I deleted:
<?php
/*
* there are 4 options for this function which defines which fields will be
* available in the search dropdown selector:
* 1. “all fields” text: set the text of the default “all fields” item:
* leave it “false” to use the internationalized default
* 2. print it or return the element as a value: only use this if you
* need to alter the HTML directly. You will need to print the item for
* it to be seen. If ‘true’, the function prints the selector dropdown.
* 3. columns: supply an array of column names if you want to define the
* list of fields that can be used for searching: ‘false’ uses all displayed
* fields
* 4. sorting: you can choose to sort the list by ‘column’ (the order they
* appear in the table), ‘alpha’ (alphabetical order), or ‘order’ which
* uses the defined group/field order
*/
$this->column_selector( false, true, false, ‘column’ );
?>And inserted:
<input type=”hidden” name=”search_field” value=”company” />
And I am still getting all the search fields. Anything else I have to edit?
Forum: Themes and Templates
In reply to: Changing Site Logo For Specific CategoryWhat exactly would be the html of logo? Just a URL?
Forum: Plugins
In reply to: [Participants Database] A Few QuestionsActually for number 1, I can just read through another post to get what I need: https://www.ads-software.com/support/topic/masking-links
Forum: Plugins
In reply to: [Participants Database] Show Date Modified On List?Perfect. Thanks.
Forum: Plugins
In reply to: [Participants Database] Making Entry Clickable Text/IconThanks for the quick response, I’ll look into that. In the meantime, is there a way to make a DEFAULT for the TEXT that someone would enter for a website? I know right now I can make a default for the URL section, but how about the TEXT portion of it? And better yet, can I make just the TEXT of the Website section READ ONLY?
I imagine I’ll have to jump into the code for this.
Forum: Fixing WordPress
In reply to: Way To Have Refreshed Page Scroll Down To CenterThe plugin I use is Pics Mash. It selects 2 random images from the media. You click on one, page refreshes, then it grabs 2 new random images.
With what you suggested, I’d have to edit every single image, correct?
Where in the code can I manually edit this?
Forum: Themes and Templates
In reply to: [Customizr] Weird Issues When Changing Background ColorsYour English was perfect, and no it was not a typo and it makes a lot of sense.
Thank you for your help.