kamogawa32
Forum Replies Created
-
Forum: Your WordPress
In reply to: First wordpress site@tonedru, i just made a screen print and played a bit with Photoshop with it. I don′t have any new background image, but you could edit yours easily playing with hues, lightness, etc…
As for the Elforge link, i made an edit with Photoshop too, but i don′t really know how would i make that link inside your theme. It was just a compositional suggestion.
My image is a low resolution one and i don′t think that sending you it is worth. You can download it from imageshack anyway.You are welcome!
Forum: Your WordPress
In reply to: First wordpress siteMore fast suggestions. I made it fast but i would go more this way;
https://imageshack.us/f/204/unled1mo.jpg/Forum: Your WordPress
In reply to: First wordpress siteMaybe you can use an html object or similar for the automatic start of the video/audio. The visitor would be able to turn it off. You would have to upload the whole video to your server though.
Kind of this;<object data=”data/test.mpg” type=”video/mpeg” width=”320″ height=”255″>
<param name=”src” value=”data/test.mpg”>
<param name=”autoplay” value=”false”>
<param name=”autoStart” value=”0″>
alt : test.mpg
</object>I don′t know which background i′d prefer but the brown one works better than the previous for sure.
And again, i would give the Elkforge link a try as it destroys the nice header composition that you have.
Of course all this is subjetive, the site is ok. Let′s see how the new home page photos work.Forum: Your WordPress
In reply to: First wordpress siteYou have a better picture of the wedding setting in the gallery.
The two men with ties is a great photo, maybe too much for the home page?
In case you avoid the video you could keep some audio for the home page. Is it possible to play audio without breakdowns for the whole site?Forum: Your WordPress
In reply to: First wordpress siteI mainly watched the home page and it looks quite good, but i would try to make everything a bit lighter and more elegant.
The background doesn′t work so well with the greens in the pictures. Maybe try another color not toosaturated; dark green or blue, soft orange, bordeaux, even a soft grey or a white?
I would try the home page without the link icon too (back to…) or at least i would make it more minimalistic (the header fonts already do it well).
I would maybe avoid the youtube video in the main page. It′s not too proffesional and the composition would be nicer in my opinion. You can show the video option in some other place of the site.
As the slider is the first thing you watch i would take care about the pictures;
The sitting girl one doesn′t work because of her weird position, the imperfections in the grass…I would try with some architectural detail instead. The building looks nice.
The chair′s picture could be of better quality too. Try to get a nice picture of it, well focused and with enough resoultion, which shows the same scene with all the green space and the same setting.
The other pictures do work quite well :).Now my question. I see that you are using elegantthemes but i would like to know about the home slider to try it in my site. I′ve seen it around but don′t know which one it is. I can′t figure it out with the firebug. Anyone knows?
Forum: Plugins
In reply to: [Plugin: Lightbox 2] Shrink large images to fit smaller screensOther galleries display correctly instead, with 1600px images at full screen width. I am so curious about this random behaviour.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Remove image count from extend albumsI don′t know what happened but finally got the description back by adding a blank paragraph after deleting that part. From this;
<div class="ngg-description"> <p><?php echo $gallery->galdesc ?></p> <?php if ($gallery->counter > 0) : ?> <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> <?php endif; ?>
to this;
<div class="ngg-description"> <p><?php echo $gallery->galdesc ?></p> <p></p>
@rumlab
If I want to keep the title and remove the post count, what code should I use then?If i remove this part from the album-extend.php (as franos suggests) not only the image count but the description dissapears as well;
<?php if ($gallery->counter > 0) : ?> <p><strong><?php echo $gallery->counter ?></strong> <?php _e('Photos', 'nggallery') ?></p> <?php endif; ?>
Is it possible to delete the image count while keeping the description? I can′t find the right code for it.I am editing the .php in several ways but my codes display the galleries in weird ways like cascades, etc. Any help would be appreciated.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] images filling screen widthWell, after restarting images are showing at full screen as i wanted, and don′t know the reason…
Anyway my problem is resolved.It worked for me too. Thanks!
And thank you Alex for this wonderful plugin, so appreciated! I will check the beta.