Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,561 through 1,575 (of 2,005 total)
  • Author
    Search Results
  • Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    It uses the theme name from options.php

    But i would like to know why you would need child theme in the first place? We have given custom CSS box already within theme options panel so no need for child theme.

    Regards,
    Shri

    #31483

    In reply to: Problems with sections

    Jose LuisJose Luis
    Participant
    • Topics: 4
    • Replies: 8
    • Total: 12
    Member since: April 21, 2016

    http://creciendoconelyoga.com/wp-login.php?redirect_to=http%3A%2F%2Fcreciendoconelyoga.com%2Fwp-admin%2F&reauth=1

    #31464

    In reply to: Hyperlink

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

    Hi Tomasz,

    Kindly go to custom-function.php and find “Older entries” and change the link from there.

    Regards,
    Dave

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

    Hi Kathy,

    Kindly go to page-boxes.php and change the Donate Now button from there.

    Regards,
    Dave

    #31432

    In reply to: Translate read more

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

    Hi Tomasz,

    Kindly go to footer.php to change read more.

    Regards,
    Dave

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

    Hi Eelke,

    Kindly go to content.php to change the read more from blogposts.

    For the slider kindly go to header.php to change read more.

    Regards,
    Brad

    #31398
    FinnFinn
    Member
    Member since: April 24, 2016

    Hi I get an error message when trying to upgrade my purchased PRO version: The uploaded file exceeds the upload_max_filesize directive in php.ini. Please advise.

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

    Hi Chham,

    Kindly go to inc/custom-function.php and “view all post” and change it from there.

    Regards,
    Brad

    #31276

    In reply to: Turning off the links

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

    Hi Nikita,

    You can remove the link from inc/custom-function.php

    You will find the shortcode of our partner section.

    Regards,
    Dave

    #31186
    Terry DavisTerry Davis
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: August 8, 2015

    Well Shri…. I commented out the lines in my function.php again, in order to get my site back to functional. Even though the home page slider was somewhat repaired with the update, it is still erroring and on js and other functions on my are broken which is enabling people to download my images!!! Something we Do Not want to happen.

    Can you please help? Thank you 🙂

    http://walledlife.com/wp-content/themes/skt-photo-world-pro/js/supersized.shutter.js?ver=4.5 Failed to load resource: the server responded with a status of 404 (Not Found)
    http://walledlife.com/js/skt_script.js Failed to load resource: the server responded with a status of 404 (Not Found)
    jquery-migrate.min.js?ver=1.4.0:2 JQMIGRATE: Migrate is installed, version 1.4.0
    jquery.js?ver=1.12.3:2 Uncaught Error: Syntax error, unrecognized expression: a[href=#top]
    http://walledlife.com/1 Failed to load resource: the server responded with a status of 404 (Not Found)
    http://walledlife.com/wp-content/themes/skt-photo-world-pro/img/progress.gif Failed to load resource: the server responded with a status of 404 (Not Found)

    #31169

    In reply to: 2nd adress

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

    Hi Mario,

    Kindly go to footer.php and add the second address.

    Regards,
    Dave

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

    Hi Greg,

    Kindly go to content.php and find this code

    <?php the_excerpt(); ?>

    And replace it with this code

    <?php the_content(); ?>

    Regards,
    Dave

    #31067
    Terry DavisTerry Davis
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: August 8, 2015

    Now I know what changed, I have a managed WP site and they updated WP to 4.5
    In order to get my site back to functional, I have commented out:
    //wp_enqueue_script( ‘skt_photo_world-customscript’, get_template_directory_uri() . ‘/js/skt_script.js’, array(‘jquery’) );
    //wp_enqueue_script( ‘skt_photo_world-customscript’, ‘http://walledlife.com/wp-content/themes/skt-photo-world/js/skt_script.js’, array(‘jquery’) );
    //wp_enqueue_script( ‘skt_photo_world-shutter-min’, get_template_directory_uri() . ‘/theme/supersized.shutter.min.js’, array(‘jquery’) );
    //wp_enqueue_script( ‘skt_photo_world-shutter’, get_template_directory_uri() . ‘/theme/supersized.shutter.js’, array(‘jquery’) );

    on my functions.php

    Can you please provide an update for WP 4.5?

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

    Hi Bram,

    You have to remove our slider in index.php and its reference from header.php and functions.php and then include shortcode of layer slider and keep it full wide to have such features.

    Regards,
    Shri

    #30905

    Topic: Help!!

    in forum All Other Themes
    AmandaAmanda
    Member
    Member since: April 19, 2016

    I’m not sure what to do! I’ve accidentally deleted a line of code from the functions.php code.

    Currently I can not access my website at all! I can’t get into the wp-admin either.

    The error message I’m getting for my site is:

    Parse error: syntax error, unexpected ‘}’ in /home/returntosource/returntosourcewellbeing.com/wp-content/themes/skt-naturo-pro/functions.php on line 355

    http://www.returntosourcewellbeing.com/about/

    Can you please help me figure out what to do?

    Thank you,
    Amanda

Viewing 15 results - 1,561 through 1,575 (of 2,005 total)