Rickp01
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Multi Day Event Border RadiusReview added!
Forum: Plugins
In reply to: [The Events Calendar] Multi Day Event Border RadiusHi Abz,
Perfect thanks!
RichardForum: Plugins
In reply to: [The Events Calendar] Multi Day Event Border RadiusHi Erica,
Thanks for looking. Unfortunatley that doesnt seem to work: https://winterhillgolfclub.uk/calendar/Here’s a screenshot of the round corners I’d like to remove: https://winterhillgolfclub.uk/wp-content/uploads/2024/01/Screenshot-2024-01-03-at-12.16.06.png
Thanks Jonas,
I’ve reached out to my Theme support (Themify). They are investiaging as we can see that it fails when the shortcode is placed using the Themify builder.
Cheers,
RichardThanks for the fast response.
I’ve reached out to my Theme support: https://themify.me/
Thank you again! Perfect.
I do have an issue where accessing the Media Library stops working when the form is on a page (Themify Builder – https://themify.me/).
I’ve asked Themify for support and I will share if I get any response.
That’s perfect. Thanks!
Forum: Plugins
In reply to: [The Events Calendar] How long for a support tickets to be answered?Thanks Andras,
I did get a reply after 48hrs but no reply for more than 18hrs to my next reply.
I know this is not a live chat but this could be very difficult to see a resolution happening soon!
My lisence key starts with: 8bb7fba2
I for a solution ASAP.
Hope you can help!
Forum: Plugins
In reply to: [The Events Calendar] Next month events not appearing in iMac CalendarHi Deblyn,
Thanks for looking!
Great, I already have that plugin installed.
But I can’t see any option to increase from the events in the current month.
The is url that is used to subscribe to: https://www.cantorumchoir.org.uk/calendar/?ical=1&tribe_display=custom&start_date=2021&end_date=2023
Any ideas?
Rich
Forum: Plugins
In reply to: [Redirection] Redirects Not workingHi John,
I have a fix.I’ve added this to the .htaccess file:
<FilesMatch “\.aspx$”>
Order allow,deny
Allow from all
Satisfy All
</FilesMatch>From with in the plugin when I use ‘check redirect’ it does show an error but the redirections work.
Rich
This might be useful information for anyone else having the same problem.Hi Perry,
Strange, I don’t actually have any caching plugins running.Hi Perry,
Thanks for updating! All good – though your custom CSS to center the full-screen button not working for me.Forum: Plugins
In reply to: [Redirection] WordPress Redirection not working on live websiteGuys,
I’ve added redirects manually in the .htaccess file.Could it be CAPITAL letters in the source URL that’s stopping it working?
- This reply was modified 8 years, 2 months ago by Rickp01.
Hi Jeremy,
Well I’ve just had a reply from the theme author.
Quick a reply.Hi, I managed to track it down, but I’m afraid that it’s not related to the theme at all. It’s caused by a floating point multiplication bug in the plugin and is triggered at specific gallery widths (which is why removing the sidebar appears to fix the issue). The size of the images is irrelevant is it is just a coincidence that some sizes work fine, while other do not.
Here is what happens:
– Jetpack scales the different elements in the gallery (.gallery-row, .gallery-group, .tiled-gallery-item img – line 39 in modules/tiled-gallery/tiled-gallery.js) based on the parent element’s resolution
– The ratio for this scaling is calculated by simply dividing the current width of the parent by the original width (line 75)
– Then, for each of the “resizable elements”, they multiply the ratio by the original width of this element (lines 97, 98) and then round it down.All this sounds well, but check how the math goes:
originalWidth: 1140, currentWidth: 795 => resizeRatio is 0.6973684210526315
– For the left column (single 800×800 image):
Original width is 760px, so when scaled-down this becomes 760*0.6973684210526315 = 530px exactly– For the right column (two 800×800 images on top of each other):
Original width is 380px, scaled-down width becomes 380**0.6973684210526315 = 265px exactly– The width of the two columns is now 530+265 = 795px.
– Now, the gallery row:
Its original width is 1140px, but when you multiply 1140*0.6973684210526315 you get 794.9999999999999 due to precision issues. This is then rounded down to 794px and obviously you can’t fit the 795px wide content in a 794px wide space. The right column overflows and is hidden.If it was up to me, I’d add a check which skips the multiplication if an element’s width is equal to the parent’s width. This should fix that specific issue. However, it is up to Jetpack’s authors to decide if there is a better solution, as this can only be fixed by modifying the plugin.
All tests/measurements were performed on this page: https://jnp.adelantedesign.co.uk/uncategorized/test-gallery/?preview_id=574&preview_nonce=6ea63152ec&post_format=standard&preview=true
Best Regards:
Nikolay Yordanov
https://www.vamtam.comDoes that help?
Richard
Yes that’s the theme.
I’ll post a support ticket.
Thanks.