Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 376 through 390 (of 1,998 total)
  • Author
    Search Results
  • #155770
    Valentina UlivieriValentina Ulivieri
    Participant
    Member since: June 28, 2020

    How can I change the top bar color in Spa Lite?
    I have checked all the color controls but I can’t find that one anywhere.
    It’s set on light grey at the moment
    URL:
    http://bodyspiritflow.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php%3Fpage%3Dtheme-demo-import#

    Valentina UlivieriValentina Ulivieri
    Participant
    Member since: June 28, 2020

    Hi,
    is it possible (and if it is how) to customize the position the main paige SLide Title and slide description across the page and in a different position for each slide?
    Thanks

    see URL
    http://bodyspiritflow.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php%3Fpage%3Dtheme-demo-import

    #155394

    Topic: SKT Spa Pro

    in forum All Other Themes
    Zainab GurkaZainab Gurka
    Participant
    Member since: November 14, 2016

    Hello,

    https://www.jayveerpharma.com/ I have used SKT Spa Pro…
    In this website …on frontpage in Top Four Services Columns Below the Slider
    we can see this below error for all four service columns….

    Warning: explode() expects parameter 3 to be long, string given in /home/praful/public_html/wp-content/themes/skt-spa-pro/functions.php on line 12

    Warning: array_pop() expects parameter 1 to be array, null given in /home/praful/public_html/wp-content/themes/skt-spa-pro/functions.php on line 14

    Warning: implode(): Invalid arguments passed in /home/praful/public_html/wp-content/themes/skt-spa-pro/functions.php on line 15

    Kindly help me to resolve this problem

    #155305

    In reply to: Ele Product Launch

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

    Hi,

    Kindly use compressjpeg.com or tinypng.com to reduce sizes and compress all your images and reupload them.

    Lastly kindly use WP Fastest Cache plugin and ask hosting to have Zend Op Cache and PHP Server cache applied to your site or if they have NGINX available get them to use that.

    With all the above steps i am sure your site will be faster. Theme is just part of the entire WordPress website ecosystem and our themes are coded to be faster.

    Rest are all generic points i mentioned here.

    Regards,
    Dave

    #155168
    dawood.masooddawood.masood
    Participant
    Member since: July 13, 2017

    Hi I am having a problem in my website in which i am using your theme SKT CARITY PRO “Fatal error: Uncaught Error: Call to undefined function wp() in /home/dawoodma/public_html/qubatrust.org.uk/wp-blog-header.php:16 Stack trace: #0 /home/dawoodma/public_html/qubatrust.org.uk/index.php(17): require() #1 {main} thrown in /home/dawoodma/public_html/qubatrust.org.uk/wp-blog-header.php on line 16”
    Can you please check and give me the solution?

    #155120

    In reply to: website speed

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

    Hi,

    Kindly use compressjpeg.com or tinypng.com to reduce sizes and compress all your images and reupload them.

    Lastly kindly use WP Fastest Cache plugin and ask hosting to have Zend Op Cache and PHP Server cache applied to your site or if they have NGINX available get them to use that.

    With all the above steps i am sure your site will be faster. Theme is just part of the entire WordPress website ecosystem and our themes are coded to be faster.

    Rest are all generic points i mentioned here.

    Regards,
    Dave

    Julien BedereJulien Bedere
    Participant
    Member since: June 4, 2020

    Hello,

    I am a beginner. My website adress is: https://mizarufilms.com

    I purchased recently the Filmmaker pro theme. It was setup properly by Shri from SKT, and seems to work just fine.
    I want to translate my whole website into french.

    I generated a child theme for customised settings and translation. I was strongly advised to do so. So I won’t loose any of my settings if I have to update the parent theme. Especially my hand made translation.

    I found a procedure to translate the child theme. I used Poedit to open the .pot file from the parent theme. I translated it into french and saved it into fr_FR.po and fr_FR.mo files.
    I created a folder called “languages” into my child theme folder, and put my fr_FR.po and fr_FR.mo files in it.

    Then I edited the function.php file of my child theme folder. I added those lines, as recommanded into my procedure:

    function my_child_theme_setup() {
    load_child_theme_textdomain( ‘complete’, get_stylesheet_directory() . ‘/languages’ );
    }
    add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );

    ‘complete’ is the “text domain’ name I found in the function.php file of the parent theme:
    //Make theme available for translation
    load_theme_textdomain(‘complete’, get_template_directory() . ‘/languages/’);

    According to the procedure I followed it should work fine and my website should be translated. But it’s not. When I checked forums about this issue, some people were saying that something into the parent theme can block those child theme instructions.

    Did I did anything wrong? Or is there indeed something into the Filmmaker theme that prevents the child theme translation to be activated?

    Thanks for helping me,
    Regards,

    Julien

    #154562
    UAL1517UAL1517
    Participant
    Member since: June 22, 2016

    The top of my page shows this:

    Deprecated: Cannot use “parent” when current class scope has no parent in /home/ual1517/public_html/ucwministries.org/wp-content/plugins/ninja-forms/includes/Abstracts/Field.php on line 210

    Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/ual1517/public_html/ucwministries.org/wp-content/plugins/mailchimp-for-woocommerce/admin/class-mailchimp-woocommerce-admin.php on line 641

    What should I do?

    ucwministries.org

    Frank

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

    Hi,

    1. Desktop Version – Screenshot1 – Homepage – Slider not rotating on own for large images at top?

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

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

    1. Tablet Version Screenshot1 – Homepage – Wording not resizing properly and incorrect font?
    2. Tablet Version Screenshot2 – Blogpage – Missing Featured Image at top?
    3. Tablet Version Screenshot3 – Indivdual Blog Post page – Missing Featured Image at top?
    4. Tablet Version Screenshot4 – Contact Me page – Cutting off right side of page?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:768px) and (max-width:1023px) {
    .slidedesc { font-size:38px !important;}
    .slider-main .nivo-caption .title { font-size:16px !important;}
    .post_head { height:125px !important;}
    .contact-layout1-right { width:35% !important;}
    }

    1. Mobile Version Screenshot1 – Homepage – Missing Wording?
    2. Mobile Version Screenshot2 – Homepage – Really large icons for boxes – wish was 2 to a row like Tablet version?
    3. Mobile Version Screenshot3 – Footer – Follow Me Section – Really large icons for pictures on Instagram feed plugin – could it be smaller little pictures like in Desktop & Tablet versions?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .skt-builder-block-inner.skt-builder-block-inner-31.fadeInUp {
        animation: none !important;
    }
    .skt-builder-home-section1-block .desblock-wrap { padding:30px 0 0 0 !important;}
    .skt-builder-home-section1-block .designs-thumb img { min-height:inherit !important;}
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item { width:25% !important;}
    .sbi_photo_wrap a { height: 75px !important;}
    }

    Regards,
    Dave

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

    Hearing this problem for the first time actually and never has been reported before for our themes.

    Try asking the host to raise the limits in php.ini to the following:

    memory_limit = 256M
    upload_max_size = 64M
    post_max_size = 64M
    upload_max_filesize = 64M
    max_execution_time = 300
    max_input_time = 1000

    Regards,

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

    Hi,

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

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

    Regards,
    Chris

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

    Hi,

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

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

    Regards,
    Chris

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

    Hello Support,

    In the Gardening Theme not all homepage sections are visible ont the Frontpage settings.
    I only see Slider and Homepage settings. i have tried several browsers.

    Please advise.

    With regards,

    Hasso Weeke
    RED PILL Design

    System Information
    WordPress Information
    Home URL: https://agrifer.redpilldesign.nl
    Site URL: https://agrifer.redpilldesign.nl
    WP Version: 5.4.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: No
    WP Cron: Yes
    Language: nl_NL
    Upload Directory Location: https://agrifer.redpilldesign.nl/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.3.9
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 3000
    cURL Version: 7.35.0, OpenSSL/1.0.2g
    SUHOSIN Installed: –
    MySQL Version: 5.6.29
    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, wddx, xml, xmlreader, xmlwriter, xsl, zip, cgi-fcgi, ionCube Loader
    fsockopen/cURL: Yes
    SoapClient: Yes
    DOMDocument: Yes
    GZip: Yes
    Multibyte String: Yes
    Remote Get Status: Yes
    Post Types
    attachment: 115
    customize_changeset: 40
    nav_menu_item: 24
    post: 18
    page: 13
    photogallery: 12
    elementor_library: 9
    team: 8
    mgmlp_media_folder: 8
    testimonials: 6
    revision: 1
    wpcf7_contact_form: 1
    custom_css: 1
    Time and Zone
    WP Local Time: Europe/Amsterdam
    DB Time : 2020-05-30 19:20:43
    PHP Time: 2020-05-30 19:20:43
    Current Theme
    Name: SKT Gardening Child
    Version: pro3.0.1590843262
    Author URL: https://www.sktthemes.org
    Child Theme: Yes
    Parent Theme Name: SKT Gardening
    Parent Theme Version: pro3.0
    Parent Theme Author URL: https://www.sktthemes.org
    Active Plugins (9)
    Akismet Anti-Spam Automattic 4.1.5
    Child Theme Configurator Lilaea Media 2.5.3
    Klassieke editor WordPress-bijdragers 1.5
    Contact Form 7 Takayuki Miyoshi 5.1.9
    Elementor Elementor.com 2.9.9
    Media Library Folders for WordPress Max Foundry 5.2.0
    Theme Demo Import Themely 1.0.6
    WP Edit Josh Lobe 4.0.4
    WP System Info Nurul Amin 1.3

    #152927

    In reply to: i need change text

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

    Hi,

    If you want to change button text.

    Kindly go to sktframe >> core-functions.php >> Find “More Details” text >> and change it there

    Regards,
    Chris

    #152854

    In reply to: custom.css

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

    Hi,

    upload custom css file in assets > css folder, and link your file path in enqueue.php lib > functions > enqueue.php

    Regards,
    Dave

Viewing 15 results - 376 through 390 (of 1,998 total)