UMdB
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Page Photo Gallery] Thumbnails didn't load any moreHi 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
In reply to: [Facebook Page Photo Gallery] Thumbnails didn't load any moreHi 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?
Don’t worry,
I’ve seen you are really quick on the feedback ?? take your time
Here is the snapshot. Nothing strange.
https://fotografa-re.it/Download/manca1.jpg
I’ve tested with a windows 8.1 + win 7 + linux systems
All the same.
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?
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
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 youLeo
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 youLeo
Forum: Plugins
In reply to: [WP Native Dashboard] Broken on 3.6I’m having some problems too with the upgrade.
After upgrading the system, if I activate it I get a blank page on wp-admin ??from the homepage, if I click the title of the post I’ve set to the force ssl I get the wrong link
from
https://www.unmaredibolle.eu
I’m redirected tohttps://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.
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
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] strange redirectionIs there any news about the fix of the problem from the developer of this plugin? Mvied, have you tryed kitchin fix?