Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,951 through 1,965 (of 2,000 total)
  • Author
    Search Results
  • #3279

    In reply to: Footer Widgets

    Thomas EhrhardtThomas Ehrhardt
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: January 6, 2015

    I have changed footer.php and functions.php to have 4 configurable sidebars at bottom….

    Are you interested in getting these 2 files?

    Demo: http://www.skymera.de/

    #3277

    In reply to: Footer Widgets

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

    Hi,

    Sorry for your trouble. The 4th div is of contact us section manageable using Theme Options.

    To remove this and use anything else you can check footer.php and remove the code there and place anything (widget, plugin shortcode etc there).

    If you need help from us to remove that and apply anything else let us know.

    Regards,
    Shri

    #3272

    In reply to: Slider

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

    Hi,

    In header.php you have

    Codes in between

    and then

    Some codes in between

    So you have to pick up header div and move it on top of the slider div. You might want to take a backup of the header and then edit it using edit plus or dreamweaver to make sure nothing is broken.

    Regards,
    Shri

    #3035

    In reply to: BK Black Pro

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

    Okay do this as well: SKT Black Theme: Remove slider
    find header.php file in your theme directory >> …/wp-content/themes/skt-black-pro
    open header.php file and delete line no. 28 to 44.

    #3019

    In reply to: BK Black Pro

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

    SKT Black Pro : Slideshow on/off
    find function.php file on your theme directory >> …/wp-content/themes/skt-black-pro
    open function.php file and go to line no. 156
    slideshow : 1 change this to 0

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

    Hi,

    hide navigation default in full width pro:
    find custom-functions.php file in inc folder of your theme directory
    Path: /wp-content/themes/skt_full_width_pro/inc
    open custom-functions.php and add this code after line no. 29
    jQuery(‘.show_hide_header’).css(‘display’,’none’);

    That’s it.

    Regards,
    Shri

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

    Hi Michele,

    Its within custom-functions.php
    Path to the file: wp-content/themes/iamonpro/inc/custom-functions.php

    Regards,
    Shri

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

    Create new file header-home.php and load it with index.php instead of the normal header.php

    In this new header-home.php remove viewport meta tag code line.

    Hope this is fine with you as i am telling you coding changes. If its not easy for you send us access via email: [email protected] (ftp and WordPress admin login details).

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

    Hi Heather,

    Instead of copying within settings try to go into footer.php and then under the code of the contact details mention the new email (it won’t strip codes there).

    Also similarly for the copyright section.

    Regards,
    Shri

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

    Hi,

    Actually there is a lot of places where you will have to. Alternatively simplest thing would be to have the not load up in header1.php which you can load in homepage and the rest of the pages can continue to use the header.php which loads up this code.

    This way your homepage will be full width and inner pages will be responsive.

    Hope this sounds fine to you.

    Regards,
    Shri

    #2484
    Peter XanthakosPeter Xanthakos
    Member
    • Topics: 0
    • Replies: 1
    • Total: 1
    Member since: November 13, 2014

    Hi – I’m trying to upload the fullwidth pro theme (from the download I was sent) and I keep receiving the following error: The uploaded file exceeds the upload_max_filesize directive in php.ini.

     

    #2368
    Ryan McMannRyan McMann
    Member
    Member since: October 27, 2014

    Are there any known issues with moving a completed site using the Pathway theme? I have followed the steps I have used before but all I am getting is errors. Is the theme set up so that once it is used on a domain it can’t be moved?

    Here is the error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/atctransport/public_html/wp-content/themes/skt_pathway_pro/inc/custom-functions.php:1481) in /home/atctransport/public_html/wp-includes/pluggable.php on line 1173

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

    Hi,

    If you can’t find it in functions.php check wp-content/themes/skt-full-width-pro/inc/custom-functions.php

    Regards,
    Shri

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

    Hi,

    Read more is appearing from functions.php wp-content/themes/yourthemename/functions.php

    In case still you can’t find it there let us know we can do this if you send us ftp details of your site via email: [email protected]

    Regards,
    Shri

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

    Hi,

    I have already send you an email with how to. Here it is again repeated:
    No worries just extract the zip of SKT Full Width PRO again and replace the footer.php with the original one from the zip.

    In case you can’t send us the WordPress admin details and we will get it corrected.

    Regards,
    Shri

Viewing 15 results - 1,951 through 1,965 (of 2,000 total)