sk8walker96
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Compatible with WP 5.9.3?I’m experiencing issues as well, plugin is active but i cant see the button when editing post or pages
Forum: Plugins
In reply to: [Rich Reviews by Starfish] I can’t use starsHello, sorry for the late answer because i wasnt the owner of the thread i didnt receive any email notifying your reply.
I’ve sent an email to [email protected] providing all the details to access my development server.
Feel free to test.
Thanks in advance
Forum: Plugins
In reply to: [Rich Reviews by Starfish] I can’t use starsI had to downgrade the plugin to 1.7.2 and now they work. 1.7.3 doesnt work
If you want we can try at my dev site to see what’s going on. Thanks!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] I can’t use starsHi I’m having the same issue, clicking at the starts does nothing, do you know the reason?
http://nomadsurfers.com/submit-reviews/?post_id=57329&booking_id=2162&email=sk8walker%40gmail.com
Thanks!
Forum: Plugins
In reply to: [Requirements Checklist] CFS supportHi Dauidus!
Where are you with this implementation?
Hope everything is right on your end
Cheers!
Forum: Plugins
In reply to: [Requirements Checklist] CFS supportHi Dauidus!
Where we are with the new update? any news for the beta testing?
Regards!
Forum: Plugins
In reply to: [Requirements Checklist] CFS supportGreat! just let me know, i have a complex installation with many CF and logic filters to display them it’s gonna be a good test
Forum: Plugins
In reply to: [Requirements Checklist] CFS supportHi!
Do you have an ETA for the paid version of the plugin?
I will buy it right away!!, having a checklist for custom fields is something great!!
I really need for my website, let me know if you need beta testers even paying before it’s not a matter for me at all.
I’m also developer I’ll use for this website nomadsurfers.com
Forum: Plugins
In reply to: [Add Category to Pages] WPML PLUGIN SUPPORTWPML has contacted me in order to get your contact information so they can help you to achieve full compatibility with WPML.
They told me you can contact them at this email:
Looking forward to hearing from you
Thanks!
Forum: Plugins
In reply to: [TinyMCE Templates] Plugin doesnt activate after last upgradeOkay,
button to add templates is showing at every ACF field but It doesnt open the pop up to select the template on the ACF fields
but it does it at the content editor.
Another fine tuning:
can we control on which tinymce defined toolbars the button is loaded?I have a multiuser site and some roles have a more restricted toolbars with only few options of formatting and i’d like to not let them to add templates.
The idea will be load your plugin only on those fields that have the “FULL TINYMCE” and not the rest of defined toolbars.
I have a piece of code like that to define other toolbars
add_filter( ‘acf/fields/wysiwyg/toolbars’ , ‘my_toolbars’ );
function my_toolbars( $toolbars )
{
// Add a new toolbar called “Very Simple”
$toolbars[‘Very Simple’ ] = array();
$toolbars[‘Very Simple’ ][1] = array(‘formatselect’ , ‘bold’ , ‘italic’ , ‘underline’ , ‘specialcharacter’ , ‘bullist’ , ‘numlist’ , ‘alignleft’ , ‘alignright’ , ‘aligncenter’ , ‘alignjustify’ ,);
$toolbars[‘Very Simple’ ][2] = array(‘pastetext’ , ‘undo’ , ‘redo’ , ‘fullscreen’);// return $toolbars – IMPORTANT!
return $toolbars;
}Thanks!
Forum: Plugins
In reply to: [TinyMCE Templates] Plugin doesnt activate after last upgradeThat was very interesting…
After got the error i’ve disabled debug mode and refresh the window where the error was and plugin it’s enabled now.
Forum: Plugins
In reply to: [TinyMCE Templates] Plugin doesnt activate after last upgradeThis is the error i’m getting from WP_DEBUG
Warning: Cannot modify header information – headers already sent by (output started at /home/devnomad/public_html/wp-content/object-cache.php:374) in /home/devnomad/public_html/wp-includes/pluggable.php on line 1207
Forum: Plugins
In reply to: [Breadcrumb Trail] Add category trails to pagesthank you very much for the quick response!
works like a charm!
checking out your plugins and planning to join the club ; )