salubritas
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] No phrase option provided for “subscription fault”OK thank you
Forum: Plugins
In reply to: [Comments - wpDiscuz] No phrase option provided for “subscription fault”OK, this is my request:
- Make it possible to modify the phrase “Subscription Fault” through the phrases/errors tab
- Do not raise an error if someone tries to subscribe to comments with the same email address 2+ times. They will think there is a problem when actually everything is as they expected. Just say it succeeded.
Forum: Plugins
In reply to: [Comments - wpDiscuz] New comment appears below pinned commentWe will have to turned pinning of comments off then. Users need some kind of feedback after submitting a comment.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Show “Comments are closed”Thank you
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Padding problemMy own custom developed theme does NOT conflict with Elementor.
Yet when i set the “Space Between Widgets” to 30 (Bootstrap default) it still only adds 20 pixels space between the widgets. It even says “default is 20” in the editor when i go to the “Style” section to change the padding..Did you find a solution to this? I’m having the same problem getting Elementor to match Bootstrap. Changing the default doesn’t do anything to existing pages, new pages, or new sections.
I’m having to manually set the columns gap to “Extended” on all sections and the Widgets Space to 30px on all columns. Not 100% sure yet if both are needed.
Forum: Plugins
In reply to: [Custom Icons for Elementor] Disable Elementor default icons//* Disable FontAwesome
add_action( ‘wp_enqueue_scripts’, function() { wp_dequeue_style( ‘font-awesome’ ); }, 50 );//* To remove the Font Awesome http request as well
add_action( ‘elementor/frontend/after_enqueue_styles’, function () { wp_dequeue_style( ‘font-awesome’ ); } );//* Disable eicons
//* add_action( ‘elementor/frontend/after_enqueue_styles’, function() { wp_dequeue_style( ‘elementor-icons’ ); } );This isn’t working for me, have the style handle(s) changed? I tried switching it from ‘font-awesome’ to ‘elementor-icons-shared-0’ but that didn’t work. Are the Font Awesome styles enqueued anywhere else that needs adding?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment approved email template does not add p tagsOK, added here:
It’s awaiting approval.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment approved email template does not add p tagsOK. Here is the template for the comment approved message:
Here is the test comment just before it is posted:
After approving the comment, the following email is received:
As you can see, there are no paragraph breaks in the email at all.
This is not a problem with the various comment notification emails, just the comment approved email.
You are welcome, thank you for fixing it.
I have disabled all plugins but I get the same result.
No errors in the browser console and nothing obviously wrong in the network request/response.
I’ve turned debugging on and no errors are being logged.
Is there some way I can provide the website address securely to you?
Here it is simplified as a proof-of-concept:
<script> var config = 'Functional cookies enhance the website\'s functionality'; </script>After saving in the Header the result is:
<script> var config = 'Functional cookies enhance the website's functionality'; </script>On viewing the site, the browser console shows the same code inserted into the HEAD and the browser developer console shows a JavaScript syntax error due to the backslash having been removed.
Forum: Plugins
In reply to: [Social Metrics Tracker] Facebook data disappearingSame here. We only installed 2-3 weeks ago so have never seen FB share stats on our posts.
- This reply was modified 8 years, 7 months ago by salubritas.
Forum: Plugins
In reply to: [Just Writing] Insert image button not workingWorks great for me now, many thanks.
Forum: Plugins
In reply to: [Just Writing] Insert custom character not workingFantastic! It’s working for me now, many thanks.
Forum: Plugins
In reply to: [Just Writing] Insert custom character not workingMuch appreciated, thank you.