Anthyx
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] “uploads” buckup not completed.DNutbourne I have been contacted by the Siteground support,
they indeed confirm that the backup files are correctly generated on their server but for some reason, the files are only partially uploaded to Dropbox, resulting in undersized and corrupted archives.
They think it COULD be a problem with the plugin.
(It also does not check the filesize of the original and the destination files, resulting in a false “backup successfully completed”)
Please let me know what you think. Tnx
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] “uploads” buckup not completed.Hi,
I just made a test backup on the web server space, without sending it to dropbox, and downloaded the files to my PC.
The files have the correct size and are not corrupted.
The problem seems to be in their transfer from Siteground servers to Dropbox (the account is completely empty).
I have already tried to reinstall updraft and authenticate it again with Dropbox, but with no result. Any idea how to fix this?
Tnx
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] “uploads” buckup not completed.Thanks a lot to both of you for the fast reply.
Here is the log file:
The Ticket ID (I just opened) is: 2048907
Thanks again.
A.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] “uploads” buckup not completed.Ehm, just checked .. also the db and plugins backups have the same problem.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] “uploads” buckup not completed.UPDATE
I have contacted the customer support of my service provider (Siteground.com): they don’t see any problems from their side and ask if maybe the plugin needs a specific PHP variable to be set.
Please let me know what you think about it.
Thanks again.
A.
Forum: Plugins
In reply to: [Firelight Lightbox] Disable easyfancybox for external images.You’re perfectly right RavanH,
yes, I use Brackets that should work just fine, fact is that, I don’t know why, as you said, your original code was changed.
Now it works just fine!
Many many thanks Rav! Problem solved ;-D
Forum: Plugins
In reply to: [Firelight Lightbox] Disable easyfancybox for external images.Hi RavanaH,
sorry for the late reply: as per your instructions, I have inserted you script:
<script type="text/javascript">
jQuery(document).on(‘ready’, function(){ jQuery(‘a[href*="commons.wikimedia.org"]’).addClass(‘nolightbox’); });
</script>In the footer.php file, before the wp_footer() call.
As you can see the problem is not solved and the string
script type=”text/javascript”> jQuery(document).on(‘ready’, function(){ jQuery(‘a[href*=”commons.wikimedia.org”]’).addClass(‘nolightbox’); }); </script>
appears at the bottom of every page.
There is probably something I’m doing wrong, please let me know.
Thanks a lot!
A.
Forum: Themes and Templates
In reply to: [Customizr] Google Chrome: Text floats over imageHi,
I’m having the same exact problem as Jojota: it has started a few weeks ago, and it appears just in Chrome from time to time.
Yes, it could be a plugin problem. Jojota do you use the plugin “Easy FancyBox” for your images?
If anyone has an idea on how to solve this issue, please let me know. My website address is: http://www.webfoodculture.com (and yes, my code is not great, I’m not a coder) 😀
Thanks a lot in advance.
A.
Forum: Plugins
In reply to: [Firelight Lightbox] Disable easyfancybox for external images.Forum: Plugins
In reply to: [Firelight Lightbox] Disable easyfancybox for external images.Hi RavanaH,
many thanks for your reply. I have tried to add your script where you said:
*******
<?php
/*
<div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentyeleven’ ), ‘WordPress’ ); ?>
</div>
</footer><!– #colophon –>
</div><!– #page –>
*/ ?><?php
/**
* Codice per far aprire i link Easy FancyBox in una nuova finestra
*
*/
?>
<script type="text/javascript">
jQuery(document).on(‘ready’, function(){ jQuery(‘a[href*="commons.wikimedia.org"]’).addClass(‘nolightbox’); });
</script><?php wp_footer(); ?>
</body>
</html>******
Problem is it does not work: I just get a string of text at the bottom of every page.
it’s probably my fauls, since I don’t know php, could you pls help?
Forum: Plugins
In reply to: [Firelight Lightbox] Disable easyfancybox for external images.Hi again,
it seems it’s possible to disable Easy FancyBox for certain images using the class=”nolightbox”.
Problem is that this way I should add this parameter to all the (many) external links of my site.
Since before the last update this worked quite fine, is something changed? Are there no options for external images?
Again, many thanks
Forum: Themes and Templates
In reply to: Set image width a class.Problem solved!
.pippo {
display: inline-block;
width: 20px;
}After many tries, I just put “display: inline-block”, and it works fine!
Hope this helps someone else.Many thanks! 😀
A.
Forum: Plugins
In reply to: [Easing Slider] .. and again.Ah, I noticed something else quite odd: when resizing the browser window, the slider adapts very very slowly to the new size. Next slide pops up and is visible on the right side.
If I try to see my site on a tablet, when going from landscape to portrait view, the image stays of the same size. So I have to reload the page to fix it.
Went back to 2.2, there are not problem any more.
Forum: Plugins
In reply to: [Easing Slider] .. and again.Ciao Matthew,
I’ve upgraded to version 3.03 at it works fine .. at least on chrome.
In MS Edge when fading from one image to another a strange white line appear at the botto of the image.
As I said on chrome there are no problems at all.
I wanted just let you know about this.
As usual, many thanks.
A.
Forum: Plugins
In reply to: [Easing Slider] .. and again.Matthew I’ve tried this:
1) the shortcode in the pages: it works but the slider appeard under the navbar.
2) the template Function in my functions.php file, but ig gives an error and stops the site from loading.