Juan Hernando
Forum Replies Created
-
I had the same problem in a website and also thought that the combination Astra + Elementor was failing somewhere (because they both had updates recently), but it seems it’s a problem with The Events Calendar (which I assume you have installed in your site too). There are some threads open in their support forum like this or this.
You’re right Mikko. The original question was related with the space in the excerpt and I didn’t think that we’ll need much more information, but in this case I will start debugging the whole query as you stated here https://www.relevanssi.com/knowledge-base/debugging-relevanssi-searching-issues/ and I’ll open a new support thread if I’m still stuck, with all the info needed.
It seems that all the words are in the debugger and I’m not throttling the results, so I’ll keep looking for it ?? Thanks for your time!
Thanks Mikko! The code works perfect for the visual space that wasn’t there in the excerpts. I’ve seen the debugging tool and you’re right, each word is there separate. And now the doubt is a bit more complex then on what’s going on ??
I can’t share the URL here (it’s still a work in progress) but let’s say that if I search for custom name of long element with many words I don’t get the result of the page with the table that has it. But if I search for name of long element with many words, it appears. It’s not a stopword, it’s just weird (and in the excerpt that first word was glued to the number of the column before, that’s why I thought that would be the reason).
Do you have any clue about what can be going on? (I can send you more details in private if needed)
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Problem with marginsUpdated to 2.9.10 and working perfectly ?? Thanks Munir for the solution!
Thanks Munir! Plugin updated to 2.9.2 and site running smoothly ??
Sorry for the problem, I’ll try to make the client upgrade the server as soon as possible!
Have a nice weekend!
Muchas gracias, David. Así da gusto ??
Hi! Having the same problem here, it seems there’s a conflict with the Popup Maker plugin and the WooCommerce blocks in the backend.
Steps to replicate it:
1. Clean WordPress install
2. Clean WooCommerce install, basic setup (address) and create 1 new single product
3. Add new post and add the WooCommerce block ‘Hand-picked products’, select the product and save. It works well in the backend and in the frontend.
4. Download and activate Popup Maker plugin
5. Go back to the post, and when it tries to render the block, you get the error: Error loading block: Invalid parameter(s): attributesIn the console you can see there’s an error 400 (bad request) for this:
The correct (status 200 ok) request, with the plugin deactivated is:
So, somehow, this is messing with the block: &attributes%5BopenPopupId%5D=
I hope you can take a look a it, if you need further info, let me know. Thanks!
Forum: Plugins
In reply to: [Social Sharing Plugin - Social Warfare] Notices in the frontendThanks Christine, same error here as the one that @tparis00ap posted. I hope it’s resolved on Monday!
Forum: Plugins
In reply to: [MultilingualPress] Advanced Translator + Custom Fields?Thanks for your answer Thorsten and happy Easter! ?? I understand all your points. I’ll take a look at the actions and see if I can code something, but in the short term, I’ll keep updating each field in each single post page.
Forum: Plugins
In reply to: [Contact Form DB] File uploaded URL when viewing a single entryThanks Michael! I figured that it was going to be a single change, but I wasn’t sure about where. Now it’s working! Great support ??
Forum: Plugins
In reply to: [Contact Form DB] File uploaded URL when viewing a single entryThanks Michael! I’ve tried to fix it myself because I need it for a project, but I haven’t found how to do it. Will you publish a new version fixing it or could you share with me which exact files should I modify and how? Thanks again for your time!
Forum: Fixing WordPress
In reply to: Expired key on recovery password emailI’m sorry ltech2014 but I can’t help. I switched to a Linux server and it just worked fine for me. Which server are you using? Maybe we can follow the breadcrumbs to the problem… Is it a Windows Server? Or are you using a SMTP plugin?
Forum: Fixing WordPress
In reply to: Expired key on recovery password emailThanks codemovement, I tried that, but it didn’t change anything :\
The other thing that it’s different from many other WP I have installed, is that this is running on MySQL in a Windows Server instead of Linux. These are the ingredients of the recipe of this not working: Windows Server + SMTP plugin (no mail() function) = reset key always expired.
If I can’t solve this during the weekend, I’ll have to change to another server, as I’ve tried the same configuration in another test server and it’s working perfectly.
Forum: Fixing WordPress
In reply to: Expired key on recovery password emailIt’s WordPress 4.3.1 and it happens with no plugins activated (except the SMTP one, which I’m using with a Mandrill account SMTP configuration) and with the default theme too.
I’ve tried to change the expiration date of the cookie in wp-login.php (from 10 days to 10 million days, just in case there were any kind of mismatch from the server date or something) but I’m still getting the expired key message.
Forum: Fixing WordPress
In reply to: Expired key on recovery password emailHi! No, I’m not using Theme My Login or any other that overrides the default login behavior, or any cache plugin ?? (not sure about the server, could it have any kind of misconfiguration causing this?)