gunness
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Since 5.8, theme error foreach script-loader.php line 2652@festusdog : Thank you very much for posting the solution! ??
@segevmoran : Thank you for your special solution ??Forum: Plugins
In reply to: [CMB2] wysiwyg wrong outputhi justin,
thank you for your answer.
uff, i’ve changed my code to:
<?php echo wpautop( get_post_meta( get_the_ID(), 'yourprefix_get_wysiwyg_output', true ) ); ?>
and it works.
thanks a lot!
regards
gunness
Forum: Plugins
In reply to: [CMB2] Repeating Field for SliderHey Michael,
WOW. I’ve struggled very hard with the code but it works.
I’am very happy – thank you very much!
Kind Regards,
Gunness
- This reply was modified 7 years, 2 months ago by gunness.
Forum: Plugins
In reply to: [CMB2] Tried and tried, can't get it to work.Hi,
@shoelaced and
@michael Beckwith
it works now – I appreciate your help with this, thank you very much!
regards
gunness
Forum: Plugins
In reply to: [CMB2] Tried and tried, can't get it to work.Hi Michael,
thank you and your team for the work.
I have the same problem, I can′t get it to work.
what I`ve done so far:
1. from my WordPress backend: install the plug in via www.remarpro.com (Version 2.0.0.1)
2. in the wp-content/plugins/cmb2 folder: duplicate the example-functions.php and put that file in my themes folder.
3. deleted the:
/** * Get the bootstrap! If using the plugin from www.remarpro.com, REMOVE THIS! */ if ( file_exists( __DIR__ .'/cmb2/init.php' ) ) { require_once __DIR__ .'/cmb2/init.php'; } elseif ( file_exists( __DIR__ .'/CMB2/init.php' ) ) { require_once __DIR__ .'/CMB2/init.php'; }
in the example-functions.php in my theme folder.
4. now I thought I see a metabox titled ?Text Metabox“ on all of my pages
https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/wiki/Basic-Usage”
– unfortunately nothing happened.
can you please give me tip what i`am doing wrong.
thank you very much!
gunness
Forum: Plugins
In reply to: [Plugin: File Gallery] 2 different pictures for thumbnail and thickboxHi Aesqe,
What a bummer!
Thank you very much for your answer.
Regards,
gunness
Forum: Plugins
In reply to: [Plugin: File Gallery]Hello Aesqe,
Thank you for you fast and in detail help!
Regards,
gunness
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Multi UserHi,
ok, problem solved. In EACH Blog you have to activate “Display File Gallery on which post types? Seiten / Artikel” in the “Einstellungen -> Mediathek”.
gunness