klihelp
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Slideshow TimerHow did you resolve this?
Forum: Plugins
In reply to: [Eazyest Gallery] Gallery skewed and css is offI see your website works well, how did you resolve it?
Forum: Plugins
In reply to: [Eazyest Gallery] Plugin problem with greek charactersWordPress slugs will be sanitized to support as many browsers and easy management. The function sanitize_title() used for this and they have filters if you really want to change something.
Read more about this function and filters in WP codex:
http://codex.wordpress.org/Function_Reference/sanitize_titleForum: Plugins
In reply to: [Eazyest Gallery] How to edit single article pageHow did you resolved?
Forum: Plugins
In reply to: [Eazyest Gallery] broken images caused by wrong image url'sHow did you fixed this?
I think the best to have the gallery images outside the wp_uploads_folder.Forum: Plugins
In reply to: [Eazyest Gallery] Broken images, port number being lostDid you resolve this?
Plugin changelog shows this was fixed in version 0.1.3.Forum: Plugins
In reply to: [Eazyest Gallery] Only Thumbnails are shownHow did you resolved?
Forum: Plugins
In reply to: [Eazyest Gallery] Default ThemeSee similar question answered here:
http://wordpress.org/support/topic/gallery-not-rendering-correctlyForum: Plugins
In reply to: [Eazyest Gallery] Image path with https instead of httpIs this fixed?
How did you resolved it?
Forum: Plugins
In reply to: [Eazyest Gallery] Widget: EZG Recent foldersThe code for your functions.php:
// Custom folder icon thumbnail function custom_folder_icon() { return 'custom/path/to/image.jpg'; } add_filter('eazyest_gallery_folder_icon','custom_folder_icon');Forum: Plugins
In reply to: [Eazyest Gallery] Widget: EZG Recent foldersYou can use the eazyest_gallery_folder_icon filter.
The plugin uses that filter for the folder icon:
$icon = apply_filters( ‘eazyest_gallery_folder_icon’, eazyest_gallery()->plugin_url . ‘frontend/images/folder-icon.png’ );WordPress page about how to add filters:
http://codex.wordpress.org/Function_Reference/add_filterForum: Plugins
In reply to: [Eazyest Gallery] Unexpected widget behavior using [eazyest_folder] shortcodeDid you find out how to do this?
Forum: Plugins
In reply to: [Eazyest Gallery] Problems with some themesYou could create/have your own galleryfolder custom post type template files.
See eazyest-gallery/themes/twentytwelve for an example template,
just copy the template you want to change to your template directory.Forum: Plugins
In reply to: [Eazyest Gallery] Empty FolderDid you tried again this plugin?