svebal
Forum Replies Created
-
Hi @aswingiri,
thank you! This will help.
Hello @aswingiri
Sorry, you misunderstood me. I’ve changed the text, that’s not the problem. But i can’t change the target for the button. So the secondary button is always linking to the german registration or login form, never to the englisch or french
@aswingiri, i’m using Version 2.5.0
@jdembowski, sorry, i was not aware that rule. Thanks for the advice.
Hello @aswingiri,
i’ve created a minimal example on a fresh standard installation without other plugins.
[ Test URL deleted ]There you can see the same behaviour. If you need access to the backend for further investigation let me now and we can choose a secure channel.
Regards
Sven- This reply was modified 2 years, 6 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Problem with Index and ACF Gutenberg-BlocksNo, it’s only
$wiki_text = get_field( 'wiki_text' ); echo $wiki_text
with some HTML around.
The ACF field is declared in this way in the ACF local JSON
{ "key": "field_61689599ccef2", "label": "Text", "name": "wiki_text", "type": "wysiwyg", "instructions": "", "required": 0, "conditional_logic": 0, "wrapper": { "width": "", "class": "", "id": "" }, "default_value": "", "tabs": "all", "toolbar": "basic", "media_upload": 0, "delay": 0 }
Nothing special, it’s a block with a WYSIWYG editor, wich can dropped into the editor area in the backend. Ofcourse there are other blocks like Gutenberg “wp:columns”, a headline or list with static links in the post content.
- This reply was modified 3 years, 4 months ago by svebal.
Forum: Plugins
In reply to: [wp-mpdf] No images tooThank you, Florian.
If I find a solution, I’ll provide it here.
Forum: Plugins
In reply to: [wp-mpdf] No images tooPath is valid, I can request and view the images in browser. They are all JPGs.
No password protection.It may be important to know, that this is a multisite installation. Here is the .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPressI’m not sure, what the line with wp-content is meaning.
Forum: Plugins
In reply to: [wp-mpdf] No images tooNow I’ve enabled debugging in config.php of plugin and get this error:
mPDF error: IMAGE Error (https://www.foo.de/wp-content/uploads/2014/08/6.jpg): Error parsing image file – image type not recognised, and not supported by GD imagecreate
Forum: Plugins
In reply to: [JS Archive List] JS-Error and dosn't expandThank you Miguel, now it’s working fine. ??