Rob Scott
Forum Replies Created
-
Thanks for the fix and adding it to the support area!
I will try to get the plugin updated and added to the repo.What was the PHP error? Did you try to debug that error at all?
Forum: Reviews
In reply to: [Eazy XMLRPC Pingback Disable] It works! :)Hi @jakours2
Thanks for taking the time to rate the plugin. Glad it is working for you!
RobForum: Plugins
In reply to: [Eazy Flickity Slider] Insert play/pause buttonYou would have to code that functionality into the plugin as it does not currently exist.
Forum: Plugins
In reply to: [Eazy Flickity Slider] Insert copy on top of slide imageYou can add text to the editor of the slide. It will add the text on top of the image. This allows you to use html/css to just like a post, but the content from the editor appears on top of the image on the front end.
Forum: Plugins
In reply to: [Eazy Project Management] Link user with “client” role to client taxonomyHi @elise24
Line 38 of eazy-project-management-roles.php uses wp_insert_term to add the tag to the project tags which gets called on user_register. If you look in the database is the tag there?Forum: Plugins
In reply to: [Eazy Flickity Slider] errorHi Dom
I am not sure. Line 126 creates an array and puts the slides in it. What is your hosting environment like where the path to WP is /DATA/m/a/r/xxxxxx ?Forum: Reviews
In reply to: [Eazy Login Logo] Easy to use but the logo is way to smallThanks for the kind words @dacree1
It is frustrating to get negative feedback / ratings that one feels are unjust, because it effects the number of people that will use the plugin. My Downloads Per Day dropped over 50% about the same time @greg-ward posted his one star review of this plugin, dropping the average from 5 stars to 3. It really makes me want to take all of my stuff out of the WP repo and just keep it in a private Github repo, but when I hear from individuals like you who can potentially benefit from my work it makes me feel so much better about it.
I really do appreciate you taking the time to post your thoughts.Forum: Plugins
In reply to: [Eazy Login Logo] Warning: Invalid argument supplied for foreach()Hi @cristianryu
I do not have any idea. I looked at line 643 of the mercadopago-ticket-gateway.php but am not sure why it is conflicting with Eazy Login Logo.
It shouldn’t conflict, but since I did not write the woo-mercadopago-module plugin so I am not familiar with how it works or why it would conflict there. Eazy Login Logo just hooks at login_enqueue_scripts to add an inline style to the header of the login page that replaces the image.
Sorry I can’t be more help. The question might get a better response at the woo-mercado-pago-module plugin page.Thanks,
RobForum: Plugins
In reply to: [Eazy Flickity Slider] Eazy Flickity Slider cant active.Hi @kajibon
I apologize for the plugin not working properly. I know how frusterating it can be when plugins wont install. Thank you for providing feedback on your issues with the plugin so we can get it working properly on your installation.Are you still using XAMPP or is that new error on an Apache build?
The line that is causing an error uses:
wp_get_attachment_image_src($thumb_id,'full', true)
which should return an array with a key of [0] going to the src url.
I am going to change the code to store that function in a variable so hopefully accessing the array keys will work for you.
I am going to upload this to the repository in a few minutes. Version 1.1.1 of the plugin will have the update.
Please let me know if this fixes it for you.Thanks,
RobForum: Plugins
In reply to: [Eazy Flickity Slider] Eazy Flickity Slider cant active.Closing
Forum: Plugins
In reply to: [Eazy Flickity Slider] Eazy Flickity Slider cant active.Hi @kajibon
I updated the code in the WordPress repository.
I am going to mark this as closed, if it did not fix your error please open a new support request or contact me on twitter.Thanks for checking out the plugin!
Forum: Plugins
In reply to: [Eazy Flickity Slider] Eazy Flickity Slider cant active.Hi @kajibon
I think this might be an issue with xampp and short tags.
I missed a<?php
on line 52 of that file and had it just as<?
which XAMPP did not like.
I will update the code and add to the repository today.
If you do not want to wait for the update, you can enable short tags in XAMPP or add<?php
to line 52 of /resources/eazy_flickity_slider_admin_tinymce.phpThanks
Forum: Plugins
In reply to: [Eazy Project Management] Project page doesn't show@mpek –
Great! I would appreciate any feedback you have on how the plugin functions.
Since you are translating it into German, would you be interested in sending me the translations of things like:
“Please login to view your project.”
so that we can have the plugin work in German when installed on a German installation.Thanks so much,
RobForum: Plugins
In reply to: [Eazy Project Management] Project page doesn't showHi @mpek –
I pushed out some changes that hopefully address why you were getting the not found error.
It should have a update notification in your dashboard.
Let me know if it fixes it for you.Thanks,
Rob