Search Results for 'php'

Home Forums Search Search Results for 'php'

Viewing 15 results - 991 through 1,005 (of 2,005 total)
  • Author
    Search Results
  • #71900
    david de vriesdavid de vries
    Member
    Member since: April 13, 2017

    Hi there,

    How do i show the page title on the blog page. I use the template: “Blog Right Sidebar”.

    Do i have to add <h1 class=”postitle entry-title”><?php the_title(); ?></h1> in a .php file somewhere? (which file..)

    thnx!

    #71895

    In reply to: Responsive Layout

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31296
    • Total: 31296
    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

    ArashArash
    Participant
    • Topics: 10
    • Replies: 15
    • Total: 25
    Member since: January 25, 2017

    Thank you, first problem solved! For 2nd problem, where exactly in the header.php would I add the phone #?

    GregGreg
    Participant
    Member since: October 14, 2016

    I can’t seem to figure out how to remove the animation of the different sections on the home page. Is there some code that can be added to functions.php to remove it?

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

    Hi Arash,

    Kindly go to Appearance>>Widget>>Footer column 4>> add text widget.

    Add this code there:

    <p>1480 Sherman Ave<br>
    North Bend, OR 97459<br>
    Phone:<a href="tel:541.751.9344"> 541.751.9344</a><br>
    </p>
    <p>
    Email: <a href="mailto:[email protected]">[email protected]</a><br>
    Website: <a href="http://www.parkside-motel.com">www.parkside-motel.com</a>
    </p>

    Add title”Get in Touch” in widget title box.

    For Add phone no in header:

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

    Regards,
    Brad

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

    Kindly edit header.php goto line number 22.

    Replace:
    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    With:
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    Or simply you can change initial-scale=1.1 to initial-scale=1.0

    Regards,
    Shri

    #71506

    In reply to: 'no comments'

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

    Hi Dapo,

    This is an old tutorial but check the code in comments.php for no comments and you can change the text. Kindly take a backup via FTP before editing the file.

    Hope this is the answer you wanted from my end.

    Regards,
    Shri

    #71491

    In reply to: Contact Form

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

    Hi,

    The contact form appears from custom-functions.php accessible via appearance>editor If unable to then replace it by adding widget in sidebar of contact form 7 instead.

    Regards,
    Shri

    #71418

    In reply to: 'no comments'

    DapoDapo
    Participant
    • Topics: 4
    • Replies: 13
    • Total: 17
    Member since: March 20, 2017

    alternatively if I can find the php page all one needs is an IF statement. i.e. IF no of comments =0 , then display ‘please leave a message’

    James Van BurenJames Van Buren
    Member
    Member since: April 29, 2017

    Error: The uploaded file exceeds the upload_max_filesize directive in php.ini.

    I’ve searched web for solution, tried to change php.ini, htacces.php and wp-config.php files to no avail.

    #71018

    In reply to: SKT Build Pro

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

    Hi Sonia,

    Kindly go to inc/template-tags.php and search “Post Navigation”.

    You can translate the text from there.

    Regards,
    Dave

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

    Hi Julie,

    You can edit the contact form from inc/custom-functions.php

    Regards,
    Dave

    #70706

    In reply to: Contact Form

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

    Hi Mike,

    You can edit the contact form from inc/custom-functions.php

    Regards,
    Dave

    DonaldDonald
    Member
    Member since: November 13, 2016

    How do I have my navigation in a straight line.
    Can I insert a banner in header and how.
    How can I adjust the space below heater, not the home page but the other pages
    http://donaldh.sg-host.com/wp-login.php

    #70623
    Michael AntaiMichael Antai
    Member
    Member since: April 25, 2017

    The uploaded file exceeds the upload_max_filesize directive in php.ini.

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