Title: UMdB's Replies | WordPress.org

---

# UMdB

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Photo Gallery] Thumbnails didn't load any more](https://wordpress.org/support/topic/thumbnails-didnt-load-any-more/)
 *  [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-didnt-load-any-more/#post-5288582)
 * Hi battleshinobi,
    Do you have the same system as I do? Did you changed just 
   the files in **facebook-page-photo-gallery/templates** dir?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Photo Gallery] Thumbnails didn't load any more](https://wordpress.org/support/topic/thumbnails-didnt-load-any-more/)
 *  [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-didnt-load-any-more/#post-5288580)
 * Hi all,
    I’m trying to make it work on a 4.0.1 system with the 2.0.9 version 
   of the plugin but I’m still stucked at the thumbnails problem 🙁 I’ve changed
   the files found in the **facebook-page-photo-gallery/templates** the following
   files: **single-album-ajax.php**
 *     ```
       <?php
       foreach ($photos as $key => $photo) {
           $res = Fppg::str_lreplace('/', '/' . $code . '/', $photo->picture);
       	$picture = $photo->picture;
           $picture = preg_replace('/_[aso].([^_a.]*)$/', '_n.$1', $res);
       	$picture = $photo->picture;
   
           $rel = $settings['fppg_gallery'] == 'PrettyPhoto' ? 'fpgallery[' . $albumid . ']' : $albumid . 'fpgallery';
           ?>
           <div class="fb-PhotoThumbWrap">
               <a id="" target="_blank" class="fb-PhotoThumbLink fb-PhotoThumbnail fb-Photo<?php echo $classtext ?>Thumb" data-cancomment="" data-viewonfb="<?php echo $showfblink ?>" data-fburl="<?php echo $photo->link ?>" data-from="<?php echo $photo->from->id ?>" data-id="<?php echo $photo->id ?>" href="<?php echo $photo->source ?>" rel="<?php echo $rel ?>" title="<?php echo $photo->name ?>">
                   <i style="background-image:url(<?php echo $picture ?>)"></i>
               </a>
           </div>
           <?php
       }
       ?>
   
       <?php if ($next != "") { ?>
           <div class="fb-BottomBar" data-page="1"  data-size="<?php echo strtolower($classtext); ?>" data-cancomment="<?php echo $cancomment ?>" data-next="<?php echo $next ?>" data-id="<?php echo $id ?>" ><span class="fb-Loadmore" style="margin: 0 5px"><img src="<?php echo FPPG_URL ?>images/down-pointer.png" /><span id="fb-LoadMoreWall"><?php echo __('Show more', 'fppg') ?></span></span></div>
       <?php
       }
       ```
   
 * and **single-album.php**
 *     ```
       <div class="fb-PhotosWrap fb-container" data-paging="<?php $next ?>">
         <div id="<?php $count . "_" . $id ?>" data-next="<?php $next ?>" data-id="<?php $id ?>" data-limit="<?php $limit ?>" data-showfburl="<?php $showfburl ?>" class="fb-PhotoGallery fb-Clear">
       <div class="fb-PhotoContainer" data-albumid="<?php echo $albumid ?>" data-page="1" >
          <?php
          if(!empty($photos->data)):
          foreach ($photos->data as $key => $photo) {
                     $res =  Fppg::str_lreplace('/', '/' . $code . '/', $photo->picture);
                     $picture= preg_replace('/_[aso].([^_a.]*)$/', '_n.$1', $res);
                     $rel = $settings['fppg_gallery'] == 'PrettyPhoto' ? 'fbgallery[' . $albumid . ']' : $albumid . 'fbgallery';
                               ?>
                   <div class="fb-PhotoThumbWrap">
                       <a id="" target="_blank" class="fb-PhotoThumbLink fb-PhotoThumbnail fb-Photo<?php echo $classtext ?>Thumb" data-cancomment="" data-viewonfb="<?php  echo $showfblink ?>" data-fburl="<?php  echo $photo->link ?>" data-from="<?php  echo $photo->from->id ?>" data-id="<?php  echo $photo->id ?>" href="<?php  echo $photo->source ?>" rel="<?php  echo $rel ?>" title="<?php echo $photo->name ?>">
                           <i style="background-image:url(<?php echo $picture ?>)"></i>
                       </a>
                   </div>
                       <?php
                       }
                   endif;
                      ?>
       <?php
       if($next!=""){
       ?>
           <div class="fb-BottomBar" data-page="1" data-size="<?php echo strtolower($classtext); ?>" data-cancomment="<?php echo  $cancomment ?>" data-next="<?php echo $next ?>" data-id="<?php echo  $id ?>" ><span class="fb-Loadmore" style="margin: 0 5px"><img src="<?php echo  FPPG_URL ?>images/down-pointer.png" /><span id="fb-LoadMoreWall"><?php echo  __('Show more', 'fppg') ?></span></span></div>
       <?php
       }
       ?>
                </div>
   
           </div>
       </div>
       ```
   
 * But it still gives me the same result… Did I missed something?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387966)
 * Don’t worry,
 * I’ve seen you are really quick on the feedback 🙂 take your time
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387937)
 * Here is the snapshot. Nothing strange.
 * [http://fotografa-re.it/Download/manca1.jpg](http://fotografa-re.it/Download/manca1.jpg)
 * I’ve tested with a windows 8.1 + win 7 + linux systems
 * All the same.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387911)
 * Hi,
    I did it… but it does not hepls 🙁 the strange thing, is that if I try to
   do it the anonymous browsig of chrome IT WORKS?!!?!?!?
 * Any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387874)
 * Hi Rajat,
 *  I’m back. Sorry, but yesterday I had no time to test it deeply.
    Today I’ve 
   tried to login and, even if I had the images, the popup windows for the login
   are not working.
 * Firefox = all ok
    ie = works only g+ not FB Chrome = none of them is working 
   🙁
 * Could you take a look please?
    May I send you some kind of log that can help 
   you?
 * Leo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387805)
 * Hi Rajat,
 * Yes, it seems that the other css file fixed the problem, but I don’t think it
   is something related with the speed. I have a fiber connection…
    Anyway thank
   you
 * Leo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share, Social Login and Social Comments Plugin - Super Socializer] Same site different browsers](https://wordpress.org/support/topic/same-site-different-browsers/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/same-site-different-browsers/#post-5387804)
 * Hi Rajat,
 * Yes, it seems that the other css file fixed the problem, but I don’t think it
   is something related with the speed. I have a fiber connection…
    Anyway thank
   you
 * Leo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Native Dashboard] Broken on 3.6](https://wordpress.org/support/topic/broken-on-36/)
 *  [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/broken-on-36/#post-3985453)
 * I’m having some problems too with the upgrade.
    After upgrading the system, if
   I activate it I get a blank page on wp-admin 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] shared certificate on hostgator](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-shared-certificate-on-hostgator/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-shared-certificate-on-hostgator/#post-2587054)
 * from the homepage, if I click the title of the post I’ve set to the force ssl
   I get the wrong link
 * from
    [http://www.unmaredibolle.eu](http://www.unmaredibolle.eu) I’m redirected
   to
 * [https://secure1106.hostgator.com/~lmutti/unmaredibolle.eu/](https://secure1106.hostgator.com/~lmutti/unmaredibolle.eu/)**
   curiosita4-**minuti-di-relax
 * As you can see there is a missing slash between the category ad the title.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] shared certificate on hostgator](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-shared-certificate-on-hostgator/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wordpress-https-ssl-shared-certificate-on-hostgator/#post-2587052)
 * Hi,
    Just to do not disable all the site I did a test only on one page. using
   the flag “Force SSL Exclusively”
 * the article is set to force ssl
 * but it seems not working.
 * Can I do something to investigate on it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] strange redirection](https://wordpress.org/support/topic/plugin-wordpress-https-strange-redirection/)
 *  Thread Starter [UMdB](https://wordpress.org/support/users/umdb/)
 * (@umdb)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wordpress-https-strange-redirection/#post-2028847)
 * Is there any news about the fix of the problem from the developer of this plugin?
   Mvied, have you tryed kitchin fix?

Viewing 12 replies - 1 through 12 (of 12 total)