Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 31 through 45 (of 2,001 total)
  • Author
    Search Results
  • #225963
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Kindly go to the following file to change only text.

    wp-content >> themes >> classified >> front-end-template >> add-listing.php
    wp-content >> themes >> classified >> front-end-template >> profile.php

    Note: Do not modify the form fields, as any changes may cause the add-listing page to stop working.

    Regards,
    Dave

    #225907
    Abraham DanielsAbraham Daniels
    Participant
    Member since: November 5, 2024

    Hi,

    I have created child theme and successfully activated with below comment in style.css. But Child’s theme style.css is not working after I add up add_action in function.php using below code:

    add_action( ‘wp_enqueue_scripts’, ‘wp_enqueue_styles’, 11 );
    function wp_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’ );
    }

    /*
    Theme Name: SKT Vet Clinic Child Theme
    Theme URI: https://www.sktthemes.org/shop/veterinary-wordpress-theme/
    Description: A child theme of Vet Clinic Lite Theme.
    Description: Elevate your veterinary practice or pet-related business with our premium Veterinary WordPress theme. Crafted for animal lovers and professionals, our theme offers a perfect blend of stunning design and practical features. Demo : https://sktperfectdemo.com/themepack/vetclinic
    Author: SKT Themes
    Author URI: https://www.sktthemes.org
    Version: 1.0.0
    Template: skt-vet-clinic
    */

    Please help me to fix my child theme style issue. It is very important.
    Thanks
    Looking forward to get response from you.

    Regards
    Abe

    #225503
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    Member since: November 25, 2016

    Hello,

    I am trying to use the theme SKT Exceptiona with the below server, and I am getting a 500 error.

    SKT Exceptiona Version: pro4.0
    Server architecture Windows NT 6.1 AMD64
    Web server Microsoft-IIS/7.5
    PHP version 8.0.6 (Supports 64bit values)

    I switched to another theme, and the site came up. The back end works fine as well.

    Please let me know how to repair this.

    Thanks

    #225356
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Kindly go to core-function.php and find text “services” and change it there

    'rewrite' => array('slug' => 'services'),
    
    Example: 'rewrite' => array('slug' => 'vikup'),

    after changing slug kindly reset permalink.

    Kindly use given plugin to redirect services to home page : https://wordpress.org/plugins/redirection/

    Regards,
    Chris

    #225175
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Here we added this code in the function.php file so the postal code box is visible.

    function filter_woocommerce_get_country_locale( $country_locale ) { 
        // Loop through
        foreach( $country_locale as $key => $locale ) {
            // Isset
            if ( isset ( $locale['postcode']['hidden'] ) ) {
                // When true
                if ( $locale['postcode']['hidden'] == true ) {
                    // Set to false
                    $country_locale[$key]['postcode']['hidden'] = false;
                }
            }
        }
    
        return $country_locale;
    }
    add_filter( 'woocommerce_get_country_locale', 'filter_woocommerce_get_country_locale', 10, 1 );

    Kindly ask plugin support for a plugin-related issue, how to set dropdown by order ID, and make form fields mandatory.

    Regards,
    Brad

    #224817
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Post payment: skt-classifieds/front-end-template/thankyou.php line number 279.

    Added items: skt-classifieds/front-end-template/active-listings.php line number: 76, 95, 100

    Registration: skt-classifieds/front-end-template/register.php line number: 42, 44, 46, 48, 50, 52, 86, 130.

    Regards,
    Dave

    #224653
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    To edit add listing page kindly go to skt-classifieds/front-end-template/add-listing.php

    To edit profile page kindly go to skt-classifieds/front-end-template/profile.php
    – Profile Menu: skt-classifieds/front-end-template/menu.php
    – Active Listings: skt-classifieds/front-end-template/active-listings.php
    – Draft Listings: skt-classifieds/front-end-template/draft-listings.php
    – Edit Profile: skt-classifieds/front-end-template/edit-profile.php
    – Payment History: skt-classifieds/front-end-template/order-history.php
    – Change Password: skt-classifieds/front-end-template/change-password.php

    Please note add-listing and profile pages are based on php templates, to edit them you need to have coding knowledge as incorrect changes may break the site.

    Regards,
    Dave

    #224459
    Lional HewittLional Hewitt
    Participant
    Member since: April 24, 2019

    Hi

    I get an error when installing the theme

    Error Details
    =============
    An error of type E_ERROR was caused in line 765 of the file /home/rockstarsstudio/public_html/wp-content/themes/music-band/player/skt-player/includes/metabox/init.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given in /home/rockstarsstudio/public_html/wp-content/themes/music-band/player/skt-player/includes/metabox/init.php:765
    Stack trace:
    #0 /home/rockstarsstudio/public_html/wp-content/themes/music-band/player/skt-player/includes/metabox/init.php(167): cmb_Meta_Box_Diskplayer::set_mb_type(Array)
    #1 /home/rockstarsstudio/public_html/wp-content/themes/music-band/player/skt-player/includes/metabox/init.php(48): cmb_Meta_Box_Diskplayer->__construct(Array)
    #2 /home/rockstarsstudio/public_html/wp-content/themes/music-band/player/skt-player/skt-player.php(702): require_once(‘/home/rockstars…’)
    #3 /home/rockstarsstudio/public_html/wp-includes/class-wp-hook.php(324): Skt_Player->diskplayer_initialize_cmb_meta_boxes(”)
    #4 /home/rockstarsstudio/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #5 /home/rockstarsstudio/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #6 /home/rockstarsstudio/public_html/wp-settings.php(700): do_action(‘init’)
    #7 /home/rockstarsstudio/public_html/wp-config.php(100): require_once(‘/home/rockstars…’)
    #8 /home/rockstarsstudio/public_html/wp-load.php(50): require_once(‘/home/rockstars…’)
    #9 /home/rockstarsstudio/public_html/wp-admin/admin.php(34): require_once(‘/home/rockstars…’)
    #10 /home/rockstarsstudio/public_html/wp-admin/themes.php(10): require_once(‘/home/rockstars…’)
    #11 {main}
    thrown

    #224383

    In reply to: Classified Ads Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    You can find the search form codes in the skt-classifieds/sktframe/core-functions.php file, on line number 2085. Please only edit them if you have coding knowledge, as incorrect changes may break the site.

    Regards,
    Chris

    #224184

    In reply to: Classified Ads Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Only homepage is based on Elementor and editable with Elementor, other theme pages are php template based, please do not edit other theme pages with Elementor.

    Regards,
    Chris

    #224104
    Ihsan SadiqIhsan Sadiq
    Participant
    Member since: August 16, 2023

    Dear all,

    How I can change Category banner, my mean for each Category I will add special banner,
    currently I add banner but used for all categories

    this is my website
    https://mass-org.com/index.php/category/energy/

    #223363
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 31
    • Replies: 83
    • Total: 114
    Member since: November 25, 2016

    I just noticed on another site that this theme uses PHP 8.0.6, and when I try to add a new post and/or page, I get this error.

    PHP Warning: Attempt to read property “ID” on null in D:\hshome\ajssepti\cottagebreeze.com\wp-content\themes\skt-woman\sktframe\core-functions.php on line 2253

    www.cottagebreeze.com

    The new site I am building uses PHP 8.2.22, and I get 500 Errors when I try to add a post or page.

    http://d6247728.t48.langerenterprises.com/

    I had issues with this theme when I upgraded the first site above to PHP 8.0.6.

    https://www.sktthemes.org/forums/topic/skt-womanversion-pro2-0-error-in-php-8-0-6/

    #223338
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31281
    • Total: 31281
    Member since: August 16, 2013

    Hi,

    Our themes are compatible with PHP 8. Kindly share a screenshot of the issue you are facing. Also share the site url.

    Regards,
    Dave

    #223306
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    Member since: November 25, 2016

    Hello,

    I was using SKT Woman Version: pro2.0, and I just upgraded to 8.2.22 to update specific plug-ins that required it, and my site crashed. I uploaded a copy of Pro 3.1, which made the site load again, but now I can not add a new page or post. Everything else works as usual.

    Thanks

    #223097
    Clare BarrattClare Barratt
    Participant
    Member since: August 6, 2024

    I am building the site wvcroquet.co.uk. I am at the moment putting in all the committee and want to add avatars next to them in the box. i have uploaded the media onto the media content on the wordpress site. When i click on the box to upload to the menu, they aren’t there, just the previous ones.

    https://wvcroquet.co.uk/wp-admin/post.php?post=4220&action=sktbuilder#edit-693

    Not sure if that will show you

    Otherwise they are the first page under the contact form.

    Thank you for your assisstance in this matter

Viewing 15 results - 31 through 45 (of 2,001 total)