Forum Replies Created
- AuthorPosts
RattusKeymasterBe sure that ‘/wp-content/plugins/flagallery-skins/’ folder and all subfolders are writable (chmod 755 or 777)
RattusKeymasterPhantom module is free gallery based on CSS, HTML and JS, so all you need can be done via editing module’s files
October 28, 2014 at 13:18 in reply to: Grand Flagallery Overview v4.23 not work on mobile devices #3803
RattusKeymasterYou have JS errors on the page.
SyntaxError: VK.init({apiId: , onlyWidgets: true});ReferenceError: paginateVal is not defined
if(paginateVal){/wp-content/plugins/category-grid-view-gallery/js/cgview.js (line 28) (try disable this plugin)Fix errors and gallery should work fine
RattusKeymasterSome skins require to click “Info” button to show image description.
RattusKeymasterGo to Gmedia Libray -> click Action button to enter Edit Mode -> find mp3 you want to edit -> right mouse click on mp3 thumbnail and choose “Copy link location” (or something like that) -> paste url to “Link” field.
RattusKeymasterSeems like some of your theme’s CSS override CSS for video player. I need link to working page.
RattusKeymasterYou should delete files from WP Media Library, because Music Box just shows music from WP Media Library.
RattusKeymasterOptima skin have download button
RattusKeymasterUnfortunately, there is no way to change transition in flash modules.
RattusKeymasterI’ll add option to disable deeplinks in PhotoPro module in next module update.
As for now you can edit ‘/wp-content/grand-media/module/photo-pro/index.php’ file and replace this:
'dependencies' => 'swfobject,swfaddress'
to this:
'dependencies' => 'swfobject'
As you can see you need to remove swfaddress word and save file.
RattusKeymasterGood idea! I’ll make button to “Save Module Preset as Default” and also “Save as Module Preset”, so you can choose early saved module settings for current gallery.
As for now you can edit ‘/wp-content/grand-media/module/realslider/settings.php’ file and change $default_options Array to fit your needs. Backup file before editing.
RattusKeymasterSorry, but I don’t get it… Can you explain more clear, some screenshots and link to gallery’s page will be helpful
RattusKeymasterGo to Gmedia modules and install/update modules that you’ve used in previous version.
Then go to Manage Galleries and resave every gallery to update new module settings in database for each gallery.
RattusKeymasterUse the property table-layout:fixed on the table to get equally spaced cells. If a column has a width set, then no matter what the content is, it will be the specified width. Columns without a width set will divide whatever room is left over among themselves.
<table style='table-layout:fixed'> <tr> <td>Gallery with 100% width</td> <td>content</td> </tr> </table>
RattusKeymasterPost link to your gallery page, so I can give some advise.
- AuthorPosts
