Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 901 through 915 (of 2,020 total)
  • Author
    Search Results
  • #83503

    In reply to: Movers and Packers Pro

    МихаилМихаил
    Participant
    • Topics: 8
    • Replies: 15
    • Total: 23
    Member since: October 6, 2016

    no changes were made in header.php
    here’s all my changes in the css block
    .innerbanner {display: none;}
    #main {margin: 0 auto; width: 100%;}
    .footer-top, .footer-top .column1, .footer-top .column2, .footer-top .column3 {display: none;}
    .hatom-extra {display: none;}
    .slider-main {display: none;}

    #83491

    In reply to: Movers and Packers Pro

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

    Hi,

    Did you make any changes in header.php?

    Regards,
    Chris

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

    Hi,

    Kindly Go to header.php.

    Find
    <meta name=”viewport” content=”width=device-width, initial-scale=1.1″/>

    And replace
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″/>

    Regards,
    Chris

    #83126

    In reply to: Architect Pro

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

    Hi,

    Kindly Go To sidebar.php and change it there.

    Regards,
    Brad

    #82938
    ClayClay
    Member
    Member since: January 27, 2016

    We have the pro version of Toothy and have begun receiving an error when we go to edit pages. When we click on a page, we see the following message…

    Failed to load content css: https://fidkids.com/wp-admin/admin-ajax.php/?action=dynamic_styles

    I have done some research online and most posts point towards an issue with the theme. Is this an issue with the theme? How can we get this resolved?

    Thanks,

    ~Clay

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

    Hi,

    Kindly go to sidebar.php line no 16 and find shortcodes [contactform to_email=”[email protected]” title=”Contact Form”] and change email ID.

    Regards,
    Brad

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

    Hi,

    Kindly folder frontpage/slider-static.php file and find “slidebtn” and add this code

    For Example:

    <div class="slidebtn"><a class="slidelink" href="<?php echo $complete['slide_link'.$val]; ?>" target="_blank"><?php echo $complete['slide_btn'.$val]; ?></a></div>

    Regards,
    Brad

    #82661

    In reply to: Gardening Theme

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

    Hi,

    No, kindly go to theme folder/skt-gardening folder/templates folder/head-type1.php and search for logo and change there.

    Regards,
    Chris

    #82577
    RobRob
    Participant
    Member since: January 5, 2017

    Hi,
    Website: http://www.ianvanlidth.nl

    My problem I need to change the language to Duthc. I have a problem with the underneath footer. I can change the phone number but not the word Phone etc. Nor do I know how to remove Recent tweets and About us. Where do I find the relevant php file (and which is it?
    Thanks for your help…

    #82553

    In reply to: Gardening Theme

    NigelNigel
    Participant
    • Topics: 189
    • Replies: 342
    • Total: 531
    Member since: March 17, 2016

    found the code in editor

    please advise where in the code I can change the link

    <?php
    /**
    * Header layout 1 for SKT Gardening
    *
    * Displays The Header layout 1. This file is imported in header.php
    *
    * @package gardening
    *
    * @since gardening 1.0
    */
    global $gardening;?>

    <!–HEADER STARTS–>
    <!–HEAD INFO AREA–>
    <div class=”head-info-area”>
    <div class=”center”>
    <?php if(!dynamic_sidebar(‘headerleft’)) : ?>
    <div class=”left”><span class=”phntp”><?php if (!empty ($gardening[‘phntp_text_id’])) { ?><?php $phntp = html_entity_decode($gardening[‘phntp_text_id’]); $phntp = stripslashes($phntp); echo do_shortcode($phntp); ?><?php } ?></span> <span class=”emltp”><?php if (!empty ($gardening[’emltp_text’])) { ?><?php $emltp = html_entity_decode($gardening[’emltp_text’]); $emltp = stripslashes($emltp); echo do_shortcode($emltp); ?><?php } ?></span></div><?php endif; ?>
    <?php if(!dynamic_sidebar(‘headerright’)) : ?>
    <div class=”right”><span class=”sintp”><?php if (!empty ($gardening[‘sintp_text’])) { ?><?php $sintp = html_entity_decode($gardening[‘sintp_text’]); $sintp = stripslashes($sintp); echo do_shortcode($sintp); ?><?php } ?></span><?php if (!empty ($gardening[‘suptp_text’])) { ?><?php $suptp = html_entity_decode($gardening[‘suptp_text’]); $suptp = stripslashes($suptp); echo do_shortcode($suptp); ?><?php } ?></div><?php endif; ?>
    <div class=”clear”></div>
    </div>
    </div>
    <div class=”header type1″>
    <div class=”center”>
    <div class=”head_inner”>
    <!–LOGO START–>
    <div class=”logo”>
    <?php if(!empty($gardening[‘logo_image_id’][‘url’])){ ?>
    ” href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>” />
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php }else{ ?>
    <?php if ( is_home() ) { ?>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php }else{ ?>
    <h2>“><?php bloginfo(‘name’); ?></h2>
    <span class=”desc”><?php echo bloginfo(‘description’); ?></span>
    <?php } ?>

    <?php } ?>
    </div>
    <!–LOGO END–>
    <!–MENU START–>
    <!–MOBILE MENU START–>
    <i class=”fa-bars”></i>
    <!–MOBILE MENU END–>
    <div id=”topmenu” class=”<?php if (‘header’ == $gardening[‘social_bookmark_pos’] ) { ?> has_bookmark<?php } ?>”>
    <?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?>
    </div>
    <!–MENU END–>

    </div>
    </div>
    </div>
    <!–HEADER ENDS–>

    #82548

    In reply to: Gardening Theme

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

    Hi,

    kindly go to theme/skt-gardening/templates/head-type1.php and search for logo and change there.

    Regards,
    Chris

    #82543

    In reply to: Gardening Theme

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

    Hi,

    To change logo link kindly edit skt-gardening/templates/head-type1.php and search for logo.

    Regards,
    Chris

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

    Hi,

    Kindly Go To >> theme/skt-handyman-pro/inc/custom-functions.php change readmore text from line number 179.

    Regards,
    Dave

    #82467
    Florian MilzFlorian Milz
    Participant
    • Topics: 2
    • Replies: 17
    • Total: 19
    Member since: May 31, 2017

    Hi Chris

    did you make any changes to any of the following files?

    wp-settings.php
    wp-includes/SimplePie/…
    wp-includes/Text/Diff/Engine/…

    I am getting a security alert that these files have been modified from the original wordpress installation.

    #82361
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6996
    • Total: 7006
    Member since: June 12, 2013

    Hi,

    Its via custom-functions.php file.

    What’s your order number please?

    Regards,
    Shri

Viewing 15 results - 901 through 915 (of 2,020 total)