Forums
(@payatola2287)
7 years, 11 months ago
@andrewza,
Sorry for late reply.
I have the print option but the [deleted] is not clickable.
Here is the screenshot. https://screencast.com/t/asMcGvHUPl
9 years ago
What I’ve done is to remove the event and put the $( '.skill-circle-wrap', '#<?php echo esc_attr( 'wsc-'.$skill_settings['random_id'] ); ?>' ) outside of the document.body event.
$( '.skill-circle-wrap', '#<?php echo esc_attr( 'wsc-'.$skill_settings['random_id'] ); ?>' )
document.body
9 years, 3 months ago
I looked into the wp_postmeta table in my database and the field name is {theme_instance_name}_{field_id}.
I defined the theme_instanct_name as constant and concatenated the field id I used as a solution for this.