Txanny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Sideposts imageOther things people are doing is to place the thumbnail at the top of the post, cut it with the more tag, and publish full posts.
But, about thumbnails in excerpts: What is your exact need?To have a different thumbnail on each excerpt I imagine.
I figure out this:
You upload a thumbnail at the correct size, or let WordPress to generate it if the generated size fits your needs.
Can be useful to have a custom field in the post where you can fill the thumbnail URL ? If so, I can do it in the next release. I like the idea 😉
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Repetition of Posts ExcerptsBTW, I see it working now, but inages are only show in the English version. In the Farsi translation only shows an empty box. And I cannot see SidePosts at the SideBar…
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Repetition of Posts ExcerptsDeactivating the widget does the Shadowbox to work?
I see no relation as the widget does nothing with the post content, only changes the query. And it seems the Shadowbox links and classes are in place.
Just wondering why there is a “onclick” empty event on the link…
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Sideposts imageYou need the plugin Thumbnail for Excerpts.
http://wordpress.org/extend/plugins/thumbnail-for-excerpts/Forum: Plugins
In reply to: [Plugin: Alkivia Community] Good ideaThanks Onebird!
I know this is a big project and will take some time to have it finished. But I started just with some features and more will be added as it evolves.
Having community ideas always helps a lot. This gives sense to development by knowing what users expect it to do and what they expect for next releases. Of course, I’ll do my best to include the most demanded or interesting ideas or suggestions.
I started this when I needed a small community and only found some plugins to do the things I needed. Of course, most of them are really good, but are not designed to work together giving me a well integrated Community system.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] my links disaparedI tried this, but cannot reproduce it. Have no reports about this before… Are you using a custom sidebar?
The widgets you use for links, pages and categories are the WordPress defaults?Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Repetition of Posts ExcerptsCan download the development version and test it? Found a buggy filter that should not be there. Download it here: http://wordpress.org/extend/plugins/sideposts/download/
Waiting for your feedback. Thanks!
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] Repetition of Posts ExcerptsNothing wrong with your template. I’ve seen what you mean, and could reproduced it.
The problem is only when setting a custom query. I seems the query filters set by sideposts collision in some way with the custom query.
Filled a bug issue and will follow them. This is the issue #30 and can be followed here: http://alkivia.org/tracker/view.php?id=30
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] exclusive categoryPlease, Show us an example about this.
I thinki you mean that the SidePosts category show in the category list, that in the WordPress categories Widget. isn’t it?
If is that what you mean, in current version you cannot remove the SidePosts category from the category list widget.
I will consider this in a next version, and make my best to see how you can hide there.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and Language FileReleased 1.4.3 that should solve this issue.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and DateJust have to remember: If you update the polugin to a newest release, you will lose this changes.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and Language FileThe development version is not on my site. Development versions for all plugins are always in the wordpress.org plugin’s page, following the “other versions” link. In this case here: http://wordpress.org/extend/plugins/download
Thank you for the link, but the plugin is ready for translations, so those changes do not apply here. I think the change made will solve your issue to make SidePosts compatible with qTranslator.
Development version is always the latest nighly build. It means than not always is stable and can contain bugs, error or missing features. I recommend to use only for testing purposes when indicated.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and Language FileI made some arrangement in the development version to ensure languages are not loaded before all plugins are.
Please, download the development version and test if this solves this issue. If it does, I will build a minor release to fix it.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and Language FileHave your WPLANG set to fa_IR in config.php? Test setting this in wp-config.php:
define('WPLANG', 'fa_IR');If that works, it will be something related with the multilingual plugin that you’re using. It does not set the locale before all plugins are loaded. In other words, your translator plugin executes after SidePosts is loaded, So WordPress loads the language defined in wp-config.php. If no language defined, always loads en_US.
Perhaps I will ask in the translator plugin page, to see why some plugins are not translated properly.
Forum: Plugins
In reply to: [Plugin: SidePosts Widget] SidePosts and DateBy now the date and the posts format is hardcoded in the plugin. If you need to remove the date, you have to edit the plugin file and comment this lines:
echo '<span class="sideposts_date">'; the_date(); echo ' | '; the_time(); echo '</span>';These are lines 236 to 240 (For 1.4.2 version). Will consider this for a next version, but don’t want to complicate the plugin with lots of options.