wprun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All Links Point To Root – ErrorIts ok. I worked out the answer.
Forum: Plugins
In reply to: [User Access Manager] Please update the database of the User Access Manager.Anyone able to help with this?
I basically want to know what it means when UAM prompts me to “Please update the database of the User Access Manager.”.
Forum: Plugins
In reply to: [WooCommerce] Catalog Images & Single Product Image cut offGreat, thanks Mike.
Forum: Plugins
In reply to: [WooCommerce] Catalog Images & Single Product Image cut offI see. Can the hard crop be turned off in that code instead?
Forum: Plugins
In reply to: [WooCommerce] Catalog Images & Single Product Image cut offHi Mike,
I found it in functions.php
set_post_thumbnail_size( 848, 425, true );
if (function_exists( ‘add_image_size’ )){
add_image_size( ‘shop_catalog’, 270, 400, true );
add_image_size( ‘shop_catalog_small’, 270, 240, true );
add_image_size( ‘blog_listing’, 848, 636, true );
add_image_size( ‘small_cart’, 60, 60, true );
add_image_size( ‘team_member’, 260, 260, true );
add_image_size( ‘product_single’, 415, 455, true );
add_image_size( ‘portfolio_single’, false, 678, true );
}What do I need to change here to fix this issue?
Forum: Plugins
In reply to: [WooCommerce] Catalog Images & Single Product Image cut offI also add, then when I check firebug, the filename has this added on: -415×455 just before the .jpg.
In firebug, when I delete -415×455, it seems to resize nicely.Forum: Plugins
In reply to: [WooCommerce] Catalog Images & Single Product Image cut offI switched themes and looks like it is supposed to with the other theme.
How to fix this issue, with the current theme?Forum: Plugins
In reply to: Hide Comments Posted by User RoleDont worry I found something different, but achieves what I need !!
Forum: Plugins
In reply to: [WP Screenshot] Thumbnail not showing – "Generating Preview"Looks like it just takes a few minutes to take the screenshot, before it actually shows. That’s fine.
Although it seems it doesn’t work properly for all sites. It seems it has some issues with javascript or css, because often the slider doesn’t show, or it displays all slider images at the same time in separate images – not as it looks on the actual website.
Forum: Plugins
In reply to: [WP Screenshot] Thumbnail not showing – "Generating Preview"Seems to work now, not entirely sure why.
Although the slider part of the thumbnail is missing.
With this dev version, with the addons work?
Thanks David, that dev version has fixed the problem.
I’m a bit confused by your last message. Are you referring to the bug of overwriting, or the bug between the 2 dev versions.
thanks
Thanks for your suggestion. I have updated it to the dev version after your last message and I’ll check back tomorrow to let you know if tomorrow backup works as it should.
Although, even if this works, it might not be the best solution for me, because I would need an addon (the one that allows to specify multiple subdirectories in dropbox, for my multiple sites) and the dev version isn’t allowing addons.
Is there any way around this? (if the dev version works) ?
Thanks.
Forum: Plugins
In reply to: [Online Backup for WordPress] Compressed Backup File more than 100MBThanks Jason, that makes sense.
What does it mean to create and download a “snapshot”? How is this different from downloading the database and filesystem?
Thanks
Forum: Plugins
In reply to: [Online Backup for WordPress] Compressed Backup File more than 100MBHi Jason, I went through your response, and it makes more sense now.
I have multiple websites. As with all cpanels, the structure defaults such that the files of all the sites are folders contained within the main root folder. So this means that if I backup the main website, all the other folders will also be backed up. Would you recommend backing these all up together, or seperately?
How important is encryption? I don’t imagine that the backup to your servers can be detected and if my password is good enough, then no one would ever have access to it – right?
THanks