Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 391 through 405 (of 1,993 total)
  • Author
    Search Results
  • #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: 31243
    • Total: 31243
    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: 31243
    • Total: 31243
    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!

    #149869

    In reply to: read more button

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

    Hi,

    1/ how and where can i change “read more” for “lire la suite”??

    Ans: Kindly go to >> sktframe >> core-posts.php >> Line No:181 and change read more to french language

    3/ if i use the search bar how and where can i change the sentence “Search Results for” with another language (french)??

    Ans: Kindly go to >> sktframe >> search.php >> Line No:21 and change Search Results to french language

    Regards,
    Chris

    #149749
    Antonio J P SantosAntonio J P Santos
    Participant
    Member since: April 16, 2020

    Hi,

    my theme and filmmaker! Please do I need my provider’s php settings?

    I can’t import using the import demo content plugin

    Jere PohjankoskiJere Pohjankoski
    Participant
    • Topics: 5
    • Replies: 8
    • Total: 13
    Member since: January 29, 2016

    Thanks for offering Chris!

    I have to say for security reasons there is no need to give admin details if this kind of thing can be solved by advising. I went through all your theme files and found the place to change it:

    => appearence => editor => header.php => row 102 you will find:
    —————-
    a class=”button” href=”?php echo of_get_option(‘slideurl’.$sln, true); ?” Read More »
    —————-
    (tags removed for visibility at this forum)

    By changing that hard-coded “Read more” it is possible to change the text of the slider button for example localizing the language of the text.

    Sorry for bothering you guys with this one and thank you for trying. I thought that you could know how Nivo slider is working.

    Take care!

    / Jere

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

    Sure, it’s https://southwarkyouth.groundworksites.com/wp-login.php

    Although NOT live. Still in development. I need to know if any tool tips plug in is compatible with the SKT builder. If not I’ll need to change themes. Please let me know asap.

    thanks

    Kirk

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

    Hi,

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

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

    Regards,
    Chris

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

    Hi,

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

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

    Regards,
    Dave

    #148625
    webdevalsewebdevalse
    Participant
    Member since: April 18, 2018

    Dear Admin,

    I need to create a multiple number of anchors on the website for the different text/block parts

    Theme: Agency Startup, website: http://aderes.agency

    I was going through the number of post in this forum and found that some changes first have to be done in functions.php or core-functions.php file before I can implement URL anchor to the page element.

    Could you please send me the updated file for this purpose.
    Thank you

    #148614

    Topic: Theme Size

    in forum All Other Themes
    latif_yousufilatif_yousufi
    Participant
    Member since: July 19, 2017

    Hi,

    I cannot upload theme on wordpress. I got the below error and theme is skt-autocar-pro

    The uploaded file exceeds the upload_max_filesize directive in php.ini.

    can someone help me in this regards

    Thanks

Viewing 15 results - 391 through 405 (of 1,993 total)