| 开发者 | pasyuk |
|---|---|
| 更新时间 | 2021年11月12日 05:14 |
| 捐献地址: | 去捐款 |
| PHP版本: | 4.6 及以上 |
| WordPress版本: | 5.8 |
Home page: https://mypgc.co/
Make sure you have the following in your template. (It's in the original WP header.php template, but if you're creating your own, you may have forgotten to include it): That line would go in between your tags
This problem could happened if you have a low memory_limit in your php environment and a lot of plugins installed. For a simple test deactivate all other plugins and try then to activate Grand Flagallery again. Please check also if you have a minimum memory_limit of 16Mbyte (as much as possible).
This problem could happened if you have a low memory_limit in your php environment or you have a very large image (resolution, not size). The memory limit sets the maximum amount of memory in bytes that a script is allowed to allocate. You can either lower the resolution of your images or increase the PHP Memory limit (via ini_set, php.ini or htaccess). If you didn't know how to do that, please contact your web hoster.
It's because your theme use some function different from <?php the_content('Read more'); ?> to display post excerpt in index.php or archive.php or category.php. If you insert "more" (page breack) tag in post before shortcode, then flash will be only on individual page.
You can do it easily with FlAGallery button on editor panel, when you edit post. In trhe popup window hold down 'Ctrl' button and choose galleries left mouse button. Or just write gallery IDs separated by comma in "gid" attribute: [flagallery gid=7,3,5,2] To display ALL galleries as categories: [flagallery gid=all]
Download and activate skin with auto slideshow https://mypgc.co/portfolio/
if you have three galleries and shortcode like: [flagallery gid=3,1,2] first gallery will be with ID=3, then ID=1, and then ID=2 if you have: [flagallery gid=all orderby=title order=ASC exclude=1] it will display all galleries except ID=1 sorted by title of gallery.
Error Code: 1. This mean that the uploaded file exceeds the upload_max_filesize directive in php.ini. Check PHP Max Upload Size on Overview page.
Create it manually with chmod 0755.