Forum Replies Created
-
AuthorPosts
-
Fernando LourençoMemberHi, Any possibility to deploy a button or link to open the url contained in a add more field? Thanks
Fernando LourençoMemberConfirmed. That’s exactly what I said.
Fernando LourençoMemberThe community has not grown, is dispersing, and the business model of the developers seems to have another focus.
This dependence places us as insecure intermediaries.
Security is provided with constant updates, whether from fixes or enhancements, extensive documentation and code routine examples, and efficient support.
The market is competitive, and paid versions seem better structured. The dedication and commitment is greater.
Fernando LourençoMemberIn April of this year, I had suggested a paid version
Fernando LourençoMemberPiklist is dead
Fernando LourençoMemberThis plugin is dead. I’ve been with it for over two years. I imagine developers are involved with other jobs. There are no updates and the forum has many questions without interaction. The community is low because many have given up using. It’s not what I think, it’s what I could see.
Fernando LourençoMemberI got it by editing and inserting the following code at the end of the wp-admin / includes / dashboard.php file
The biggest problem is that secure addresses (https) can not be viewed through an iframe.
Still I would like to include the code in \parts\dashboard. Still unsuccessful.// Create the function to output the contents of our Dashboard Widget
function iframe_dashboard_widget_function() {
// Display whatever it is you want to show
echo ‘<iframe src=”http://piklist.com” width=”100%” height=”300″ frameBorder=”0″>Browser not compatible.</iframe>’;
}// Create the function use in the action hook
function example_add_dashboard_widgets() {
wp_add_dashboard_widget(‘iframe_dashboard_widget’, ‘Iframe Dashboard Widget’, ‘iframe_dashboard_widget_function’);
}// Hook into the ‘wp_dashboard_setup’ action to register our other functions
add_action(‘wp_dashboard_setup’, ‘example_add_dashboard_widgets’ );Attachments:
You must be logged in to view attached files.
Fernando LourençoMemberHi, This plugin works great on the admin side. It finds any information
Fernando LourençoMemberWhat I miss, nor is the graphical interface. It is easy and intuitive to write the code and the documentation is very good. I miss examples, which allows you to explore resources better. I saw a video presentation that considered a system of sales, products and invoice.
Not all of us are engineers, but a ready example can help the development of those who use it as a starting point. Hyperlinks and relationships are among the questions you would like to address.
For example, I would like to include links in an ad more field. And that these links could be touch sensitive. A field on an invoice that could read a product register and bring related information (description, price, quantity, dimensions). Anyway. I think in addition to good documentation, the examples guide the understanding of the developers who are starting.
Fernando LourençoMemberThanks for the collaboration,
Jason
macmaster
Fernando LourençoMemberI will intrude in the conversation.
You know these two plugins?
ThreeWP Broadcast
Multisite Post Duplicator (It works well, but the last update issues an alert network that uses subdomains. The fix is in support guide)
Maybe you do what you want.
Fernando LourençoMemberJason,
This solves the search in the backend and finds the information in the fields created.
https://wordpress.org/plugins/wp-admin-search-meta/
Appreciate your help.
Fernando LourençoMemberThank´s Jason.
I took a look at plugin.
For my purpose, the system manages information in the admin. The custom posts types are private.
One of the great advantages of piklist is creating fields, so I thought that the location of records, based on information from these fields would be useful.
Something that would make the location of the fields in metaboxes, but on the back end.
Extending standard functionality, to locate and filter.
http://prntscr.com/bmkwv5
Fernando LourençoMemberDo not worry. Thanks for the effort.
I am making use of the solution indicated for the fields that are not grouped.
I do not want to disturb you with basic questions. In this new area, I’m still a beginner, and sometimes ask for help. 🙂
I imagine that as new features that are implemented will be available in the documentation or examples.
It’s the kind of contribution that extends the ability to use the framework.
Fernando LourençoMemberHi, Steve
I had tried to insert a row above the field function.
No complains error, but does not work in the group. It works with the field outside the group. -
AuthorPosts