Forum Replies Created
- AuthorPosts
RattusKeymasterIt’s possible in RealSlider module. Just save link of YouTube or Vimeo video to Image’s Link field (Enter Edit Mode for changing images data)
RattusKeymasterAfflux module is based on Flash, but not on HTML and CSS, so you can’t change anything in it with CSS.
All available options for module available on Common Settings tab when you edit gallery.
RattusKeymasterWordpress’ function automaticaly strip empty lines.
If you want to add extra space between paragraphs try adding empty space code: or break tags:
<br />
RattusKeymasterThis possible only via iframe. I’ll think about it and maybe add embed code for galleries in future
RattusKeymasterThe reason could be that your theme’s CSS overrides flash object’s height to auto.
Find rule for object element in theme’s CSS file and delete property height: auto
RattusKeymasterThe reason could be that your theme’s CSS overrides flash object’s height to auto.
Find rule for object element in theme’s CSS file and delete property height: auto
RattusKeymasterUse Albums for now. In album you can sort items in many ways.
I’ll add tags sorting to galleries options in future versions.September 25, 2014 at 13:00 in reply to: Can't get Gmedia to display correctly in either the Schema or the Sensational sm #3669
RattusKeymasterYour theme’s CSS overrides height of flash object elements on the page. You should find in theme’s css rule for object and delete property height: auto
RattusKeymasterSorry about that. I forgot to disable PHP all error reporting before publish new version. Fixed in 1.2.6
RattusKeymastersorry about that. I forgot to disable PHP all error reporting before publish new version. Fixed in 1.2.6
September 13, 2014 at 22:04 in reply to: WordPress update to version 3.9 – Updater not working #3636
RattusKeymasterBe sure you have enough PHP Memory Limit on your server. Minimum: 128Mb. Recommended: 256Mb.
If some images after update have no thumbnails, contact me and I’ll try to fix that.
RattusKeymasterCreate gallery based on any term (album, tag, category) -> when upload images assign this term, so images will automaticaly appears in the gallery.
I’ll add option to show all images from library in gallery soon.
September 11, 2014 at 22:37 in reply to: WordPress update to version 3.9 – Updater not working #3632
RattusKeymasterUse Contact page to send me credentials: https://codeasily.com/contact/
You’ve already ask support here, but to send me access to your WP admin use Contact form.September 11, 2014 at 20:49 in reply to: WordPress update to version 3.9 – Updater not working #3629
RattusKeymasterTo @helmutlohkamp:
You can give me temporary access to your WP admin, so I can try to solve your problem. Send credits via Contact page.
RattusKeymasterBy default module width is 100% of parent element. But you can set maximum width in “Common Settings” tab (when edit gallery).
Also you can wrap shortcode with div element and set width to it via inline css. Example:<div style="width:600px;">[gmedia id=4]</div>
- AuthorPosts
