wprun
Forum Replies Created
-
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
Forum: Plugins
In reply to: [Online Backup for WordPress] Compressed Backup File more than 100MBThanks Jason, I definitely prefer more detail, rather than less.
No time now, but will review this in the next few days.
Thanks for your help.
Forum: Plugins
In reply to: [Online Backup for WordPress] Compressed Backup File more than 100MBThanks Jason for your answer.
I actually ended up deactivating your plugin because:
1) I wasn’t able to change encryption options. From encryption to non enceyption and viser verser. Would be great to have more options for this.
2) And the reason I wanted to change encyption options, was because the passwords were not working. The fact that this happened was a bit scary, and even if i could fix this, I didn’t want to take the risk of this happening, when my backup may be required in the future and especially when there is absolutely no way to recover it.
Cheers
The quickslider section in the pagelines theme.
You can see it here https://demo.pagelines.me/sections/
when you click on the menu item 5th from the left.I have posted this issue on the pagelines forum without a good answer, so thought I’d see if anyone here can help.
Thanks!