Search Results for 'php'

Home Forums Search Search Results for 'php'

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

    Hi Brian,

    Kindly go to custom-function.php and find this code

    '.content(25).'

    And replace it with this code

    '.wp_trim_words( get_the_content(), 20, '' ).'

    Regards,
    Brad

    #32689
    Brian DimitroffBrian Dimitroff
    Member
    Member since: April 10, 2015

    There seems to be an issue with the Latest News section where the width of each post is showing up as a percentage of the width of the post above it rather than a percentage of the width of the parent container. The posts are also not appearing side by side like they do on the demo page, but instead they’re all stacked on the left. You can see what I’m talking about at http://test.justiceforhumanity.com

    I tried looking at the shortcode in custom-functions.php, but I’m not experienced enough to troubleshoot the issue. Could you please help identify what needs to be fixed? Thank you.

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

    Hi Angela,

    Kindly go to inc/template-tags.php to change the text “Post Navigation”.

    Regards,
    Dave

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

    Hi Stephanie,

    Kindly go to content.php and find this code

    <?php the_excerpt(); ?>

    And replace with this code

    <p><?php echo wp_trim_words( get_the_content(), 100, '' ); ?></p>

    Regards,
    Brad

    Angela Govers-BakkerAngela Govers-Bakker
    Participant
    Member since: March 8, 2016

    Hi,
    I have the same question for Restaurant Pro. But the text is not in single.php and there is no single-post.php…

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

    Hi,

    Kindly check single.php or single-post.php in appearance>editor to find these words and change them.

    Regards,
    Shri

    KyleKyle
    Member
    Member since: April 12, 2016

    HEllo,

    My website is curbscapellc.com

    i want to turn off the ‘Main Navigation’ section of my footer with out editing the PHP.

    Is there a way to just turn it off?

    Thanks,

    MartinMartin
    Member
    Member since: February 6, 2016

    Hi,
    After changed to ‘full’ in inc/custom-function.php, now both thumbnail and lightbox view are in full size as they are pointing to the same url. This increase loading page time significantly. Please advice how to retain the thumbnail size as 300 x 200 and lightbox view as 600 x 400.

    Thanks

    PatrickPatrick
    Member
    • Topics: 3
    • Replies: 5
    • Total: 8
    Member since: April 18, 2016

    The issue I have is in using the default theme header image for posts/pages which do not have a header image.
    I have had to edit header.php to comment out line 127

    ` <!–/images/default-banner.jpg” alt=””>–>

    This cannot be controlled by using options or css.

    Thanks

    MarkusMarkus
    Member
    Member since: January 20, 2016

    I installed Inbound Now Landing Pages plugin and this message comes up:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘hook_custom_javascript’ not found or invalid function name in /home/public_html/wp-includes/plugin.php on line 525

    I am using the Build theme and at Inbound Now they speculated that my theme is causing this warning message. Can this be fixed?

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

    Hi Ilari,

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

    Add this code there:

    .offer-services img, .support-wrap img {width: 100% !important;}

    2. For the article Page:

    Kindly go to inc/template-tags.php to translate Post navigation text.

    Regards,
    Dave

    #31630

    In reply to: SKT Hotel Pro

    MITSUJIMITSUJI
    Participant
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: April 1, 2016

    Thanks.
    What is permission the following file?
    *wp-admin/options.php
    *wp-admin/themes.php

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

    Hi Nancy,

    Kindly go to content.php and find this code

    <p><?php echo wp_trim_words( get_the_content(), of_get_option('blogpostpagecontent'), '...' ); ?></p>
                <p class="read-more"><a href="<?php the_permalink(); ?>"><?php echo of_get_option('readmoretext'); ?> &rarr;</a></p>

    And replace it with this code:

    <?php the_content(); ?>

    Regards,
    Brad

    #31558
    Bram LarrickBram Larrick
    Member
    • Topics: 27
    • Replies: 25
    • Total: 52
    Member since: March 29, 2016

    Hi, I looked for the references to your slider in the wp-content/themes/skt-photo-session-pro/index.php file, and didn’t see anything.

    There are multiple references in the functions.php and header.php files, so I don’t know which ones to delete or modify.

    I found a video plugin (mb.YTPlayer background video) that seems promising, but, I can’t seem to get the full screen gray background removed so that it shows.

    Can you help with any of this?

    Thanks

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

    Hi Marissa,

    That would require coding changes in header.php to include another menu on top of it.

    Regards,
    Shri

Viewing 15 results - 1,546 through 1,560 (of 2,005 total)