Forum Replies Created

  • Sorry for the late, we have trying to resolve this issue. But it taking the time resolve this one. We are trying to resolve this issue.

    Hello,

    Can you please explain exactly what you need?

    Cannot you please send the site URL and wp admin access details?

    We will check and update in your site only.

    Use this below code to remove the customized WordPress dashboard and it displays the WordPress dashboard.
    Hello,

    remove_action(‘wp_before_admin_bar_render’, ‘hsk_talents_hide_admin_bar_links’);
    remove_action(‘wp_dashboard_setup’, ‘hsk_remove_dashboard_widgets’);
    remove_action( ‘admin_bar_menu’, ‘hsk_talents_admin_bar_logout’, 1 );
    remove_action( ‘admin_menu’, ‘hsk_remove_users_admin_notifications’ );
    remove_action(‘pre_get_posts’,’hsk_user_roles_upload_access’);
    remove_action(‘wp_dashboard_setup’, ‘hsk_user_roles_dashboard_widgets’);
    remove_filter( ‘admin_bar_menu’, ‘hsk_talents_change_admin_howdy_text’,25 );
    remove_action(‘wp_dashboard_setup’, ‘hsk_remove_activity_dashboard_widget’ );
    remove_action(‘publish_post’,’hsk_talent_send_author_email_when_published’);
    remove_action(‘after_setup_theme’, ‘hsk_remove_admin_bar’);

    Add this above code in functions.php file.

    Hello,

    Could you please send your mail id to sitesspark@gmail.com.

    We will update the code to your mail-id.

    Hello,

    Could you please send your mail id to sitesspark@gmail.com.

    We will update the code to your mail-id.

    Sorry for the delay, our team is little bit busy with other work, we will send this as soon as possible.

    You are welcome

    Hello,

    We will check and update you as soon as possible. We will explain how to remove the customized dashboard code and you can update.

    Hello,

    That would be stored based on browser cookies.

    It worked for only blog pages not to the other casting/Project.

    Hello,

    Please update this code into “single.php” file, you can find the file please follow the below steps

    Goto Theme root ssagency > inc > post-format in this you can find single.php file remove that code and add the below code

    
    <div class="post-image">
    <?php if ( has_post_thumbnail() ) {
    $imgurl=wp_get_attachment_url( get_post_thumbnail_id() ); ?>
    <?php ///ssagency_hsk_image_crop( $imgurl, 700,300 ); ?>
    <?php echo '<img src="'.esc_url($imgurl).'" alt="'.get_the_title().'" />
    '; ?>
    <?php } ?>
    </div>
    <?php echo ''.the_content().'
    '; ?>
    
    

    Or please provide the FTP Access details we will update.

    We are working theme some upgrades and woocommerce functionality, so we will update the theme as soon as possible

    • This reply was modified 4 years, 8 months ago by support.
    • This reply was modified 4 years, 8 months ago by support.
    • This reply was modified 4 years, 8 months ago by support.

    Today we will update in you theme.
    We are working on woocommerce functionality in this theme. That is the reason to kate update.

    Welcome.

    Talent Custom Fields” Goto > “Talents” find Options click on that

    Find the image field and click on settings icon and find image limit option.

    Hello,
    Sorry for the late reply, there is no filters to normal dashboard. We are customized the dashboard.