BriniA
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Problem with uploading imgsI have tested it on WP 3.6.1 and it works, please check if you have any plugin or theme that runs JS in the WP backend, that could cause that kind of issues with the image upload.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Portfolio Thumbnail HoverHi Damon,
I have recently posted a new update that allows you to customize the hover effects to look the way you want by defining the effect for the image initial state and the hover state.
Cheers,
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] Simple css fix has me pulling my hair outThe font used for your theme is by the default the one that the plugin uses. You may use the following CSS:
li.afp-single-item{ font-size: 16px; font-family: Georgia; }Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Multiple images to a portfolio itemSorry, the plugin doesn’t support that feature.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Please help! CSS and jQuery Not workingHi all,
The plugin works on WP 3.6, however if you are updating the plugin to version 1.6 or above you may need to deactivate and reactivate the plugin in order to work and benefit from all the new features it offers. The CSS problem could be due to a theme update since the plugin inherits its styling from your theme style.css. I have released a new update 2 days ago and I will include a fix for CSS issues by creating a few themes for Awesome Filterable Portfolio.
Sorry for the late response and just let me know if I can be of any further assistance 🙂
Cheers,
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] Portfolio Isn't confined to ContainerThe plugin inherits its style from your theme style, so you need to create a CSS rule for ul.afp-items to style the portfolio items the way you want. ul.afp-filter to style the categories.
I hope this helps and you can check the plugin documentation for more http://brinidesigner.com/wordpress-plugins/awesome-filterable-portfolio/docs/
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] One Item, Two Categories?I got a lot of requests about that, however, that was not planned for the new update released 2 days ago. The new update includes:
* Wide variety of image hover effects
* Plugin available in 4 languages
* A few bug fixesForum: Plugins
In reply to: [Awesome Filterable Portfolio] Embed Portfolio in Page TemplateYou can add the following PHP code wherever you want to display the portfolio
<?php afp_shortcode (); ?>Forum: Reviews
In reply to: [Awesome Filterable Portfolio] Error soon after installThanks Jan! I will definitely do my best to fix that issue and publish a new update soon.
Forum: Reviews
In reply to: [Awesome Filterable Portfolio] Error soon after installWhat is really disappointing is that you didn’t even read any documentation or contacted me to ask for help. The plugin does work as shown in the video tutorial. The portfolio you created didn’t look like the example because of your stupid mind that didn’t know how to set it up correctly.
I’ve worked hard to develop it and make available for free and your poor rating doesn’t reflect what the plugin really deserves.Forum: Reviews
In reply to: [Awesome Filterable Portfolio] Category Name is not workingHi there,
This section is specific to reviews not support. I spent so much time and efforts making the plugin and any poor rating won’t encourage me provide you any support.
Forum: Reviews
In reply to: [Awesome Filterable Portfolio] it does work but…What relationship between custom posts and responsive design? The plugin is responsive and the portfolio items flows as you resize your browser window if you have tried that!
Forum: Reviews
In reply to: [Awesome Filterable Portfolio] does not workWhy don’t you use your account for something positive? All your posts and comments are negative reviews. The plugin does work and if not please ask yourself this questions “Am I that dumb?”
Hi,
The plugin inherits its style from your theme styling. You may need to add a new CSS rule.afp-single-item { /*CSS CODE HERE*/ }and give it the necessary styles.Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Remove "All" linkYes you can, just open afp.php and go to line 768 and delete the following code
<li class="afp-active-cat"><a href="#" class="All">All</a></li>
remember to keep';at the end of the line 😉