dberdal
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Horrible non-WYSIWYG EditorHold down shift when you hit enter it works just fine… Tested with a few different themes. If it’s not working for you, try switching to 2016, 2017,2018, 2019 or a modern genesis theme.
@mazumas1 WordPress controls styling via themes. The page / post editor is just for editing specific pieces of content.
Forum: Reviews
In reply to: [Gutenberg] One star rates are a busload of crap!It seems Gutenberg has pulled a lot of people out of the woodwork who have been doing things the same way for the last decade… changes are hard for some people.
I really can’t tell if all the negativity is about the way Gutenberg is implemented, that it doesn’t do enough, or it does too much?
I’ve been testing for a few weeks, and especially when paired with something like Kadence Blocks it’s a nice editing experience that I think is on par with other full page builders.
@bcworkz – to the original question of adding a field to every existing block. It makes sense that the original developer would not be aware of the custom field, but is it possible to add the field, and then use the block api to modify the block based on that custom field?
Forum: Fixing WordPress
In reply to: WordPress URL Autocorrect not working anymoreHad the same issue, and came across your post. My solution was to uncheck caching of 404 pages in w3tc page caching settings. It’s a shot in the dark but a lot of people use w3tc and maybe it’ll help someone out!
Hi Marko,
Thanks for the reply. I’ll check out the w3tc_cdn_url hook, that might be the solution for me.
The default behavior is inefficient just if you have a lot of sites… In my case the CDN is storing thousands of duplicate copies, and is having thousands of slow page loads as the CDN is re-primed over and over for each of those individual sites.
Thanks – that might be able to solve my problem – I just emailed in via the website.
Forum: Plugins
In reply to: [Gallery Custom Links] Gallery links not workingContacted developer and received test version that fixed my problem. I’m expecting the fix will be released shortly.
Thanks for your impressive support!
I just signed up for a cloud trial and got a xxxx.matomo.cloud url. As you described, I chose “self hosted” instead of cloud and entered in my matomo.cloud url. I was able to properly connect with this method.
Thanks for the reply – is
rocket_config_files_path
part of this plugin or something built in to wp rocket? At least in the past when I’ve reached out to their support team they’ve had zero interest in providing a solution for a single multisite config option.
It’s strange to me that their isn’t good network config multisite support since wp super cache and w3tc, support it without any major issues.
Forum: Plugins
In reply to: [WooCommerce] How can I remove the network orders widgetTo remove from the network dashboard the second parameter should be “dashboard-network”
function remove_dashboard_meta() { remove_meta_box( 'woocommerce_network_orders', 'dashboard-network', 'normal' ); } add_action( 'admin_init', 'remove_dashboard_meta' );
as described here: https://codex.www.ads-software.com/Function_Reference/remove_meta_box
Thank you so much for your quick response today!
I’ve added:
define('WPMS_MAIL_FROM_FORCE', 'true');
to wp-config.php
In the UI on options-general.php?page=wp-mail-smtp the checkbox becomes greyed out, but it does not show as “checked”
However, the sending address is correctly forced to my defined sending email address. Solved for me!
I’m looking for the exact same thing. All other important settings can be controlled by wp-config defines, but I’m not finding any documentation inside wp_mail_smtp.php regarding the new “Force From Email” and “Force From Name” options.
On multisite, this is pretty important.
Forum: Plugins
In reply to: [Shortcode in Menus] plugin does not workDoes that shortcode work in normal post content?
Forum: Plugins
In reply to: [Download Monitor] Domain Mapping Causes ERR_INVALID_RESPONSEActually the solution is pretty simple:
When creating the download you choose “+ Add file” – the url pulled from the media library was showing the unmapped url, but you can manually change it to the mapped domain. Downloads then complete correctly.
tl/dr Domain of the media file needs to match the domain of front end of the site.
Hi Varun,
Thanks for your response, but my question is not resolved.
It states on the plugin descriptions, “You’ll be able to take full control of all your networked sites from your main installation.”
If I have to go into every single site on my network, that doesn’t sounds like “full control from my main installation”.
Also, why doesn’t the network settings screen from inside the plugin work? It appears that the plugin used to have full network control, but that it has been partially disabled or removed.