Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 391 through 405 (of 2,001 total)
  • Author
    Search Results
  • #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: noreply@server60.hosting2go.nl
    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: 31283
    • Total: 31283
    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: 31283
    • Total: 31283
    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: 31283
    • Total: 31283
    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

    #150803
    Cyrille LEJACyrille LEJA
    Participant
    Member since: April 20, 2020

    Hello,

    i am note able to create a child theme for adventure :

    I create a directory adventure-child, then put style.css and function.php and modify inside like this :

    style.css

    /*
    Theme Name: adventure-child
    Template: adventure
    Theme URI: https://www.sktthemes.org/shop/adventure-wordpress-theme/
    Description: Adventure WordPress theme has been designed and created to cater to the needs of those who create adventure sports websites and adventure tourism websites like skiing, ice skating, trekking, mountaineering, cycling, bike riding and others. Demo: http://sktperfectdemo.com/demos/adventure/

    Author: SKT Themes
    Author URI: https://www.sktthemes.org
    Version: pro3.0
    License: GNU General Public License
    License URI: license.txt

    Text Domain: Adventure
    Tags: one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, front-page-posting, full-width templateRTL, language-support, sticky-post, theme-options, threaded-comments, translation-ready.

    Adventure WordPress Theme has been created by SKT Themes(sktthemes.net), 2018.
    Adventure WordPress Theme is released under the terms of GNU GPL
    */

    Function.php

    <!–A placer dans functions.php pour initialiser un thème enfant–>

    <?php
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘parent-style’ ) );
    }

    but its broke my home page and all the feature don’t work anymore …

    could you please help ?

    regards,

    Cyrille

    #150725

    In reply to: Reduce picture size

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

    Hi,

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

    #home-section5-block-563 .cols4 .team-thumb img { width:50%; margin:0 auto; display:table;}
    #home-section5-block-563 .cols4 .team-thumb { height:auto;}
    #home-section5-block-563 .skt-builder-home-section5-block .team-infobox { top:150px;}
    #home-section5-block-563 .cols4 { min-height:280px;}

    Q. Also, can someone tell me why my site take a couple seconds to load?

    Ans: Kindly use 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

    #150709
    Rachel KirkRachel Kirk
    Participant
    Member since: October 25, 2019

    hi, I have 1 page that isn’t now loading in Elementor, https://www.thenestsouthwark.org.uk/wp-admin/post.php?post=511&action=elementor

    The page is; https-//www.thenestsouthwark.org.uk/glossary/

    Luckily this is the only page that I have the issue with. Can you resolve it for me please? Or do I need to create the page again?

    Thanks

    Rachel

    #150707
    Rachel KirkRachel Kirk
    Participant
    • Topics: 43
    • Replies: 108
    • Total: 151
    Member since: October 25, 2019

    hi, Dave, the code I got it different to your example above for Assistant: The CSS I have is:

    @font-face {
    font-family: ‘ProximaNovaSoftW03-Semibold’;
    src: url(‘ProximaNovaSoftW03-Semibold.eot?#iefix’) format(’embedded-opentype’), url(‘ProximaNovaSoftW03-Semibold.woff’) format(‘woff’), url(‘ProximaNovaSoftW03-Semibold.ttf’) format(‘truetype’), url(‘ProximaNovaSoftW03-Semibold.svg#ProximaNovaSoftW03-Semibold’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    Is this correct to paste into the theme folder -> lib -> includes -> google_fonts.php

    Is that all I need to do to have access to this font in the slider?

    Thanks

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

    Hi,

    Kindly go to theme folder -> lib -> includes -> google_fonts.php add your new font like this

    example:
           'Assistant' => array( 'label' => 'Assistant',
            'vants' => array( '200', '300', '400', '600', '700', '800'),
            'subsets' => array( 'latin', ),
            'category' => 'display',
          ),

    Regards,
    Dave

    #150075
    Keith IrvineKeith Irvine
    Participant
    Member since: March 7, 2020

    Hi,

    I had over 64 pages from the demo and started to delete about 45 of them as Im now ready to go live.

    I accidently deleted ‘Home’ and then went to trash and re-installed.

    If I went to:

    https://www.cforcakes.co.uk/wp-admin/post.php?post=3778&action=sktbuilder I can see the content so I thought all was OK. However, when I now look at my home page it is just header and footer with the blog in the middle no other content.

    I thought I would ask you to look at it so you can re-install the home page?

    Thanks

    office63office63
    Participant
    Member since: March 15, 2019

    Hi, I bought the Pest theme last year and my client now has a special request I don’t know how to solve.

    On page https://www.baufachkongress.com/test-mit-popup/ I added the text “Test-Animated”, with a fade-in effect implemented with the plugin “Animate It!”

    Know my client’s wish is it to place the animated text placed in the featured image area. (in height of the caption text (here “title”), but on the left side.

    I could to this hard-coded in the core-pageheader.php, but this is not my favourite solution, because the client should be able to edit the text by his own.

    Could you give me a hint how to do this in an elegant way, I didn`t found a plugin to do this?

    Thanks very much!

Viewing 15 results - 391 through 405 (of 2,001 total)