Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 3 replies, 2 voices, and was last updated 11 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
03/23/2015 at 5:00 pm #324156
Dani Weymouth
ParticipantHi. How can I make things like “Clear Search” and “View All” buttons? Where can the heading part of the php code be found? (Meaning in what file?)
03/24/2015 at 12:39 pm #324361Steven Zahm
Keymaster@ Dani
re: How can I make things like “Clear Search” and “View All” buttons?
You can use CSS to make the “Clear Search” display as a button. It is classed asbutton btnso as to use any buttons CSS the theme may have.Styling the “View All” link is a little more problematic since it is not classed but selecting it should still be possible using this method. So a selector like this should work:
#cn-tile-plus a[href$="view/all/"] { /*css*/ }After a quick Google search, I found a nifty little tool you can use to create the CSS for a button:
re: Where can the heading part of the php code be found? (Meaning in what file?)
Sorry, I do not follow… what do you mean by the heading part?Hope that helps!
03/24/2015 at 9:35 pm #324438Dani Weymouth
ParticipantAs far as the buttons, thanks, that worked. And I have css for buttons.
As far as the header part of the directory, I want to move around the items at the top. For example, I want to line up the search and the other buttons, move down the message, etc. In order to do this, I need to modify the php. Where can I find the php to modify the elements above the search results?
Attachments:
You must be logged in to view attached files.03/25/2015 at 8:51 am #324462Steven Zahm
Keymaster@ Dani
re: For example, I want to line up the search and the other buttons, move down the message, etc.
Most of the functions that output header objects can be found in this files:
They are added by WP actions, to control the order, you could remove the actions (by using an action) and then re-add the actions in the order you want the objects. Here the line in the file where the actions are setup:
Two objects, the category drop down and the search input are also actions, but they are added by the template. YOu can find them in the
tile-plus.phpfile in this folder:../wp-content/plugins/connections-tile-plus/
After moving objects around, you’ll likely have to adjust the CSS to deal with alignment and such.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
