Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,051 through 1,065 (of 2,005 total)
  • Author
    Search Results
  • #67945
    Suzanne EtheridgeSuzanne Etheridge
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: August 28, 2015

    Hi Shri,

    WordPress is advising me to upgrade to PHP 7. At this point, it is only a warning, as I have not changed anything. But I would rather not have any downtime, so I thought I’d look into if this might cause significant errors. I’m not at all familiar with what this might do.

    Thanks,
    Suzanne

    #67876
    IgorIgor
    Participant
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: March 5, 2017

    OK.

    5. How do I get rid of the background image in the services section on the home page. I already edited the style welcome_text style but the background image persists. Which file do I edit to get rid of the image?

    6. In which php file do I edit the function how services section on the home page are showing up? For example I want to add custom image instead of Read More links.

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

    Hi Igor,

    1. Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .blog #slider{display:none;}
    .blog .welcome_text{display:none;}

    2) and 3) Kindly go to header.php you can add your custom code there.

    3) Here is the documentation: http://sktthemesdemo.net/documentation/itconsultant_documentation/#homepage-setup

    Regards,
    Dave

    #67353

    In reply to: SKT Spa Pro Questions

    michelle goramichelle gora
    Member
    • Topics: 24
    • Replies: 77
    • Total: 101
    Member since: April 15, 2015

    I was able to remove the – on the header.php file but I don’t know where to add the following coding for the phone number

    (815) 600-6973

    #67299

    In reply to: disclaimer

    lisalisa
    Participant
    • Topics: 17
    • Replies: 18
    • Total: 35
    Member since: April 25, 2016

    Thanks for getting back to me. Where is that footer.php located please?

    #67297

    In reply to: SKT Spa Pro Questions

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

    Hi Michelle,

    Apologize, I thought your support period was ended.

    1. Kindly go to header.php to link phone number.

    2. Add this code in Custom CSS Box:
    .innerbanner{height:auto !important;}

    3. Add this code in Custom CSS Box:
    .photobooth .filter-gallery{display:none;}

    4. Kindly go to header.php to remove a dash.

    5. Add this code in Custom CSS Box:
    .fourbox .read-more{color:#dd9933 !important;}

    Regards,
    Dave

    #67295

    In reply to: disclaimer

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

    Hi Lisa,

    Kindly go to footer.php and and find this code:

    <div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?> </div>

    Replace above code with this code:

    <div class="copyright-txt"><a href="#">Disclaimer</a></div>

    Regards,
    Dave

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

    Hi Sandra,

    Kindly go to templates/contact-layout1.php and contact-layout2.php

    Regards,
    Dave

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

    Hi Adrian,

    Kindly go to inc/custom-functions.php and change the button text from there.

    Regards,
    Brad

    #67196
    SteveSteve
    Member
    Member since: March 27, 2017

    Theme Name: Restro

    Paid for the pro Restro Theme yesterday and am having problems getting it installed on a WordPress platform.

    Wordpress error message is:
    Unpacking the package…
    Installing the plugin…
    The package could not be installed. No valid plugins were found.
    Plugin install failed.
    Return to Plugin Installer

    So far have tried creating a php.ini file in the /public_html and updating the .htaccess file as advised by the host to apply the php.ini file changes globally.

    I added the following code (the only code in this file) to the created php.ini file:
    upload_max_filesize = 20M [does this need tags?]

    This is the code in the .htaccess file (the second “IfModule mod-rewrite” statement being the one I added:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    <IfModule mod_suphp.c>
    suPHP_ConfigPath //data01/c6044249/public_html/php.ini
    </IfModule>

    # END WordPress

    Can you advise what is wrong please?

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

    Hi Jonathan,

    Kindly go to header.php and find this code:

    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    replace the above code with this code:

    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    Regards,
    Brad

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

    Hi Yamila,

    Unfortunately it is customization request. You have to change the code in core php files.

    Regards,
    Dave

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

    Hi Ethnic,

    Header widget not available in this theme, you can add your code in header.php file.

    Regards,
    Dave

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

    Hi,

    Kindly go to inc/custom-functions.php and translate the contact form from there.

    Regards,
    Dave

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

    Hi Bobby,

    Kindly go to woocommerce.php and remove the sidebar from there.

    Add this code in Custom CSS Box:

    .woocommerce div.product .product_title{padding-bottom:35px !important;}

    Regards,
    Dave

Viewing 15 results - 1,051 through 1,065 (of 2,005 total)