metaphorcreations
Forum Replies Created
-
Thanks for contacting me. The ticker display uses javascript to continually loop and position items. Normally this isn’t an issue, but there are times when certain other javascript on the page can cause problems with it. You can try running through the following article to try and track down which plugin/script may be conflicting: https://www.metaphorcreations.com/article/general/plugins/test-plugin-conflicts/. You can also see the ticker at the top of my site here and compare to how yours is running. I see there’s a slider script and flipbook script running on the home page. I would initially start with trying to disable those temporarily and see if anything changes.
I do have plans to put together a ticker/marquee that mainly uses css, but I’m not sure when that will be available. It will still probably be a while.
Forum: Plugins
In reply to: [The Events Calendar] Bug: Attributes need to be escaped in Linked_posts.phpI am working on a clients website and they hold the license for the pro version, so I don’t have direct access to their account.
I posted instructions on how to view the issue in my first comment, there is no direct access to the form as the page has a redirect if the initial small form is not submitted first. You need to submit the initial form and then you’ll see the Community Events Forms.
This is related to the Community Events Forms, but the issue stems from the free version of the plugin. I’ve already provided the solution to this issue. It’s a small issue that should be a pretty quick fix.
Forum: Plugins
In reply to: [The Events Calendar] Bug: Attributes need to be escaped in Linked_posts.phpThanks for getting back to me. You are correct, it looks like that line of code is slightly different now in 6.8.1, but the issue is still the same. We are using the pro plugin, but the issue is stemming from the free plugin. Here is the current code in the free plugin, within the Linked_Posts.php file:
data-create-choice-template="<?php echo __( 'Create: <%= term %>', 'the-events-calendar' ); ?>"
This caused the issue below, when trying to add a new venue with the Community Events form:
The attribute still needs to be escaped, like this:
data-create-choice-template="<?php echo esc_attr( __( 'Create: <%= term %>', 'the-events-calendar' ) ); ?>"
When the attribute is escaped, it resolves the issue:
Thanks for the help!
- This reply was modified 1 week, 4 days ago by metaphorcreations.
Forum: Plugins
In reply to: [The Events Calendar] Bug: Attributes need to be escaped in Linked_posts.php
1. PHP 8.2.24
2. WP 6.2
3. TEC 6.8.0 – TEC Pro 7.3.0
4. Custom theme
Please just pass this along my initial submission to your developers. This attribute should be escaped for security reasons in the first place, regardless of the bug.- This reply was modified 1 week, 5 days ago by metaphorcreations.
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Font Changing On MobileIt looks like iOS doesn’t include Arial Black by default in their system fonts, which is why is looks different on your iPhone. I didn’t realize this myself, so it’s good to know.
My suggestion is to choose a different sans-serif Google font like Lato or PT Sans, with a heavy font-weight. This will load the font on all devices and ensure they are all using the same font… Now, with that said, I am realizing that my font-weight selector is not working correctly right now (I must have missed a google font update) and I am currently working on a fix for this.
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Suppress titleYou can hide the title by going to the Display (tab) > Title (tab) and then setting the Display option for the title.
Forum: Reviews
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Simply does not workI’m sorry you ran into issues. I assure you that it does work, but you may have some sort of conflict on your site. The admin pages are built with javascript, so if your admin has a javascript error that could cause an issue. If you’re willing to, please run through the following article to see if there’s something else on your site that is affecting this: https://www.metaphorcreations.com/article/general/plugins/test-plugin-conflicts/
Plesae reach out to me through this form for more help, if interested: https://www.metaphorcreations.com/contact/
Thanks!
Great, glad it worked for you!
There is a play/pause button built into the Ticker display. While on the Display > General tab, scroll down to the bottom and you’ll see a checkbox for “Add a play/pause button to the container“. Just enabled this checkbox and you’ll see the button display below the ticker. There currently aren’t any settings for styling the button out, so you’ll need to use custom CSS for that.
No worries, I’ll help you out. Since this is for a paid product, let’s continue this discussion on the support ticket on my site. I’ll reply to that now and close this one out.
Thanks for contacting me. I’ll do my best to answer your questions:
- Layouts and Displays are templates to (optionally) be used with your Ditty. Layouts are how you template out (html/css) your individual items. A Display is the main container for the Ditty (Ticker, List, Grid, etc…). You can also have completely custom layouts and display settings within your Ditty without using a template for either. The Ditty shortcode is what you would use to add the ticker to your website. The Layout and Display menu screens are only if you want update/edit one of your templates directly, outside of the main Ditty editor.
- Here is the template I am using on my site: https://www.metaphorcreations.com/wp-content/uploads/2024/09/layout-post-horizontal-alpha.json. Open the link and save to save the .json file to your computer. You can then use the Ditty > Import/Export screen on your site to import the Layout to use for your RSS item.
If you haven’t already, please run through these 2 articles:
- https://www.metaphorcreations.com/article/ditty/general/quick-start/
- https://www.metaphorcreations.com/article/ditty/general/using-layouts/
I’ll have to check out the global Ditty issue later tonight to see if I can replicate. Let me know if you have any further questions on this things above. Thanks!
Ok, thanks for letting me know. If the issue pops up again feel free to create another ticket.
It’s hard to say what is going on here. When do you see the 404 page? When you try to edit the Ditty?
Did you import the Ditty after re-installing WordPress, or did it already exist in the Database?
Let me know if you are still having any issues, or if finding the cache problem has resolved this. Thanks!
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Ditty in Widget?It should work the same regardless of the display type, so it sounds like you are doing everything correctly if the list display type shows. Can you provide a url to your site where the ticker should be displaying? Thanks!