Code

Discussion on Codestar Framework - A Simple and Lightweight WordPress Option Framework for Themes and Plugins

Discussion on Codestar Framework - A Simple and Lightweight WordPress Option Framework for Themes and Plugins

Cart 521 sales

Codestar supports this item

Supported

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?

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

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

wzul

wzul Purchased

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

Hi,

Yes sure, Just send an email from contact

Regards, Codestar

Do you have a rich editor with a shortcode generator? see image

https://share.zight.com/z8u94YWR

I see only a plain textbox, but i also need a rich editor support for some textarea fields.

Hi,

Yes it’s have already. Take a look button set

Regards, Codestar

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/H8HYWgt5

Please 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?

Hello, Thanks for your reply

Website is not opening: https://support.codestarthemes.com/ Is it just me? https://www.isitdownrightnow.com/support.codestarthemes.com.html

I’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.

https://prnt.sc/FZlqH18o8vTz

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

How can i add metaboxes in admin pages like wp-admin/admin.php?page=page_url ?

Hi,

Please purchase the item and come to support forum for helps.

Regards, Codestar

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey