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 7 years, 4 months ago by
Steven Zahm.
-
AuthorPosts
-
04/11/2019 at 5:36 am #489520
Jaewon Kim
ParticipantI want to move the keyword search below the category selection. What files should I modify?
-
This topic was modified 7 years, 4 months ago by
Jaewon Kim.
Attachments:
You must be logged in to view attached files.04/11/2019 at 9:35 am #489550Steven Zahm
KeymasterYou need to edit the
cmap.phpfile found in this folder:../wp-content/plugins/connections-cmap/On line
847you shold find:add_action( 'cn_action_list_before-' . self::$template->getSlug() , array( __CLASS__, 'formClose'), 99999 );Change it to:
add_action( 'cn_action_list_after-' . self::$template->getSlug() , array( __CLASS__, 'formClose'), 99999 );On line
852you should find:add_action( 'cn_action_list_before-' . self::$template->getSlug() , array( __CLASS__, 'searchForm') , 1 );Change it to:
add_action( 'cn_action_list_after-' . self::$template->getSlug() , array( __CLASS__, 'searchForm') , 1 );Please note that is this not supported and may not function as expected. These changes will be lost as updates to cMap are released.
Hope this helps!
04/12/2019 at 6:33 am #489573Jaewon Kim
ParticipantI modified the program according to your advice, but the problem has not been solved. I will wait for your program update.
Attachments:
You must be logged in to view attached files.04/12/2019 at 9:22 am #489603Steven Zahm
KeymasterI’m sorry maybe I do not understand… the screen shot looks like the search was move to the bottom. It is beside the pagination which is at the bottom.
Also, I’m am unsure of what program update you are waiting for???
-
This topic was modified 7 years, 4 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
