PeterWillard
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF: Search] Console WarningI get the exact thing. Would you kindly spare a moment and look into it?
Forum: Plugins
In reply to: [SVG Support] Bundle plugin js to reduce requestsHello again Ben!
Please forgive the lack of response, this is a sideproject I am working on in my spare time and I have been absolutely swamped with my full time job lately.
Anyway, the sub-par JS dev that I am, I figured this out. I dequeued the plugin script as per you suggestion with a simple
function dequeue_svgs_script() { wp_dequeue_script('bodhi_svg_inline'); } add_action( 'wp_print_scripts', 'dequeue_svgs_script', 100 );and then included the plugin code in my own as a service. I just had to declare
cssTarget = "img.style-svg"and it worked. Thank you for your time and suggestions.Take care!
Forum: Plugins
In reply to: [GDY Modular Content] Feature requests/ideasHello Johannes!
I am very sorry for the late response.
I have set up a clean WordPress installation to check whether I was mucking something up and it seems I must have been – duplicating a page transfers the modules and their content as it is expected.
I have identified a problem though. Right after duplicating a page with modules and content and then setting the duplicate to be translated independently, I can modify and save the content of both pages independently but when I delete a certain module on the original page – it disappears on the translation as well. This works the other way around too. When I then re-add the same modules on both of pages, save and try to delete them again – the deletion doesn’t occur from that point on.
- This reply was modified 9 years, 1 month ago by PeterWillard.
- This reply was modified 9 years, 1 month ago by PeterWillard.
Forum: Plugins
In reply to: [EG-Attachments] [Plugin: EG-Attachments] Include/Exclude by IDThis is such a useful plugin! I am anxiously waiting for the exclude option 🙂 Excellent addition!
Forum: Plugins
In reply to: [EG-Attachments] can't edit page or post since version 1.9.4.4Same here, editor went white. I reverted to the previous version for the time being.