webcart
Forum Replies Created
-
Hi @belimperial,
Many thanks for the detailed explanation.
I will sure try it.Thanks for your support.
It does not work on my side with a lot of errors in the console.
Anyway, customer is thinking if this is the right way to do it so I’m on hold.Forum: Plugins
In reply to: [Download Monitor] Reports not workingHi,
OK. I sent the PHP error logs in your contact form.
I needed to update the version to 4.7.2 so I could see the errors.
Then, I rolled backed to 4.5.99 so the download reports will have the data.Forum: Plugins
In reply to: [Download Monitor] Reports not workingHi,
I will send the posts screenshot to your contact page as requested.
What do you mean regarding the error log??The one that I sent you in the screenshot?Forum: Plugins
In reply to: [Download Monitor] Reports not workingHi,
Thanks for your reply.
Attached please find the two screenshots you asked:
https://share.getcloudapp.com/ApueeZ4pForum: Plugins
In reply to: [Yoast SEO] Breadcrumbs into excerptHi,
I solved my issue by adding Yoast Breadcrumbs widget in Elementor Header.
By this way, it did not inject the breadcrumbs into posts excerpt.
Thanks.Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs into excerptHi @maybellyne,
Thanks for your reply.
The code I mentioned was taken from Yoast site.
Here’s the link: https://yoast.com/help/implement-wordpress-seo-breadcrumbs/ so I guess that Yoast team should be able to help about this matter.Forum: Plugins
In reply to: [Cost Calculator Builder] Two formulas@stanstm,
Many thanks for your prompt reply and samples.
Works like a charm ??
5 stars on the way…Hi @belimperial,
You checked the link while it’s on cache.
Please check the link without a cache here. It’s more than 10 seconds to load.Regarding the GTMetrix report, please see this report with AA grade.
This report was made with Popup Maker disabled.You can see the difference between the two reports, that in your reports there are a lot of “Schema” and “refill” files which could not load and each of them takes more then a second while try to load.
When you check GTMetrix report without your plugin, you could not find those lines, but 2 lines which load OK.
This is the problem I think I have.
When I disable Contact Form 7 plugin, those error lines are also gone.So, it looks like there’s a conflict between CF7 to Popup Maker that makes all of those error lines.
I need a solution for those lines as it effects the site speed.Hi @mariatogonon,
Thanks for your reply.
I understand your suggestion to target each popup to its’ page.I have a page with about ~260 popups. What about it? It will continue to be slow because all the targeting will point to this page:
LinkHow to solve it?
Hi,
Just found out that my customer added ~260 new popups in addition to the ~95 popups he had before.
All the new ~260 popups should be triggered in one page only.
I wonder if I will instruct my customer to target all those ~260 popups to the specific page, will it solve the problem of the oher pages (slowness) and on the other hand, how to solve the problem with the related page found here.Forum: Plugins
In reply to: [Contact Form 7] No Response Headers – Request incompleteI use Astra theme.
When dectivating plugins, the one that “solved” the conflict was Popup Maker by Popup Maker.
It was installed many months ago and the conflict I’m facing now was not before.
I have more than 300 popups with this plugin.Hi @belimperial,
Thanks for your prompt reply.
I do use Breeze plugin.
With all the elements, javascript etc’, the bottom line is that I have many errors with a big delay when I enable Contact Form 7 and Popup Maker.
Please see it here:
https://postimg.cc/mcVwbKtKWhen I deactivate Contact Form 7 or Popup Maker, those errors are gone.
Because all of the forms are built with Contact Form 7, I can not remove this plugin so I need to find the solution for the conflict with Popup Maker that suddenley happened.Forum: Plugins
In reply to: [Contact Form 7] No Response Headers – Request incompleteHi @takayukister,
Thanks for your prompt reply.
Here is the link.Found the solution.
It was because my form was RTL and the Honeypot setting was left: -99999.
So I added this CSS:div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide{
left: 0;
right: -99999px;
}Enjoy ??