Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • in reply to: URL Field #8678

    Hi, Any possibility to deploy a button or link to open the url contained in a add more field? Thanks

    in reply to: Project abandoned? #8456

    Confirmed. That’s exactly what I said.

    in reply to: Project abandoned? #8442

    The 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.

    in reply to: Project abandoned? #8440

    In April of this year, I had suggested a paid version

    Paid version

    in reply to: Project abandoned? #8438

    Piklist is dead

    in reply to: Asgaros Forum #8427

    This 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.

    in reply to: Google Tasks in Admin Panel #8259

    I 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&#8221; 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.
    in reply to: FacetWP compatibility #8247

    Hi, This plugin works great on the admin side. It finds any information

    https://br.wordpress.org/plugins/wp-admin-search-meta/

    in reply to: Why should I use the Piklist instead of the ACF? #7994

    What 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.

    in reply to: Why should I use the Piklist instead of the ACF? #7993

    Thanks for the collaboration,
    Jason
    macmaster

    in reply to: Global CPT in Multisite #7442

    I 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.

    in reply to: Search for information in the fields #6842

    Jason,
    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.

    in reply to: Search for information in the fields #6841

    Thank´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

    in reply to: URL Field #6724

    Do 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.

    in reply to: URL Field #6710

    Hi, 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.

    http://prntscr.com/bh4nbd
    http://prntscr.com/bh4oes

Viewing 15 posts - 1 through 15 (of 21 total)