whereverpanda
Forum Replies Created
-
Hey Joshua,
Thanks for your quick response!
The site where I first saw the error does have custom post types and is quite busy and uses Oxygen Builder, ACF etc, but I went to one of my many simpler development sites that runs Elementor with the Hello Elementor theme with minimal plugins, and I checked the health screen and it said it on there as well.
And in both cases, once I disabled the Disable Blog plugin, the message disappeared. I’ve also quickly installed a 100% clean version of the latest WordPress release, added only Disable Blog, activated it, and the message was there, deactivated and the message was gone. I still use it on all my sites, but I thought it might be something that can be fixed, in case it causes trouble somewhere down the line. I’m not a coder at all so I don’t know if it can cause issues, so I just thought I’d inform you.
Thanks again!
Hi there,
Thanks for a plugin that really makes Elementor even better to work with!!
This issue however still seems to be a problem.
The above CSS does work, however it keeps the close button there permanently.
The problem is, that when you click the hamburger to open the mobile menu, there is nothing telling the close button to show. It just stays at ‘display:none;’
The close button is also outside of the offcanvas element (it’s right next to the open button), and the javascript is not adding a class to that parent element so that you can adjust for it in CSS.Can you possibly either move the close button to inside the offcanvas panel, or perhaps some javascript which can add a class to the close button so that it only shows when the offcanvas element is open.
Thanks!
- This reply was modified 4 years, 2 months ago by whereverpanda.
Thanks Liton,
I figured as much.
It’s so annoying that your plugin now doesn’t work optimally because of Elementor’s changes. I really do hope they sort out their bugs soon, because I can imagine this is even more frustrating for you than for us as site builders.
Keep up the great work!
Hi there,
I’m also having some troubles with this plugin suddenly and I’m not sure if it’s MA, WordPress or Elementor, because they’ve all got updated recently. Sometimes sections won’t live update in the Elementor editor, and if you delete an element, it stays there, until you update the page and then reload it. Only then can you see the section is no longer there. Another issue is when trying to create an MA template and importing the ready made templates.
Here are some steps to what I’m experiencing in this regard:
- I have a clean WordPress install, with only Elementor and Master Addons activated.
- I create only a home page using Elementor.
- I go to ‘Master Addons’ > ‘MA Templates’
- I click ‘Add New’ – Set ‘Header’ as the title, ‘Header’ as the template type, Display on ‘Entire Site’, and switch on ‘Enable Settings’, then hit ‘Save’ and the ‘Edit with Elementor’
- Now inside the Elementor builder, I click on the ‘MA Importer’ button.
- I select ‘Headers’ > ‘Off Canvas’ and select ‘Header 6’ and ‘Insert’
- Then, absolutely nothing happens. It just goes back to the clean Elementor Canvas.
Is this a bug, or am I being a bit daft here?
I really like your add-ons, but for some reason it seems to break Elementor now.
Can you help?
Thanks!
Forum: Plugins
In reply to: [Email download link] Don’t e-mail on every cron runHi,
Thanks for your reply.
No I’m talking about the section for ‘Cron Details’. Is there no way to disable that sending an e-mail everytime the download links are refreshed? Or will removing the e-mail address under ‘Admin Mail’ stop the cron message from sending as well?
Thanks!
This is a feature I’m also missing after switching from Yoast, but thanks a lot for the code (which works) and I’m hoping to see this as a standard feature in future releases.
Thanks for all your hard work. This plugin is seriously a game changer!
Forum: Plugins
In reply to: [Simple Job Board] Override E-mail TemplateThat did the trick – sorry I’m an absolute idiot when it comes to these hooks and functions!
Thanks a ton!
Forum: Plugins
In reply to: [Simple Job Board] Override E-mail TemplateHi Ammar,
Thanks for this, but putting that in functions.php breaks the site with this message:
Uncaught Error: Call to undefined function add()
I’ve tried using add_filter instead of add, which doesn’t give an error, but just makes the header disappear from the e-mail completely
Here is my code. Can you see anything wrong?
add_filter('sjb_email_start_template', 'modify_email_template',10,3 ); function modify_email_template($message, $notification_receiver, $post_id){ $message = '<div style="width:600px; margin:0 auto; border: 1px solid #ff0000;font-family:Helvetica;">' . '<div style="border: 1px solid #ff0000; background-color:#ff0000;">' . ' <h2 style="text-align:center;">' . $header_title . '</h2>' . ' </div>' . '<div style="margin:10px;">' . '<p>' . date("Y/m/d") . '</p>' . '<p>'; }
Thanks for your quick reply!
I think this may have been a glitch somewhere. I re-installed WordPress 5.4 and it seems to have fixed it. Sorry for wasting your time.
Again thanks for a great plug-in!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Pagination issue – page not found errorHi Jonathan,
No, I also get the 404 errors, when my taxonomy page is set to show only a certain number of posts and I try to go to the next page.
Thanks!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Pagination issue – page not found errorHi there,
I’m experiencing the same problem.
I’ve got a Custom Post Type called ‘Cars’ and taxonomy called ‘Class’. The problem this plugin has is that instead of going to example.com/cars/class/class-name/ , it goes to example.com/car/class/class-name/ (notice the ‘car’ in the URL is singular)
I just thought to give my 2 cents on this issue, as this IS a lovely plug-in that I would love to use. A lot.
Thanks!
Forum: Plugins
In reply to: [WP Post Popup] Can’t get content to show in modalBrilliant!
Works like a charm. Precisely what I was looking for!
Thank you so much for your quick and very efficient help!
Forum: Plugins
In reply to: [WP Post Popup] Can’t get content to show in modalHi there
After fiddling around, I realized the mistake was my own. I expected this plugin to do something that it clearly states on the plugin page that it does not do.
I expected it to bring up the entire linked post’s page (minus headers and footers) but it clearly states on the plugin page that it only shows the content you input into the text editor (which my post types don’t use).
So unfortunately it looks like I will need to look further for a solution to my problem.
Thank you very much, and sorry for wasting your time!!
Forum: Plugins
In reply to: [WP Post Popup] Can’t get content to show in modalHi there
Thanks for your very quick reply!
I have still not gotten it to work. The site I’m working on is merely a mess around site to test out WordPress, so it’s a bit of an unstyled, incomprehensible mess.
The page where the popup should load is here: https://nfsnl.whereverpanda.com/car/
And an example of a page containing the (very unstyled) content it should load is here: https://nfsnl.whereverpanda.com/car/brz/I am not receiving any errors that I am aware of.
Can you possibly see if I am doing something obviously stupid?
Thanks!