Forum Replies Created
- AuthorPosts
RattusKeymasterThat’s mean that settings was not saved… probably because skin’s folder have no write permission
RattusKeymasterI believe there are a lot of plugins for meta tags in WordPress repository, for example: https://wordpress.org/plugins/wp-open-graph/
You can search with google or in plugin’s repository for multiple social services.
RattusKeymaster<!-- Schema.org markup for Google+ --> <meta itemprop="name" content="The Name or Title Here"> <meta itemprop="description" content="This is the page description"> <meta itemprop="image" content="http://www.example.com/image.jpg"> <!-- Open Graph data (for Facebook) --> <meta property="og:title" content="Title Here" /> <meta property="og:url" content="http://www.example.com/" /> <meta property="og:image" content="http://example.com/image.jpg" /> <meta property="og:description" content="Description Here" /> <meta property="og:site_name" content="Site Name, i.e. Moz" /> <meta property="article:tag" content="Article Tag" />Actually for share images you can use only meta tags with image property.
November 11, 2014 at 19:29 in reply to: Custom Contact Forms, GMedia not playing well together.. #3863
RattusKeymasterCustom Contact Forms loads scripts on every page (even if there is no any forms) and gets errors. Gallery can’t run because of these errors.
Contact developer of “Custom Contact Forms” plugin to fix JS errors or replace it to different plugin.TypeError: a.browser is undefined
/wp-content/plugins/custom-contact-forms/js/jquery.tools.min.js?ver=4.0
Line 1TypeError: $j(…).tooltip is not a function
/wp-content/plugins/custom-contact-forms/js/custom-contact-forms.js?ver=4.0
Line 26
RattusKeymasterShare images in gallery with random order fixed in latest module version (2.1). As for Facebook and g+ I can’t solve this, because these services require special meta tags with image link to load in header.
RattusKeymasterIf shortcode not working on page then there is some JS error or conflict with other plugin. Post link to the gallery page, so I can give more info.
RattusKeymasterLicense key works only for domain that you entered during purchase. But if you need I can generate license key for test subdomain. The functionality of plugin is the same with or without license key.
RattusKeymaster1) The only way now is to modify “/wp-content/plugins/flash-album-gallery/admin/css/flagallery.css” file. But after plugin update cahnges will be lost.
2) Probably, some of pictures have unclosed tags in image description.
3) I’ll add this in next plugin update
RattusKeymasterI think, it’s conflict with some other plugin or theme’s function which break code of gallery.
This happens only with IE and without any reason or action? Can you post list of installed plugins?
RattusKeymasterI’ve updated RealSlider module to fix problem with captions and fade animations.
Go to Modules page and update RealSlider module to latest version. Clear browser cache.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterNo, only url.
You can edit ‘/wp-content/grand-media/module/photo-blog/init.php’ file on line 33:
replace
$item->title = '<a href="' . $item->link . '"><b>' . $item->title . '</b></a>';
to
$item->title = '<a target="_blank" href="' . $item->link . '"><b>' . $item->title . '</b></a>';
RattusKeymasterUnfortunately there is no such option in Flagallery plugin.
Try Gmedia Gallery plugin with RealSlider module.
RattusKeymasterOn some servers there is no permission to create skin folder by plugin.
You should manually copy default skins from “wp-content/plugins/flash-album-gallery/skins/” to “/wp-content/plugins/flagallery-skins/” folder.
Chmod “flagallery-skins” folder to 755 or 777 to allow skins to save settings.
All premium skins you can download from: http://photogallerycreator.com/grand-flagallery/You can give me FTP access to your server, so I’ll install all available skins for you.
RattusKeymasterI’ll try to fix this in future version of Optima module
- AuthorPosts
