Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 751 through 765 (of 2,001 total)
  • Author
    Search Results
  • #96568

    In reply to: www.yesport.com.ua

    shvec100100shvec100100
    Participant
    • Topics: 13
    • Replies: 34
    • Total: 47
    Member since: February 1, 2018

    правильно
    И там стоит этот знак там нет грн.
    этого не написано
    Мне сказали это надо как-то чере код вставить.
    в конце файла functions.php

    add_filter( ‘woocommerce_currencies’, ‘add_my_currency’ );

    function add_my_currency( $currencies ) {

    $currencies[‘UAH’] = __( ‘Українська гривня’, ‘woocommerce’ );

    return $currencies;

    }

    add_filter(‘woocommerce_currency_symbol’, ‘add_my_currency_symbol’, 10, 2);

    function add_my_currency_symbol( $currency_symbol, $currency ) {

    switch( $currency ) {

    case ‘UAH’: $currency_symbol = ‘грн’; break;

    }

    return $currency_symbol;

    }

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

    Hi,

    Your Web Host provider may have installed a firewall between you and the server.
    Contact the admin of the server and ask if they allow outgoing communication on port 25,465,587.
    It seems like they are blocking certain traffic. Ask them to open the ports.

    And the php version on hosting server is very old.

    Here’s a letter you can send to your host; copy and paste!

    I’m interested in running the open-source WordPress <https://wordpress.org/> web software and I was wondering if my account supported the following:

    PHP 7.2 or greater
    MySQL 5.6 or greater OR MariaDB 10.0 or greater
    Nginx or Apache with mod_rewrite module
    HTTPS support

    Thanks!

    Regards,
    Dave

    #96438

    In reply to: Girlie Pro Footer

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

    Hi,

    Issue resolved.

    If you get this problem again in future. So you can fix this problem on yourself.

    Kindly go to Inc folder >> custom-functions.php >> Line No 821:

    Find this code:

    <span><i class="fa fa-calendar"></i> Posted On <a href="'.get_day_link().'">'.get_the_time('d-M-Y').'</a></span>

    And replace this new code there:

    <span><i class="fa fa-calendar"></i> Posted On '.get_the_time('d-M-Y').'</span>

    Regards,
    Chris

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

    Hi,

    Kindly go to content.php
    And find text
    "<p><?php echo wp_trim_words( get_the_content(), of_get_option('blogpostpagecontent'), '...' ); ?></p>"

    And replace

    "<?php the_content(); ?>"

    Regards,
    Chris

    #96069

    In reply to: Theme SEO Marketing

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

    Hi,

    1. where do I change it so that the slider does not stop when mouse clicks on the picture?

    Answer:

    Kindly go to frontpage >> slider.php >> and find text “pauseOnHover: true,” and change true to false.

    2. where do i delete the image header view?

    Answer:

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

    .page_head { display:none;}

    Regards,
    Chris

    ahutchison84ahutchison84
    Member
    Member since: March 8, 2018

    Hi there, just bought SKT build theme

    Went to install it and got the message that The uploaded file exceeds the upload_max_filesize directive in php.ini

    I am trying to find the php.ini file in the file manager in my cPanel. I think it should be in the public_html folder?

    If it is nowhere should the theme just install? Or do I need to create a php.ini file to upload to my public_html folder?

    #95852
    RomainRomain
    Member
    Member since: January 29, 2016

    Hello, my site running the Marvin theme is showing a blank page and I cannot access the wordpress command center anymore.
    My provider told me to put “true” to “WP_DEBUG” in file “wp-config.php” ??

    The problem is that I cannot acces anything anymore.

    Thank you.

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

    Hi,

    Q: I want to change the name of the contact form of the title
    A: Kindly go to sidebar.php and find text “contact form” and change it there.

    Q: I want to add items
    Q: I want to change the name or email name in the box
    A: Kindly use this plugin for contact forms: https://wordpress.org/plugins/contact-form-7/
    and use contact form shortcode in sidebar.php instead of this shortcode “[contactform to_email=”[email protected]” title=”Contact Form”]”

    Regards,
    Dave

    #95760
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    Hi Chris,

    I fixed my IE navigation display by placing the “Edge” compatibility in Editor > header.php. My navigation in IE11 now works after placing the following code in the <head></head> section of header.php.

    <meta http-equiv=”x-ua-compatible” content=”IE=edge”>

    Complete. Thank you!

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

    Hi,

    Kindly edit theme’s header.php file and paste below code just before tag.

    <script src="https://use.fontawesome.com/c4d7d70cd9.js"></script>

    Regards,
    Shri

    #95604

    In reply to: Contact Form- Spanish

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

    Hi,

    Our contact form is given in appearance>editor>inc>custom-functions.php

    However you can replace it using widgets in sidebar by using contact form 7 plugin which allows for spanish form.

    Regards,
    Shri

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

    Hi,

    Kindly edit theme’s header.php file and paste below code just before </head> tag.

    <script src="https://use.fontawesome.com/c4d7d70cd9.js"></script>

    Regards,
    Dave

    #95319
    jeanniejeannie
    Participant
    • Topics: 3
    • Replies: 20
    • Total: 23
    Member since: November 18, 2017

    Hello Chris,
    I now need to know how to link a .pdf to a work link on a page…this page where it says “Creating a Commission”

    The page is: http://drenee.com/new2017/index.php/galleries-designers/

    Thank-you. I am not familiar with how I link a .pdf etc.

    #95304
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Thank’s, than the PHP version isn’t the problem. Do you have any idea what could cause this problem?

    #95261
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    What is the recommended PHP version to sdk themes? We had php upgrade in the last weeks. Could be thet upgrade cause this kind of problem?

Viewing 15 results - 751 through 765 (of 2,001 total)