Bev
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Flow Plus] [Plugin: WP-ImageFlow2] FullscreenThe images from the WP-Imageflow2 carousel do open into a Lightbox, with links to the left and right images.
Do you have the latest version of the plugin? I had this problem with WordPress 3.1, then upgraded the plugin to 2.4.4 and it started working again.
I am using WordPress 3.1 and qtranslate 2.5.18 and it is a problem.
I tried the core edit and it works perfectly, thanks for that.
This filter fix doesn’t work for me. Although the dashboard menu control looks nice and easy to read, the titles of the menus do not translate on the resulting website when I switch languages.
Forum: Fixing WordPress
In reply to: If Lang=enTry this:
__e("[:en]Hello[:fr]Allo");
Forum: Plugins
In reply to: [WP Flow Plus] [Plugin: WP-ImageFlow2] External Link to open in same tab/pageHi,
To open the link to an external url in the same window, you can edit imageflowplus.js, and replace the 2 references of:
window.open (this.url);with:
window.location = this.url;I do plan to add this as an option, that is one of my New Year’s resolutions.
Bev
Forum: Themes and Templates
In reply to: WP-ImageFlow2 — Removing image titles and adding random orderThe wpif2_captions line will suppress the title in the carousel
The wpif2_topboxcaption line will suppress the titles in the lightbox
I tend to notice posts much sooner if you post on the plugin page of my website.
Forum: Plugins
In reply to: [WP Flow Plus] [Plugin: WP-ImageFlow2] Images appear jumbledNever heard of this happening before. Do you have a sample page I can view?
I’m not sure if I’m interpreting your post correctly, but you can use the Media Library and then use the Media Tags plugin by Paul Menard to tag photos belonging to a singe imageflow gallery. Then you can include them on a post/page using the shortcode [wp-imageflow mediatag=whatever]. This way you can have distinct groups of photos appear whereever you like.
Hi collins
Sorry, when using a subfolder there is no way to edit the titles. If you want titles you must use the WordPress media library and you can edit titles there.
You could hide the titles and just use the images without titles by using CSS.
Hope this helps,
Bev
Forum: Themes and Templates
In reply to: Twenty Ten theme editing footerNetfirms default installation comes with the plugin named footerURLGen. Just disable or reconfigure.
Forum: Fixing WordPress
In reply to: [WP Flow Plus] [Plugin: WP-ImageFlow2] imageflow2 IMAGESHi Brook.
The slider images are sized according to the space available. If you increase the width of the box in the settings you will get larger images.
You can set the “Container width CSS” to a value such as 600px, or a % value.
Hope this helps,
Bev
Forum: Plugins
In reply to: [Plugin: WP-ImageFlow2] how works orderbyThere is a description of the orderby parameter here: https://codex.www.ads-software.com/Function_Reference/query_posts#Orderby_Parameters
The WP-Imageflow2 gallery will follow the orderby specified for galleries from the WordPress media library (ie – images attached to the post or selected by media tags).
Whatever is valid for the “gallery” shortcode will work. An example would be
[wp-imageflow2 orderby='title' order='asc']
Forum: Plugins
In reply to: [WP Flow Plus] [Plugin: WP-ImageFlow2] Removing Black Background colorYou may enter “transparent” for the background color in the settings. The images will fade to black in the reflection.
Hope this helps,
Bev