codeasily
Forum Replies Created
-
It is enabled by default and can’t be disabled. Are you sure you can trust your visitors? Here is screenshot from my iPhone https://webmasterswall.com/wp-content/uploads/melissa.png
Also you can try disable flash in your browser and check how it’s look like.Try this Commercial Int. Skin – https://photogallerycreator.com/grand-flagallery/commercial-int-skin/
FlAGallery -> Skins -> Skin Options -> checkbox ‘transparent’
If you don’t want background be transparent, then add style for .flashalbum class to your stylesheet:
.flashalbum { background: #000000; }
What do you mean ‘wp-signup.php page’? I’ve check wp-login.php page then click register and there was:
Invite code
Please, input here invitation code, received from the blog owner
[_________________________]
A password will be e-mailed to you.GRAND FlAGallery plugin active and WP-Invites work just fine
Insert php code in your sidebar.php:
<?php echo do_shortcode('[flagallery gid=all name=Gallery w=100% h=150]'); ?>
You can generate shortcode in the post editor and then insert it in do_shortcode() functionForum: Plugins
In reply to: Autostart slideshow with GRAND Flash Album GalleryThere is a skin for FlAGallery with autoslideshow on https://photogallerycreator.com
Also, if you buy one of the commerce skin you can order it with auto slideshow too.Forum: Plugins
In reply to: [Plugin: GRAND Flash Album Gallery] Working in IE and FF, but NOT Safari!Hmm… Something wrong with your code, because on other sites Safari display flash. I need temporary access to your wp-admin. I want try to solve your problem. Email: [email protected]
Forum: Plugins
In reply to: [Plugin: GRAND Flash Album Gallery] Working in IE and FF, but NOT Safari!Think I know what is the problem.
You have installed “Flash photo gallery” plugin which replaces standard swfobject.js included in wordpress on his own (seems like it broken).
Try temporary deactivate or better remove ‘Flash Photo Gallery’ and test on Safari againForum: Fixing WordPress
In reply to: get ID from post title for shortcode/** * Retrieve a post given its title. * * @uses $wpdb * * @param string $post_title Page title * @param string $output Optional. Output type. OBJECT, ARRAY_N, or ARRAY_A. * @return mixed */ function get_post_by_title($page_title, $output = OBJECT) { global $wpdb; $post = $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_title = %s AND post_type='post'", $page_title )); if ( $post ) return get_post($post, $output); return null; }
Forum: Plugins
In reply to: [Plugin: GRAND Flash Album Gallery] problems on a windows hostthis is a bug. I’ll fix it soon. Try click on ‘set default skin colors’ on Skins page to display color tab on Settings page
Forum: Plugins
In reply to: [Plugin: GRAND Flash Album Gallery] Working in IE and FF, but NOT Safari!It’s just a flash. If you have installed adobe flash player on each browser and them support JavaScript, you will see flash gallery on each of this browsers
Install adobe flash player on IE.
Did you try on different computers, maybe problem in your explorer?Forum: Plugins
In reply to: [Plugin: GRAND Flash Album Gallery] need some help wit hthe default skinYes porle, this is a bug. I’ll fix it in new version. For a while you can click set default skin colors on Skins page to reset color settings
Forum: Plugins
In reply to: What Is The Best Free WP Photo Gallery?Hey! There is one of the best flash gallery plugin for wordpress to make your theme realy nice. Named GRAND Flash Album Gallery – multi category flash skin based photo gallery with powerful admin. More info at CodEasily.com