Search Results for 'php'

Home Forums Search Search Results for 'php'

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

    Hi,

    Kindly Go To >> wp-content >> themes >> skt-local-business >> inc >> custom-functions.php file and find “Contact Form” and change it there in your language.

    Regards,
    Dave

    #91951
    padgenbpadgenb
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: January 16, 2018

    I did a workaround by hard coding the phone number in the header.php file. I still prefer a better solution of one exists.

    #91835
    padgenbpadgenb
    Member
    Member since: January 16, 2018

    Can I create a child theme so I can modify the header.php file within the child theme. I tried to create it but the page does not load right. Is there a special setting or a no child setting thing that I am not aware of?

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

    Hi,

    Kindly go to >> inc/custom-functions.php and find “Contact Form” and change it there in your language.

    Regards,
    Dave

    #91411

    In reply to: Fashion Trends

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

    Hi,

    We made some changes in core files and added sidebar code in woocommerce.php file included in theme.

    Regards,
    Dave

    #91211

    In reply to: Fatal error

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

    Hi,

    First you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.

    Next, you need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

    define( 'WP_MEMORY_LIMIT', '256M' );

    This code tells WordPress to increase the PHP memory limit to 256MB.

    Once you are done, you need to save your changes and upload your wp-config.php file back to your server.

    Note: If this solution does not work for you, then this means your web hosting service provider does not allow WordPress to increase PHP memory limit. You will need to ask your web hosting provider to increase your PHP memory limit manually.

    Regards,
    Dave

    #91134
    Terence ChaseTerence Chase
    Spectator
    • Topics: 8
    • Replies: 59
    • Total: 67
    Member since: January 25, 2016

    Hi Chris,

    To be clear, I would add it to:

    /public_html/wp-content/themes/skt-white-pro/footer.php

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

    Hi,

    Kindly edit theme’s footer.php file, scroll to bottom and paste tracker code above </body> tag.

    Regards,
    Chris

    #91092
    Terence ChaseTerence Chase
    Spectator
    Member since: January 25, 2016

    I want to add a tracker code. This HTML tag will allow me to track contacts who visit my website. They suggest that I paste this code into the body section of every page of my website. Since I am using SKT White Pro Version: pro1.1, I don’t know where to start. Below is the line to enter:

    <script src=”https://sales.defenseintelligence.net/webTracker.php”></script&gt;

    Can you tell me where to enter it?

    #91071
    Dion hariparsadDion hariparsad
    Member
    Member since: November 27, 2016

    Hi

    I’ve activated the SKT Construction Pro Theme, however, the WordPress – Admin Bar is not available when switching between the site’s front end and back end.

    I’ve checked the following in an attempt to fix the problem:
    1) <?php wp_footer(); ?> does exist at the bottom of the footer.php
    2) “Show Toolbar when viewing site” is checked in the user > profile.

    In addition, I’ve activated another theme (SKT Completed) whereby the WordPress Admin Bar is available, making it easy to navigate between the site front end and back end.

    Please help to restore the WordPress Admin Bar when previewing the site or when switching to the front end.

    #90947
    Trung DoTrung Do
    Member
    • Topics: 1
    • Replies: 5
    • Total: 6
    Member since: October 10, 2017

    Thank for quick Support
    But all photos can not show.
    Silder, logo,
    In Backend Admin have line erro Notice: Undefined offset: 1 in /home/dietmoivie/domains/dietmoivietnam.vn/public_html/wp-includes/vars.php on line 31
    So I can not access Theme Options
    Plz help me.
    Thank s

    #90702
    Nikolaos PahnogluNikolaos Pahnoglu
    Participant
    Member since: April 29, 2017

    Hello everybody and Happy new year!

    I have this problem. I’m trying to connect my site with YouTube Monetization program and i have to copy-paste a html code to the site. When i try to paste the code to header.php i got this message:

    ”Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    Site is http://www.klubharmonija.com

    This happens only to my SKT Clean Pro theme. Is it possible to solve this problem?
    Thank you in advanced!

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

    Hi,

    In sktframe/core-functions.php.

    Remove:
    <script>CountDownTimer("'.$year.''.$month.''.$date.'", "countdown'.$count.'");</script>

    And this new code there:
    <script>CountDownTimer("'.$year.'/'.$month.'/'.$date.'", "countdown'.$count.'");</script>

    Regards,
    Chris

    #90635

    In reply to: translations

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

    Hi,

    For Previous post, Next post.

    Kindly go to sktframe/core-nextprev.php find text “Previous post”, “Next post” and change it there in your language.

    For Comment

    Kindly go to templates/rightsidebar_single_template.php find text “Comment” and change it there in your language.

    For search text

    Kindly go to lib/functions/core.php find text “search” and change it there in your language.

    Regards,
    Brad

    #90536

    In reply to: Countdown not working

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

    Hi,

    Kindly go to sktframe/core-functions.php

    Find this code:
    <script>CountDownTimer("'.$year.''.$month.''.$date.'", "countdown'.$count.'");</script>

    And replace:
    <script>CountDownTimer("'.$year.'/'.$month.'/'.$date.'", "countdown'.$count.'");</script>

    Regards,
    Dave

Viewing 15 results - 796 through 810 (of 2,001 total)