Trevor
Forum Replies Created
-
Trevor in reply to:
Search results problems(Private) March 22, 2016 at 5:04 pm #40212Are you able to give me admin logins/url (use a private reply)?
Trevor in reply to:
Dropdown Box Exceeding Columns(Private) March 22, 2016 at 4:58 pm #40209It is not working because the rule above it in the custom css box has an error. That rules looks like this in your code:
#give-donation-level-button-wrap& gt;li { float: none; display: inline-block; }
I have had to add a space there so that you can see the code
And should be:
#give-donation-level-button-wrap>li { float: none; display: inline-block; }
And the stylesheet is broken from then on down, which means it doesn’t read what you just entered.
Trevor in reply to:
Search projects only(Private) March 22, 2016 at 4:38 pm #40200What was the reason to use Custom?
Trevor in reply to:
Search form max. number of fields(Private) March 22, 2016 at 4:28 pm #40198You can use this plugin to discover what yours is set to:
https://wordpress.org/plugins/system-snapshot-report/
1000 is the PHP default and will not give you many fields before it is exceeded. This variable also restricts the maximum number menu items.
Trevor in reply to:
Dropdown Box Exceeding Columns(Private) March 22, 2016 at 4:21 pm #40195It should.
Trevor in reply to:
Search projects only(Private) March 22, 2016 at 3:27 pm #40185Can I ask again …
What have you set the display mode to? archive, shortcode ….
What theme are you using (a link to the theme page is best)?
Trevor in reply to:
Stylizing the Search and Filter Headings(Private) March 22, 2016 at 3:19 pm #40184Do you want to change:
Font face – currently Crimson Text
Color – currently #ae895d
Font-size – currently 22px
Font weight – currently 400or what, and if so, to what?
Trevor in reply to:
Not able to drag elements into the Search Form UI box(Private) March 22, 2016 at 3:09 pm #40183Hi
The theme you have, VideoTouch, is conflicting with the javascript in our plugin. If I switch to a default WP Theme, I can build the form.
The theme appears to have its own jquery-ui.min.js file and this is disabling our form’s drag and drop. Maybe the theme author can comment?
Trevor in reply to:
Dropdown Box Exceeding Columns(Private) March 22, 2016 at 3:03 pm #40182This reply has been marked as private.Trevor in reply to:
2 issues – List items in sidebar /Search by range(Private) March 22, 2016 at 3:01 pm #40181This reply has been marked as private. -
AuthorPosts