fr33lanc3r
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Showcase] After 2.3 update, all Teams data goneI had the same problem. Updating Team Showcase plugin from cmoreira fixes it.
BUT, it still shows that the plugin has an update available. When you click View version details, it shows Themepoints plugin. I ran into this on another site a year or so ago, that took a while to hunt down the source. At least I had some memory of where to start looking. For non developers, I assume this would be next to impossible to debug.
How to fix this? Can you change something on your end to get rid of this conflict?Thanks.
Any update on this?
From the last response, I think you do have the requested link, it was just moved?
Thanks.
Sure, every option is required.
[ short link deleted and moved to link field ]
Thank you.- This reply was modified 2 years, 6 months ago by Jan Dembowski.
- This reply was modified 2 years, 6 months ago by Jan Dembowski.
Here you go. https://postimg.cc/pmXXLYLy
Thank you.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] Thank you message time before redirectingIn the change log, I see this is now adjustable. I don’t see this anywhere in the admin settings. public.js still has it hard coded.
1.20.4 Improvement – redirection delay after signing now adjustable
Is this now editable through admin?
Thanks.
Of all pages to block, the sitemap is on the top of the list. : (
I know how to block indexing and have put measures in place. I’ve got a duplicate content mess to deal with now though.
I thought this was a bug and reported it here. How I thought the plugin worked and how it does are 2 different things. I’ll look for a different solution.
Thx
Thanks. I see Elementor has to tool to replace urls and regenerate CSS. So I will have to add an extra step after extracting with Duplicator when using Elementor.
Elementor > Tools > Replace URL
Elementor > Tools > Regenerate CSSThanks for a great product and quick responses!
I see that Elementor is generating a css file for every post-id in this directory.
wp-content/uploads/elementor/css/post-{post-id}.cssThe full path is used for the background image. It is the exact “old url” that has been replaced throughout the database.
Here is a code block:
.elementor-11 .elementor-element.elementor-element-50d6a4f:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-50d6a4f > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-image: url("full path to image"); background-position: bottom left; background-repeat: no-repeat; background-size: cover; }
Forum: Plugins
In reply to: [Event Calendar] Password Protection in adminAlso- I changed the login url from https://www.domain.com/wp-admin to https://www.domain.com/somethingelse and this also effects the front end from being able to load content. (The pop up from the side bar widget does not fully load for example)
Has no one else seen this behavior? I need the admin area protected.
Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] Multi Steps not workingIf you want a 3 page form you need to create 3 different forms, each with its own fields to collect and a submit button to continue to the next page.
You then create 3 pages and insert the cform shortcode into each page.Within the plugin for each form, in the Additional Settings section, you need to point to the next page. (readme file explains)