Forum Replies Created
- AuthorPosts
RattusKeymasterOpen your theme’s style.css file and edit line 37. Replace:
img, object, embed { max-width: 100%; height: 65%; }
with
img { max-width: 100%; height: 65%; }remove object and embed
RattusKeymastercURL library is not enabled in your wamp server. You can’t install skins without cURL library on your server. License key also will not work without cURL.
March 2, 2014 at 12:53 in reply to: Multiple Questions – Voting Option in 3Dflatwall, image title & categories/album #2634
RattusKeymaster1. Not all skins have “rate” and “like” feature. There is no free or paid versions of skins. All premium skins are full working galleries. But if you don’t have license key you’ll see ad label (Buy License Key) on each premium gallery.
2. Optima skin and Afflux skin have option to automatically show image title and description.
3. Categories are always visible on PhotoBlog, GreenStyle, Afflux, Slider skins
4. You need to create separate gallery which contains pictures from few galleries.I’ve already answered these questions as soon as you wrote me in twitter. But seem like my answer is gone (probably due to server problems).
RattusKeymasterI’ll look into this in next plugin update.
RattusKeymasterFixed. I’ve commented few lines in ‘/wp-content/.htaccess’ file which block *.php files to load from plugins folder.
RattusKeymasterBe sure that page don’t have any javascript errors.
Also check if your theme have<?php wp_footer(); ?>function in footer.php file.
RattusKeymasterGRAND Page template located in ‘/plugins/flash-album-gallery/full_window_template.php’ file. You can add you js code to the end of this file. Note: you need to update this file each time you update plugin.
RattusKeymasterYou can give me temporary WP admin access, so I can test and try to solve your problem.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThis option is available in Optima skin and Afflux skin.
You can’t move description to the bottom.February 25, 2014 at 11:28 in reply to: Why is my music gallery not styled nicely like your demo? #2615
RattusKeymasterIt looks the same for me.
RattusKeymasterSet width of gallery to 100%, so it will be with fluid width. There is also fixed width set in your theme:
.no-sidebar #primary { width:690px; }You can set it to auto, maybe add max-width instead, so your theme will be more responsive.
RattusKeymasterAs I see there is banner rotator on your main page which is failed to load for me. Try reinstall it from Skins page (banners tab).
Also it could be some of your server settings that restrict access to load gallery swf and xml files.
Banner rotator should contain at least 3 images to work properly.
RattusKeymasterI need the link to the gallery page.
RattusKeymasterYour theme missed important function in footer.php file. Read WordPress Codex for more info: http://codex.wordpress.org/Function_Reference/wp_footer
- AuthorPosts
