193 comments found.
Your web site not working.
Can you please use the latest font awesome fonts, Thanks.
Hello; I added Google ADS ad code to the textarea field, but it didn’t work. How can I run HTML codes in this field?
Google ad code cannot be added. Codes are automatically deleted after saving. Can you provide information on this?
Hi tahsinakin1,
As default all fields has sanitize and escape unsafe tags. But you can disable like this (see sanitize => false arg):
array( 'id' => 'opt-textarea', 'type' => 'textarea', 'title' => 'Textarea', 'sanitize' => false, ),
See more information (take a look arguments list): https://codestarframework.com/documentation/#/fields?id=textarea
Regards, Codestar
Thank you.
You’re welcome.
Hi, is there any chance to put csf-override folder in any other folder than root? For example in inc. https://codestarframework.com/documentation/#/faq?id=how-to-override-files-
Hi,
Yes why not, You can use that filter For eg:
function my_custom_csf_override_path( $override ) {
return 'inc/framework/csf-override';
}
add_filter( 'csf_override', 'my_custom_csf_override_path' );
Also “csf-override” is not a must. You can change that too.
Regards, Codestar
When will WordPress 6.8 compatible ? if debug is true, show text-domain issue
Hi,
This issue is not coming from framework directly. you must be ensure about you trigger framework correctly.
Run the framework inside a init function for eg:
function init_codestar_framework() {
// include codestar-framework.php
// put the framework options.
}
add_action( 'init', 'init_codestar_framework', 0 );
If you need more help, contact me with profile contact.
Regards, Codestar
Hi.
There is issue of Function _load_textdomain_just_in_time was called incorrectly.
Any chances for an update to fix this warning?
Hi,
This issue is not coming from framework directly. you must be ensure about you trigger framework correctly.
Run the framework inside a init function for eg:
function init_codestar_framework() {
// include codestar-framework.php
// put the framework options.
}
add_action( 'init', 'init_codestar_framework', 0 );
If you need more help, contact me with profile contact.
Regards, Codestar
Hi i open very uregent ticket 324630 about Codestar Framework plugin included on the theme for theme options. can you take uregent look and reply me on ticket asap? thanks
Do you have a rich editor with a shortcode generator? see image
https://share.zight.com/z8u94YWRI see only a plain textbox, but i also need a rich editor support for some textarea fields.
can we get a answer please? more than 23 days? How will support be if a simple question stays unanswered for 23 days?
Hi,
No it do not have a rich editor shortcode generator. It’s uses own shortcode button.
Regards, Codestar
Can you please add a rich editor as a textarea field?
Yes, I can add it soon.
Dear Sir,
Can you please let me know once you added it? As that would be the reason for me to be interested in buying your product.
Thank you
Ok, I will notice you.
Can you also add a TriToggle? Yes/No/Default with adjustable text for Yes/no & Default?
Hi
that is not what i ment. I ment this. https://share.zight.com/4guLpeJ2
Do you have that also?
Yes returns 1 No Returns 0 Default Returns “default”
Thank you
Hi,
Yes it’s button set option type. You can try it on free-version.
Example config:
array(
'id' => 'my_button_set',
'type' => 'button_set',
'title' => 'Button Set',
'options' => array(
'yes' => 'Yes',
'no' => 'No',
'default' => 'Default'
),
'default' => 'default'
),
Regards, Codestar
Hi Codestar,
I’ve noticed an issue with the post format meta options (e.g., Audio, Video, Gallery) not updating properly in the Codestar Meta Options. When I select a different post format, the corresponding meta options do not change immediately. They only appear correctly after saving the post and reloading the page, which is not ideal.
Here’s a GIF video showing the issue in action. https://share.cleanshot.com/H8HYWgt5Please let me know how I can resolve this. Thanks!
Hi,
I’ll update soon.
Regards, Codestar
Hi, Can you please confirm that the default parameter for the ‘media’ field doesn’t work please ?
I inject default values in several of my fields for my subsites in a multisite setup based on my blog_id #1 : ]
array:8 [▼
"url" => "https://luxlex.localhost/uploads/2024/08/luxlex-petit-logo-sur-menu.png"
"id" => "24"
"width" => "60"
"height" => "39"
"thumbnail" => "https://luxlex.localhost/uploads/2024/08/luxlex-petit-logo-sur-menu.png"
"alt" => ""
"title" => "luxlex-petit-logo-sur-menu"
"description" => ""
The default parameter works correctly for a text field but seems to don’t work for media.
Regards.
For an obscure reason, it works now. My bad, sorry.
Hi,
Nice, enjoy 
Regards, Codestar
Does this plugin meets WordPress.org coding standards? I tested it with wp.org tester, it returns a lot of errors
Hi
I’ll update soon.
Regards, Codestar
Hi There,
I am planning to create a free WordPress theme and upload my theme to WordPress.org. So I am planning to buy your premium version of the CodeStar Framework.
So can I use the CodeStar Framework on my free theme? or do you have any limitations here?
Hi,
Yes, you can use it anywhere. There is not any limitation.
Regards, Codestar
My question is: Can I use it for my open source project?
Hi,
Yes you can use.
Regards, Codestar
I have a License copy , Quick Question how to refresh on save ?
Hi,
You can try ajax_save => false parameter.
Regards, Codestar
When will the Twitter X icon and TikTok icon be added to the library?
Hi
I’ll update soon.
Regards, Codestar
When will Twitter X font and Tiktok font be added to the library.
Hi
I’ll update soon.
Regards, Codestar
Is this project supported or it is dead?
Hi,
Sorry for long time away, I’ve return back.
Best way is support forum for quick support. You can join support forum with the purchase code or contact me via codecanyon pm. Please attach screenshots about your requests on email or support forum message. It’s important for quick support!
Visit Support Forum | Create an Account
Please feel free to contact us at anytime.
Thanks for interest.
Best Regards,
Codestar
Hello, Thanks for your reply
Website is not opening: https://support.codestarthemes.com/ Is it just me? https://www.isitdownrightnow.com/support.codestarthemes.com.htmlI’m concerned about the php8.3 compatibility and regular updates to ensure WordPress core will be supported.
Hi,
Can you try it now ?
Regards, Codestar
Hello,
Besides the SSL is working fine. May be let’s encrypt or other certificate is needed to work with https as well.
Thanks for jumping in.
Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in php 8.3 not work, please fix it ASAP
Hi,
Sorry for delay, This issue fixed in latest version. Just download and update it.
Regards, Codestar
Could you please update plugin and fix latest PHP version issue Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated
Hi,
Sorry for delay, This issue fixed in latest version. Just download and update it.
Regards, Codestar