Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 1,111 through 1,125 (of 2,005 total)
  • Author
    Search Results
  • #64801
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31297
    • Total: 31297
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .blog_mo a{display:none;}

    For the excerpt length:

    Kindly go to sktframe/core-functions.php on line number 76 by default it is 20 you can change it the excerpt length from there.

    Regards,
    Dave

    #64703
    Muriel watbledMuriel watbled
    Participant
    Member since: November 26, 2015

    hi

    The size of the file sent exceeds that given in the upload_max_filesize directive, in php.ini

    Impossible to download the theme in wordpress of “coffee pro”

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

    Hi Patrick,

    Kindly go to sktframe/core-functions.php line number 321 you will find this code:

    <p> (' $companyname ', ' $possition ') </p>

    replace above code with this code:

    <p> ' $companyname. ' ' $possition. ' </p>

    Regards,
    Dave

    #64559

    In reply to: Startup Pro

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

    Hi Miranda,

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

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

    Add this code there:

    .serviceswrap h2.section_title{color:#ffffff !important;}

    Regards,
    Dave

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

    Hi,

    Kindly go to functions.php and remove the code on line number 230.

    Regards,
    Dave

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

    Hi Stephen,

    Kindly go to templates/header-type1.php

    Remove the code from line number 29,32 and 41

    Regards,
    Dave

    #64378
    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:

    .nivoSlider{min-height:auto !important;}

    3. Kindly go to inc/custom-functions.php and change it from there.

    Regards,
    Dave

    #64304
    MarcMarc
    Member
    • Topics: 0
    • Replies: 1
    • Total: 1
    Member since: March 3, 2017

    If I change it like “Diana” says:

    In the file inc/custom-functions.php change “gallery_category” to “gallerycategory” …

    the gallery at the start-page is not longer displayed!

    #64010

    In reply to: Panorama Phone# on top

    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Dave:

    Please indicate where the Phone: 123-456-7890 should be added in header.php.

    Thanks

    #63962

    In reply to: Panorama Phone# on top

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

    Hi,

    Kindly go to header.php and add phone number there.

    Regards,
    Dave

    #63843

    In reply to: perfect theme

    DavidDavid
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: December 29, 2016

    If l got to edit>Perfect: sidebar-page.php

    and remove the line

      <?php wp_list_pages( array( ‘title_li’ => ” ) ); ?>

    would this remove the page list?

    #63801
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    The testimonials on mobile is quite large

    Also, on mobile, the galleries on the home page now fit horizontally on the screen but I wanted them to fit vertically on mobile screen (horizontal on PC) so they would be larger and easier to see. Also, on PC and Mobile, they don’t automatically start sliding which is what I wanted…all 3 to start sliding simultaneously.

    Where do I find the query you want me to change? what php file is it for testimonials?

    #63778
    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 (line number 784)

    You will find this code: query_posts('post_type=testimonial&showposts=10');

    Replace the above code with this code: query_posts('post_type=testimonial&showposts=-1');

    Regards,
    Dave

    #63772
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Thank you for your Reply.

    1. The above mentioned Code was NOT in the complete.js
    2. We inserted the Code [jQuery(“#slider”).nivoSlider()] in the slider.php but it did not solve the problem.

    What can we do?

    Regards
    Alain

    #63667
    HansHans
    Participant
    • Topics: 26
    • Replies: 70
    • Total: 96
    Member since: October 12, 2016

    Dave,

    are you shure you want me to put this span tag somewhere in here?

    <div class=”phone-no”>
    <p><?php if( of_get_option(‘phone’,true) != ”){ ?><?php echo of_get_option(‘phone’); ?><?php } ?>
    <br />
    <?php if( of_get_option(‘phone2’,true) != ”){ ?><?php echo of_get_option(‘phone2′); ?><?php } ?></p>
    <p><?php if( of_get_option(’email’,true) != ” ) { ?><?php echo of_get_option(’email’,true) ; ?><?php } ?></p>
    <p><?php if( of_get_option(‘weblink’,true) != ” ) { ?><?php echo of_get_option(‘weblink’,true) ; ?><?php } ?></p>
    </div>

    I would have assumed that it goes into the stylesheet.

Viewing 15 results - 1,111 through 1,125 (of 2,005 total)