MaryMak
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] Couldn’t find this redirect.I don’t see anything on the server that would be causing this and the host didn’t either. I will just switch to a different plugin for this purpose. Thank you.
Found it. There was maybe a change in the way shortcodes need to be echoed in WP 6? I had to edit the header template that displays the shortcode from a custom PODS field. Forms are displaying again. If it helps anyone, I was just echoing the shortcode variable previously:
echo $hubspot_form;
and had to change it to:
echo do_shortcode($hubspot_form);
Just want to note that using the instructions provided worked for me (GDPR Cookie Consent > Settings > Advanced tab and click on Delete site data from CookieYes button). However, I had to Disconnect from CookieYes in GDPR Cookie Consent > Cookie Scanner first. Hope this helps.
- This reply was modified 2 years, 10 months ago by MaryMak.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event times are not displayingThat worked, thank you!
Forum: Plugins
In reply to: [Elementor Custom Skin] New Theme Builder not showing Loop templatesYou’ve already fixed it! Amazing. Thanks so much!
OK, good to know for future use. Thank you!
I just pulled this out through PHPMyAdmin but it didn’t have the shipping method title included. I mapped those manually in a csv file. It would be nice to be able to export that more cleanly. Just a suggestion for those who may not have easy direct access to the database.
Forum: Plugins
In reply to: [Weather Atlas Widget] Weather is incorrectI just noticed that the upcoming forecast days are off as well. It starts with the day before rather than the day after.
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeHi @ibenic,
I think just this one addition to the CSS should make the logos align vertically.
.wp-sponsors.slider.vertical-center .slick-track {
align-content: center;
}Thank you.
Forum: Plugins
In reply to: [Awesome Weather Widget] Removal from the WP.org ? Why?+1
Love this widget. Hope it comes back!
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeForum: Plugins
In reply to: [Post Types Order] Sort by meta value stop working when your plugin activatedThis is happening to me as well. I excluded the affected post type in Settings but it doesn’t make a difference. It is still affecting that post type. I know because it changes with the Post Types Order plugin disabled.
Forum: Plugins
In reply to: [Sponsors] Display issues with slider shortcodeThanks – I really appreciate your fast response!
Forum: Plugins
In reply to: [Sponsors] Horizontal display and carousel+1 on Elementor widgets. That would be very helpful.
Hello,
I’m not an admin but you might check your wp-config.php file for the line below and, if it is present there, change it to false:
define( ‘WP_AUTO_UPDATE_CORE’, true );