Title: crowd's Replies | WordPress.org

---

# crowd

  [  ](https://wordpress.org/support/users/crowd/)

 *   [Profile](https://wordpress.org/support/users/crowd/)
 *   [Topics Started](https://wordpress.org/support/users/crowd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/crowd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/crowd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/crowd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/crowd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/crowd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/crowd/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/crowd/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/crowd/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Signature Addon] Signature image doesn’t show in the mail](https://wordpress.org/support/topic/signature-image-doesnt-show-in-the-mail/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/signature-image-doesnt-show-in-the-mail/#post-8996240)
 * Thank you, [@tameroski](https://wordpress.org/support/users/tameroski/).
 * That’s the weirdest thing that ever happened to me – i just looked up to the 
   messages with the empty image, to see the error number – and there it was, the
   signature is there.
    Just tried another test – everything’s perfect. I guess 
   it was some kind of gmail bug. My client and me, we live in different countries,
   we both use gmail and both experienced the same problem. And of course, we only
   use gmail online, no localhost.
 * The issue is solved, the pluging is perfect.
 * Thank you very much for your time.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Highlight current category in sidebar for a single post](https://wordpress.org/support/topic/highlight-current-category-in-sidebar-for-a-single-post/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/highlight-current-category-in-sidebar-for-a-single-post/#post-8707381)
 *     ```
       function sgr_show_current_cat_on_single($output) {
       global $post;
       if( is_single() ) {
       $categories = wp_get_post_categories($post->ID);
       foreach( $categories as $catid ) {
       $cat = get_category($catid);
       // Find cat-item-ID in the string
       if(preg_match('#cat-item-' . $cat->cat_ID . '#', $output)) {
       $output = str_replace('cat-item-'.$cat->cat_ID, 'cat-item-'.$cat->cat_ID . ' current-cat', $output);
       }
       }
       }
       return $output;
       }
       add_filter('wp_list_categories', 'sgr_show_current_cat_on_single');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Show old posts instead of “No top posts yet”](https://wordpress.org/support/topic/show-old-posts-instead-of-no-top-posts-yet/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/show-old-posts-instead-of-no-top-posts-yet/#post-8681435)
 * [http://www.websman.ru/projects/0wp/photos-cappuccino/](http://www.websman.ru/projects/0wp/photos-cappuccino/)
 * it’s just a test site in Russian.
 * Is there a way just to show the 4 latest posts, regardless the visit count?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [the_excerpt doesn’t show in the archives](https://wordpress.org/support/topic/the_excerpt-doesnt-show-in-the-archives/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/the_excerpt-doesnt-show-in-the-archives/#post-8678386)
 * I’m using Divi theme, bought it from the Elegant Themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Auto Newsletters Send Immedeately don’t work](https://wordpress.org/support/topic/auto-newsletters-send-immedeately-dont-work/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/auto-newsletters-send-immedeately-dont-work/#post-8590905)
 * UPD. Just made another newsletter, autosend daily, published a new post, the 
   time came, but the newsletters didn’t. Any solutions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Slider 3] video slides not working](https://wordpress.org/support/topic/video-slides-not-working-2/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/video-slides-not-working-2/#post-8553130)
 * UPD2
 * I put the long youtube link to the embed field, now when i hit play, it only 
   shows black field, the video doesn’t play still.
 * So my only question is – how do i put a video slide?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tooltip CK] Add a link to a tooltip](https://wordpress.org/support/topic/add-a-link-to-a-tooltip/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/add-a-link-to-a-tooltip/#post-8539896)
 * Thank you very much, Ced, it’s a really great plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Favicon only shows on pages, not in posts](https://wordpress.org/support/topic/favicon-only-shows-on-pages-not-in-posts/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/favicon-only-shows-on-pages-not-in-posts/#post-7218421)
 * Thank you Bodypart, but sadly it doesn’t help. I’ve been trying to solve this
   issue for quite some time now. Multiple cache clearing and all various browsers
   was the first thing i did. It’s all the same in other browsers.
    Besides, just
   now i’ve noticed that this icon doesn’t show on the front page either, though
   i’m just using one template for all the pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] Site down after the plugin deactivation](https://wordpress.org/support/topic/site-down-after-the-plugin-deactivation/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/site-down-after-the-plugin-deactivation/#post-7199791)
 * Thank you very much, the problem is resolved now.
    The reason is that there was
   but one single template in the admin panel (which is wrong), and something got
   off with it after i messed with the plugin. Now it’s all working.
 * Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/page/2/#post-5576270)
 * Cais, i got it. Thank you for your time. The plugin is great regardless.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/page/2/#post-5576268)
 * Hi, Cais.
    1. Yes, the watermark image url does remain in the settings after 
   i refresh. And now, after have specifically watermarked that particular image(
   that happens to be the Other Options preview), the watermark image doesn’t clear
   away even after F5. So this part is fine now.
 * 2. I just cleared the Cache in Misc for the first time. Then applied the WM to
   the gallery. No avail.
    Then i cleared the cache for the 2nd time, created a 
   brand new gallery with brand new images, made sure once more that the WM options
   are still there (and they are), checked the gall images, set watermark – nothing.
 * I’m about to give up, it can’t be that messed. I’m only fighting for it cause
   the site owner wants the option of adding this transparent .png WM to the new
   images via admin, not in photoshop. I’ve tested more than 10 different gallery
   plugins, yours is definitely the best, with all these options and all. But i 
   just seem to be incompatibly dumb for it.
    Do you want an admin access to the
   site to make sure im not tollying you?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/#post-5576238)
 * [Here it goes](http://www.ninapak.com/wp-content/themes/ninapak/img/___preview.jpg),
   right after saving, it says Saved successfully, but it’s not true, cause if i
   refresh this page, the watermark is gone, though the url is there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/#post-5576237)
 * Just found the problem.
    In Other Options, i hit refresh image then Save, and
   all is fine until i refresh this page. When i return to Other Options again, 
   the watermark is no longer on the preview, though the url is correct. Somehow,
   it doesn’t save it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/#post-5576236)
 * Cais, the relative link helped to make the watermark appear on the preview in
   Other Options, which means the system finally sees it.
    But. All my pathetic 
   attempts to apply it to the chosen images of the chosen gallery are in vain. 
   What i do: 1. Other Options > using an image > set image URL > Refresh preview(
   the watermark shows) > save. 2. Manage galleries > choose a new gallery > check
   the images > set watermark > apply > save. 3. Go to the gallery page, F5, nothing.
 * I tried it on 2 servers, with 4 different galleries, in 3 browsers, so it couldn’t
   be cashed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Watermark does not show](https://wordpress.org/support/topic/watermark-does-not-show/)
 *  Thread Starter [crowd](https://wordpress.org/support/users/crowd/)
 * (@crowd)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/watermark-does-not-show/#post-5576222)
 * [Here is the sreenshot](http://www.ninapak.com/wp-content/themes/ninapak/img/___preview.jpg)
   after i hit Refresh preview image. The absolute link to the watermark.png [is correct](http://www.ninapak.com/wp-content/themes/ninapak/img/watermark.png).

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/crowd/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/crowd/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/crowd/replies/page/2/?output_format=md)