Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 256 through 270 (of 2,005 total)
  • Author
    Search Results
  • #187246
    Wiktor GrochalskiWiktor Grochalski
    Participant
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: November 13, 2021

    Dave, did a search in WordPress for this file frontpage/slider.php

    but came back saying no file exists

    #187240

    In reply to: Home Theater

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

    Hi,

    We have make this changes in function.php.

    Kindly go to sktframe >> core-functions.php >> line no. 1873 and make change below.

    <?php $categories = get_categories( array('taxonomy' => 'product_cat', 'parent' => 0)); foreach ($categories as $category) { ?>

    We have added ???? 'parent' => 0 code after 'product_cat'.

    Regards,
    Dave

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

    Hi,

    Q. I somehow, somewhere click something that now on all pages I have on the right-hand side of the page an option for people to click links to get around my pages, I want that out and the contents filling the whole page?

    Ans: Kindly go to pages >> interior >> Template >> Select Page Full Width Template from dropdown.

    Page Full Width:

    Helps in setting up the content on any page without Sidebar

    See example screenshot:
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/screenshot-template.png

    Q. our front-page slider stopped working??

    Ans: Kindly edit frontpage/slider.php file, go to line number 14 and make below changes:

    running: true,
    paused: false,
    stop: false,

    Regards,
    Dave

    #187209
    palomapaloma
    Participant
    Member since: August 9, 2016

    Hi, I am trying to place a multi page wpform on top of my slider header image and I go to the theme’s php page: Solar Energy: slider-static.php (frontpage/slider-static.php)

    And I insert this snippet:
    <div class=”extra-slide-content”>
    <?php echo do_shortcode(‘[wpforms id=”5141″]’); ?>
    </div><!– /.extra-slide-content –>
    and my form either ends up above or below the picture. I want the form to be on top of the image. If I can have it to one half of the image, lef or right would be great.

    How do I get it above the image?

    The website is in maintenance mode so you can not see it but it’s using the solar energy theme and I am only using one image in the slider section where I want the form to overlay. It is a multi page wpform

    #187154

    In reply to: Real Estate

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

    Hi,

    Below codes were missing in header layout 2 php file:

    $skt_realstate_profile =get_option('skt_realstate_profile');
    $skt_realstate_add_listing =get_option('skt_realstate_add_listing');

    Regards,
    Brad

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

    Hi Anne,

    Shortcodes are located in sktframe/core-functions.php from line number 1893 to 2772.

    Regards,
    Brad

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

    Hi,

    Those pages are theme functionality pages and not editable with Elementor. If you want to make changes to those pages you have to edit their php files and it is not recommended to edit php files if you do not have proper knowledge of coding otherwise you will break your website.

    Regards,
    Brad

    #186915

    In reply to: Real Estate

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

    Hi,

    Kindly go to Appearance » Editor » sktframe » core-functions.php line number 2094.

    Regards,
    Brad

    #186779

    In reply to: Bug in Reiki theme?

    Benita KellyBenita Kelly
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: April 23, 2021

    Oh, and the site is https://findingclaritywb.com.au, if you wanted to check it.

    btw, it’s a lightspeed server, and we’re running PHP 7.4 (it also happened with 7.3 though).

    Thanks.

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

    Hi,

    Kindly go to >> underwater-pro/sktframe/core-functions.php

    Line no. 2385

    ORDER BY metastart.meta_value DESC LIMIT $limit

    replace by

    ORDER BY metastart.post_id DESC LIMIT $limit

    Regards,
    Dave

    #186418
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    theme folder > functions.php > Line Number 52

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

    Hi,

    Where I can change the text “Phone” for a team member?

    Ans: theme folder >> single-team.php Line Number 67

    Where I would like to change button text “read more” underneath the news and articles section?

    Ans: theme folder >> sktframe >> core-functions.php Line Number 1193

    Regards,
    Chris

    #186127

    In reply to: Disable responsive

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

    Hi,

    How to disable responsiveness of a website easily.

    Kindly go to header.php and follow these instruction ????

    1. Please find the below code in your HTML especially in <head> section <meta name="viewport" content="width=device-width, initial-scale=1">
    2. Comment the line with <!-- --> comment tag or remove the line completely.
    3. That’s it. Save your file and Check it on any devices.

    If do you want to comment the line? ???? how to comment line?

    See example:
    <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>-->

    Regards,
    Dave

    #185685
    RED PILL DesignRED PILL Design
    Participant
    Member since: May 16, 2020

    Hello SKT Themes,

    After setting up a mock-up for a new project (https://redpilldesign.nl/osvdelphis/) using the Underwater Pro 1.0 Theme and importing the Demo content, the site does not look like the demo you provide in https://sktperfectdemo.com/demos/underwater/.

    Also I am unable to upload a different logo.

    System info:
    WordPress Information
    Home URL: https://redpilldesign.nl/osvdelphis
    Site URL: https://redpilldesign.nl/osvdelphis
    WP Version: 5.8.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: No
    WP Debug Log Active: No
    WP Debug Log file location: —
    WP Cron: Yes
    Language: nl_NL
    Upload Directory Location: https://redpilldesign.nl/osvdelphis/wp-content/uploads
    Server Information
    Server Info: Apache
    Server IP Address: 185.135.241.60
    Server Protocol: server60.hosting2go.nl
    Server Administrator: [email protected]
    Server Web Port: 443
    CGI Version: CGI/1.1
    PHP Version: 7.4.6
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.70.0, OpenSSL/1.1.1g
    SUHOSIN Installed: –
    Max Upload Size: 64 MB
    Default Timezone is UTC: Yes
    PHP Error Log File Location:
    PHP Extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dom, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, intl, json, mbstring, standard, mysqlnd, mysqli, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, imap, SimpleXML, soap, sockets, exif, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, cgi-fcgi
    fsockopen/cURL: Yes
    SoapClient: Yes
    DOMDocument: Yes
    GZip: Yes
    Multibyte String: Yes
    Remote Get Status: Yes
    Post Types
    customize_changeset: 12
    page: 6
    attachment: 5
    post: 2
    wpcf7_contact_form: 1
    Time and Zone
    WP Local Time: Europe/Amsterdam
    DB Time : 2021-10-29 15:50:36
    PHP Time: 2021-10-29 15:50:36
    Current Theme
    Name: Underwater Pro
    Version: pro1.0
    Author URL: https://www.sktthemes.org
    Child Theme: No. If you’re want to modifying a theme, it safe to create a child theme. See: How to create a child theme
    Active Plugins (6)
    Akismet Anti-Spam Automattic 4.2.1
    Contact Form 7 Takayuki Miyoshi 5.5.2
    SKT Builder SKT Themes 4.0
    Theme Demo Importer Themely 1.1.0
    WooCommerce Automattic 5.8.0
    WP System Info Nurul Amin 1.4

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

    Hi,

    If you want to change text “All”?

    Kindly go to core-functions.php >> line no 614 >> Find text “All” and change it there.

    See example:
    https://ibb.co/CsQZ3T8

    Regards,
    Chris

Viewing 15 results - 256 through 270 (of 2,005 total)