BriniA
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Showing bullet points on text and imagesYou need to add the following CSS rule:
#afp-container ul{ list-style: none; }This will remove the bullet points for the portfolio items without affecting the others lists on your site.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Two column layout for portfolio?Just try to get your CSS styling done right, you don’t need to change the plugin’s code.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Gallery Order InconsistentIf you have any knowledge in editing PHP files you can add to the MySQL request
ORDER BY item_id. That should resolve it.Forum: Plugins
In reply to: [Awesome Filterable Portfolio] duplicatThe plugin doesn’t support multiple portfolios. Maybe will include that feature in the next release.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Thumbnail won't showWhen you pick an image the link is shown in the text field. What sounds to be the problem?
@heleensg that will be great if you can post your solution to the forum. ThanksForum: Plugins
In reply to: [Awesome Filterable Portfolio] my thumbnails are squished togetherLooking good.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Adding thumbnails using wp media uploaderOf course you can, you just need to upload the image first and then select its thumbnail via the media uploader 😉 I will reorder the image and thumbnail fields in next releases.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Is it possible to use iframes?You can edit the jQuery FancyBox to make it load HTML, not sure if you edit it it will still load images. Give it a try. The line of the code you want to edit is 43 in file /js/afp-function.js
Hi, thanks. Yes, you can do that. Simply call the PHP function
afp_shortcode()
This is the function called when you usually use the shortcode.Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Galleries?The plugin has categories and items assigned to categories, there are no galleries. Not sure if I understood your inquiry. Could you further explain?
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] last 3 items in the homepageHi,
You can’t do that with the plugin, the one on my website was manually developed.Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Layer problemHi there,
Thank you so much for the suggestion.
In a previous release, I altered the z-index for the lightbox jQuery plugin, however some theme developers use extremely high values for the z-index for styling their elements. The CSS file that you should edit is fancybox/fancybox.css under the plugin directory.
Just let me know if you have any further questions.
Best Regards;
BriniForum: Plugins
In reply to: [Awesome Filterable Portfolio] Is it possible to use iframes?I didn’t tried that but you can simply add the shortcode wherever you like on the website and that should work fine.
Please let me know if you have any questions.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] Sort portfolio items?Hi all,
Sorry for the late response. About your inquiry, once the portfolio items are created you cannot reorder them. They are listed in the order they were created in. I will take in consideration that issue and will do my best to implement it for the new releases.
Thanks.
Forum: Plugins
In reply to: [Awesome Filterable Portfolio] $.browser is undefined in quicksand.jsThank you, will do and post that in a new version.