BriniA
Forum Replies Created
-
Forum: Reviews
In reply to: [Responsive Deluxe] The full page template doesn't workHi,
Thank you for your feedback. I have fixed the issue please give the theme another shot.
I will really appreciate if you can give the theme a better rating 🙂
Thanks,
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Activation ErrorHi,
The plugin was tested with WordPress 4.1 before its release, it seems to work fine with the twentyfifteen theme. Please provide me with more details and I will be glad to assist you.
Thanks!
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Two different portfoliosThe plugin does’t support multiple portfolios. You can instead create one portfolio and multiple categories.
I hope that helps.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Two different portfoliosThe plugin does’t support multiple portfolios. You can instead create one portfolio and multiple categories.
I hope that helps.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] change Project Link textIn the plugin directory, open the file afp.php in a text editor. Search for the words “Project link” and replace with whatever you like.
I hope that helps 😉
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Portfolio layout problemHi,
In the tutorial I uploaded a small size image. What you can do is, after upload an image, from the Media Uploader select thumbnail size. That should generates a smaller image for the thumbnail.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Missing argument 2 for wpdb::prepare(),This problem has been fixed, please update Awesome Filterable Portfolio to v1.8.3
Thanks,
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] Title for imagesThe title tag is a HTML tag, I will think of a way to add it for the next version in order to improve SEO.
Thanks,
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] Problem with uploading imgsxondra, uploading images in Awesome Filterable Portfolio uses the WordPress Media Uploader which is called using javascript, javascript conflict is a common issue. If you disable plugins running scripts in the wp admin panel you will notice that the plugin works perfectly. Some other plugins authors load javascript in all the admin panel instead of loading it only where needed. Scripts that keep running can cause other javascript not to function or function improperly. There is nothing I can do about it because I can’t unload scripts loaded by other plugins.
I hope you understand and please let me know if you encountered any other issues.
Thanks,
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] thumbnail not optionWhat redgypsee says is correct, also please check your media settings for thumbnail size. If you are having memory issues that’s probably a problem with your server, the plugin uses the WordPress Media Uploader.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Multiple Categories…Hi all,
I was asked a lot about multiple categories but didn’t have enough time to work on that. In fact, it’s quite simple. Categories can be stored in an array() in the database (you may need to use the serialize function in order to store them) and then in the display function just append that array to every portfolio item. Changes need to be made to PHP only, in term of JS the plugin is ready.
I will probably post an update with some new features including the multiple categories in the summer.
Thank you all for your feedback 🙂
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] custom loopHi,
The plugin doesn’t use custom posts. You can duplicate the query and limit it to show only 3 portfolio items.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Jquery breaking after filteringThank you so much for pointing out the problem, I will definitely investigate and post an update soon.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Hover effects and sliding not workingInstead of having an image for your portfolio item, you can just upload the thumbnail and in the image field you can have there the link to a post/page or an external link. I hope this helps.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Error: Missing argument 2 for wpdb::prepare()Thanks a lot Chris, I will dig into the issue and post an update as soon as I fix it.