Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 376 through 390 (of 1,993 total)
  • Author
    Search Results
  • #155120

    In reply to: website speed

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31243
    • Total: 31243
    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: 31243
    • Total: 31243
    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: 6994
    • Total: 7004
    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: 31243
    • Total: 31243
    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: 31243
    • Total: 31243
    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: 31243
    • Total: 31243
    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: 31243
    • Total: 31243
    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

    #152218

    In reply to: skt builder

    colincolin
    Participant
    • Topics: 6
    • Replies: 5
    • Total: 11
    Member since: July 30, 2016

    Yes i have done as you instructed and iam still not getting the demo content i also updated my php which i thought might have been the problem but still i am getting the demo content

    can you please help.

    #151753
    Tomoka KurataTomoka Kurata
    Participant
    Member since: November 25, 2015

    I bought SKT Girlie Pro. The version is 1.0.
    After changing PHP to 7.1,
    Shortcode [latest posts show = “3”] in theme options is no longer displayed.
    How should I solve it? ?
    Thank you.

    How should I handle it?
    I would appreciate if you could give me a solution.

    Thank you for your kind attention to these matters and I look forward to hearing from you soon!
    Kindest regards,

    #151659

    In reply to: Multilingual GYM Pro

    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Also… I want to add the language selector to the top instead of the menu.
    Where do I put the code for this/

    <?php pll_the_languages( array( ‘dropdown’ => 1 ) ); ?>

    #151380

    In reply to: Change sktourclasses

    Andreas PohlAndreas Pohl
    Participant
    • Topics: 4
    • Replies: 15
    • Total: 19
    Member since: May 1, 2020

    Somehow I dont get this running. I first changed

    ‘rewrite’ => array( “slug” => “sktourclasses” ),

    to

    ‘rewrite’ => array( “slug” => “kurse” ),

    in the core-functions.php

    Then I created a new class. It appears in the according menu (Angebotene Kurse: https://yogasante.de/kurse/), but if you click it a 404 error shows up, instead of the courses page.

    #151253

    In reply to: Change sktourclasses

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

    Hi,

    Yes it is possible, sktourclasses is coming from “classes” post type.

    NOTE: If you change the name of the post type, then this post will be removed. After changing the name, you will have to add this post again.

    If you want to change post type name?

    Kindly go to sktframe >> core_function.php find text “classes” and change it there.

    Regards,
    Chris

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