Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 46 through 60 (of 360 total)
  • Author
    Search Results
  • #153121
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Are you using child theme??

    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

    #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

    #150606

    Topic: CHILD THEME

    in forum All Other Themes
    Julius MusembiJulius Musembi
    Participant
    Member since: January 17, 2020

    Hello, do you have a child theme for the wildlife theme?

    #150604
    Julius MusembiJulius Musembi
    Participant
    • Topics: 2
    • Replies: 10
    • Total: 12
    Member since: January 17, 2020

    Hello, do you have a child theme for the wildlife theme?

    #150380
    Julius MusembiJulius Musembi
    Participant
    • Topics: 2
    • Replies: 10
    • Total: 12
    Member since: January 17, 2020

    Hello, thanks for the help. Do you have a child theme for my theme (wildlife theme)?

    #148144

    In reply to: Film Maker Theme

    Dan MillerDan Miller
    Participant
    • Topics: 0
    • Replies: 4
    • Total: 4
    Member since: March 29, 2020

    Thank you, I appreciate that.

    I made a child theme and now I see that everything is jumbled up pretty good. Any tips on making a child theme that remains in tact and looks the same? My concern is that if I spend a lot of time with the primary theme, it could be updated and I lose my work. Thanks.

    #147318

    In reply to: Make titles bilingual

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

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

    #topmenu ul li:last-child a { font-size:0 !important;}
    #topmenu ul li:last-child ul li a { font-size:16px !important;}

    Q. I am updating my website to a bilingual website (English & Dutch). I followed the documentation provided from the Reiki Pro Theme, including the plugin qTranslate X. In the customise fields the two languages work perfectly. However, when I want to use the [:nl] and [:en] in the titels of the page build with SKT Builder the whole page transforms into heading texts??

    Ans: Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #144754

    In reply to: SSL disturb Link

    stephanie.masuchstephanie.masuch
    Participant
    • Topics: 0
    • Replies: 2
    • Total: 2
    Member since: March 1, 2019

    Hello
    a few years later i have the same problem with the theme befit
    i have found the information, that this bug must be remove in the functional.php of the child theme in “https:”
    please can you fix this, this is only a part for professionals. the google ranking is so bad because of this problem i cant fix by myself….

    thanks an best regards

    Stephanie Masuch (german)

    #142406
    James RosnackJames Rosnack
    Participant
    Member since: December 24, 2019

    I am using the musical sounds theme and we are using the Team pages as Bands performing. I am using the Designation fields to add a date (the night the band performs) but it doesn’t show up anywhere, either in the shortcode summary of the “team members” or on the single page for that team member.

    How can I get the designation to show up on the summary page here under the title?
    https://ausregfest.mystagingwebsite.com/the-bands/
    I am using a child theme so I can ever add a special page if needed.

    #142266
    James RosnackJames Rosnack
    Participant
    Member since: December 24, 2019

    I am using the theme for a festival line up. the home page summary of each artist is fine, I dont need the names of the artists to go to another page. How do I remove the link href to those full page bios? I tried to copy the core-funtions.php and add it to /sktframe/core-funtions.php in my child theme and remove the href tags around the name, but that doesn’t seem to work.

    https://ausregfest.mystagingwebsite.com/

    #140025
    DonaldDonald
    Participant
    Member since: March 25, 2016

    The web site of my customer, St. Paul’s Lutheran Church in Wimbledon, North Dakota (https://stpaulw.org/), is using the SKT Towing Pro child theme.

    Unfortunately, I have just received an email from my customer, St. Paul’s, requesting help, because the images in the Homepage Slider have suddenly stopped working.

    When I went to look at the home page of my customer’s web site (https://stpaulw.org/), all that I can see is a small turning circle, without any images being visible at all.

    (The Homepage Slider had been working perfectly, without any problem at all, but just recently, the Homepage Slider has suddenly stopped working.)

    Please advise me how to fix this problem with the Homepage Slider. I very much want to help my customer, St. Paul’s, get their web site working correctly again.

    Thank you very much for your consideration, and please accept my best wishes.

    All the best,

    Donald Smith
    Fargo Digital Web Design & Hosting
    701-588-4541

    If I need to pay to become a Pro/Paid customer again, I am happy to do so, because I really want to ensure that my customer receives the help they need to get their web site working properly again.

    Thank you.

    #129665
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    Kindly change font size, font color and font family as per your need

    .one_four_page:nth-child(1) a h4 {
        color: #000;
    	font-size:22px;
    	font-family: 'Merriweather', serif !important;
    }
    
    .one_four_page:nth-child(2) a h4 {
        color: #f00;
    	font-size:22px;
    	font-family: 'Playfair Display', serif !important;
    }
    
    .one_four_page:nth-child(3) a h4 {
        color: #ef73b0;
    	font-size:22px;
    	font-family: 'Pacifico', cursive !important;
    }
    
    .one_four_page:nth-child(4) a h4 {
        color: #59e2ff;
    	font-size:22px;
    	font-family: 'Roboto', sans-serif !important;
    }

    Regards,
    Dave

    #129250

    In reply to: team members

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .page-id-563 .one_fourth.team-col:nth-child(1), .one_fourth.team-col:nth-child(2) {
        display: none;
    }

    Regards,
    Chris

    #129065

    In reply to: gallery

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    a.example-image-link { margin:0 30px 35px 0;}
    .example-image-link:nth-child(4n+4) { margin-right: 0 !important;}

    Regards,
    Chris

Viewing 15 results - 46 through 60 (of 360 total)