crowd
Forum Replies Created
-
Thank you for your answer.
1. Like i said, the text watermark works great, but then again, it shows in the Refresh image thumb.2. Now, in Other Options i set the image watermark instead of the text, give the absolute link to my watermark and hit Refresh Preview image, but it doesn’t even show on the thumb.
3. However, i go to the Gallery options, choose a fresh gallery (with no text watermark history), check the batch of images, choose Apply watermark, the possess loader appear, hit save after it’s done, go to the this gallery page, refresh, enlarge, nothing.
Maybe it’s me who’s dumb, but why won’t it even show on the preview thumb in the Other options?
However, it only works with text watermark. The transparent .png it doesn’t see even when i refresh the image in the Other Options. I set the absolute link to my image, tried .gif and jpg as well. The link to the image is correct, i can see it when i open it in a new tab.
Thank you so much, my friend, it works like a charm!
Sorry for bothering you with this, really tried to find it in the manuals, but failed.
Thanks again, the plugin rules!1. Other Options > Using text > Choose the position (in the center) > Type the text > Set the font (30px), the color (#ffffff) and the transparency (100%) > Refresh the image (the watermark shows on the Options preview) > Save.
2. Gallery Settings > NextGEN Basic SinglePic > Show watermark > yes > Save.
3. Refresh my gallery page > enlarge the image > NOTHING. Check it in other browsers, no result.
Thanks. Here is my gallery with no watermarks displaying. It’s set in the Options, but won’t show in any browser.
Forum: Plugins
In reply to: [WP Responsive header image slider] Add smooth fade effecthsantens, thank you so much, works like a charm!
Forum: Themes and Templates
In reply to: Twentyeleven header menualchymyth, thank you very much for the link, it helped.
For those who might come across the same issue, let me show what i did:
1. Add this code in functions.php
function register_my_menus() { register_nav_menus( array( 'header-menu' => __( 'Header Menu' ) ) ); } add_action( 'init', 'register_my_menus' );
2. In header.php find
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
and replace it with
<?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?>
3. See Appearance >> Menus Theme Location box. The Header Menu drop-down should appear there.
Forum: Fixing WordPress
In reply to: List of post excerpts to the pageEsmi, thank you so much, it works like a charming charm!
And be sure, i would never get any close to this myself.Forum: Fixing WordPress
In reply to: List of post excerpts to the pageEsmi, thanks a lot. That’s what i needed. Will do.
Forum: Fixing WordPress
In reply to: List of post excerpts to the pageIm using the child of 2011
Forum: Fixing WordPress
In reply to: List of post excerpts to the pageEsmi, your help is appreciated, but my terminal dullness keeps me from understanding any of your answers. If i were a php guru, i would probably save your time by never posting questions like above.
So, let me show what i really have trouble with:
I obviously need to put this multiple loop code somewhere into my index.php or content-page.php (cause it’s for the pages, right?)
This code should read smth like:<?php if (it’s the 2nd paragraph of the needed page()) : ?>
<?php while (it’s the 2nd paragraph of the needed page()) : it’s the 2nd paragraph of the needed page(); ?>
<?php the_excerpt(); ?>
<?php endwhile; ?>
<?php endif; ?>That’s my best i can make out of it.
I don’t know how to make it work, i truly have no idea how to make the excerpt appear in the right place. And i really know very little of php to make the right conclusions of the vague answers. My bad, but if i were any smarter, i would find the answer myself.And yes – i truly admire your knowledge and appreciate your time trying to help desperados like me.
Forum: Fixing WordPress
In reply to: Troubles after moving to a new serverThanks, will do.
It’s not even a plugin, i found it somewhere time ago, it only contained this rotate.php and a css background code.Thank you Esmi, you’ve been very helpful.
Forum: Fixing WordPress
In reply to: Troubles after moving to a new serverAnd so, how could this trouble be solved? Or does it mean that i should give up the whole issue altogether, since the server configs can not be changed and the exact problem defined?
Forum: Fixing WordPress
In reply to: Troubles after moving to a new serverThank you Esmi.
That’s my point – the script works fine on the first server, but buggs out when uploaded to my client’s. It means, no problem with the script.And thus i come to my initial question – some options of the new server (or maybe the wordpress options) cut off the .php that works fine on the old one.
What could it be?Forum: Fixing WordPress
In reply to: Troubles after moving to a new serverEsmi, there’s only ?> in the line 20. It closes the code started in the line 1. Nothing else. No whitespaces. Do you refer that im missing something obvious?