Sprul66
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom Post Order] Multisite activate post typesHi Marian, thanks for your quick reply. Sadly it’s not on point of my issue. The settings are not available on Multisite Level, where i need them. To make it more clear:
– Multisite
-> here I need to manage the settings for all child pages (per code would be fine too)
— Site 1
–> Multisite settings should be applied
— Site 2
–> Multisite settings should be applied
— Site 3
–> Multisite settings should be appliedThis topic is an issue. Was searching an hour till i found the problem.
Just came here to +1Forum: Plugins
In reply to: [Contact Form 7] Add field class to wrapper spanBump
This drives me nuts.
Forum: Plugins
In reply to: [Contact Form 7] Remove size attribute from input fieldsHere is the answer to my own question. But this doesnt helped me out with my main problem (percentage width on the input or wrapper tag). Anyway, just replace size=”100″ with whatever you need:
add_filter( 'wpcf7_form_elements', 'remove_attr_size' ); function remove_attr_size( $content ) { $content = preg_replace('/ size=".*?"/i', ' size="100"', $content); return $content; }
- This reply was modified 7 years, 11 months ago by Sprul66.
Beautiful! Thanks P?r Thernstr?m <3
+1
Would be nice if you could implement this feature.
Forum: Plugins
In reply to: [Advanced Custom Fields Viewer] Some improvementsGot the same notices:
1) Notice: Use of undefined constant option – assumed ‘option’ in /wp-content/plugins/advanced-custom-fields-viewer/viewer.php on line 26
2) Notice: Use of undefined constant option_1 – assumed ‘option_1’ in /wp-content/plugins/advanced-custom-fields-viewer/viewer.php on line 52
3) Notice: Use of undefined constant option_2 – assumed ‘option_2’ in /wp-content/plugins/advanced-custom-fields-viewer/viewer.php on line 107By using VARDUMP one more notice appears:
4) Notice: Use of undefined constant option_1 – assumed ‘option_1’ in /wp-content/plugins/advanced-custom-fields-viewer/viewer.php on line 55Forum: Plugins
In reply to: [Polylang] Translating Custom Post Type & Taxonomy SlugsAny updates to the “hide URL language information for default language” problem with your plugin?
Forum: Networking WordPress
In reply to: Multisite on Subdomains redirects to main site (subdomain too)Hei, thanks for your reply!
I got it finally to work. But only with the MU Multisite Domain Mapping Plugin. It is really disappointing that wordpress can’t do this natively.
Forum: Networking WordPress
In reply to: Multisite on Subdomains redirects to main site (subdomain too)Okay, got the problem back with SUBDOMAIN_INSTALL true.
If I’ll login into the Adminpanel from sub1 or sub2 I get redirected back to the loginform without a (error)message.
How to solve this issue?
URL after trying to Login:
https://sub1.domain.tld/wp-login.php?redirect_to=http%3A%2F%2Fsub1.domain.tld%2Fwp-admin%2F&reauth=1Forum: Networking WordPress
In reply to: Multisite on Subdomains redirects to main site (subdomain too)Hate it. Just changed the Setting SUBDOMAIN_INSTALL back to true. But I tried it before and it didnt worked – just crying ??
Sorry.