Katrienmoore
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] Cropping to these dimensions is not possible.Hi,
I tried the plugin out with a completely empty site. No other plugins, standard WordPress theme.
I tried several different versions of WordPress. The plugin is working fine from version 5.0 onwards until version 6.0.
As soon as I updated to WordPress 6.0 it started giving the same issue.
This test site has literally nothing else in it, just wordpress and your plugin.
I can only assume it is not fully compatible with WordPress 6.0 and up.
Would you please have another look.
I always loved this plugin. I have 15 sites that have your plugin in it. Now it does not work in any of them.
Katrien
Forum: Plugins
In reply to: [Crop-Thumbnails] Cropping to these dimensions is not possible.Hi,
I tried that and it makes no difference. I have in the meantime found the same issue on 2 more of my sites. On both those other sites, the plugin was working fine before.
Could it be a but in the latest version?
Katrien
Forum: Plugins
In reply to: [Crop-Thumbnails] Cropping to these dimensions is not possible.Hi,
I can give you an example:
The original image is 1989 x 1645 pixel.
The image I want to crop is 600 x 350 pixel.
I have used this plugin with these same ratios very successfully before. Please have a look at the screenshots to see what happens.
It is at the moment not placed anywhere as I can not crop the image.
Thanks for your help,
Katrien
Forum: Plugins
In reply to: [WooCommerce] on sale block not workingI have found a solution.
If I take the sales price out of the products, save it and then put the sales price back in and save it, then it does show up in the on-sale products.
Just resaving the product does not work, you need to take the price out and put it back in.
Any idea why this might be happening?katrien
Hi,
I have tried all the above steps and it is still not working.
Forum: Plugins
In reply to: [WooCommerce] on sale block not workingHi,
Yes all sales prices have been set up correctly.
I have also tried to disable all plugins and changed the theme, it still does not work.Katrien
Hi
The Checkout page is accessible and the widget box is unticked yet it still shows the login page.
I am certain it is the Ultimate Member plugin as when I deactivate it, it works as expected.
I also purchased the WooCommerce extension and that made no difference.
Can you let me know what else to try.
Hi Eric,
That does look as if it will do what it needs. I have taken your suggestion and contacted the developers to make sure. I will post the reply here when I get it.
Thanks for your help
Forum: Hacks
In reply to: names for images with add media in posts and pagesUnfortunately I was never able to figure it out and I am making do with the library as it is.
Forum: Fixing WordPress
In reply to: links not appearing in latest newsHi Ivan,
I installed the plugin and it works great.
Thank you so much for your help.Enjoy the rest of your weekend
KatrienForum: Plugins
In reply to: [Enhanced Media Library] Bulk assign in Media Library, gone!I would also really love a bulk editing option. It would save so much time.
Great plugin besides that. It has saved me from several headaches!Forum: Themes and Templates
In reply to: [Openstrap] title attribute in menu not workingHi Guys,
A lovely guy in the openstrap support gave me the solution to this problem.
It works perfectly now.
If you have the same problem try this:n functions.php, there is a class that is used to rendere nav menu. If you can check around line #689 (latest theme) you will see like
$atts[‘title’] = ! empty( $item->title ) ? $item->title : ”;
you can go ahead and update it to
$atts[‘title’] = ! empty( $item->attr_title ) ? $item->attr_title : ”;
Your menu title will be shown
Forum: Plugins
In reply to: [Tippy] Not Working in WP 3.9Hi,
I am building a bilingual site for a local school ( irish – english)
I have been using tippy tooltips to display translations of some words and sentences. ( I have also tried with different tooltips eg wp tooltips)
I have 2 widgets on the frontpage that both have a tooltip in them.
After upgrading to 3.9 the tooltips have disapeared out of the widget area. The still work fine on the actual pages.
I have tried featured page widgets and text widgets, but It makes no diference. This worked fine before the update. It is a important part of my site to be able to use tooltips in widget areas. Can you please help me?Thanks